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

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

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

/* Body */

html { height:101%; }
body {
background-color:#284b6e;
background-image: url(../img/body_bg.png);
background-repeat: repeat-x;
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: 920px;
}

/* Header */

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

h1 {
height: 65px;
padding-top: 30px;
}

h1 a {
text-indent: -9999px;
display: block;
width: 205px;
height: 65px;
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;
}

.polaroid2 {
display:block;
position: relative;
top: -163px;
right: -40px;
float: right;
margin-right: 20px;
width: 290px;
height: 210px;
padding: 20px;
z-index: 30;
}



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

/* End of Header */

/* Content */

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

.nav {
background-color: #cedfe9;
width: 150px;
float: left;
}

.nav li a {
display: block;
padding: 7px 0 7px 25px;
color: #4d6780;
font-family: Arial, sans-serif;
text-decoration: none;
border-bottom: 1px solid #c2d3dd;
}

.nav li a.last {
border-bottom: none;
}

.nav li a.selected {
color: #b21621;
background-color: #c5d5e2;
}

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

/* Main Content */

.main_content {
background: #fff;
float: left;
margin-left: 10px;
width:350px;
padding: 20px 20px 20px 30px;
border-top: thin solid #E8DECF;
}


.main_content li {
	margin-left:20px;
}

.main_content ul{list-style:square;}
.main_content ul.circle{list-style:circle;}
#fullsize {
width:670px;
}

.title {
color: #3c6899;
font-family: Georgia, serif;
font-size: 22px;
font-weight: normal;
padding-bottom: 10px;
display:block;
width:320px;
}

.line {
border-bottom: thin solid #E8DECF;
}

.sub_title {
color: #456285;
font-family: verdana;
font-size: 13px;
font-weight: bold;
margin: 15px 0px 10px 0px;
display:block;
width:320px;
}


.sub_title2 {
color: #FFFFFF;
background-color:#006699;
padding:2px;
width:200px;
}


.sub_title3 {
color: #FFFFFF;
background-color:#006699;
padding:4px;
width:100%;
}





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

.main_content ul {
	margin-left:15px;
}

.main_content ul li {
	margin-bottom:15px;
}
/* Lateral */

.lateral {
float: left;
width: 280px;
padding: 100px 20px 20px 20px;
background: url(../img/lateral_bg.png) repeat-y left top;
}

.tradition {
display: block;
margin-bottom: 20px;
margin-left: 25px;
}

.lat_content {
padding: 20px 10px;
background: url(../img/lateral_content_bg.png) repeat-x left top;
}

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

ul.services li {
    height:55px;
}

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

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

ul.services li a img{
    float:left;
    margin:0 5px 0 0;
    padding:3px;
    border:1px solid #888;
}
ul.services a span {
    font-size: 10px;
    float:left;
}

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

.lat_content .more:hover {
background-color: #3c6899; 
}

/* Footer */

.footer {
background-color: #265885;
color: #c8d7ef;
}

.footer .logo {
float: left;
padding: 10px 20px;
}

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

.footer .adress {
font-size: 10px;
line-height: 15px;
float: left;
width: 458px;
height: 45px;
padding: 17px 20px 5px 20px;
}

.login {
color: #fff;
}

input, select {
padding: 3px;
}

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

#contactform {
color: #6d7d92;
}

.required_field {
color: red;
}

.clear {
clear: both;
}

.staff img { margin:0px 10px; }

.staff td { padding-bottom:40px; }

.logos td { padding:6px; }



strong { font-weight:bold; }

.small_text { font-size:11px; }

.justify { text-align:justify; }

ul.nobullet { list-style:none; }
ul.nobullet li { margin-left:0px; }
