<style type="text/css">

/************************************************************************
 FONTS
************************************************************************/


@font-face {
 font-family: BentonSans;
 src: url("../fonts/BentonSans-Regular.eot") /* EOT file for IE */
}
@font-face {
 font-family: BentonSans;
 src: url("../fonts/BentonSans-Regular.ttf") /* TTF file for CSS3 browsers */
}


/************************************************************************
 MASTER
************************************************************************/

body, body h1 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	line-height: 1.8em;
}
img {border: none;}
a {color: #423b35;}



* {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

body {
	background: #22160B;
	
}

h1,h2 { 
	font-family: BentonSans;
	font-weight: normal;
	margin: 10px 0;
	padding: 10px 0;
}

h1 {
	font-size: 4em;
	padding: 15px 5%;
	margin: 0 auto;
	background: #22160B;
	line-height: 1em;
	color: #e3e1d5;
	border-bottom: 1px solid #1b140e;
}

floatleft {
	display:block;
	float:left;
}

/************************************************************************
 TOP NAV
************************************************************************/

#constrainer {
	width: 1112px;
	margin: 0 auto;
}

#topNav { 
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	color: #2b221b;
	text-transform: uppercase;
	padding: 0 27px;
	height: 68px;
	background-color: #fbf6e8;
	background: url('../img/site_assets/notch_left.png') left center no-repeat, url('../img/site_assets/notch_right.png') right center no-repeat;
	border-top: solid 1px #e3e1d5;
	border-bottom: solid 1px #e3e1d5;
 	
}



#topNav ul {
	margin: 5px 0 0 0;
	position: relative;
	left: 3.6%;
	list-style: none;
	
}

#topNav ul li {
	text-align: center;
	padding: 22px 2px 0 0;
	float: left;
	margin: 0 20px 0 0;
} 
	

#topNav a,
#topNav a:link {

	padding: 5px 10px 5px 10px;
	color: #2b221b;
	text-decoration: none;
	background:none;
	-webkit-transition-property:background-color,color;
	-webkit-transition-duration: .2s;
	-webkit-timing-function: ease-out;
	-moz-transition-property:background-color,color;
	-moz-transition-duration: .2s;
	-moz-timing-function: ease-out;	
	-o-transition-property:background-color,color;
	-o-transition-duration: .2s;
	-o-timing-function: ease-out;}

#topNav a:hover {
	background-color: #2b221b;
	color:#FCF6E9;
	-webkit-transition-property:background-color,color;
	-webkit-transition-duration: .5s;
	-webkit-timing-function: ease-out;
	-moz-transition-property:background-color,color;
	-moz-transition-duration: .5s;
	-moz-timing-function: ease-out;
	-o-transition-property:background-color,color;
	-o-transition-duration: .5s;
	-o-timing-function: ease-out;}

#header,
#footer {
	font-size: .8em;
	font-size: 1em;
}

#header {
	color: #ECC76D;
	margin: 20px 0;
}

#footer {
	margin: 20px 0;
	padding-left:70px;
	color: #E3E1D5;
	
}


#header h1 a {
	background: url('../img/brand/owen_logo.png') top left no-repeat;
	width:160px;
	height: 40px;
	margin-left: 62px;
	display:block;
	
}

#header h2 {
	background: url('../img/site_assets/notch_spade.png') center left no-repeat;
	float: right;
	margin: -18px 75px 0 0;
	padding: 0 0 0 10px;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", serif;
	font-style:italic;
}

#header .social {
	font-size: 1em;
	float: right;
	display: inline;
	margin-right: 62px;
	padding: 22px 0 0 0;
}

.classy {
	font-family: Georgia, "Times New Roman", serif;
	font-style:italic;
}



.social a, .social a:visited {
	color: #ECC76D;
	text-decoration: none;
}

.social a:hover {
	text-decoration: underline;
}

/************************************************************************
 GALLERY
************************************************************************/

#container {
/* 	margin: 0 50px 0 50px;
 */
	padding: 0;
	background: #FCF6E9;
}

#container #content {
	padding: 0 5% 5% 5%;
}


ul.column {
	width: 100%;
	padding: 0;
	margin: 10px 0 50px;
	list-style: none;
	
}
ul.column li {
	float: left;
	width: 200px;
	padding: 0;
	margin: 5px 0;
	position: relative;
}

.shadow {
	/*background: url('../img/site_assets/small_corners.png') 0 0 no-repeat;*/
	width: 100%;
	height: 100%;
	position: absolute;
	/* left: -3px;
	top: -5px; */
	
	z-index: -1;
	
}

.shadow_tl {
	background: url('../img/site_assets/corner_top_left.png') 0 0 no-repeat;
	position: absolute;
	width: 100px;
	height: 100px;
	z-index: -1;
}

.shadow_tr {
	background: url('../img/site_assets/corner_top_right.png') 0 0 no-repeat;
}

.shadow_bl {
	background: url('../img/site_assets/corner_bottom_left.png') 0 0 no-repeat;
}

.shadow_br {
	background: url('../img/site_assets/corner_bottom_right.png') 0 0 no-repeat;
}

.stretch {
    width:100%;
    /*height:100%;*/
	height: 300px;
}

.block {
	height: 260px;
	background: #FFFFFF;
	margin: 10px 10px 5px 10px;
	padding: 5px;

}


.block .details {
	background: #404041;
	color: #C1B49A;
	height:102px;
	margin-top: -5px;
	padding: 0 0 0 5px;
	margin-bottom: 10px;
	font-family: BentonSans;
}

.block a:link {text-decoration: none;}

.block a:link .details,
.block a:visited .details {
	background: #404041;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	
}

.block a:hover .details,
.block a:active .details {
	background: #22160B;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	
	
}


.block h2 {
	text-transform: uppercase;
	padding: 10px 5px 0 5px;
	margin: 10px 6px 10px 0;
	font-size: 1.2em;
	line-height: 1.3em;
}

.block h3 {
	font-weight: normal;
	margin: 10px 6px 10px 0;
	padding: 0 5px 0 5px;
	font-size: 1.1em;
	line-height: 1.2em;
	
}

.block {
	
}
.block img {
	width: 100%;
	margin: 0 auto;
	background:#fff;
	-ms-interpolation-mode: bicubic;
	display: block;
}

.clearBoth {
	clear:both;
}

.hideThis {
	display: none;
}

.transparent_class {
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;
}

.opaque_class {
	filter:alpha(opacity=1);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

/************************************************************************
 PAGES
************************************************************************/

.page {
 	display: none; 
	position: relative;
	overflow:hidden;
}

.page h2 {
	margin: 0;
	padding: 20px 0 20px 35px;
}

.page p {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", serif;
	padding: 0 35px;
	margin: 0 0 1em 0;
}

.page .shadow {
	/*background: url('../img/site_assets/small_corners.png') 0 0 no-repeat;*/
	width: 745px;
	height: 425px;
	position: absolute;
	margin: 0;
	padding: 0px 0 25px 30px;
	z-index: -1;

}

.page .quoteHolder {
	position: relative;
}

.page .quote .shadow img {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
}


.page .quote img,
.page .quote .mapHolder {
	
	width: 650px;
	height: 360px;
	overflow: hidden;
	
	margin: 15px 10px 10px 65px;
	border: 10px solid #ffffff;
}

.page .pageBottom {
	margin: 0;
	padding: 0;
	height: 50px;
	position: relative;
	background: url('../img/site_assets/page_bottom_pattern.png') repeat-x left top;
}

.page .pageBottom .notch {
	width: 200px;
	height: 50px;
	background: url('../img/site_assets/page_bottom_notch.png') repeat-x left top;
}

.page .title {
	padding: 10px 35px 15px 35px;
	font-size: 2em;
	line-height: 1.2em;
}

#statement .title {
	color: #22160B;
	width:900px;
	margin: 50px 0 50px 70px;
	font-size: 3.1em;
	line-height: 1.2em;
}

.page .close {
/* 	display:block;
	width:30px; */

	position: relative;
	left: 710px;
	text-align: right;
}

#mostrar {
	display:block;
	width:70%;
	padding:5px;
	border:2px solid #D0E8F4;
	background-color:#ECF8FD;
}





#contactPage table {
	margin: 20px auto 20px 65px;
	font-family: BentonSans;
	font-size: 1.2em;
	font-weight:100;
	text-transform: uppercase;
	line-height: 1.6em;
	
}

#contactPage table th {text-align:left;text-indent:14px;}

#contactPage table td {margin:0;padding:0}

#contactPage table td.addresses {
	width: 314px;
	border: 1px solid #e3e1d5;
}


#contactPage table td.phonenumbers {
	width: 160px;
	border: 1px solid #e3e1d5;
	border-left: none;
	
}

#contactPage table td.email {
	width:160px;
	border: none;
	
}


#contactPage table .location {
	margin: 14px;
	list-style: none;
}

#contactPage table a:link, #contactPage table a:visited {
	text-decoration:none;
	color:#1b140e;
	border-bottom:dotted 1px #1b140e;
	background:none;
}

#contactPage table a:hover, #contactPage table a:active {
	text-decoration:none;
	color:#1b140e;
	border-bottom:solid 1px #1b140e;
	
}




/************************************************************************
 LOG
************************************************************************/

.log {
    height: 399px;
    overflow: auto;
    border: 1px solid #F3F3F3;
    background: #FFF;
}
.log p {
    height: 25px;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    line-height: 25px;
    font-size: 12px;
}
.log .even {
    background: #F3F3F3;
}
.log .init {
    color: #FF6600;
}
.log .change {
    color: #176092;
}
.log .track {
    color: #39414A;
}

</style>
