/* reset styles*/
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,  font, img, ins, kbd, q, s, samp,
small, strike, 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;
}

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;
}


body 
{
	background:#FFFFFF url(../images/bodybg.jpg) repeat-x ;
	color:#555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;	
	text-align:center;
}
input{border:solid 1px #acacac;}
a{text-decoration:none; color:#2e418e;}
a:hover{ color:#2f9044;}

/*layout*/
#wrap{width:980px; margin:0 auto 10px auto; text-align:justify ; }
#banner{height:110px; position:relative; }
	#banner #logo{position:absolute; left:10px;}
	#banner #topnav{position:absolute; right:10px; top:45px;}
	#banner #topnav li{float:left; padding:0 10px; border-right:solid 1px #777;}
	#banner #topnav li.last{ border:none;}
	#banner #topnav li a{color:#777; text-transform:uppercase;}
	#banner #topnav li a:hover, #banner #topnav ul li a.current{color:#000;}
		
/*slideshow*/
#slideshow{height:350px; }

/*left col*/
#leftcol{width:250px; float:left; margin-right:30px; display:inline; margin-bottom:15px; }
	#leftcol .box{border:solid 1px #f1f0f0;  margin-top:15px; background:url(../images/headerbg.jpg) repeat-x;}
	#leftcol .box h2{border:solid 1px #fff; padding:7px 15px;  font-weight:bold; font-size:14px; color:#616364;  }
	#leftcol .box p{padding:0 15px 15px 15px;}
	#leftcol .box ul {margin:0;}
	#leftcol .box ul li{list-style:none; border-bottom:solid 1px #eee; padding:5px 15px;}
	#leftcol .box ul li.last{border:none;}
	#leftcol .box ul li a{color:#555;}
	#leftcol .box ul li a:hover{color:#333;}
	#leftcol .box ul ul li{border:none; background:url(../images/sidenav.jpg) no-repeat center left;padding:3px 15px 3px 17px;}
/*right col*/
#rightcol{width:680px; float:left;  margin-bottom:15px; margin-top:25px;  overflow:hidden; display:inline; }
#rightcol h1{color:#666666; font-weight:bold; font-size:15px; margin-bottom:15px;}
	#gallery { overflow:hidden; margin-bottom:70px;}
	#gallery ul {  margin:5px 0 0 0; padding:0; }
	#gallery ul li{float:left; margin:0;  text-align:center; width:210px; height:140px;  }
	#gallery ul li div{margin:10px auto; width:160px; height:245px; text-align:left; font-size:10px;}
	#gallery ul li img{margin-bottom:5px;}
	#rightcol table { border-right:solid 1px; border-bottom:solid 1px; margin-bottom:15px;}
	#rightcol table tr td{padding:3px; border-left:solid 1px; border-top:solid 1px;}
/*footer*/
#footer{clear:both; overflow:hidden; background:url(../images/footer.jpg) no-repeat; padding:40px 0 0 0; margin-bottom:25px; color:#aaaca7; }
#footer #copyright{ float:right;}
#footer ul li{float:left; padding:0px 4px; text-transform:uppercase;}
#footer a{color:#aaaca7; font-weight:bold; }
#footer a:hover{color:#666666;}