@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-color: #777372;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-image: url(../webimages/tag.jpg);
	background-position:top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div.shadow{
	padding: 0;
	margin: 0px auto 0px auto;
	width: 950px;
	position:relative;
	background-image: url(../webimages/shadow_GIANT.png);
	background-repeat: repeat-y;
}

div.container{
	padding: 0;
	width: 850px;
	position:relative;
	overflow: auto;
	margin-left: 50px;
	margin-right: 50px;
}

div.contact{
	width: 833px;
	height: 22px;
	background-color: #FFFFFF;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	text-align: right;
	font: bold 9px Tahoma;
	color: #bebebe;
	padding-right: 15px;	
}

div.contact img{
	margin-top: 4px;
}

div.banner{
	position: relative;
	float: left;
	width: 850px;
	height: 148px;
	background-image: url(../webimages/banner.jpg);
	background-repeat: no-repeat;
}

div.nav{
	position: relative;
	float: left;
	width: 848px;
	height: 39px;
	background-image: url(../webimages/top_nav_back.jpg);
	background-repeat: repeat-x;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

div.contentContainer{
	position: relative;
	width:848px;
	float:left;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	background-color: #FFFFFF;
	background-image: url(../webimages/content_top.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

div.sideNav{
	position: relative;
	float: left;
	width: 188px;
	margin-top: 15px;
}

div.contentMain{
	position: relative;
	float: left;
	width: 555px;
	height: 100%;
	background-color: #676666;
	background-image: url(../webimages/contentMain_top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-left: 78px;
	padding-bottom: 15px;
	padding-right: 15px;
	
}

div.title{
	position: relative;
	font: bold 30px Tahoma;
	color: #ffffff;
	width: 555px;
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: right;
	
}

h1{
	font: normal 11px Tahoma;
	color: #ffffff; 
	padding-left: 55px;
	border-left: solid 1px #ffffff;
	line-height: 1.6 !important;
	
}

div.quicklinks{
	position: relative;
	float: left;
	width: 188px;
	height: 90px;
	background-image: url(../webimages/quicklinks_back.gif);
	background-repeat: no-repeat;
}

div.quicklinks:hover{
	position: relative;
	float: left;
	width: 188px;
	height: 90px;
	background-image: url(../webimages/quicklinks_roll.gif);
	background-repeat: no-repeat;
}
/* ----------------------------------------- SHADOW STYLES ----------------------------------------- */


div.shadowbot{
	width: 950px;
	height: 50px;
	background-image: url(../webimages/shadow_BOTTOM.png);
	background-repeat: no-repeat;
	background-color: #777372;
}

/* ----------------------------------------- SHADOW STYLES END ----------------------------------------- */


/* ----------------------------------------- FOOTER STYLES START ----------------------------------------- */

div.footer{
	position: relative;
	float: left;
	width: 848px;
	height: 42px;
	background-image: url(../webimages/footer.jpg);
	background-repeat: repeat-x;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	
}

div.right{
	text-align: right;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-right: 8px;
	width: 550px;
	float:right;
}

h2{
	font: bold 10px Tahoma !important;
	color: #ffffff !important;
	
}

div.right a{
	margin-top: 4px;
	font: normal 10px Tahoma !important;
	color: #ffffff;
	text-decoration:none;
}

div.right a:hover{
	margin-top: 4px;
	text-decoration:none;
	font: normal 10px Tahoma !important;
	color: #e1e1e1;
}

.navborder{
	border-left:1px solid #ffffff;
}

#footernav ul {
	margin:20px 0 0 0;
	padding:0;
}

#footernav ul li {
	list-style: none; 
	margin:0;
	padding:0;
	float: left;
	text-align:left;
}

#footernav ul li a {
	margin:0;
	float: left;
	padding-right: 10px;
	text-indent: 10px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	font: bold 9px Tahoma;
	height: 15px;
	line-height: 15px;
}

#footernav ul li a:hover {
	text-decoration:underline;
	color:#ffffff;
}

/* ----------------------------------------- FOOTER SYTLES END -----------------------------------------*/






/* -----------------------------------------TOP NAV STARTS-----------------------------------------*/



#topnav{
	position: relative;
	float: right;
}

#topnav ul {
	margin:0 0 0 0;
	padding:0;
}
#topnav ul li {
	list-style: none; 
	margin:0;
	padding:0;
	float: left;
	text-align:left;
}
#topnav ul li a {
	margin:0;
	float: left;
	padding-right: 32px;
	text-indent: 32px;
	display: block;
	text-decoration: none;
	color: #ffffff;
	font: bold 11px Tahoma;
	height: 39px;
	line-height: 39px;
	background-image: url(../webimages/nav_borders.jpg);
	background-position: left;
	background-repeat:no-repeat;
}
#topnav ul li a:hover {
	text-decoration:none;
	color:#ffffff;
	background-image: url(../webimages/top_nav_back_roll.jpg);
	background-repeat:repeat-x;
}

.activetop{
	text-decoration:none;
	color:#ffffff;
	background-image: url(../webimages/top_nav_back_active.jpg) !important;
	background-repeat:repeat-x !important;
}

/* -----------------------------------------TOP NAV ENDS-----------------------------------------*/

/* -----------------------------------------SIDE NAV STARTS-----------------------------------------*/


#sidenav{
	position: relative;
	float: left;
	width: 200px;
	height: 100%;
	margin-top: 15px;
}

#sidenav ul {
	margin:0 0 0 0;
	padding:0;
}
#sidenav ul li {
	list-style: none; 
	margin:0;
	padding:0;
	float: left;
	text-align:left;
	vertical-align: middle;
}
#sidenav ul li a {
	margin:0;
	padding-right: 15px;
	border-top: 2px solid #b6cd2d;
	text-indent:10px;
	display: block;
	text-decoration:none;
	color:#00477f;
	font: bold 12px Arial, Helvetica, sans-serif;
	height: 29px;
	width: 185px;
	line-height: 30px;
}
#sidenav ul li a:hover {
	text-decoration:none;
	color:#b5cdea;
}

/* -----------------------------------------SIDE NAV ENDS-----------------------------------------*/


/* -----------------------------------------CONTENT FORMATTING STYLES ----------------------------------------- */


.extrabold{
	color:#ffffff;
	font: bold 13px Tahoma;
	line-height: 1.2 !important;
}


ul li{
	padding-left: 15px;
	list-style-type:circle;
	color: #ffffff;
	font: normal 11px Tahoma;
	line-height: 1.5 !important;
}

ul{
	padding-top: 10px;
	padding-left: 25px;
}



a.sublinks{
	color: #ffffff;
	font: normal 11px Tahoma;
	text-decoration: none;
}

a.sublinks:hover{
	text-decoration: underline;
}

a.dist{
	color: #676666;
	font: bold 17px Tahoma;
	text-decoration: none;
}

a.dist:hover{
	text-decoration: underline;
}

a.data{
	color: #ffffff;
	font: normal 12px Tahoma;
	text-decoration: none;
}

a.data:hover{
	text-decoration: underline;
}

div.dataright{
	width: 100%;
	text-align: right;
}

p{
	font: normal 11px Tahoma;
	color: #ffffff; 
	line-height: 1.5 !important;
}

address{
	font: normal 11px Tahoma;
	color: #ffffff; 
	line-height: 180% !important;
}

td{
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	border-bottom: solid 5px #676666;
}

.bordercell{
	border-left: solid 5px #676666;
}

input, textarea{
	background-color: #f0f0f0;
}

table{
	background-color: #ffffff;
	border: solid 5px #676666;
}

.tabletitle{
	font: bold 12px Tahoma;
	color: #676666; 
	padding-bottom: 5px;
	
}
