@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}






/* START HERE - MAIN DIVs */







.clear
{
    clear: both;
    visibility: hidden;
	height: 0px;
}

body{
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

#container{
	padding: 0;
	margin: 0px auto 0px auto;
	position: relative;
	width: 936px;
	height: 100%;
}


#banner{
	position: relative;
	float: left;
	width: 936px;
	height: 287px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

#nav{
	position: relative;
	float: left;
	width: 936px;
	height: 37px;
	background-image: url(../images/navback.png);
	background-repeat: repeat-no;
}

#contentholder{
	position: relative;
	float: left;
	width: 936px;
	padding-bottom: 30px;
	margin-top: 20px;
	background-image: url(../images/container.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#contentholderindex{
	position: relative;
	float: left;
	width: 936px;
	padding-bottom: 30px;
	margin-top: 20px;
	background-image: url(../images/container_index.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#textbox{
	position: relative;
	float: left;
	width: 523px;
}
#toptext{
	position: relative;
	float: left;
	width: 523px;
	height: 27px;
	background-image: url(../images/texttop.png);
	background-repeat: no-repeat;
	background-position: left;
}
#bottomtext{
	position: relative;
	float: left;
	width: 523px;
	height: 27px;
	background-image:url(../images/textbottom.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0;
}
#contenttext{
	position: relative;
	float: left;
	width: 477px;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 25px;
	color: #666666;
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background-color: #FFFFFF;	
}

#titlebox{
	position:relative;
	float: left;
	width: 383px;
	height: 75px;
}
#footer{
	position: relative;
	float: left;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	width: 905px;
	height: 29px;
	color: #FFF;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 9px;
	padding-right: 31px;
}

/*TOP NAV*/

.navborder{
	border-left:1px solid #FFF;
}


#topnav{
	position: relative;
	float: left;
}

#topnav ul {
	margin:0 0 0 15px;
	padding:0;
}
#topnav ul li {
	list-style: none; 
	margin:0;
	padding:0;
	float: left;
	text-align:left;
	vertical-align: middle;
}
#topnav ul li a {
	margin:0;
	float: left;
	padding-right: 20px;
	text-indent:20px;
	text-transform: uppercase;
	display: block;
	text-decoration:none;
	color:#FFF;
	font: bold 14px Arial, Helvetica, sans-serif;
	height: 37px;
	line-height: 38px;
	background-image:url(../images/navnormal.jpg);
	background-repeat: repeat-x;
}
#topnav ul li a:hover {
	text-decoration:none;
	color: #ffffff;
	background-image: url(../images/navroll.jpg);
	background-repeat: repeat-x;
}
#topnav ul li a:active {
	text-decoration:none;
	color:#999999;
}



/* CONTENT STYLES */

ul li{
	padding-left: 15px;
	list-style-type:square;
	color: #666666;
	font: normal 14px Arial, Helvetica, sans-serif !important;
	line-height: 2 !important;
}

ul{
	padding-left: 25px;
}

ol li{
	padding-left: 15px;
	list-style-type: decimal;
	color: #666666;
	font: normal 11px Arial, Helvetica, sans-serif !important;
	line-height: 2 !important;
}

ol{
	padding-top: 10px;
	padding-left: 25px;
}

a.sublinks{
	color: #999999;
	font: normal 14px Arial, Helvetica, sans-serif !important;
	text-decoration: none;
}

a.sublinks:hover{
	text-decoration: underline;
}

h1{
	color: #666666;
	font: bold 14px Arial, Helvetica, sans-serif !important;
}

.tdborderbot{
border-bottom: solid 2px #999999;
}

.tdborder{
border-left: solid 2px #999999;
padding-left: 18px;
padding-top: 9px;
}

table{
	color: #666666;
	font: normal 14px Arial, Helvetica, sans-serif !important;
}
