* {
	margin: 0px auto;
}

body {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background:#C5C3BE url(../images/bg.gif) repeat;
}

a { 
	color: #7c3b3d;
	text-decoration: none;
}

a:hover { 
	color: #7c3b3d; 
	text-decoration: underline;
}

a:focus {outline:none;}

.photos-footnote
	{
	font-size:11px;
	display:block;
	margin-top:170px;
}

.notes
	{
	font-size:11px;
	display:block;
}

.legal
	{
	font-size:12px;
	font-style:italic;
	display:block;
}

/* LIST */
ul {
	padding-left:20px;
}

li.list1 {
	list-style: disc outside; 
} 

li.list2 {
	list-style: disc inside; 
}

/* Top */
#top_white {	
	height:101px;
	background-color:#FFFFFF;
	/*background-image: url("../images/header.gif");
	background-repeat: repeat-x;*/
}

#top {
	width:968px;
	height:81px;
	background-image: #ffffff;
}

#logo {
	float:left;
	padding:10px 0 0 24px;
}

/* Topnav */
ul#topnav-sub {float:right; padding:24px 10px 0 0; list-style:none;}
ul#topnav-sub li {float:left; height:10px; padding-left:20px; display:inline; overflow:hidden;}
ul#topnav-sub li a {display:block;}
ul#topnav-sub li a:hover {margin:-10px 0 0 0;}
ul#topnav-sub li.on a {margin:-10px 0 0 0;}

ul#topnav {float:left; width:760px; padding:38px 0 0 0; list-style:none;}
ul#topnav li {float:left; height:10px; padding-left:15px; display:inline; overflow:hidden;}
ul#topnav li.first {float:left; padding-left:55px;}
ul#topnav li a {display:block;}
ul#topnav li a:hover {margin:-10px 0 0 0;}
ul#topnav li.on a {margin:-10px 0 0 0;}

#nav {
	float:left;
	padding:12px 0 0 20px;
}

#top_green {
	height: 28px;
	/*background-color: #FF0000;*/
	background:#000000 url(../images/topnav_band.gif) repeat-x;
	
}

/* SUB NAV CONTAINER */
#subnav_container {
	width:912px;
	height:28px;
	/*background-color: #FF0000;*/
}

#white {
	float:left;
	width:100%;
	height:8px;
	background-color:#ffffff;
}

/* middle band span */
#middle_span {
	float:left;
	width:100%;
	/*height:370px;*/
	background-color:#8F8C84;
}
.clear{clear:both;}

#main_container {	
	width:961px;
	/*height:370px;*/
	background-color:#ffffff;
}

#main {	
	float:left;
	width: 945px;
	/*height:370px;*/
	border-right:8px solid #FFFFFF;
	border-left:8px solid #FFFFFF;
	background-color:#ffffff;
}

/* main-left-right */
#left {
	float:left;
	width:542px;
	/*height:370px;*/
	margin:0;
	padding:0;
}
.page-title{
	float:left;
	margin:35px 0 10px 10px;
}

#right {
	float:right;
	width:394px;
	/*height:370px;*/
	background-color:000000;
}

/* form */
#form_left {
	float:left;
	width:945;
	/*height:370px;*/
	background-color:000000;
}

/* blue box */
#box {
	float: left;
	width: 394px;
	/*height:308px;*/
}

/* box_text */
#box_text {
	margin-top:21px;
	margin-left:25px;
	margin-right:19px;
}

/* form blue box */
#form_box {
	float: left;
	width: 941px;
	/*height:308px;*/
}

/* FOOTER */
#footer_shadow {
	float:left;
	width:100%;
	height:8px;
	background: url(../images/footer_band.gif) repeat-x;
}

#footer_container {
	width:968px;
	height:62px;
	/*background-color:#C5C3BE;*/
	margin-bottom:20px!important;
}

#footer_text {
	float:left;
	width:280px;
	margin:12px 10px 0 20px;
	/*background-color:#C5C3BE;*/
}

.footer_text {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}

#footer_logo {
	float:right;
	margin:5px 12px 0 0;
	width:168px;
	height:54px;
}
.crb-logo{
	float:right;
	padding:5px 10px 0 0;
}
.building-desc{
	float:left;
	width:300px;
	margin-top:12px;
	border-left:1px solid #ffffff;
	padding-left:20px;
}
/* FORM STYLE */
.form_button { 
	
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
	border: 1px #C6C3BE solid;
	background-color: #C6C3BE;
	text-decoration: none;
} 

.form_button:hover { 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
	border: 1px #8F8C84 solid;
	background-color: #8F8C84;
	text-decoration: none;
} 

textarea {
	float:left;
	width:180px;
	height:200px;
	margin-top:7px;
}

input, select {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11px;
	line-height: 12px;
	color: #000000;
}

.error {
	color: #E21B22;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}

/* contac_form style */
#title {
	float:left;
	width:126px;
	height:20;
	margin-top:7px;
}

#rt_title {
	float:left;
	width:157px;
	height:20;
	margin-top:7px;
}

#fields {
	float:left;
	width:160px;
	height:20px;
	margin-top:7px;
}

#emailForm_left {
	float:left;
	width:306px;
}

#emailForm_middle {
	float:left;
	width:350px;
}

#emailForm_right {
	float:right;
	width:200px;
}

/* RATES TABLE */
#rates_table {
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	width:343px;
	border-top: #848484 2px solid;
	border-bottom:#848484 2px solid;
}

#rates_left {
	float:left;
	width:177px;
	height:22px;
	padding-left:8px;
	border-bottom:#ffffff 1px solid;
	background-color:#eae6db;
}

#rates_right {
	float:left;
	width:102px;
	height:22px;
	padding-left:55px;
	border-bottom:#ffffff 1px solid;
	border-left:#ffffff 1px solid;
	background-color:#eae6db;
}

/*EVENTS GALLERY*/

ul.gallery-list {float:left; margin-top:20px; list-style:none; padding:0;}
ul.gallery-list li {float:left; width:90px; padding-right:8px; display:inline;}
*html ul.gallery-list li {float:left; width:90px; padding-right:5px; display:inline;}
ul.gallery-list li.last {float:left; padding-right:0;}
ul.gallery-list li img {float:left; margin:0; padding:0; border:1px solid #7c3b3d;}
.note{font-size:11px; color:#999999;}
