/* CSS Document */
*{
	margin: 0; padding: 0;
	}
body{margin: 0 auto;
	margin-bottom: 10px;
	text-align:center;
	background: #98B0E4;
	font: normal 13px Verdana,"Trebuchet MS",,Arial;
	line-height: 1.4em;
	color: #333;
	}
#wrapper{
	width: 900px;
	margin: 0px auto;
	background: #fff url('../images/wrapper-bg3.jpg') 0 318px no-repeat;
	}
/* ------------ mainnav ------------ */
#mainnav{
	height: 70px;
	background: url('../images/nav-bg3.jpg') left top no-repeat;
	width: 900px;
	}
/* ------------ banner -------------*/
#banner{
	width: 900px;
	height: 248px;
	background: url('../images/banner-bg3.jpg') left top no-repeat;
	}
/* ----------- content -------------*/
#content{
	width: 900px;
	min-height: 200px;
	padding-bottom: 30px;
	background: url('../images/content-bgx.jpg') bottom no-repeat;
	}
/* ----------- footer --------------*/
#footer{	
	width: 900px;
	min-height: 160px;
	background: #98B0E4 url('../images/footer-bg.jpg') left BOTTOM no-repeat;
	clear: both;
	color: #444;
	}
#footer a{
	color: #444;
	font-family: verdana, arial;
	}
#footer p{
	line-height: 1.2em;
	position: relative;
	top: 70px;
	left: 0px;
	color: #444;
	padding-bottom: 50px;
	font-size: 11px;
	text-align: left;}
/* ---------- font styling --------*/
h2,h3,h4,h5,h6,p,p.subheader{
	margin-left: 70px;
	margin-right: 70px;
	text-align: left;
	font-family: georgia,Tahoma,Verdana,Arial;
	}
#banner h1{
	font-family: Georgia, "Times New Roman";
	color: #900;
	text-align: left;
	font-size: 29px;
	position: relative;
	top: 30px;
	left: 30px;
	}
#banner p{
	position: relative;
	width: 450px;
	top: 40px;
	font-size: 20px;
	color: #900;
	left: 30px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	}
#content h2{
	padding: 0 0px 5px 0px;
	color: #990000;
	font-size: 21px;
	}
#content h3{
	padding: 0 0px 5px 0px;
	color: #990000;
	font-size: 18px;
	}
p.subheader{
	color: #F76E00;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top:-8px;
	}
#content p{
	font-family: Verdana,Arial;
	text-align: justify;
	font-size: 13px;
	padding: 8px 0 10px 0;
	}
#mainnav ul {
	list-style-type: none;
	height: 30px;
	position: relative;
	top: 28px;
	}
	
	#mainnav ul {
	/margin-left: 30px}
	
#mainnav li{
	float: left;
	display: inline;
	}
#mainnav a {
		color:#000;
	text-align:center;
	text-decoration:none;
		font: 900 15px Verdana, Arial, Helvetica, sans-serif;
	display: inline;
		padding: 8px 15px 8px 15px;
	border-right: 1px solid #000;
	}
body.home #mainnav a#home, #mainnav a#home:hover,
body.about #mainnav a#about, #mainnav a#about:hover,
body.serv #mainnav a#serv, #mainnav a#serv:hover,
body.cont #mainnav a#cont, #mainnav a#cont:hover{
	height: 42px;
		color: #fff;
		background: #830505 url(../images/nav-onxxxxx.jpg) left top repeat-x;
	}
	
#mainnav a:hover, #mainnav a:active {
	height: 35px;
	color: #666;
	background: #ccc url(../images/nav-on.jpg) left top repeat-x;
	}


#content strong{
	color: #333;
	font-weight: bold;
	font-size: 104%;
	}
#content a{

	}
#content a:hover{
	text-decoration: underline;
	}
#content h3{
	font-size: 16px;
	}
#content ul,
#content ol{
	padding: 15px 30px 15px 0px; 
	margin-left: 40px; 
	margin-right: 40px; 
	text-align:left;
	font-size: 13px;
	font-weight: 900;
	}
#content ul li{
	list-style-type:none;
	font-family: verdana, arial;
	background: #FFF7AE url(../images/arrowbullet2.png) left 14px no-repeat;
	padding: 10px 10px 10px 20px;
	margin-bottom: 2px;
	margin-left: 30px;}

	#content ul li{
	/margin-left: -10px}

#content ol li{
	background: #eef;
	padding: 10px 10px;
	margin-left: 20px;
	margin-bottom: 2px;
	font-style: italic;
	}
#content ol li{
	/margin-left: -10px}
	
#content li.noListStyle{
	list-style: none;
	position: relative;
	left: -15px;
	text-align: justify;
	}
#content li.noListStyle2{
	list-style: none;
	}
#mainContent{
	float: left;
	width: 650px;
	background: transparent;
	}
/**/
.imageLeft{
	float: left;
	padding: 5px 20px 10px 70px;
	}
.imageRight{
	float: right;
	margin: 5px 70px 10px 20px;
		padding: 5px;
		border: 1px solid #ccc;
	}
.galleryrow img{
	padding: 3px;
	border: 1px solid #ccc;
	margin: 10px 15px;
	}
