/*-----------------------MAIN CSS-------------------------*/

/* ---------------------------------------------------
	StyleSheet: Chute & Wiley Funeral Home
	main.css
	Media: screen
	Version: 1.0	
	Author: Diradv
	
	
/*------------------------------------------------*/

/*-------------GENERAL STYLES----------------*/

/* Body */

body {
background-color:#2a3d27;
background-image: url(../img/body_bg.jpg);
background-repeat: repeat;
background-position: left top;
height:100%;
margin:0;
padding:0;
width:100%;
color:#000000;
font-family: "Lucida Grande", lucida, arial, helvetica, sans-serif;
font-size:12px;
line-height:18px;
font-style:normal;
font-variant:normal;
font-weight:normal;
}

/* Wrapper */

.wrapper {
margin: 0px auto;
width: 940px;
}

/* Header */

#header {
margin: 0px auto;
width: 940px;
height: 85px;
background: transparent url(../img/header_bg.jpg) repeat-x left top;
position: relative;
}

h1 {
height: 70px;
padding: 10px 0 0 30px;
}

h1 a {
text-indent: -9999px;
display: block;
width: 205px;
height: 70px;
background: transparent url(../img/logo.png) no-repeat left bottom;
}

/*
h2 {
display: inline;
font-family: Georgia, serif;
font-size: 10px;
font-weight: 600;
color: #a1bbd6;
text-transform: uppercase;
margin-left: 10px;
}
*/


/* End of Header */


/* Banner */

.banner {
position: relative;
height: 130px;
background: #405e3a url(../img/banner_bg.jpg) no-repeat left top;
padding: 40px 0 0 30px;
}

.banner h3 {
font-size: 25px;
font-weight: 600;
color: #fff;
margin: 0 0 10px 0;
}

.banner h4 {
color: #fff;
font-style: oblique;
font-family: Georgia, serif;
font-size: 21px;
}

.polaroid {
float: right;
margin-right: 30px;
width: 250px;
height: 177px;
padding: 10px;
background: transparent url(../img/polaroid.png) no-repeat left top;
position: absolute;
top: 20px;
right: 0px;
z-index: 30;
}

/* End of Banner */


/* Content */

#content {
background: #fff url(../img/content_bg.png) repeat-y left top;
padding: 20px;
}

.nav {
width: 178px;
float: left;
}

.nav li a {
display: block;
padding: 5px 0 5px 25px;
color: #678d5a;
font-family: Arial, sans-serif;
font-size: 14px;
text-decoration: none;
}

.nav li a.selected {
color: #435e3d;
background-color: #fff;
}

.nav li a:hover {
background-color: #fff;
}

/* Main Content */

.main_content {
float: left;
margin-left: 10px;
width:400px;
padding: 20px 20px 20px 30px;
}

#fullsize {
width:660px;
}

.title {
color: #435e3d;
font-family: Georgia, serif;
font-size: 22px;
font-weight: normal;
padding-bottom: 10px;
}

.main_content p {
color: #434345;
margin-top: 10px;
line-height: 18px;
}

/* Lateral */

.lateral {
float: left;
width: 250px;
padding: 60px 0px 20px 0px;
}

.lat_content {
padding: 0 0px 0px 20px;
border-left: 1px solid #CEE0BD;
}

.subtitle {
font-size: 16px;
color: #435e3d;
margin-bottom: 15px;
}

ul.services {
font-family: Arial, sans-serif;
color: #757679;
margin-bottom: 10px;
width:235px;
}

ul.services li a {
    float:left;
    font-size: 12px;
    line-height: 12px;
    color: #678d5a;
    text-decoration: none;
    margin-bottom: 8px;
}

ul.services li a:hover {
color: #435e3d;
text-decoration: underline;
}

ul.services li a img{ 
    float:left;
    padding:3px;
    border:1px solid #678d5a;
    margin-right:5px;
}

ul.services span {
    font-size: 10px;
    float:left;
}

.lat_content .more {
margin-top: 10px;
width: 50px;
padding: 5px;
background-color: #678d5a;
color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;
}

.lat_content .more:hover {
background-color: #435e3d; 
}

/* Footer */

.footer {
background-color: #4c6c43;
color: #fff;
}

.footer .logo {
float: left;
padding: 10px 20px;
border-right: 1px solid #678d5a;
width:156px;
}

.footer .logo a{
text-indent: -9999px;
display: block;
width: 158px;
height: 50px;
background: url(../img/logo_footer.png) no-repeat left top;
}

.footer .adress {
font-size: 11px;
line-height: 15px;
float: left;
width: 245px;
height: 45px;
padding: 20px 20px 5px 40px;
}

.login {
display: block;
margin-top: 22px;
padding: 5px 7px;
float: left;
color: #fff;
background-color: #678d5a;
text-decoration: none;
}

.login:hover {
background-color: #435e3d; 
}

.copyright {
line-height: 15px;
float: left;
width: 280px;
height: 45px;
padding: 20px 20px 5px 20px;

float:left;
}
.login_button { float:right; margin-right:5px;}

/* Forms */


input, select {
padding: 3px;
}

input, textarea {
border: 1px solid #ddd;
}

input, select, textarea {
font-size: 14px;
font-family: inherit;
color: #333;
margin-bottom: 10px;
}

#contactform {
color: #678d5a;
}

.required_field {
color: red;
}

.submitform {
display: block;
margin-top: 5px;
padding: 5px 7px;
color: #fff;
background-color: #678d5a;
text-decoration: none;
}

.submitform:hover {
background-color: #435e3d; 
}

/* Clear */

.clear {
clear: both;
}

.footer .small {
font-size: 11px;
}


