/*----- Start CSS Reset ------------------*/
*{ 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

.right{float: right;}
.left{float: left;}
.clear{clear: both;}
img.right{margin: 0 20px 15px 15px;}
img.left{margin: 0 15px 15px 20px;}

strong{font-weight:bold;}

/*----- End CSS Reset ------------------*/


body{	
	/*background-color: #9cb866;*/
	background: #bebebe url('images/bg.gif') repeat-x top left;
	text-align: center;
	font-family: Verdana,Helvetica,arial, sans-serif;
	font-size: 0.7em;
	color: #000;
}

#container{	
	text-align: left;
	/*width: 960px;*/
	width: 900px; 
	margin: 0 auto;
	padding: 0px;
	height: auto;
}

div.info-box{
	border: 1px dotted #8cc63f;
	width:725px;
	padding-top: 10px;
	background:#efefef url('images/info-box-bg.gif') repeat-x bottom left;
}

#select_group select{
	font-family: Verdana,Helvetica,arial, sans-serif;
	display:block;
	padding: 1px 0;
	margin: 0 0 8px 0;
}

#select_group input{
	font-family: Verdana,Helvetica,arial, sans-serif;	
}

#container a:link, #container a:visited{color:#75a635;}
	#container a:hover, #container a:active{color:#8cc63f;}

#header { width: 900px;	height: 85px; }

#contentWrapper {
	height: auto;
	overflow: hidden;
}

#contentWrapperSub {
	background: transparent url('images/contentbg.png') repeat-y top center;
	height: auto;
	overflow: hidden;
}

#contentFrameLeft {
	background: transparent url('images/leftRepeat5.png') repeat-y top left;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	width: 49px;
	float: left;
	padding-bottom: 600px;
	margin-bottom: -600px;
}

#content {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-color: #fff;
	float: left;
	width: 750px;
	padding: 0px 15px 15px 35px;
	/*background: transparent url('images/contentBottomLeft.gif') no-repeat bottom left;*/
}
	#content.home{padding-bottom: 0px;}
	#content.home h2{padding: 30px 0 0 0;background: transparent url(images/bg-hdr-home.gif) no-repeat top center;height: 40px;border-bottom: 1px solid #dfdfdf;margin-bottom: 5px;}
	#content.home h2.about{height:32px;}
	
	#content.home p{padding: 10px 10px 0 40px;}
	#content.home p.last{background: transparent url(images/bg-p-last.gif) no-repeat bottom center;padding-bottom: 58px;}
	
	#content.sub h2{background: transparent url(images/bg-hdr-home.gif) no-repeat top left;height: 30px;padding: 4px 0;margin: 5px 0;}
	#content.sub h3{padding: 0 0 0 10px;color: #8cc63f;text-transform:uppercase;font-size:12px;font-weight:bold;}
	
	#content.sub p{padding: 0px 15px 10px 10px;}
	
	#content ul{list-style: disc;padding: 0 0 10px 25px;}
	
	#content .content-left{
		float: left;
		width: 368px;
	}
	
	#content .content-right{float: right;}
	#content.home .content-right{padding: 75px 25px 0 0;}
	#content.sub .content-right{padding: 45px 15px 0 0;}

#contentFrameRight {
	background: transparent url('images/rightRepeat3.png') repeat-y top right;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	width: 51px;
	float: left;
	padding-bottom: 600px;
	margin-bottom: -600px;
}

#contentFrameBottom {
	clear: both;
	background: transparent url('images/bottom_new.png') no-repeat top right;
	height: 151px;
}

#contentFrameBottom ul{
	padding-left: 54px;
	padding-top: 30px;
}

#contentFrameBottom ul li{
	float: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #5f6161;
	border-right: none;
	border-bottom: 1px solid #5f6161;
	border-left: 1px solid #5f6161;
	width: 261px;
	height: 90px;
}

#contentFrameBottom ul li.last{
	float: left;
	margin: 0;
	padding: 0;
	border-top: 1px solid #5f6161;
	border-right: 1px solid #5f6161;
	border-bottom: 1px solid #5f6161;
	border-left: 1px solid #5f6161;
	width: 261px;
	height: 90px;
}

#contentFrameBottom ul li img{
	float: right;
	border-left: 1px solid #8cc63f;
	border-bottom: 1px solid #8cc63f;
}

#contentFrameBottom ul li h3{
	text-transform: uppercase;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 10px 0 0 10px;
}

#contentFrameBottom ul li p{
	color: #fff;
	padding: 5px 0 0 10px;
}

#mainNav {
	background: url('images/top.gif') no-repeat;
	padding-left: 83px;
	text-align: center;
	height: 50px;
	width: 899px;
}

#mainNav ul li{
	float: left;
	margin: 0;
	padding: 0;
}

#footer {
	padding-top: 30px;
	text-align: center;
	background: #bebebe url('images/footer.png') no-repeat;
	height: 79px;/* height: 109px; */
	color: #636466;
}

#footer ul li{
	display: inline;
	padding-right: 4px;
	border-right: 1px solid #636466;
}

#footer ul li.last{
	display: inline;
	padding-right: 4px;
	border-right: none;
}

#footer a:link, #footer a:visited { 
	color: #636466; 
	text-decoration: none;
}

#footer a:hover, #footer a:active { 
	color: #636466; 
	text-decoration: underline;
}
