@charset "utf-8";
/* CSS Document */

    html, h1, h2, h3, h4, ul, li{
    margin: 0;
    padding: 0;
    }
	 
	 hr {border: 0; height: 1px; border-bottom: 1px dotted #4D994E;}
	 
    h1 {
	 height: 0px;
	 border-bottom: 2px dotted #4D994E;
	 }
    a {
    color: #336633;
	 text-decoration: underline;
    }
    a:hover {
    color: #336633;
	 text-decoration: none;
    }

    .clear {
    clear: both;
    }

    body {
    background: #F6F8F5 url(background.jpg) repeat-x;
    font: 12px arial, sans-serif;
    color: #336633;
	margin-top: 20px;
    padding-bottom: 10px;
    }

    /** layout/main content **/
    #wrapper {
	 margin: 0px auto;
    width: 899px;
    background: White;
	 padding: 8px;
    }
	 #topbanner {
	 	width: 899px;
	 }
	 #container {
	 	width: 899px;
		background-color: #E9F6DB;
		height: auto;
	 }
    h1 {
    padding: 25px 0 0 30px;
    font: 32px arial black, arial, sans-serif;
    color: #151515;
    }

    h1 em {
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    position: relative;
    top: -4px;
    }
	 #right-column {
	 width: 200px;
	 background-color: #E9F6DB;
	 padding: 20px;
	 float: right;
	 height: 100%
	 }
	 #news {
	 	width: 200px;
	 }
	 #news .detail {
	 color:#333333;
	 }
	 #contact {
	 	width: 200px;
	 }
.forminputstyle {
	border: 0px solid #ffffff;
	/** remember to change image path **/
	background: #ffffff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #454743;
	margin-bottom:4px;
	padding:3px;
}
	 #left-column {
	 width: 619px;
	 padding: 20px;
	 background-color: #FFFFCC;
	 float: left;
	 }
	 #main-content {
	 	width: 619px;
	 }
	 #main-content .pic {
	 	padding-right: 10px;
	 }
	 #main-content .picright {
	 	padding-left: 10px;
	 }
	 #sub-left-column {
	 	width: 295px;
		padding-bottom: 20px;
		padding-right: 25px;
		float: left;
	 }
	  #sub-right-column {
	 	width: 299px;
		padding-bottom: 20px;
		float: right;
	 }
    /* nav */
.horizontalcssmenu {
	 width: 899px;
	 height: 32px;
	 background: url(menubg.gif) repeat-x;
}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: auto;
	text-decoration: none;
	background: url(menubg.gif) center center repeat-x;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 22px;
	padding-bottom: 8px;
	padding-left: 27px;
	font-family: arial, sans-serif;
	font-size: 13px;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 120px; /*width of sub menu levels*/
font-weight: normal;
padding-top: 5px;
padding-right: 30px;
padding-bottom: 5px;
padding-left: 35px;
background:#336633;
/*border-width: 0 1px 1px 1px;*/
}

.horizontalcssmenu ul li a:hover{
background: #448A44;
}

.horizontalcssmenu ul li ul li a:hover{
background: #448A44;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

    
	 #faq-nav {
	 width: 619px;
	 }
	 #faq-nav  li{
	 list-style: url(dot.gif);
	 margin-left: 15px;
	 padding-bottom: 2px;
	 }
	 #faq-nav  a {
	 	color: #336633;
		text-decoration: underline;
	 }
	  #services-nav {
	 width: 200px;
	 }
	 #services-nav  li{
	 list-style: url(dot.gif);
	 margin-left: 15px;
	 padding-bottom: 2px;
	 }
	 #services-nav   a {
	 	color: #336633;
		text-decoration: underline;
	 }
	  #services-nav   a:hover{
	 	color: #336633;
		text-decoration: none;
	 }
	 
	 #sub-nav {
	 	width: 295px;
	 }
	 #sub-nav li{
	 list-style: url(dot.gif);
	 margin-left: 15px;
	 padding-bottom: 2px;
	 }
	 #sub-nav a {
	 	color: #336633;
		text-decoration: underline;
	 }
    /** footer **/
    #footer {
	 margin: 30px 0px 30px 0px;
    text-align: center;
    }
    #footer p, #footer ul {
    margin: 1.2em;
    }
    #footer ul {
    margin-top: 1.2em;
    }
    #footer li {
    display: inline;
    list-style: none;
    }