/* CSS by Jose Erlino M. Lontok */
body {
background-image:url(images/body_bg.gif);
color:#231F20;
font:11px "Myriad Pro", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
a {
color:#231F20;
}
a:hover {
color:#51A250;
}
#wrap {
margin:60px auto 0 auto;
background-color:#FFFFFF;
width:768px;
border:2px #8B8B8B solid;
}
#main {
width: 750px;
margin:10px auto;
border:1px #BCBDBD solid;
padding-bottom:10px;
}
#header {
width:738px;
margin:0 auto;
clear:both;
}
#header img {
margin-left:30px;
}
#home_flash {
width:738px;
height:202px;
margin: 4px auto 0 auto;
text-align:center;
background-image:url(images/home_flash_bg.gif);
}
#nav {
float:right;
margin-right:20px;
}
#nav ul {
margin:0;
padding:0;
list-style-type:none;
}
#nav ul li{
float:left;
list-style-type:none;
color:#6A6B6B;
font-size:11px;
font-family:"Trebuchet MS", Helvetica, sans-serif;
height:30px;
width:71px;
border-left:1px #AFAFAF solid;
text-align:center;
padding:0 2px;
}
#nav ul li.first {
border:0 !important;
}
#nav ul li a {
color:#6A6B6B;
text-decoration:none;
display:block;
padding: 20px 2px 0 2px;
height:100%;
}
#nav ul li a:hover {
color:#005953;
background-image:url(images/nav_bg.jpg);
background-repeat:repeat-x;
}
/**/
#nav li ul { /* second-level lists */
	/*display: none;*/
	position: absolute;
	text-align:left;
	margin:0;
	padding:0;
}
#nav li ul li{
	border:0 !important;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	/*top: auto;
	left: auto;*/
	z-index:100;
}

#nav li:hover ul, #topnav li.over ul { /* lists nested under hovered list items */
	display: block;
}
/**/
.here {
color:#005953 !important;
text-transform:uppercase;
font-weight:800;
letter-spacing:-1px;
}

.here2 {
color:#005953 !important;
font-weight:800;

}

#home_content {
width:738px;
/*height:287px;*/
margin:4px auto 0 auto;
background-image:url(images/home_content_bg.jpg);
background-position:bottom right;
background-color:#E4DFDF;
background-repeat:no-repeat;
}
#home_content p {
margin: 4px 4px 4px 4px;
line-height:18px;
}
.home_txt {
padding:30px 30px 0 30px;  /*adjust distance of homepage body text here*/
}
#inner_image {
width:738px;
height:105px;
margin:0 auto 5px auto;
background-image:url(images/inner_header_bg.jpg);
background-repeat:no-repeat;
background-position:left;
padding:0;
}
#inner_image img{
float:right;
}
#inner_image h1{
display:inline;
float:left;
position:relative;
top:83px;
left:35px;
margin:0;
font-size:18px;
color:#fff;
}
#inner_content {
width:738px;
margin:0 auto;
padding:20px 0;
background-color:#E4DFDF;
}
.inner_text {
width:635px;
margin: 0 auto
}
.inner_text p {
margin:10px 0;
padding:0;
line-height:20px;
}
.inner_text h2{
font-weight:bolder;
font-size:14px;
font-style:italic;
}
#footer {
text-align:center;
}