@import "reset.css";

html {
background:#073622;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#352402;
}

p { 
line-height:1.4em; 
}
a {
color:#352402;
text-decoration:underline;
}
a:hover {
text-decoration:underline;
}

/*---------------------------------------------------------------------------*/
/* #container                                                                */
/*---------------------------------------------------------------------------*/
#container {
width:768px;
margin:0 auto;
border:1px solid white;
}

/*---------------------------------------------------------------------------*/
/* #header                                                                   */
/*---------------------------------------------------------------------------*/
#header {
width:768px;
height:108px;
background:#EDEBD4 url(../images/headerBottom.jpg) repeat-x bottom left;
}

#logo {
width:250px;
height:55px;
padding-top:15px;
padding-left:30px;
float:left;
}

#logo h1 {
width:250px;
height:55px;
background:white;
text-indent:-9999px;
overflow:hidden;
}

#teaser {
width:250px;
padding-top:30px;
float:left;
margin-left:225px;
}

#teaser p {
color:#908020;
font-size:16px;
text-align:center;
}

#teaser p.tel {
color:#09412a;
}

/*---------------------------------------------------------------------------*/
/* #mainnav                                                                  */
/*---------------------------------------------------------------------------*/
#mainnav {
clear:both;
border-top:1px solid white;
height:28px;
}

#mainnav ul {
width: 768px;
height:28px;
}

#mainnav ul li  {
/*width:154px;*/
float:left;
}
#mainnav ul li#h {
width: 115px;
}
#mainnav ul li#ia {
width: 154px;
}
#mainnav ul li#pu {
width: 154px;
}
#mainnav ul li#st {
width: 115px;
}
#mainnav ul li#pc {
width: 115px;
}
#mainnav ul li#cu {
width: 115px;
}

#mainnav ul li a {
display:block;
height:20px;
padding-top:8px;
text-align:center;
background:#45695B;
border-right:1px solid white;
color:#edebd3;
text-decoration:none;
font-size:12px;
}

#mainnav ul li a:hover {
background:#908020;
}

#mainnav ul li#cu a {
border:none;
}



/*---------------------------------------------------------------------------*/
/* #mainbody                                                                 */
/*---------------------------------------------------------------------------*/
#bodycontainer {
float:left;
background:#CAD5CF url(../images/bodycontBottom.jpg) no-repeat bottom left;
border-top:1px solid white;
padding-bottom:17px;
}

#wrapper {
float:left;
width:768px;
background:white url(../images/fauxcol.gif) repeat-y right;
padding-bottom:30px;
}

#mainbody {
width:430px;
float:left;
background:white url(../images/pageTop.jpg) repeat-x top left;
padding:15px 35px 0 35px;
border-right:1px solid white;
}

#mainbody h3 {
font-size:16px;
font-weight:normal;
color:#073622;
margin-top:25px;
margin-bottom:10px;
padding-top:0px;
}

#mainbody p {
margin-bottom:15px;
font-size:12px;
}

/*---------------------------------------------------------------------------*/
/* #subnav                                                                   */
/*---------------------------------------------------------------------------*/
#subnav {
float:left;
width:267px;
margin:0;
padding:0;
}

#subnav img {
margin-bottom:12px;
}

#subnav h4 {
font-size:14px;
font-weight:normal;
color:#073622;
margin-left:25px;
margin-right:25px;
padding-bottom:10px;
margin-bottom:10px;
background:url(../images/hr.jpg) no-repeat bottom left;
}

#subnav p {
font-size:12px;
margin-bottom:30px;
margin-left:25px;
margin-right:25px;
}
#vcard {
	float:left;
	width:217px;
	padding:0 25px 0 25px;
}
#subnav .vcard { 
font-size:12px; 
}

.vcard div { 
line-height:1.4em; 
} 

.vcard a { 
color:#352402; 
}

#subnav .vcard .tel {
margin:25px 0;
}

/*---------------------------------------------------------------------------*/
/* #footer                                                                   */
/*---------------------------------------------------------------------------*/
#footer {
clear:both;
background:#ECF0EF;
border-top:1px solid white;
}

#footerNav {
background:#45695B;
color:white;
padding:5px 0;
text-align:center;
font-size:12px;
border-bottom:1px solid white;
}

#footerNav a { 
color:#E0EFE9; 
text-decoration:none; 
}

#footerNav a:hover { 
color:#E0EFE9; 
text-decoration:underline; 
}

#copyright {
color:white;
font-size:10px;
text-align:center;
background:white;
padding:5px 0 0px 0;
}