
/* main structure */

body {
background: url("img/bkg_grad.jpg") repeat-x;
background-color: #9a9786;
margin: 0px auto;
text-align: center;
}

#wrapper {
background:transparent url(img/shadow.png) repeat-y scroll 0% 0%;
margin:0px auto;
padding:0px 0px 0px 0px;
width:894px;
}


#main {
width: 876px;
background: #292723;
margin: 0px auto;
height: 100%;
}
 
#header {
width: 876px;
height: 144px;
background: #ffffff;
border-bottom: solid 4px #d2ceb4;
text-align: left;
}


/* content_structure */

#column_large {
float: left;
text-align: left;
margin-left: 35px;
margin-top: 20px;
width: 505px;
margin-right: 35px;
}


#column_small {
text-align: left;
background: url("img/bkg_sc.jpg") repeat-x;
padding-top: 12px;
padding-left: 12px;
margin-top: 20px;
margin-bottom: 20px;
background-color: #94928C;
float: left;
color: #000;
width: 254px;
height: auto;
}


#column_full {
text-align: left;
margin-left: 35px;
margin-top: 20px;
width: 800px;
float: left;
}


#follow {
text-align: left;
padding-top: 12px;
padding-left: 12px;
margin-top: 20px;
margin-bottom: 20px;
background-color: #94928C;
float: left;
color: #000;
width: 254px;
height: auto;
}




/* navigation */

#nav {
position: absolute;
top: 110px;
clear: both; /* YOU NEED TO CLEAR THE FLOATS FROM ABOVE */
padding-left: 20px;
width:856px;
}

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

li.toplevel {
background: url("img/tabs_new.jpg") 0 0 no-repeat;
margin: 0px 0px 0px 0px; /* SPACING BETWEEN BUTTONS */
height: 34px;
}

li.toplevel:hover {
background: url("img/tabs_new.jpg") no-repeat;
background-position: center;
height: 34px;
}

li.toplevel:hover a {
color: #FFFFFF;
}

li {
float: left;
position: relative;
cursor: pointer;
}

li a {
display:block;
width: 105px; /* THIS IS THE WIDTH FOR THE BUTTONS */
text-align: center;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 10px;
line-height: 34px;
color: #666;
text-decoration: none !important;
}

li a:hover {
color: #FFFFFF
}





/* font and color styling */

a {
color: #d2ceb4;
}

h4 a {
color: #000000;
}


h1 {
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 20px;
color: #FFFFFF;
margin: 0px 0px 0px 0px;
}

h2 {
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 16px;
color: #3e382f;
margin: 10px 0px 8px 0px;
}

h3 {
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 14px;
line-height: 18px;
color: #999999;
margin: 10px 0px 8px 0px;
}





h4 {
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 14px;
color: #3e382f;
margin: 10px 0px 8px 0px;
}



p {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
color: #FFFFFF;
line-height: 18px;
}



/* begin footer content */
#footer, #footer a {
width: 876px;
margin: 0 auto;
background: #292723;
text-align: right;
color: #cecab0;
font-size: 10px;
font-family: Helvetica, Arial, sans-serif;
text-decoration: none;
}







/* call icon hack */


.call { 
position: relative;
top: -12px;
left: 290px;
border: 0px;
}


/* form_style */


label{
float: left;

width: 70px;
_width: 65px;
font-weight: bold;
	color: #666;
	font-family: Hevetica, Arial, Sans Serif;
	line-height: 18px;
	font-size: 12px;
}



input, textarea{
width: 150px;
margin-bottom: 5px;

}

textarea{
width: 150px;
height: 50px;

}

.boxes{
width: 1em;
}

#submitbutton{
margin-top: 20px;
width: 90px;
}

br{
clear: left;
}



/* misc formatting */
img.floatRight {
float:right;
margin:6px;
}


img.floatLeft {
float:left;
margin:8px;
}

form {
text-align: right;
padding-right: 12px;
padding-bottom: 12px;
}


