/* CSS Document */
/*
wrapper-bg.jpg
masthead-banner.jpg
nav-bg.jpg
columns.jpg
sidebar.jpg
*/
*{
	margin: 0;
	padding: 0;
	border: none;
	}

body{margin: 0 auto;
	text-align:center;
	background-color: #56CE56;
	font: normal 13px "Trebuchet MS",Verdana,Arial;
	line-height: 1.5em;
	color: #333;
	}
#wrapper{
	width: 760px;
	background: transparent url(../images/wrapper-bg.jpg) 0px 50px repeat-y;
	margin: 0 auto;
	text-align: left;
	}
#mastHead{
	width: 760px;
	margin: 0 auto;
	height: 170px;
	background: #fff url(../images/masthead-banner.jpg) -19px 0px no-repeat;
	}
/* ------------ mainNav ------------ */

#mainNav{
	position:relative; 
	right:-10px;
	top:0px;
	width: 740px; 
	height:31px;
	z-index:1;
	background: #555 url(../images/nav-bg.jpg) left top repeat-x;
	}
#mainNav ul {
	list-style-type: none;
	padding: 0 0 0 0px;
	margin: 0;
	z-index:1;
}
#mainNav li{
	height: 31px;
	float: left;
	display: inline;
	padding-left: 18px;
	z-index:2;
}
#mainNav a {
	margin: 0;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	display: inline;
	height: 35px;
	padding: 5px 5px 6px 5px;
	z-index:3;
	position: relative;
	top: 5px;
}
 body.home #home a{
	height: 35px;
	padding: 5px 5px 6px 5px;
	color: #eef;
	background-color: #222;
	}

#mainNav a:hover {
	height: 35px;
	padding: 5px 7px 6px 7px;
	color: #eef;
	background-color: #222;
	}
#content{
	width: 740px;
	margin: 0 10px 20px 10px;
	background: transparent url(../images/columns.jpg) 50px top repeat-y;
	}
body.ads #content{
	width: 740px;
	margin: 0 10px;
	background: #fff;
	}
#content p{
	padding: 0px 15px 15px 15px;
	text-align: left;
	}
.paraJustify p{
	padding: 0px 15px;
	text-align: justify;
		}
#content h2,h3,h4{
	font-family: bold "Trebuchet MS",Verdana,Arial;
	padding: 0px 15px 5px 15px;
	color: #336633;
	}
#content h2{
	font-style: italic;
	color: #336633;
	font-size: 21px;
	}
#content strong{
	color: #333;
	font-weight: bold;
	font-size: 104%;
	}
#content a{
	text-decoration: none;
	background-color: #eff;
	color: navy;
	}
#content a:hover{
	text-decoration: underline;
	}
h1{
	position: absolute;
	top: 25px;
	text-indent: -10000px;
	color: #000;
	padding: 20px 0;
	}
#content h3{
	color: #336633;
	font-size: 16px;
	}
#content h2{
	background-color: #FFD700;
	margin: 0 0 20px 0;
	padding: 10px 0 10px 20px;
	border-top: none;
	border-bottom: 4px solid #ddd;
	}
#content ul li{
	margin-left: 15px;
	margin-right: 15px;
	}
#content li.noListStyle{
	list-style: none;
	position: relative;
	left: -15px;
	}
#content li.noListStyle2{
	list-style: none;
	}
#mainContent{
	float: left;
	width: 560px;
	background: #fff;
	}
body.home #mainContent, body.home #content,
body.page1 #mainContent, body.page1 #content,
body.page2 #mainContent, body.page2 #content{
	width: 730px;
	margin: 0px 0px 0 10px;
	background: white;
	padding-left: 0;
	}
#mainContent ul{
	margin-left: 15px;
	list-style: none;
	}
	
#sidebar{
	position: relative;
	top: -1px;
	/top: -2px;
	float: right;
	text-align: center;
	width: 180px;
	padding: 0;
	background: transparent url(../images/sidebar.jpg) right top no-repeat;
	}
#sidebar ul{
	width: 100%;
	text-align: left;
	}
#sidebar h3{
	padding: 0px 0px 5px 0px;
	text-align: center;
	margin: 20px auto;
	font-size: 110%;
	font-style: italic;
	color: #336633;
	width: 170px;
	}
#sidebar h4{
	background-color: #FFD700;
	margin: 0 0 20px 0;
	padding: 7px 0 10px 20px;
	border-top: 1px solid #888;
	border-bottom: 4px solid #ddd;
	}
#sidebar h4{
	margin: 0px auto;
	font: 900 18px "Trebuchet MS",Verdana,Arial;
	color: #336633;
	}	

#sidebar .imgBox{
	margin: 0 auto;
	text-align: center;
	}
#sidebar img{
	border: none;
	padding: 10px;
	}
#sidebar .quote{
	border: 1px solid #789;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	font-size: 14px;
	padding: 4px;
	margin: 10px 15px;
	color: #FFF799;
	font-family: "Times New Roman",Times,Georgia;
	background-color: #1F316F;	
	}
#sidebar a{
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	}
#sidebar a:hover{
	text-decoration: underline;
	}
/*
	contact
*/

#sidebar #contact{
	margin: 160px 15px 0 15px;
	padding: 0px;
	background: transparent;
	}
#sidebar #contact address{
	font-style: italic;
	color: #fff;
	text-align: left;
	padding: 13px;
	}
#sidebar #contact address strong{
	font-style: italic;
	color: #fff;
	text-align: left;
	padding: 16px;
	padding: 0px;
	}

/**/
/* footer */
#footer{
	width: 740px;
	margin: 0 10px;
	clear: both;
	padding: 0px 0 20px 0;
	text-align: center;
	font-size: 90%;
	background: #4B3D72 url(../images/nav-bg.jpg) left bottom repeat-x;
	color: #ccc;
	}
#footer a{
	color: #ccc;
	}
#footer p{
	padding: 0px;
	margin: 0px;
	}
/**/
.imageLeft{
	float: left;
	padding: 5px 10px 5px 15px;
	}
.imageRight{
	float: right;
	padding: 5px 15px 5px 10px;
	}
/*media*/
/*video*/
.videoCenter{
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	}

table{margin: 10px 0 10px 10px;}
tr{padding-left: 10px;}
td{
	background: #eef;
	border: 1px dashed #555;
	padding: 0 10px;
	}
.redBox{
	padding: 10px 5px 0px 5px;
	font-weight: bold;
	font-style:italic;
	margin: 10px 10px 20px 10px;
	border: 2px dashed red;
	background: #ff9;
	font-size: 14px;
	line-height: 1.6em
	}
	
#googleMap{
	margin: 0 auto;
	text-align: center;
	}