* {
	margin: 0px auto;
}

body {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background-color:#000000;
}

a { 
	color: #238aa5;
	text-decoration: underline;
}

a:hover { 
	color: #d3892d; 
	text-decoration: underline;
}
a:focus{outline:none;}

/* LIST */
ul {
	padding-left:20px;
}

li.list1 {
	list-style: disc outside; 
} 

li.list2 {
	list-style: disc inside; 
}

.unfurnished-note{
	font-size:11px;
	display:block;
}

/* Top */
#top_black {	
	height: 101px;
	background-color: #000000;
}

#top {
	width: 968px;
	height:101px;
	background-color: #000000;
}

#nav-container {
	float:left;
	width:553px;
	padding-left:22px;
}

#nav {
	float:left;
	padding:41px 0 0 15px;
}

#nav-top-container {
	float:right;
	margin:0;
	padding-right:36px;
}

#nav-top {
	float:right;
	margin:0;
	padding:24px 0 0 15px;
}
	
#top_green {
	height: 20px;
	background-color: #727e33;
}

/* SUB NAV CONTAINER */
#subnav_container {
	width:895px;
	height:20px;
	background-color:#727e33;
}

#sub-nav {
	float:left;
	padding-left:15px;
}

#white {
	height: 8px;
	background-color: #ffffff;
}

/* middle band span */
#middle_span {
	width:auto;
	height:370px;
	background-color:#ff9900;
}

#main_container {	
	width: 961px;
	height:370px;
	background-color:#ffffff;
}

#main {	
	float:left;
	margin-left:8px;
	margin-right:8px;
	width: 945px;
	height:370px;
	background-color:#ffffff;
}

/* main-left-right */
#left {
	float:left;
	width:542px;
	height:370px;
}

#right {
	float:right;
	width:394px;
	height:370px;
	background-color:000000;
}

/* form */

#form {
	float:left;
	width:945px;
	height:370px;
	background-color:000000;
}

/* blue box */
#box {
	float: left;
	border-left: #238aa5 2px solid;
	border-right: #238aa5 2px solid;
	border-bottom: #238aa5 2px solid;
	width: 390px;
	height:308px;
}

/* box_text */
#box_text {
	margin-top:21px;
	margin-left:23px;
	margin-right:19px;
}

/* form blue box */
#form_box {
	float: left;
	border-left: #238aa5 2px solid;
	border-right: #238aa5 2px solid;
	border-bottom: #238aa5 2px solid;
	width: 941px;
	height:308px;
}

/* FOOTER */
#footer_container {
	width:968px;
	/*height:70px;*/
	background-color:#000000;
}

#footer_text {
	float:left;
	margin-top:20px;
	background-color:#000000;
}

.footer_text {
	width:327px;
	font-family: Verdana;
	font-size: 9px;
	color: #616161;
}

#footer_logo {
	float:right;
	margin-right:12px;
	width:170px;
	height:70px;
	padding:10px 0 0 0;
	font-family: Verdana;
	font-size: 9px;
	color: #616161;
	text-align:right;
}
.left-container{
	float:left;
	width:407px;
	padding:20px 0 0 30px;
}
.crb-logo{
	float:left;
	width:80px;
	padding:20px 0 0 0;
}

/* FORM STYLE */
.form_button { 
	
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
	border: 1px #238aa5 solid;
	background-color: #238aa5;
	text-decoration: none;
} 

.form_button:hover { 
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
	border: 1px #d3892d solid;
	background-color: #d3892d;
	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:#d4e4f3;
}

#rates_right {
	float:left;
	width:102px;
	height:22px;
	padding-left:55px;
	border-bottom:#ffffff 1px solid;
	border-left:#ffffff 1px solid;
	background-color:#d4e4f3;
}