/*************************************************************************
	Title:		Master stylesheet for screen media
	Author:		420 Design - fourtwentydesign.com
*************************************************************************/
@import url(tables.css);
@import url(hacks.css);

body {
	text-align: center;
	margin:0;
	padding: 0;
	font: 11px/1.5em Arial, Arial, Helvetica, sans-serif;
	background: #ebe4cf;
	color: #80352C;
}

html, body {
	height: 100%;
}





/*	common
-------------------------------------------------------- */

.to-top {
	background:#B22525;
	display:block;
	padding: 10px;
	color:#fff;
	position:fixed;
	bottom: 0px;
    cursor: pointer;
    right: 20px;
}

img {
	border: 0;
}

h1 {
	color: #b22525;
	font-weight: bold;
	font-size: 25px;
}

#main h1{
	text-transform:capitalize;
}

p img {
	float: left;
	margin-right: 10px;
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin: 0 0 8px 0;
}

a {
	color: #B22525;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

.wrapper {
	width: 950px;
	margin:0 auto;
}
.clear {
	clear:both;
}

.big-title {
	background: url("/images/bg/building-header.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 17px;
    height: 20px;
    padding:  46px 0 24px 125px;
    width: 501px;
	font-family: "classica", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

img.profile {
    border: 1px solid #B22525;
	margin:0 15px 15px 0;
}

.divide {
	display:block;
	width:100%;
	border-top:solid 1px #fff;
	padding:10px 0;
}

.col-3 {
	width: 195px;
	padding: 0px 17px 0 0;
	color:#80352C;
	float:left;
}

.last {
	padding: 15px 0px 0 0;
}

.col-3 img {
	width:190px;
	height:125px;
	overflow:hidden;
	border:solid 1px #B22525;
}

.col-3 .shadow {
	bottom: 5px;
    display: block;
    height: 9px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 190px;
    z-index: -1;
	background: url("/images/bg/hp-img-shadow.png")no-repeat 0 0 transparent;
}


/*header 
-------------------------------------------------------- */
#header {
	background: url("/images/bg/top-red-bar.gif") repeat-x top transparent;
	padding-top:25px;
}

#header .bg{
	background: url("/images/bg/header-bg.jpg") no-repeat top center #fff;
	display:block;
	height: 233px;
	width: 100%;
	
}

/*	logo
-------------------------------------------------------- */
#logo {
	width: 285px;
	margin: 0;
	text-align: center;
}

#logo img {
	margin-left: -18px;
	margin-bottom: -5px;
}

/*#logo p {
	position: relative;
	text-align: right;
	margin: -15px 15px 3px 0;
}*/



/*	top bar
-------------------------------------------------------- */
#topbarContainer {
	width: 100%;
	height: 31px;
	background: url(/images/bg-topbarContainer.jpg) repeat-x 0 0;
}

#topbar {
	width: 750px;
	height: 31px;
	margin: 0 auto;
	background: url(/images/bg-topbar.jpg) repeat-x 0 0;
	border: 1px solid #8a7a58;
	border-width: 0 1px;
}


#topbar p {
	margin: 0 15px 0 0;
	padding: 10px 0 0 0;
	color: #4d2e12;
	text-align: right;
}

	#topbar p.tagleft {
		width: 45%;
		float: left;
		text-align: left;
		padding-left: 12px;
	}
	
	#topbar p.tagright {
		width: 45%;
		float: right;
	}


/*	property lists containers
-------------------------------------------------------- */
#main ul.props {
	padding:0;
	margin:0;
	list-style:none;
	display:block;
}

#main ul.props li {
	border-top:solid 1px #cbb683;
	clear: both;
}

#main ul.props h2 {
	display:block;
	text-align:left;
	text-transform:capitalize;
	font-family: "classica", arial, helvetica, san-sarif;
	font-weight:lighter;
	color:#fff;
	font-size:16px;
	background:url(../images/bg/title-bg.png) no-repeat 0 0;
	width:625px;
	height: 15px;
	padding: 9px 0 8px 10px;
}

#main ul.props p.subtitle {
	text-transform:capitalize;
	color:#80352C;
	padding:0 0 0 10px;
}

#main ul.props .old, #main ul.props .new {
	background:url(../images/bg/list-img-bg.png) no-repeat 0 0;
	display:block;
	width:107px;
	height:84px;
	padding:21px 30px 0 21px;
	float:left;
}

#main ul.props .new {
	background:url(../images/bg/list-img-new-bg.png) no-repeat 0 0;
}

#main ul.props .old img, #main ul.props .new img {
	height:70px;
	width:100px;
	overflow:hidden;
}

#main ul.props .info {
	float:right;
	width: 465px;
	margin:10px 0 0 0;
}

#main ul.props .info ul {
	line-height: 1.5;
    list-style-type: disc;
    padding: 5px 0 15px 15px;
	
}

#main ul.props .info ul li {
	border:none;
}

#main ul.props .info span {
    font-weight: bold;
	line-height:1.3;
}

.pdf {
	background: url("../images/pdf.jpg") no-repeat scroll right center transparent;
    clear: left;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px 55px 0 20px;
    text-align: center;
    text-transform: uppercase;
    width: 45px;
	height:55px;
	
}


/*	content containers
-------------------------------------------------------- */

#contentContainer {
	background: #faedd6;
	width: 100%;
	margin: 0 0 0 0;
	background: url("/images/bg/content-top-bars.gif") repeat-x top center;
	padding-top:20px;
}

#contentContainer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contentContainer .top-shadow{
	height: 0;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 1200px;
    z-index: -1;
	position:relative;
	right:60px;
}

#contentContainer .bottom-shadow {
	bottom: 27px;
	right: 60px;
    height: 0;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    text-align: left;
    width: 1200px;
    z-index: -1;
}

#content {
	width: 950px;
	margin: 0 auto;
	overflow:visible;
	background: url("/images/bg/container-bg.gif") repeat-y 10px 0;
}

#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}










/*	sidebar + navigation
-------------------------------------------------------- */
#sidebar {
	width: 240px;
	float: left;
	text-align: left;
	height: 100%;
	position: relative;
	margin:0 30px 0 10px;
	border-left: solid 2px #acacac;
	border-right: solid 2px #acacac;
	background:#fff;
}

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

#sidebar ul li {
	width: 199px;
	height: 36px;
	margin-bottom: 1px;
}

#sidebar ul li a {
	background: url("/images/bg/nav-bg.gif") repeat-x scroll center bottom transparent;
    border-bottom: 1px solid #E0E0E0;
    color: #B22525;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    margin: 10px 0 0 0;
    padding: 10px 0 5px 32px;
    text-decoration: none;
    width: 208px;
}

#sidebar ul li a:hover {
	color:#D9C497;
	background: url("/images/bg/nav-roll.gif") no-repeat center right;
}

/*	email signup	*/
#signuparea {
	padding: 25px;
}

#signuparea h3 {
	font-size:16px;
	margin-bottom: -.5em;
	line-height:1.5;
}





/*	sior logo and container
-------------------------------------------------------- */
/*#siorContainer {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}*/

#sior {
	border-top: 1px solid #8a7a58;
	margin-top: 5px;
}

/*
#sior p.contact {
	display: none;
}

#home #sior p.contact {
	display: block;
	text-align: left;
	margin-left: 8px;
}

#home #sior {
	width: 150px;
	height: auto;
	position: relative;
	margin: -125px 0 0 6px;
	bottom: 0;
}*/






/*	main content area
-------------------------------------------------------- */
#main {
	width: 625px;
	float: left;
	text-align: left;
	padding: 30px 20px;
}

#main.flash {
	padding: 30px 0 0 1px;
}

#flash_border {
	border-top: 1px solid #8d2d29;
	width: 550px;
}
	
#flash_border hr {
	display: none;
}

#main .col_2 {
	width:310px;
	text-align:center;
	float:left;
}

#main .col_2 span {
	font-weight:bold;
}

.slide-shadow{
	background:url(/images/bg/main-img-shadow.png) no-repeat center top;
	display:block;
	width:620px;
	height:30px;
	margin:0;
	padding:0;
	border-bottom:solid 1px #CBB683;
}

/*	footer(s)
-------------------------------------------------------- */
#footerContainer {
	width: 100%;
	height: 365px;
	background: url(/images/bg/footer-bg.gif) repeat-x 0 0 #b22525;
	display:block;
}

#sidebar-fix {
	background-color:#fff;
	height:2px;
	width: 240px;
	position:relative;
	bottom:35px;
}

#footer {
	height: 285px;
    margin: 0 auto;
    padding: 35px 0 0 24px;
    width: 950px;
	color:#fff;
	text-transform:uppercase;
	text-align:left;
	color:#fff;
}

#footer p {
	margin: 0 15px 10px 0;
	padding: 5px 0 12px 0;
	font-size: 12px;
	border-bottom:solid 1px #C94949;
}

#footer .right-side-fix {
	width:415px;
	text-align:right;
	float:right;
}

#footer .left-side-fix {
	width:415px;
	text-align:left;
	float:left;
}

#footer .divide {
	display:block;
	width:100%;
	border-top:solid 1px #fff;
	padding:15px 0;
}

#footer .col-3 {
	width:260px;
	float:left;
	margin-right: 30px;
	padding: 0 35px 0 0;
	color:#fff;
	font-size: 12px;
	border-right:solid 1px #C94949;
}

#footer .col-3 img {
	border: none;
	height:65px;
	width: 250px;
	margin-bottom:15px;
}

#footer .col-3 a {
	color:#fff;
}

#footer .col-3 ul {
	list-style:none;
	font-size:12px;
	padding:0;
}

#footer .col-3 ul li{
	margin:5px 0;
	padding:5px 0 5px 5px;
	border-bottom:solid 1px #C94949;
}

/*	Gallery
-------------------------------------------------------- */
.gallery {
	overflow: auto;
	width: 100%;
}
.thumbnail{
	padding: 3px 3px 2px 3px;
	background-color: #a38c48;
	border: 1px solid #222;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
/*	Form override
-------------------------------------------------------- */

.e2ma_signup_form_row {
	margin: 10px 0;
}

.e2ma_signup_form_label{
	text-transform: capitalize;
	font-weight: bold;
}

/*	Quotes trans
-------------------------------------------------------- */
p.quote, ul.quote {
	padding:0px;
	line-height: 1.4em;
	color: #80352c;
}

p.quotesource {
	color: #80352C;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: right;
    text-transform: uppercase;
}


/* classica font styles */

@font-face {
	font-family: classica;
	src: url(/fonts/classica.ttf) format("truetype");
}

.classica {
	font-family: "classica", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/* 3. Image Effects */

.img_small_container{background:url("/images/bg/img_small.png") no-repeat; margin:10px 17px 0 -4px; width:175px; height:115px; padding:15px 12px 17px 12px; float:left;}
.box_container, .box_container2, .box_container3, .box_container4, .box_container5, .box_container6, .box_container7, .box_container8, .box_container9{position:relative; /* important */height:109px; /* important if you use slidedown/slideup effects (check the demo). */overflow:hidden; /* hide the content that goes beyond the div limits */}
.box_image, .box_image2, .box_image3, .box_image4, .box_image5, .box_image6, .box_image7, .box_image8, .box_image9{position:absolute; /* important - to get the image position on top of the text */}
.box_container p, .box_container2 p, .box_container3 p, .box_container4 p, .box_container5 p, .box_container6 p, .box_container7 p, .box_container8 p, .box_container9 p{padding:12px 12px 0px 12px}
.fade_top{position:absolute; left:0; top:0; z-index:10}
.full_caption{width:255px; height:165px; /* required to hide the image after resized */overflow:hidden; /* for child absolute position */position:relative; /* display div in line */float:left}
.full_caption img{border:0; /* allow javascript moves the img position*/position:absolute}
.full_caption .caption_text{background:#000; color:#fff; /* fix it at the bottom */position:absolute; left:0; /* hide it by default */display:none;-moz-opacity:0.8;-khtml-opacity: 0.8; opacity: 0.8;}
.full_caption .caption_text p{padding:12px 12px 0px 12px; -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;}
.ic_container{ vertical-align:baseline;  position:relative}
.overlay{ position:absolute;  top:0px;  bottom:0px;  left:0px;  right:0px; display:none; opacity:0.3;}
.img_caption{ position:absolute;   overflow:hidden;  margin:0px;  padding:0px;  left:0px;  right:0px;  cursor:default; opacity:0.6;}
.text_caption{padding:12px 12px 0px 12px}


