/* Contents:
	Template Layout
	The Standards
	Text Formatting
	Individual Page Formatting
*/

/* Template Layout Styles
--------------------------------------------------------------------------------------- */

body {
	background-color: #010000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #56371c;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	}
 	
#page {
	width: 890px;
	background-image: url(images/page-bg.png);
	background-repeat: repeat-y;
	}
	
* html #page {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/footer.png');
	}
	
#columna, #columnb {
	float: left;
	} 

#columna { 
	width: 260px;
	}
	
#nav {
	padding-left: 40px;
	}
	
#columnb { 
	width: 610px;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	}

#contentheader {
	background-image: url(images/content-header-01.jpg);
	background-repeat: no-repeat;
	width: 610px;
	height: 161px;
	}
	
h1, h2, h3, h4, h5 { 
	line-height: normal;
	}
	
h1 { 
	padding: 135px 0px 0px 30px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 21px;
	}
	
#content { 
	padding: 0px 20px 0px 20px;
	line-height: 1.5em;
	}
	
#contenta, #contentb { 
	float: left;
	width: 280px;
	}

#contenta { 
	padding-right: 10px;
	}
	
#content .text { 
	padding: 0px 10px;
	}
	
#contentb { 
	}
	
	
#contentfooter {
	background-image: url(images/content-footer.jpg);
	background-repeat: no-repeat;
	width: 570px;
	height: 120px;
	}
	
#contentfooter span {
	display: none;
	}
	
#footer { 
	clear:both;
	width: 890px;
	height: 40px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	}
	
/* IE hack */
* html #footer {
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/footer.png');
}
	
#credits { 
	padding: 0px 0px 15px 260px;
	width: 630px;
	text-align: center;
	color: #866d4f;
	font-size: 11px;
	line-height: 22px;
	}
	
#credits a:link, #credits a:visited { 
	color: #866d4f;
	}
	
 #credits a:active, #credits a:hover { 
	color: #f9f6ed;
	}
	
/* The Standards
--------------------------------------------------------------------------------------- */
img { behavior: url(iepngfix.htc); }

a:link, a:visited { 
	color: #983d0a;
	text-decoration: none;
	}
	
a:active, a:hover { 
	color: #733116;
	text-decoration: underline;
	}

.hide { 
	display:none;
	}
	
.clear { 
	clear: both;
	}
	
form {
	padding: 0px;
	margin: 0px;
	}
	
textarea, form, input { 
	font-size: 12px;
	}
	
.imagewarning { 
	display: none;
	padding: 5px;
	text-transform: uppercase;
	background-color: #56371c;
	color: #eee6d0;
	margin: 5px 0px;
	text-align: center;
	font-size: 10px;
	}
	
.imagewarning a:link, .imagewarning a:visited, .imagewarning a:hover, .imagewarning a:active { 
	color: #eee6d0;
	}
	
	
/* Text Formatting
--------------------------------------------------------------------------------------- */

h2 {
	font-size: 42px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	line-height: 36px;
	}
	
h3 {
	font-size: 20px;
	margin: 0px;
	font-weight: normal;
	}
	
h4 {
	font-size: 17px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
h5 {
	font-size: 20px;
	margin: 0px;
	font-weight: normal;
	line-height: normal;
	color: #983d0a;
	}
	
h3 a:link, h3 a:visited, h3 a:hover, h3 a:active, h4 a:link, h4 a:visited, h4 a:hover, h4 a:active {
	color: #56371c;
	}

.dividertop, .dividerline { 
	border-top: 1px solid #733116;
	padding: 0px;
	}

.dividertop { 
	margin-bottom: 10px;
	}
	
.dividerline { 
	margin: 10px 0px;
	}
	
.fielda, .fieldb, .fieldc { 
	float: left;
	margin-bottom: 10px;
	}
	

.fielda { 
	width: 260px;
	padding-right: 10px;
	text-align: right;
	}

	
.fieldb { 
	width: 280px;
	}
	
.fieldc {
	width: 243px;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #733116;
	}
	
.admindesc { 
	height: 85px;
	overflow: hidden;
	font-size: 13px;
	}


.textright {
	text-align: right;
	}
	
.allcaps {
	text-transform: uppercase;
	}
	
.smalltext { 
	font-size: 10px;
	}
	
	
a:link.darklink, a:visited.darklink { 
	display: block;
	padding: 5px;
	text-transform: uppercase;
	background-color: #56371c;
	color: #eee6d0;
	}
	
a:active.darklink, a:hover.darklink {
	background-color: #3a220d;
	text-decoration: none;
	}


/* Individual Page Formatting
--------------------------------------------------------------------------------------- */
	
#forma, #formb { 
	float: left;
	
	}

#forma { 
	padding-right: 10px;
	width: 320px;
	text-align: right;
	font-size: 9px;
	}
	
#formb { 
	width: 240px;
	}
	
#forma h3 { 
	text-align: left;
	padding-bottom: 10px;
	}
	
.formwidth {
	width: 190px;
	}
	
.formcontainer { 
	padding-left: 105px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	line-height: 1.2em;
	}
	
	
	
form h2, form span { 
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	}
	
form h2 { 
	margin: 0px;
	padding: 4px 0px 0px 0px;
	}
	
form input, form textarea { 
	margin: 0px 0px 3px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #56371c;
	border: 1px dashed #733116;
	padding: 2px;
	vertical-align: middle;
	}
	
form select { 
	margin: 0px 0px 2px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #56371c;
	border: 1px dashed #733116;
	padding: 2px;
	vertical-align: middle;
	width: 196px;
	}
	
form input.radio { 
	border: 0px
	}
	
form input.submit { 
	text-transform: uppercase;
	background-color: #56371c;
	color: #eee6d0;
	border: 0px;
	line-height: 1em;
/*border: 1px dashed #eee6d0;*/	
	}
	
form input.submit:hover {
	background-color: #3a220d;
	text-decoration: none;
	}
	
.borderwrap, .borderright, .borderleft { 
	margin: 10px 0px;
	padding: 9px;
	border: 1px solid #733116;
	}

.borderright { 
	float: right;
	margin-left:  20px;
	}
	
.borderleft { 
	float: left;
	margin-right:  20px;
	}
	
.padtext { 
	padding: 0px 30px 0px 30px;
	text-align:justify;
	}
	
.adminbuttons {
	float: left;
	width: 36px;
	text-align: left;
	margin-bottom: 10px;
	}
	
.adminprice {
	float: right;
	font-size: 20px;
	color: #983d0a;
	width: 200px;
	margin-bottom: 10px;
	}
	
#amenitiesimages { 
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 260px;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	text-align: center;
	}
	
#amenitiesimages a  { 
	text-decoration: none;
	}
	
#amenitiesimages .borderwrap { 
	margin-top: 0px;
	}
	
.viewplat { 
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
	}
	
.viewplat a { 
	padding: 5px 7px;
	text-transform: uppercase;
	background-color: #56371c;
	color: #eee6d0;
	}
	
.viewplat a:hover {
	background-color: #3a220d;
	text-decoration: none;
	}
	
#photocredits { 
	font-size: 12px; 
	clear: both;
	text-align: center;
	padding: 10px 50px;
	line-height: 1.2em;
	}
	

