@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#stage {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	margin-left: 150px;
}

/* see IE style for #logo IE hack */
#logo {
	width: 399px;
	top: 0px;
	position: absolute;
	left: -50px;
}


#nav {
	width: 210px;
	padding: 0px;
	position: relative;
	float: left;
	margin-right: 30px;
}

/* see IE style for #nav .button IE hack */
#nav .button {
	height: 50px;
	background-image: url(../temp_images/nav_btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: -15px;
}

/* see IE style for #nav .button:hover IE hack */
#nav .button:hover {
	height: 50px;
	background-image: url(../temp_images/nav_btn_over.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: -15px;
}



#nav .button p {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	padding-top: 13px;
	padding-left: 18px;
}
#nav .button a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#nav .button a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#nav .button a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#nav .button a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#content {
	width: 850px;
	height: 460px;
	overflow: auto;
	position: relative;
}
#content img {
	border: 1px solid #B8A7D4;
	padding: 5px;
}
#content p {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 17px;
}
#content a:link {
	font-weight: bold;
	color: #1400B1;
	text-decoration: none;
}
#content a:visited {
	font-weight: bold;
	color: #078402;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #B80600;
	text-decoration: none;
}
#content h1 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #078402;
}
#content h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #B6ADD4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6ADD4;
	padding-bottom: 5px;
	letter-spacing: 10px;
}
#content  ul {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 17px;
}
#comps {
	height: 69px;
	width: 1118px;
	position: relative;
	clear: left;
	margin-top: 5px;
	background-image: url(../temp_images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#contactlinks {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 38px;
	margin-left: 20px;
	color: #FFF;
	float: left;
}
#copyright {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 18px;
}
#copyright a:link {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding-top: 5px;
	text-decoration: none;
}
#copyright a:visited {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding-top: 5px;
	text-decoration: none;
}
#copyright a:hover {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding-top: 5px;
	text-decoration: none;
}
#content ol {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 17px;
}
#content h3 {
	font-size: 16px;
	color: #1400B1;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-style: italic;
	margin-bottom: 10px;
}
#content td {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
}
.smallgrey {
	font-size: 8px;
	color: #666666;
	text-transform: uppercase;
}
.white {
	color: #FFFFFF;
}
.greyitalics {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
#copyright_print {
	display: none;
}

 #bannerads {
	width: 150px;
	border: 1px solid #C7DCF1;
	position: relative;
	float:right;
	padding: 3px;
	z-index:1;
	background-color: white;
	margin-top: -30px;
	height: 510px;
 }

