/* =UNIVERSAL
   ----------------------------------------------------*/

* {
  margin: 0;
  padding: 0;}
  
body {font-family: Geneva, Arial, Helvetica, sans-serif; background-color: #b25b18;} /* This background used to blend in with the #footer BG */

#wrapper {height: 600px;}
  

/* =CONTENT
   ----------------------------------------------------*/

#content a{}
#content a:link, #content a:visited {color: #ff6600; text-decoration: none;}
#content a:hover, #content a:active {color: #fff; text-decoration: none; background-color: #ff6600;} 

#content {
	width: 100%;
	font-size: 12px;
	background: url(../images/bodyBG.jpg) repeat;}

#contentWrap {
	width: 800px; 
	padding: 0 100px;
	padding-bottom: 20px;
	position: relative;
	min-height: 600px; /* min-height works for IE7 and FireFox. This enables the site to have a consistent height. IE6 needs "height: 600px;" for this to work. this is added as conditonal comment in the <head> */
	background: url(../images/dropShadowBG.jpg) repeat-y 50% 0;			
	margin: 0 auto;}

  
/* =HEADER
   ----------------------------------------------------*/

#header {
	width: 100%; 
	background: url(../images/header-1x162.jpg) repeat-x; 	
	height: 162px;}
	
.headerLogoLink {
	float: left;
	clear: both;
	margin-top: 9px;
	display: block; 
	width: 350px; height: 145px;}		

#branding {
	width: 800px; 
	height: 162px; 
	margin: 0 auto; 
	background: transparent url(../images/logo.jpg) no-repeat;}

/* =NAVIGATION
   ----------------------------------------------------*/

#nav {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #b25b18;
	background-color: #fff;}
	
#navLinks {
	margin: 0 auto;
	padding: 10px 0;
	line-height: 2px;
	font: 14px;
	width: 800px;}

#navLinks li {display: inline;}

#navLinks li a {
	float: left;
	color: #b25b18;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid #999;}	
	
#navLinks li a:link, #navLinks li a:visited {color: #b25b18;}

#navLinks li a:hover, #navLinks li a:active {color: #ccc; background-color: none;}

#navLinks li a.farRight {border-right: none;}

#caLogo {
	width: 210px; 
	height: 34px; 
	position: absolute; 
	z-index: 3;
	top: -75px; 
	left: 690px; 
	background: url(../images/caLogo.jpg) no-repeat;}	


/* =LEFT COLUMN
   ----------------------------------------------------*/

#leftColumn {
	width: 484px; 
	padding: 0 8px;
	background-color: #fff; 
	float: left;}	
	
#leftColumn h1, #oneColumn h1 {
	margin: 10px 0;
	padding: 4px;
	background-color: #f2f2f2;
	font-size: 20px;
	color: #765c4f;}	

#leftColumn h2, #oneColumn h2 {
	margin-top: 10px;
	padding: 0 5px;
	font-size: 16px;
	color: #b25b18;}	
	
#leftColumn h3 {
	margin-top: 10px;
	line-height: 1.4;	
	padding: 5px; border: 1px solid #fc9;	
	font-size: 14px;
	color: #999;}
	
p.clear {clear: both;}			

#leftColumn p, #oneColumn p {
	line-height: 1.8;
	padding: 10px 5px 0 5px;
	font-size: 12px;
	color: #000;}
	
#leftColumn p.caption {
	padding: 5px;
	padding-bottom: 2px;
	line-height: 1.2; 
	margin-bottom: 18px; 
	color: #000;
	margin-top: -6px;
	font-size: 11px;}
	
/* =OTHER COLUMNS
   ----------------------------------------------------*/

#oneColumn {
	width: 784px; 
	padding: 0 8px;	
	background-color: #fff; 
	float: left;}	

/* Used to split the left column in half */
#middleColumn {
	width: 242px;
	padding-left: 8px;
	float: right;}	


/* =RIGHT COLUMN
   ----------------------------------------------------*/

#rightColumn {
	width: 300px;	 
	float: right;}
	
.rightHolder {
	width: 280px;
	background: #ffcb99 url(../images/rightHolderBG.jpg) repeat-x;	
	border: 1px solid #b25b18;
	padding-bottom: 8px;
	margin: 0px auto 0 auto;}
	
.rightHolder h1 {
	color: #765c4f;
	font-size: 16px;
	border-bottom: 1px solid #b25b18;
	padding: 10px 0 10px 5px;
	font-weight: bold;
	background-color: #fc9;}
	
.rightHolder h2 {
	color: #765c4f;
	font-size: 14px;
	padding: 4px 0 0 7px;
	margin-top: 15px;
	font-weight: bold;}	
	
.rightHolder p {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.4;
	padding: 0 8px;			
	color: #000;}
	
.rightHolder p.bold {
	font-weight: bold;
	color: #765c4f;
	margin-bottom: -10px;}	
	
/* =FOOTER
   ----------------------------------------------------*/

#footer {
	width: 100%; 
	height: 200px;
	border-top: 1px solid #000;	
	background-color: #b25b18; 
	clear: both;} 
	
#footerLeft {
	width: 400px;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;	
	color: #fff;
	float: left;}
	
#footerRight {
	width: 400px;
	font-size: 12px;
	margin-top: 10px;		
	text-align: left;
	color: #fff;	
	float: right;}	

#footerLinks {
	width: 800px;
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;}
	

#footerLinks li {
	display: inline;
	font-size: 12px;
	color: #fff;
	list-style-type: none;}	

#footer p {
	color: #000;
	padding-top: 10px;
	font-size: 11px;}		
	
#footerLinks li a {  	
	color: #fff;
	padding: 1px 5px;
	text-decoration: none;
	border-right: 1px solid #fff;}	
	
#footer a.farRight {border-right: none;}	
	
#footer a:link, footerLinks li a:visited {color: #fff; text-decoration: none;}

#footer a:hover, #navLinks li a:active {color: #ffcb99; text-decoration: none;}	

/* =LISTS
   ----------------------------------------------------*/
ul.list {
	font-size: 12px;
	padding-top: 10px;
	padding-left: 8px;
	list-style-type: none;}

ul.list li {
	background-image: url(../images/orangeArrow.gif);
	background-repeat: no-repeat;
	padding-left: 1.5em;
	padding-bottom: 8px;
	color: #000;}
	
/* used for amenities list */
ul.list2 {
	font-size: 12px;
	padding-top: 10px;
	padding-left: 8px;
	list-style-type: none;}

ul.list2 li {
	background-image: url(../images/orangeArrow.gif);
	background-repeat: no-repeat;
	padding-left: 1.5em;
	padding-bottom: 8px;
	margin-left: 30px;
	color: #000;}	

/* =IMAGES
   ----------------------------------------------------*/

img {border: 0;}
img.borderOrange {padding:5px; border: 1px solid #ccc; background-color: #fc9;}
img.borderWhite {padding:5px; border: 1px solid #ccc; background-color: #fff; margin-left: 6px; margin-bottom: 3px; margin-top: 8px;}
img.inline {padding:5px; border: 1px solid #ccc; background-color: #fc9; float: right; margin: 3px;}	


/* =CONTACT FORM
   ----------------------------------------------------*/

.contactForm {margin-left: 40px; margin-top: 20px;}

form {
	border: 0px;
	font-size: 12px;
	color: #46350D;}

fieldset {
	margin:0;
	padding:0;
	border:0;}

label {
	width: 210px;
	margin: 0; padding: 0;
	display: block;}

.txt_input {
	width: 270px; 
	background-color: #f2f2f2;
	border: 1px solid #fc9;
	display: block;
	padding: 4px;
	font-size: 12px;
	color: #765c4f;}
	
.txt_input_calculator {
	width: 150px; 
	background-color: #f2f2f2;
	border: 1px solid #fc9;
	display: block;
	padding: 4px;
	font-size: 12px;
	color: #765c4f;}	

textarea { 
	height: 80px; 
	width: 270px;
	padding: 4px;	
	background-color: #f2f2f2;
	border: 1px solid #fc9;
	display: block;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	color: #765c4f;}

input {display: block;}

.req {color: #f00; font-size: 90%;}


.submit {
	border: 1px solid #b25b18;
	background-color: #fc9;
	padding: 2px;
	font-weight: bold;
	color: #765c4f;}	
	

/* =CALCULATOR
   ----------------------------------------------------*/
.submitCalculate {
	border: 1px solid #b25b18;
	margin: 15px 0 0 240px;
	padding: 2px;
	background-color: #fc9;
	font-weight: bold;
	color: #765c4f;}	
  
#calculator{
    width: 400px; margin-top: 20px;}

ul#form {
  	width: 484px; padding: 0; margin: 0;
  	list-style: none;}

ul#form li.left {float: left; text-align: right; width: 212px;  padding: 0px 0px 5px 0; line-height: 1.4;}
ul#form li.right {float: left; text-align: left; width: 267px; padding: 0px 0 5px 5px;}
	
#buttons {clear: both;}

ul#calculateResults {
	width:400px; 
	margin: 10px 0px 10px 0px; 
	text-align: left; 
	clear: both;	
	padding: 3px;
	list-style-type: none;}

ul#calculateResults li {
	padding-left: 20px;
	margin-left: 30px;
	padding-bottom: 8px;}
	
ul#calculateResults li.noBG {
	margin-left: 0;
	padding-left: 0;}	
	
.errorMessage {color: red;}	
	
	
/* =MONOSLIDESHOW
   ----------------------------------------------------*/
	
.monoslideshow {padding:5px; border: 1px solid #ccc; background-color: #fc9;}

/* =FLOORPLANS AND PRICING
   ----------------------------------------------------*/
	
#pricing {width: 484px; margin: 10px auto 0 auto; font-size: 11px;}

#pricing tr.everyOther {background-color: #fff3e7;}

#pricing tr.header {background-color: #fc9; font-weight: bold; padding: 3px;}

#pricing td.smallest {width: 20px; padding: 3px;}

#pricing td.small {width: 52px; padding: 3px;}

#pricing td.large {width: 139px; padding: 3px;}

/* =VIDEO
   ----------------------------------------------------*/

#video {
	width: 300px; 
	height: 278px;}

#videoWrapper {
	position: relative;
	width: 278px;}	

#videoHolder {
	position: absolute;
	left: 5px; 
	top: 0px;}	
 