*{
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*color: #948763;*/
	color: #666;
	background: url(../images/header_bgrp.png) repeat-x #a99b71 !important;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}


a, a:visited {
	color: #BF2E1A;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #BF2E1A;
	font-weight: bold;
	text-decoration: none;
}

#wrapper{
	background: url(../images/body.png) no-repeat center top transparent;
	height: 100%;
}

#wrapper2{
	background: url(../images/content_bgrp.png) repeat-y;
	width: 982px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

#header{
	background-color: #BF2E1A;
	width: 982px;
	min-height: 78px;
}

#nav_bar{
	position: absolute;
	width: 982px;
	min-height: 69px;
	background: url(../images/top.png) no-repeat transparent;
	z-index: 5;
}

.main_list {
	margin-top: 14px;
	padding-left: 20px;
}

.main_list li {
	display: inline;
	font-size: 15px;
	padding: 5px 21px;
	font-family: Arial, Helvetica, sans-serif;
	border-left: thin solid #999;
}

.drop_down{
	padding: 10px 0 0;
	background-color: #FFF;
	border-bottom: #BF2E1A solid thick;
}

.drop_down li {
	display: block;
	border: none;
	font-size: 12px;
	padding: 10px 20px;
	background-color: #fff;
	border-bottom: #ccc solid thin;
}

.main_list li ul{
	position: absolute;
	display: none;
}

.drop_down li:hover{
	background-color: #e7e7e7;
}

.main_list li:hover ul{
	display: block;
}

.login_new{
	background: url(../images/customer_new.jpg) no-repeat -3px 3px;
	min-height: 38px;
	width: 388px;
	padding: 8px 0 0 154px;
	margin-top: 8px;
}

.login_new input[type=text],
.login_new input[type=password] {
	padding: 3px;
}

.login_new input[type=text].unselected,
.login_new input[type=password].unselected {
	color: #999;
}

.login{
	background: url(../images/customer.jpg) no-repeat -3px 3px;
	min-height: 38px;
	width: 388px;
	padding: 8px 0 0 154px;
	margin-top: 8px;
}

.login input[type=text],
.login input[type=password] {
	padding: 3px;
}

.login input[type=text].unselected,
.login input[type=password].unselected {
	color: #999;
}

.header_nav{
	left: -17px;
	margin-top: 10px;
	position: relative;
}

.header_nav li{
	display: inline;
	border-left: thin solid #5d6293;
	font-size: 10px;
	padding: 2px 13px;
}

.header_nav a:link,.header_nav a:visited {
	color: #fff;
	text-decoration: none;	
	font-weight: lighter;
}

.header_nav a:hover {
	color: #ccc;
	text-decoration: underline;
}

.header_nav a:active {
	color: #fff;
	text-decoration: none;
}

.phone{
	margin:12px 0 0 12px;
}

.logo{

}

.phone h1{
	color: white;
	text-align: center;
	font-size: 20px;
}

.phone strong{
	color: #fff;
	display: block;
	font-size:28px;
}

#footer{
	background: url(../images/footer_bgrp.png) repeat-x #0d1143;
	/*min-height: 122px;*/
	width: 100%;
	float: left;
}

#footer2{
	background: url(../images/footer.png) no-repeat -2px 0;
	min-height: 123px;
	width: 982px;
	margin: 0 auto;
}

#footer2 p, #footer2_subpage p{
	padding-top: 24px;
	padding-right: 5px;
	text-align: right;
	font-size: 10px;
	color: #fff;
}

#footer2_subpage{
	background: url(../images/subpage_footer.png) no-repeat;
	min-height: 123px;
	width: 982px;
	margin: 0 auto;
}

#flash {
	width: 982px;
	height: 434px;
	position: absolute;
	top: 0;
	left: 0;
}

#flash_content {
	width: 982px;
	min-height:434px;
}

#non_flash_content {
	width: 982px;
	min-height:434px;
	background: url(../images/flash.png) no-repeat;
}

#folder{
	position: relative;
	top: -43px;
	left: 16px;
}

.folder_body{
	background: url(../images/files.png) no-repeat -1px 0 transparent;
	width:617px;
	min-height: 331px;
	display: none;
}

.folder_body div{
	padding: 8px 21px;
	min-height: 300px;
	text-align: center;
}

.folder_table{
	text-align: left;
	font-size: 14px;
	color: #BF2E1A;
	font-weight: bold;
}

.folder_table label{
	padding: 12px;
}

.folder_table select {
	border: 1px solid #666666;
	margin-bottom: 25px;
	margin-left: 12px;
	margin-top: 6px;
	padding: 3px;
	width: 200px;
}

.folder_table input[type=text] {
	border: 1px solid #666666;
	margin-bottom: 25px;
	margin-left: 12px;
	margin-top: 6px;
	padding: 3px;
	width: 200px;
}

.open{
	display: block;
}

.box{
	background: no-repeat url(../images/box.png);
	width: 318px;
	min-height: 271px;
	margin:0 4px;
	font-size: 14px;
}

.box div{
	text-align: right;
	width: 85%;
	padding: 24px;
	min-height: 228px;
	color: #fff;
}

.box p{
	padding: 15px;
	text-align: left;
}

.box a:link, .box a:visited{
	color: #fff;
}

.box a:hover{
	color: #ccc;
}

.box a:active{
	color: #fff;
}

#sidebar{
	min-height: 500px;
	width: 342px;
	position: relative;
	top: -40px;
	float: left;
}

div.infowindow { 
	width: 200px;
	padding-bottom: 75px;
}

#content_text {
	float: right;
	width: 585px;
	min-height: 500px;
	padding: 20px 25px 0;
}

#content_text h1 {
	color: #BF2E1A;
	margin: 15px 0 15px;
	font-size: 215%;
	text-transform: uppercase;
	font-family: Arial;
}

#content_text h2 {
	color: #BF2E1A;
	margin: 15px 0 5px;
	font-size: 150%;
	border-bottom: solid 1px #CCC;
	text-transform: uppercase;
	font-family: Arial;
}

#content_text p {
	line-height: 20px;
	margin: 15px 0;
}

#content_text #map {
	width: 565px;
	height: 600px;
	border: solid 1px #BF2E1A;
}

#content_text #map_overlay {
	background-color: #CCCCCC;
	height: 600px;
	left: 373px;
	position: absolute;
	top: 533px;
	width: 565px;
	z-index: 50;
}

#content_text #map_overlay p {
	width: 100%;
	float: left;
	text-align: center;
}

.listing_link a,
.listing_link a:visited,
.listing_link a:hover {
	color: #FFF;
}

.sidebar_rp{
	background: url(../images/sidebar_rp.png) repeat-y top center #d5ccb0;
}

.sidebar_mid{
	background: url(../images/sidebar_mid.png) no-repeat top center transparent;
	min-height: 500px;
}

#side_header{
	padding: 10px 0 0 35px;
}

.small_box{
	background: url(../images/small_box.png) no-repeat top center transparent;
	width: 103px;
	min-height: 88px;
	float: left;
}

#content_text form {
	width: 600px;
}

#content_text form div {
	width: 100%;
	float: left;
	margin: 4px 0;
}

#content_text form div label {
	width: 100%;
	float: left;
}

#content_text form div input[type=text] {
	width: 550px;
	padding: 3px;
	border: solid 1px #CCC;
}

#content_text form div input[type=submit] {
	padding: 0 15px;
}

#content_text form div select {
	width: 558px;
	padding: 3px;
	border: solid 1px #CCC;
}

#content_text form div option {
	padding: 0 3px;
}

#content_text form div textarea {
	width: 550px;
	height: 150px;
	padding: 3px;
	border: solid 1px #CCC;
	font: 12px Arial, Helvetica, sans-serif;
}

#remarks p {
	margin: 3px 0;
}

#cp_content {
	width: 100%;
	margin-top: 80px;
	float: left;
	background: url("../images/content_bgrp.png") repeat-y scroll 0 0 transparent;
}

#cp_content form {
	width: 800px;
	margin-left: 75px;
}

#cp_content form div {
	width: 100%;
	float: left;
	margin: 4px 0;
}

#cp_content form div label {
	width: 100px;
	float: left;
	position: relative;
	top: 3px;
}

#cp_content form div input[type=text] {
	width: 550px;
	padding: 3px;
	border: solid 1px #CCC;
}

#cp_content form div input[type=submit] {
	padding: 0 15px;
	margin-left: 100px;
}

#cp_content form div select {
	width: 558px;
	padding: 3px;
	border: solid 1px #CCC;
}

#cp_content form div option {
	padding: 0 3px;
}

#cp_content form div textarea {
	width: 550px;
	height: 350px;
	padding: 3px;
	border: solid 1px #CCC;
}

#cp_content #pictures_box {
	background: #EFEFEF;
	border: solid 1px #BBB;
	min-height: 50px;
	width: 556px !important;
}

#cp_content #pictures_box p {
	float: left;
	padding: 0 5px;
}

#cp_content #pictures_box .picture {
	padding: 10px 30px;
	width: 100%;
}

#cp_content #pictures_box .picture p.image {
	background: #DDDDDD none repeat scroll 0 0;
	border: 1px solid #666666;
	min-height: 130px;
	width: 200px;
}

#cp_content #pictures_box .picture p.image img.nofile {
	left: 85px;
	position: relative;
	top: 47px;
}

#cp_content #pictures_box .picture p.filename {
	font-size: 90%;
	padding: 0 25px;
	width: 225px;
}

#cp_content #pictures_box .picture p.filename.nofile {	
	color: #666;
	font-style: italic;	
}
