img.grid {
	position: absolute;
	z-index: 1000;
	opacity: .5;
	filter: alpha(opacity = 50);
	display: yes;
	top: 0px;
	left: 50%;
	margin-left: -520px;
}

ul li {
	list-style-image: url(/images/bullet.gif);
}

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: #A0A0A0;
} 

a:hover {
	color: #58595B;
}

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

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

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

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

a img {
	border: none;
}

br {
	letter-spacing: 0;
}

/* General */

* { 
	padding:0;
	margin: 0;
}

html, body { 
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
	font-size: 10px;
	line-height: 1;
	color: #696969;
}

html {
	background-color: #fff;
}

/* Layout */

div.main {
	width: 960px;
	position: relative;
	left: 50%;
	margin-left: -480px;
	overflow: hidden;
}

div.header {
	height: 72px;
}

div.menu_section {
	height: 42px;
}

div.banner {
	height: 172px;
}

div.content_section {
	overflow: hidden;
	min-height: 257px;
}

div.footer {
	margin-top: 18px;
	background-color: #e0e0e0;
	width: 929px;
	height: 24px;
	padding-top: 14px;
	padding-left: 11px;
	font-size: 9px;
	color: #858585;
	size: 9px;
	margin-bottom: 20px;
}

div.footer a {
	color: #858585;	
}

/* CMS */

div.form {
}

div.form2 {
	color: #fff;
	font-style: italic;
	font-size: 20px;
	line-height: 1.1;
}

div.form3 {
	font-size: 20px;
	color: #fff;
}

div.form input {
	width: 210px;
	padding-top: 3px;
	height: 22px;
	border: 1px solid #c9c9c9;
	margin-bottom: 12px;
	margin-top: 3px;
}

DIV#loader.loading {
    background: url(/images/spinner.gif) no-repeat center center;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

div.section_title {
	width: 928px;
	background: url(/images/section_title_background.png);
	height: 34px;
	font-family:Soho Gothic Pro;
	color: #003399;
	font-size: 16px;
	padding-left: 12px;
	padding-top: 16px;
	margin-bottom: 20px;
}

textarea {
	border: 1px solid #c9c9c9;
	font-size: 11px;
	font-family: Arial;
}

textarea.form2 {
	width: 445px;
	font-size: 11px;
	border: 1px solid #c9c9c9;
	margin-bottom: 12px;
	margin-top: 3px;
	font-family: Arial;
}

.popup {
	width: 150px;
	position: relative;
}
 
div.popup em {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif; 
	font-size: 10px;
	width: 190px;
	min-height: 56px;
	position: absolute;
	z-index: 2;
	display: none;
	color: #fff;
	top: -5px;
	left: 80px;
	text-decoration: none;
	line-height: 1.1;
}

a#bold {
	color: #777777;	
}

a#bold:hover {
	color: #2f2f2f;
}

div#slideshow {
	overflow: hidden;
	height: 152px;
}