@charset "utf-8";
html, body, div, h1, h2, h3, h4, h5, h6, ol, dl, dt, dd, blockquote, pre, form, fieldset{
	margin: 0; padding: 0; 
}

* {
	margin: 0;
}

html{
	height:100%;	
}

body {
	background:#f1ece5 url(../images/background_tile.jpg) repeat-x;
	color:#3a1606;
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	height:100%;
	text-align:center;	
}

img {
	border:0px;
}

hr{
	clear:both;
	height:0px;
	border-bottom:1px dashed #a3bee3;
	border-top:0px;
	margin:30px 0px 20px 0px;	
}

a:link, a:active{
	color:#a24020;
	font-weight:normal;
	outline:none;
	text-decoration:underline;
}

a:visited{
	color:#3a1606;
	font-weight:normal;
	outline:none;
	text-decoration:underline;
}

a:hover{
	color:#3a1606;
	font-weight:normal;
	outline:none;	
	text-decoration:underline;
}

h1{
	color:#568c8d;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	font-weight:100;
	margin-bottom:12px;
}

h2{
	color:#930;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:100;
	margin-bottom:4px;
}

p{
	margin-bottom:20px;
	line-height:18px;	
}

textarea{
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;	
}


div.wrapper{
	height:100%;
	height: auto !important;
	margin:auto auto;
	min-height:100%;
	position:relative;
	width:1026px;
	z-index:1;
	margin: 0 auto -94px; /* the bottom margin is the negative value of the footer's height */

}

div.header{
	background:url(../images/header.jpg) no-repeat right;
	height:132px;
	position:relative;
	z-index:2;
}

div.navigation{
	height:57px;
	left:332px;
	position:absolute;
	top:26px;
	width:560px;
	z-index:5;
}

div.content{
	float:right;
	min-height:580px;
	position:relative;
	text-align:left;
	top:0px;
	width:745px;
	z-index:3;
}

div.content_area{
	left:152px;
	position:relative;
	width:455px;
}

div.rightswirl{
	background:url(../images/right_swirl.png) no-repeat;
	height:688px;
	position:absolute;
	width:131px;
	z-index:6;
	left: 893px;
	top: 0px;
}

div.home_portrait{
	height:685px;
	position:absolute;
	width:505px;
	z-index:4;
	left: -67px;
	top: 0px;
}

div.footer{
	background:#4c1d05 url(../images/footer_tile.jpg) repeat-x top;
	color:#fcb554;
	font-size:11px;
	left:0px;
	height:94px;
	min-width:1000px;
	position:relative;
	text-align:center;
	width:100%;
	z-index:8;
}

div.footer ul{
	list-style:none;
	display:inline;
}

div.footer li{
	display:inline;
}

div.footer a:link, div.footer a:active, div.footer a:visited{
	color:#e88900;
	text-decoration:none;
}

div.footer a:hover{
	color:#e8bf00;
}

div.footer_links{
	float:right;
	position:relative;
	top:31px;
}

div.logos{
	float:right;
	height:76px;
	margin-right:200px;
	position:relative;
	text-align:right;
	top:17px;
}

.push{
	height:94px;	
}

.webacom{
	position:relative;
	top:-3px;
}

.clear{
	clear:both;	
}

/* video */

div.video
{
	background-image:url(../images/background_video.gif);
	background-repeat:no-repeat;
	height:316px;
	width:454px;
}

div.video_player{
border:1px solid #695031;
left:70px;
position:relative;
top:52px;
width:321px;
}

.copy{
	font-size:9px;
	padding-left:92px;
}

/* gallery */

#gallery
{
	margin:20px 0 0 0;
}


#gallery img
{
	margin:0 20px 20px 0;
}

#gallery img a
{
	outline:none
}

/* Thumblr */

ol.tumblr_posts
{
	list-style:none;
}


/* Form Styling */

form.cmxform fieldset 
{
	border: 0px;
	width: 600px;	
}

form.cmxform legend 
{
	color:#000;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

form.cmxform label 
{
	display: inline-block;
	line-height: 1.4;
	width: 120px; /* Width of labels */	
	vertical-align: top;
}

form.cmxform fieldset ol 
{
	margin: 0;
	padding: 0;
}

form.cmxform ol li 
{
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform em 
{
	font-weight: bold;
	color: #f00;
}

form.cmxform textarea
{
	height: 90px;
	width: 250px;
}

/* tumblr */

div.tumblr_title{
	color:#930;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:100;
	margin-bottom:4px;
}

li.tumblr_post tumblr_text_post{
	margin-bottom:8px;
}