img.grid {
	position: absolute;
	z-index: 1000;
	opacity: .5;
	filter: alpha(opacity = 70);
	display: yes;
	top: 9px;
	*top: 12px;
	left: -2830px;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link, a:active, a:visited { 
	text-decoration: none;
	color: black;
} 

a:hover {
	color: #858585;
}

div.activelink {
	color: #858585;
	font-weight: bold;
}

span.activelink {
	color: #858585;
	font-weight: bold;
}

div.activelink a {
	color: #858585;
	font-weight: bold;
}

span.activelink a {
	color: #858585;
	font-weight: bold;
}

a img {
	border: none;
}

/* General */

* { 
	padding:0;
	margin-top: 0;
	margin-bottom: 0;
}

html, body { 
	font-family: Helvetica, Arial; 
	font-size: 10px;
	color: #858585;
}

/* CMS */

div.forminput {
	margin-bottom: 10px;
}

div.forminput input {
	margin-top: 5px;
	border: 1px solid #858585;
	height: 16px;
	width: 200px;
}

div.forminput textarea {
	margin-top: 5px;
	border: 1px solid #858585;
	height: 100px;
	width: 300px;
	overflow-y: scroll;
}

div.forminput select {
	margin-top: 5px;
	border: 1px solid #858585;
	height: 18px;
}

/* TOP LAYOUT */ 

div.main {
	margin-left: 15px;
	margin-top: 22px;
	min-height: 470px;
}

div.main #issueelement {
	padding-right: 40px;
	overflow: hidden;
	vertical-align: top;
}

div.navigation {
	margin-left: 30px;
	margin-top: 17px;
	overflow: hidden;
	position: fixed;
}

div#titleslogan {
	width: 460px;
	float: left;
	overflow: hidden;
}

div.navigation #title {
	font-size: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-weight: bold;
	color: black;
}

div.navigation #slogan {
	margin-top: 10px;
}

div#issuenavigation {
	float: left;
	overflow: hidden;
}

td#findus {
	vertical-align: top;
	padding-top: 4px;
	padding-right: 6px;
}

td#findus img {
	margin-bottom: 13px;
}

td#content {
	min-width: 780px;
	vertical-align: top;
}

div#finduscity {
	font-size: 12px;
	color: black;
	font-weight: bold;
	width: 150px;
	border-bottom: 1px solid #7f7f7f;
	padding-bottom: 3px;
	margin-bottom: 7px;
}

div#findusplace {
	margin-bottom: 12px;
}

td#info {
	vertical-align: top;
	padding-top: 4px;
	min-width: 450px;
	padding-right: 30px;
}

td#info img {
	margin-bottom: 13px;
}

div#abouttitle {
	font-size: 12px;
	color: black;
	font-weight: bold;
	width: 450px;
	border-bottom: 1px solid #7f7f7f;
	padding-bottom: 3px;
	margin-bottom: 7px;
}

div#abouttext {
	width: 450px;
}

div#infobottom {
	margin-top: 13px;
}

div#column {
	float: left;
	width: 150px;
}

div#columntitle {
	font-size: 12px;
	color: black;
	font-weight: bold;
	width: 140px;
	border-bottom: 1px solid #7f7f7f;
	padding-bottom: 3px;
	margin-bottom: 7px;	
}

div#sectiontitle {
	margin-top: 9px;
}