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

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

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

body {
background-color:#014888;
background-image: url(../img/back_body.jpg);
background-repeat: repeat-x;
background-position: top center;
color:#000000;
font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
font-size:12px;
line-height:18px;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:100%;
margin:0;
padding:0;
width:100%;
}

.wrapper {
width: 960px;
margin-left: auto;
margin-right: auto;
background-color: #f1f1ed;
}

#header {
height: 175px;
background-image: url(../img/header.jpg);
background-repeat: no-repeat;
background-position: top center;
}

#header h1 a {
text-indent: -9999px;
display: block;
width: 250px;
height: 105px;
margin-left: auto;
margin-right: 0px;
padding-top: 50px;
background-image: url(../img/seymour_logo.png);
background-repeat: no-repeat;
background-position: left bottom;
}

.banner {
border-top: solid 1px #66b6f5;
background-color: #005892;
background-image: url(../img/banner_back.jpg);
background-repeat: repeat-x;
background-position: top left;
padding: 15px 25px 15px 25px;
}

.banner h3 {
color: #f6e498;
font-size: 16px;
font-weight: normal;
margin-bottom: 20px;
}

.banner p {
color: #fff;
}


/*-------------NAV STYLES----------------*/
#nav_wrapper {
width: 215px;
height: 100%;
padding: 20px 0 20px 0;
background-image: url(../img/nav_shadow.jpg);
background-position: top right;
background-repeat: no-repeat;
float: left;
text-align: right;
}

.nav_line {
margin: 15px 35px;
border-bottom: 1px solid #e1ded4;
}

.symbol {
width: 125px;
height: 130px;
background-image: url(../img/symbol.jpg);
background-position: center right;
background-repeat: no-repeat;
margin: 15px auto;
}

#nav_wrapper .nav li a {
color: #808385; 
font-size: 13px;
line-height: 28px;
font-weight: normal;
text-decoration: none;
display: block;
padding-right: 33px;
}

#nav_wrapper .nav li a:hover {
color: #3e4346; 
background-image: url(../img/arrow_nav.png);
background-position: center right;
background-repeat: no-repeat;
}

li.active {
background-image: url(../img/back_li.png);
background-repeat: repeat-y;
background-position: top right;
}

#nav_wrapper li.active a {
color: #103e71;
background-image: url(../img/arrow_nav.png);
background-position: center right;
background-repeat: no-repeat;
}

/*------CONTENT------*/

.content {
background-color: white;
border-left: 7px solid #c2b9a5;
margin-left: 215px;
min-height: 623px;
height:auto !important;
height:623px;
}

.main_info {
width: 434px;
padding: 23px 35px 35px 35px;
float: left;
color: #555;
font-size: 13px;
}

.main_info_full {
padding: 23px 35px 35px 35px;
float: left;
color: #555;
font-size: 13px;
width:674px;
}



.main_info p,.main_info_full p {
  margin-bottom:15px;
}

#.m2ain_info p:first-letter,.m2ain_info_full p:first-letter {
font-size:15px;
font-weight:bold;
}

.main_info ul,.main_info_full ul {
list-style-type:decimal;
padding-left:40px;
margin-bottom:15px;
}

.main_info ol,.main_info_full ol {
list-style-type:decimal;
padding-left:40px;
margin-bottom:15px;
}

.page_title {
font-size: 15px;
color: #103e71;
font-weight: normal;
margin-bottom: 15px;
}

ul.links li,ol.links li {
	margin-bottom:8px;
}

ul.links li a {
	color:#103E71;
}
ul.links li a:hover {
	color:#109F99;
}


table.form { margin:2px; }
table.form td { padding:2px; }

.captcha { position:relative; top:-30px; }
.captcha pre { //position:relative; top:22px; }
.captcha input {
margin-left: 10px;
font-size: 12px;
padding: 2px;
display: block;
position: relative;
top: 25px;
}


/*------------LATERAL STYLES----------------*/

.lateral_info {
margin-left: 505px;
padding: 25px 25px 25px 0;
}

.lateral_info .services {
font-size: 10px;
}

.lateral_info .services li {
margin-bottom: 6px;
float:left;
}

.lateral_info .services li a { 
text-decoration: none;
color: #0073bb;
line-height: 10px;
float:left;
}

.lateral_info .services li a:hover, .more {
text-decoration: none;
color: #103e71;
}

.lateral_info .services li span {
color: #888;
float:left;
}

.lateral_info .services li img {
    float:left;
    margin-right:5px;
    padding:3px;
    border:1px solid #888;
}

/*------------FOOTER STYLES----------------*/

.footer {
width: 960px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
height: 85px;
}

.footer .logo {
background-color: #0066a6;
float: left;
width: 340px;
}

.footer .logo h4 a{
display: block;
text-indent: -9999px;
width: 160px;
height: 30px;
margin: 10px 0 0 20px;
background-image: url(../img/logo_footer.png);
background-position: top left;
background-repeat: no-repeat;
}

.footer .logo span {
color: #ADBBDF;
font-size: 10px;
line-height: 30px;
margin-left: 25px;
}

.footer .adress {
background-color: #005896;
color: #ADBBDF;
font-size: 10px;
height: 70px;
}

.footer .adress p {
padding-left: 30px;
padding-top: 10px;
width: 390px;
float: left;
}

.footer .adress a {
color: #F6E498;
}

.footer .adress img {
position: relative;
bottom: 35px;
}


/*------------HOME STYLES----------------*/

#home_header {
height: 175px;
background-image: url(../img/header_home.jpg);
background-repeat: no-repeat;
background-position: top center;
}

#home_header h1 a {
text-indent: -9999px;
display: block;
width: 250px;
height: 105px;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
background-image: url(../img/seymour_logo.png);
background-repeat: no-repeat;
background-position: left bottom;
}

.home_banner {
border-top: solid 1px #66b6f5;
background-color: #005892;
background-image: url(../img/banner_back.jpg);
background-repeat: repeat-x;
background-position: top left;
padding: 15px 25px 15px 25px;
height: 278px;
}

.home_banner img {
float: left;
margin-right: 15px;
}

.home_banner h3 {
color: #f6e498;
font-size: 16px;
font-weight: normal;
margin-bottom: 20px;
}

.home_banner p {
color: #fff;
}

/*------------END OF HOME STYLES----------------*/

.clear {
clear: both;
}