.reset { clear: both; }

body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	line-height:1.50em;
	color:#333;
	background:url(../images/site_bg.jpg) #04507b 50% 0 no-repeat;
}

body,div,table,p,h1,span { margin:0; padding:0; }

p { margin-bottom:15px; }



/**  { border:solid 1px #eaeaea; }
div { border:dashed 1px #ccc; }*/



#container { width:980px;margin:0 auto; background:#fff; }
#header, #header_subs { height:135px; }
#homeWrapper { padding-top:6px;}
#layoutWrapper {}
#footer { margin:20px auto; text-align:center; color:#ccc; width:980px; font-size:10px; }
#footer a { color:#fff; }

#subWrapper { background:url(../images/bg_subs.jpg) #fff no-repeat; padding:55px 20px 20px 20px; }
	#pageTitles { margin:0 0 0 7px; height:50px; color:#fff; text-align:left; }
	#contentRight {   margin:60px 0 0 205px; width:635px; text-align:left;}
	#contentRight table td { font-size:12px; }

a, a:visited { text-decoration:underline; color:#0d537e; }
a:hover { text-decoration:none; }

/* * * peeps * * */

/*#peopleLeft { margin:0 0 0 0; padding:60px 0 0 205px; text-align:left; width:350px; float:left; }
#peopleRight { margin:0 0 0 0; padding:60px 0 0 0; width:370px; float:right;}*/

#peopleLeft table { margin-bottom:20px; }

/* set font size to match rest of website */
#peopleLeft table td, #peopleRight table td { 
font-size:12px; font-family:Arial, Helvetica, sans-serif; }

#peopleDrowner { clear:both; }

/* * * /peeps * * */

ul#textNav { list-style:none; list-style-type:none; margin:0 auto; padding:0; width:100%; height:30px; background:#CE6E00;}
ul#textNav li { float:left; margin-right:10px; }
ul#textNav li a, ul#textNav li a:visited { color:#fff; }




/* Page Specific Styling */

	/* Home Page */
	#home_contacts { padding: 30px 0 40px 0; margin: 0 70px; font-family: 'Myriad Pro', Myriad, Lucida Sans Unicode, Lucida Grande, sans-serif; }

		#home_contacts h4 { font-size: 24px; font-weight: 900; color: rgb(0,0,0); text-transform: uppercase; padding: 0;
			letter-spacing: 1px; text-align: center; padding: 0 0 5px 0; border-bottom: 1px solid rgb(0,0,0); margin: 0 0 15px 0; }

		#home_contacts ul  { margin: 0; padding: 0 0 0 2px; display: block; }
		
		#home_contacts ul li { display: block; float: left; font-size: 12px; width: 201px; height: 70px; line-height: 18px; padding: 0 0 0 8px; white-space: nowrap;}
		
		#home_contacts ul li h5 { margin: 0; font-size: 15px; font-weight: 900; }
		

/* <div style="float:left; width:200px; color:##555555; font-size:11px; line-height:200%;">
                <div style="font-size:14px; font-weight:bold; color:##222222">#ai_name# */



/* ############### THIS IS FOR THE DATAGRIDS ############### */

TR.odd { background-color: #e9f3f8; }
TR.even { background-color: #ddecf4; }
tr.odd td, tr.even td, tr.aspHead td { padding:8px;}
TR.even TD, TR.odd TD { font-size: 11px;
                        color: #4c4c4c; } /* this is for font color on search results */
TR.even:hover, TR.odd:hover, TR.over TD { background-color: #c1d9e6; }
TR.aspHead, td.aspHead { 
	font:Verdana, Arial, Helvetica, sans-serif 11px;
	color:#fff;
	text-align:left;
	background:url(/images/css/aspHead.gif);
}
tr.aspHead a,tr.aspHead a:active, tr.aspHead a:visited {
	text-decoration:underline;
	color:#fff;
}
tr.aspHead a:hover {
	text-decoration:none;
}
tr.odd td > a, tr.even td > a,tr.odd a:visited, tr.even a:visited {
	color:#333;
	text-decoration:underline;
}
tr.odd a:hover, tr.even a:hover {
	text-decoration:none;
}

/* ############### END DATAGRIDS ############### */

/* admin section */
#editarea {
	width:85px;
	display:inline; /*IE CSS Bug Fix*/
	background-color:#FF0000;
}
#fadeEdit {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
	width: 100%;
	height:100%;
	background-color:#EEEEEE;
	visibility:hidden;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
}
iframe#editContent_window {
	border:2px solid #000000;
	background-color: #C0C0C0;
	position: absolute;
	top:82px; left:68px;
	margin-top:105px; margin-left:425px;
	width:680px; height:750px;
	z-index:1010;
	margin:0;
	visibility:hidden;
}


