/* CSS Document */

* {
margin: 0;
padding: 0;
border: 0;
}

body {
font-family: helvetica;
font-size: 12px;
color: #666666;
background-color: #655548;
}

#wrapper {
position: relative;
width: 577px;
margin: 0 auto;
min-height: 724px;
height: auto !important;
}

/*items in the flow of the page*/
#top {
position: relative;
left: 55px;
width: 524px;
height: 155px;
background-image: url(../images/top_wide.jpg);
background-repeat: no-repeat;
}

#upper_vert {
position: relative;
left: 55px;
width: 482px;
height: 41px;
background-image: url(../images/middle_shadow.jpg);
background-repeat: repeat-y;
padding-left: 164px;
}

#content {
position: relative;
margin-left: 55px;
width: 524px;
padding: 7px 0;
background-image: url(../images/middle_shadow.jpg);
background-repeat: repeat-y;
}

#cont_left {
position: relative;
float: left;
left: 28px;
width: 125px;
text-align: right;
line-height: 140%;
}

#cont_right {
position: relative;
margin-left: 165px;
width: 290px;
line-height: 140%;
}

/*items outside of the flow of the page*/
#logo {
position: absolute;
left: 6px;
top: 30px;
width:247px;
height: 119px;
z-index: 10;
background-image: url(../images/fullcolor_logo.jpg);
background-repeat: no-repeat;
}

#bottom {
position:  relative;
left: 55px;
width: 523px;
}

/*................*/

#nav {
position: absolute;
left: 255px;
top: 40px;
width: 75px;
height: 95px;
z-index: 10;
}

#nav ul {
list-style-type: none;
}

#nav ul li {
text-align: left;
margin: 3px 0px;
}

#nav ul li a{
font-family: helvetica;
font-size: 13px;
color: #AA9F4E;
text-decoration: none;
padding: 3px 0;
}

#nav ul li a.current_page{
color: #655548;
} 

#nav ul li a:hover, #nav ul li a:focus {
color: #655548;
}

/*font*/
a {
font-size: 13px;
text-decoration: none;
color: #999999;
}

.fourteen_pt_linkcolor {
font-size: 14px;
color: #AA9F4E;
font-weight: normal;
}

.fourteen_pt_body {
font-size: 14px;
color: #666666;
font-weight: normal;
}

.thirteen_pt_body {
font-size: 13px;
font-weight: normal;
color: #666666;
}

.twelve_pt_bold_italic {
font-weight: bold;
font-style: italic;
color: #666666;
}

.small_text {
font-size: 9px;
}

.current_about {
font-size: 13px;
text-decoration: none;
color: #666666;
}

