/* ALL STYLES */
* { padding:0px; margin:0px;}

/* HTML styles */
html { overflow-y:scroll;}
body {width:792px; margin:0 auto; background:#FFF; font-family:Verdana, Arial, Sans-Serif; font-size:medium; color:#666;}
img { border:0px;}
hr { height: 1px; border: 0; border-bottom: dotted 1px #17a95b; margin: 10px 0 }
input { float: left; width: 190px; margin-bottom: 5px; background: white; border: solid 1px #666; font-family:Verdana, Arial, Sans-Serif; font-size:100%;  }
textarea { float: left; width: 190px; margin-bottom: 5px; background: white; border: solid 1px #666;  }
label { float: left; clear: left; width: 110px; padding-top: 2px; color: #666 }
legend { padding: 8px; color:#17A95B; font-weight:300; font-size:115%; }
fieldset { float: left; width: 480px; border: solid 1px #17A95B; padding: 10px; }



/* ID styles */
#Center_Website { float:left; width:100%; background:#FFF url(../images/WebsiteBg.gif) repeat-y left top; }
#Website_Area { float:left; padding:0 16px; width:760px; }
#Header { float:left; width:100%; height:64px;}
	/* #HEADER sub divs and styles */
	#Logo { float:left; padding:5px 0 0 15px;}
	#ContactNumber { float:right; padding:38px 24px 0 0;}
	
#Navigation { clear:left; float:left; width:100%; background:#9fce70;}
	/* #NAVIGATION sub styles */
	#Navigation ul { float:left; list-style-type:none; font-family:Arial, Sans-Serif; font-weight:900; font-size:55%; text-transform:uppercase;}
	#Navigation li { float:left; line-height:22px;}
	#Navigation a { display:block; color:#FFF; padding:0 16px; text-decoration:none;}
	#Navigation a:hover { background:#17a95b url(images/NavArrow.gif) no-repeat center top;}
	#Navigation a.Pnav { display:block; color:#FFF; text-decoration:none; background:#17a95b url(images/NavArrow.gif) no-repeat center top;}
	
#Content_Area { position:relative; clear:left; float:left; background:#FFF; width:100%; }
#SectionImg { clear:left; float:left;}
#SectionFade { position:absolute; z-index:1; top:130px; left:0px; width:100%; height:41px; background:#FFF; opacity:.7; filter: alpha(opacity=70);}
#SectionStrap { position:absolute; z-index:2; top:138px; left:225px;}

#Secondary_Navigation { clear:left; float:left; width:224px;}
	/* #SECONDARY_NAVIGATION sub styles */
	#Secondary_Navigation ul { list-style-type:none; font-family:Arial, Sans-Serif; font-size:55%; font-weight:900; margin:18px 0 20px 10px; text-transform:uppercase;}
	#Secondary_Navigation li { padding:5px 0; line-height:1.3em;}
	#Secondary_Navigation a { display:block; padding-left:12px; color:#999999; text-decoration:none;}
	#Secondary_Navigation a:hover { color:#17a95b; background:transparent url(images/SnavArrow.gif) no-repeat left center;}
	#Secondary_Navigation a.Snav { display:block; padding-left:12px; color:#17a95b; text-decoration:none; background:transparent url(images/SnavArrow.gif) no-repeat left center;}
	#Secondary_Navigation img { margin-left: 22px }

#PageContent { float:left; font-size:70%; width:500px; padding-bottom: 15px;}
	/* #PAGECONTENT sub styles */
	#PageContent h1 { text-transform:capitalize; font-family:Arial, Sans-Serif; padding:20px 0 5px 0; color:#999999; font-weight:300; font-size:115%;}
	#PageContent h2 { text-transform:capitalize; font-family:Arial, Sans-Serif; padding-bottom:10px; color:#17a95b; font-weight:300; font-size:155%;}
	#PageContent h3 { padding-bottom:10px; color:#17a95b; font-weight:300; font-size:125%;}
	#PageContent h4 { padding-bottom:10px; color:#999999; font-weight:300; font-size:115%;}
	#PageContent h5 { color:#17a95b; font-weight:300; font-size:100%;}
	#PageContent p { padding:7px 0; width:auto; }
	#PageContent ul { margin-left: 16px; list-style-type: disc; color: #17a95b}
    #PageContent li { padding-left: 0px; }
    #PageContent li span { color: #666666; }
    #PageContent a { color: #17a95b; text-decoration: none }
    #PageContent a:hover { text-decoration: underline }
    

#Footer { position:relative; clear:left; float:left; background:#333333; line-height:17px; width:100%; font-size:9px; font-weight:bold; color:#ADADAD;}
	/* #FOOTER substyles */
	#Footer p { float:right; padding:0 20px 0 0;}

#Bottom_Fade { clear:left; float:left; margin-left:-15px;}

/* Other styles */
.Submit { float: left; clear: left; width: 50px; position: relative; left: 110px; padding: 5px; background: white; border: solid 1px #666; color: #17A95B }



