/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/bg-grad.jpg);
	margin:0;
	padding:0;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
	color: #F00;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}

a {
	font-weight:bold;
	color:#006600;
	text-decoration:none;
}

a:hover {
	color:#339933;
	text-decoration:underline;
}

#wrap {
	width: 930px;
	position:relative;
	margin: 0 auto;
	padding: 0;
	z-index:1;
}

#header {
	position: absolute;
	z-index:10;
	top: 0;
	left: 0;
	width: 930px;
	height: 83px;
	background:url(images/topHeader.png) top left no-repeat;
}

#topNav ul {
	position:absolute;
	left: 220px;
	bottom: 4px;
	margin: 0 0 0 0;
	padding: 0;
	list-style:none;
	z-index:6;
	}
	
	#topNav ul li {
		display:inline;
		list-style:none;
		margin: 0 5px;
		padding:0;
		}

#calltoAction {
	position:absolute;
	top:5px;
	z-index:10px;
	right: 50px;
	font-size: 18px;
	font-weight:bold;
	color:#FFF;
	}



        #topNav ul li a {
				background:url(images/button-left.jpg) no-repeat left top;
				color:#000;
				display:block;
				float:left;
				height: 30px;
				margin:0;
				padding:0 0 0 10px;
				text-decoration:none;
				margin-right: 5px;
				font-weight:bold;
				color: #FFF;
                }
                #topNav ul li a span {
						background: url(images/button-right.jpg) no-repeat right top;
						display:block;
						float:left;
						height: 30px;
						padding:0px 10px 0px 0px;
						line-height:30px;
						cursor:pointer;
                        }
						
				 #topNav ul li a:hover{
						background: url(images/button-left-hover.jpg) no-repeat left top;
					color: #000;
				 }
				 
				 #topNav ul li a:hover span {
						background: url(images/button-right-hover.jpg) no-repeat right top;
				 }


#content {
	position:absolute;
	top:83px;
	left:0;
	
	
}
#leftNav {
	position:absolute;
	top:0;
	left:0;
	width: 209px;
	padding-top: 100px;
	z-index:5;
	background:url(images/navTile.png) repeat-y;
	min-height: 400px;
	}
	
	#leftNav h3 {
		width: 179px;
		height: 30px;
		line-height:30px;
		font-size: 16px;
		font-weight:bold;
		margin:0 auto;
		color: #222;
		background:url(images/leftNav-title.jpg) no-repeat;
		text-align:center;
	}
	
	#leftNavBox {
		background:url(images/leftNav-BG.png);
		width: 160px;
		padding: 5px;
		margin: 0 auto 5px auto;
	}
	
	#leftNavBox ul {
		margin:0;
		padding: 0;
		list-style:none;
		font-size: 110%;
	}
	
	#leftNavBox li {
		margin-bottom: 5px;
	}

#contentBody {
	z-index:4;
/*	position:absolute;
	left: 220px;
	top: 8px;*/
	float:right;
	margin: 5px 30px 40px 220px;
	padding: 10px 10px 10px 10px;
	width: 670px;
	background:#FFFFFF;
	border: 1px solid #99CC00;
	min-height:470px;
}


		
#logo {
	position:absolute;
	z-index:10;
	top: 29px;
	left: 37px;
	}


#mainFooter {
/*	position:relative;	top: 690px;*/
	width: 800px;
	margin: 0px auto 0 auto;
	font-size: 10px;

}


#bread {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
}

	#bread a {
		font-size:9px;
		margin: 0 4px;
		
	}
.style1 {color: #FF7C00}
.style2 {font-size: 10px}
.style3 {font-size: 12px}
#apDiv1 {
	position:relative;
	left:705px;
	top:30px;
	width:237px;
	height:45px;
	z-index:34;
	visibility: visible;
}#wrap #content #contentBody table tr th {
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}

