/*********  general *********/

body {
	background-color: #DAFAE4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a img {
	border:none;
}

h2 {
	margin-left: 20px;
}




/*********  reusable classes *********/

.content1 {
	width: 565px;
	margin: 0px 0px 10px 15px;
}

.content2 {
	width: 740px;
	margin:auto;
}

.underline {
	text-decoration: underline;
}

.red {
	color:red;
}

.floatpic {
	float:left;
	margin:0px 10px 10px 10px;
	border: 1px solid black;
}






/*********  outer container *********/	

#outer_container {
	background-color: white;
	width: 790px;
	border: 1px solid black;
	/* available width for content is 790px */
	/* split button_boxes 590 / bullets 200 */
	margin: auto;
	position: relative;
}






/*********  navbar *********/

#navbar {
	width: 790px;
	margin: 5px 0px 5px 0px;
}

#navbar img {
	margin:0px;
	padding:0px;
}











/*********  button boxes *********/

#button_box_container {
	/*height: 580px;*/
	width: 590px;
	float: left;
}
.button_box {
	height: 120px;
	margin: 0px 0px 10px 15px;
	width: 560px;
	color: white;
	cursor: pointer;
	border: 1px solid black;
}
.button_box img {
	float: left;
	margin: 1px 15px 1px 1px;	
}
.button_box h3 {
	margin: 0px 0px 5px 0px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight:normal;


}
.button_box p {
	margin: 0px;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: bold;
}
.apply {
	background-color: #FF0000;
}
.quick {
	background-color: #32CD32;
}
.rent {
	background-color: #0000FF;
}
.repo {
	background-color: #EBBC01;
}







/*********  bullets *********/

#bullets {
	float: right;
	width: 200px;
	/*height: 550px;*/
	text-align:center;
}
#bullets ul {
	margin: 0px;
	display:inline;
}
#bullets li {
	margin: 0px 5px 10px 5px;
	list-style: none;
}
#bullets h3 {
	font-size: 14px;
	font-weight: bold;
	color: red;
	margin:0px;
}
#bullets p {
	font-size: 12px;
	margin: 0px;
}





/*********  offer *********/

#offer {
	cursor: pointer;
	margin: 10px;
}







/*********  testimonials *********/

#testimonials_container {
	width: 205px;
	float: left;
}
#testimonials {
	margin: 10px 0px 0px 15px;
}
#testimonials td {
	background-color: #FFFFCC;
	padding: 7px;
	border: 1px solid black;
}
#testimonials img {
	float: left;
	margin-right: 3px;
}






/*********  form *********/

#form {
	/* iframe dimensions are width="534" height="1100" */
	width:536px;
	border: 1px solid #000000;
	margin: auto;
}


/* form page */

.formpage {
	margin:auto;
	width:534px;
	/*visible width is 534px*/
	text-align:left;
	background-color:white;
}

.formpage table {
	margin:0px;
}

.formpage td {
	padding:4px 10px 2px 10px;
}

.addressinputcontainer {margin:auto;}
#addressinputboxes {}
#addressinputboxes td {padding:0px 10px 0px 10px;}
#addressinputboxes input {}

.formitem_feedback {
	font-size:12px;
	padding:4px;
	border-bottom:1px dashed #660033;
	color:#CC0000;
}

.formitem_feedback td {
	border-bottom:1px dashed #660033;
	text-align:right;
}

.tbldisabled {
	color:#666666;
	background-image:url(/images/stripes.gif);
}

.tbldisabled .formitem_feedback td {
	color:#666666;
}



.formhelpbutton {
	cursor:pointer;
	color:#003333;
	font-size:12px;
	font-weight:bold;
}



#formpage1 {display:block;}
#formpage2 {display:none;}
#formpage3 {display:none;}
#formpage4 {display:none;}



/*********  rich_text *********/

#rich_text {
	width:600px;
	margin: 0px 0px 10px 20px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	clear:both;
}






/*********  investors_link  *********/

#investors_link {
	cursor: pointer;
	margin:10px;
	text-align:center;
}






/*********  foot_links  *********/

#foot_links {
	margin: 10px;
}
#foot_links ul {
	display:inline;
}

#foot_links li {
	margin: 0px 5px 10px 5px;
	list-style: none;
	display:inline;
	text-align: center;
	font-size: 0.8em;
}







/*********  examples  *********/

.example_container {
	width: 740px;
	margin:auto;
	clear:both;
}
.example_text {
	margin-bottom:20px;
	width: 380px;
	padding: 10px;
	border: 1px black solid;
}
.example_left .example_text {
	float:left;
}
.example_left img {
	float:right;
	margin-bottom:20px;
}
.example_right .example_text {
	float:right;
}
.example_right img {
	float:left;
	margin-bottom:20px;
}
.example h2 {
	width: 380px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}






/*********  faq  *********/

.faq_q {
	font-weight: bold;
	margin-bottom: 2px;
}
.faq_a {
	margin-top: 0px;
}

















/*

@charset "utf-8";
.background {
	background-color: #FFFFFF;
	position: relative;
	height: auto;
	width: 790px;
	background-position: center;
	margin-left: 0px;
	margin-right: auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.test_cell {
	background-color: #FFFFCC;
	font-size: 14px;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	border: 1px solid #000000;
}
.test_img {
	float: left;
	margin-right: 3px;
}
.form {
	float: right;
	border: 1px solid #000000;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: none;
	margin-top: 10px;
}
.form_container {
	float: right;
	border: 1px solid #000000;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: none;
	margin-top: 10px;
}

.testimonial {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left:5px;
	margin-top: 10px;
}

.button_box {
	height: 120px;
	margin-bottom: 10px;
	position: relative;
	width: 570px;
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	cursor: pointer;
	border: 1px solid #000000;
}
.apply {
	background-color: #FF0000;
}
.quick {
	background-color: #32CD32;
}
.rent {
	background-color: #0000FF;
}
.repo {
	background-color: #EBBC01;
}


.logo {
	background-image: url(images/logo1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 100px;
	width: auto;
	cursor: pointer;
}
h1 {
	margin-top: 0px;
	font-size: 25px;
}

.nav_buttons {
	line-height: 30px;
	text-align: right;
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}


.nav_align {
	text-align: right;
	margin-bottom: 20px;
}
.bullets_heads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bullets_subs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 10px;
}
.bullets_box {
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	float: right;
	width: 180px;
	height: 550px;
	position: relative;
}
.text_container {
	margin-left: 15px;
}

.button_container {
	position: relative;
	height: 580px;
	width: 570px;
	left: 15px;
	right: auto;
	float: left;
	text-align: left;
}

.rich_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	position: relative;
	top: 20px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: both;
}
.faq_q {
	font-weight: bold;
	margin-bottom: 2px;
}
.faq_a {
	margin-top: 0px;
}

.offer_index {
	position: absolute;
	top: 190px;
	right: 190px;
	cursor: pointer;
}
.offer {
	float: right;
	position: relative;
	bottom: 60px;
	right: 100px;
}


.investor {
	height: 100px;
	width: 180px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.link_block {
	position: relative;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}





.button_images {
	vertical-align: middle;
	margin-top: 1px;
	margin-right: 15px;
	margin-bottom: 1px;
	margin-left: 1px;
	float: left;
}
.button_text_head1 {
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.button_text_head2 {
	margin: 0px;
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 0px;
	display:block;
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



.robert_photo {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: top;
}
.thanks_text {
	float: right;
	width: 470px;
}
h3 {
	color: #FF0000;
}
.click_here {
	text-decoration: underline;
}
.intro {
	height: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;


}
.offer_apply {
	float: left;
	margin-right: 10px;
}

.page_image {
	float: left;
	border: 1px solid #000000;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.intro2 {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	font-weight: bolder;
	font-size: 18px;}
.first_line {
	font-size: 20px;
}
.example_head {
	width: 380px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.example_container_l1 {
	width: 380px;
	margin-right: auto;
	margin-left: 30px;
	margin-top: 15px;
	border: 1px solid #000000;
}
.background #no_border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 650px;
}

.example_container_r1 {
	width: 380px;
	margin-right: 30px;
	margin-left: auto;
	margin-top: 15px;
	border: 1px solid #000000;
}
.example_image_l1 {
	margin: 30px;
	float: left;
	width: 300px;
}
.example_image_r1 {
	margin: 30px;
	float: right;
	width: 300px;
}

*/
