@charset "UTF-8";

/* Start Basics - CSS */

* { margin:0; padding:0; }

body {
	background-color: #DFE7C0;	
}

a:active, a:focus {
    outline: none;
}

img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

img a {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.clear {
    height: 0px;
    clear: both;
}

.photo_edge {
	margin: 4px;
	padding: 2px;
	border: 3px solid #C4CD9D;
}

.photo_edge:hover {
	margin: 4px;
	padding: 2px;
	border: 3px solid #A5B177;
}

.right {
	float: right;
	margin: 3px 3px 3px 6px;
	padding: 2px;
	border: 3px solid #C4CD9D;
}

.left {
	float: left;
	margin: 3px 7px 3px 3px;
	padding: 2px;
	border: 3px solid #C4CD9D;
}

blockquote {
	margin-left: 25px;
	margin-right: 25px;
}


/* End Basics - CSS */



/* start of wrappers */


#wrapper {
	margin: 0px auto;
	width: 100%;
}

#home_wrapper_top {
	float: left;
	clear: both;
	width: 100%;
	background-image: url(../images/home_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#wrapper_top {
	float: left;
	clear: both;
	width: 100%;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#content {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#wrapper_footer {
	float: left;
	clear: both;
	width: 100%;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #4D532F;
}

#footer {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}


/* end of wrappers */


/* start of header */


#header {
	float: left;
	clear: both;
	width: 1000px;
	height: 165px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.header_logoarea {
	float: left;
	width: 396px;
	height: 76px;
	margin-bottom: 8px;
	margin-top: 26px;
}

#nav {
	width: 1000px;
	height: 55px;
	float: left;
	clear: both;
}

#nav ul {
	display: block;
	float: left;
	width: 1000px;
	height: 55px;
	list-style: none;
}

#nav ul li {
    display: block;
    float: left;
	height: 55px;
    text-indent: -10000px;
}

#nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#nav_home {
    width: 138px;
}

#nav_about {
    width: 223px;
}

#nav_findyourhome {
    width: 207px;
}

#nav_finance {
    width: 235px;
}

#nav_contact {
    width: 197px;
}

#nav_home a:hover {
    background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -165px;
}

#nav_about a:hover {
    background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: -138px -165px;
}

#nav_findyourhome a:hover {
    background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: -361px -165px;
}

#nav_finance a:hover {
    background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: -568px -165px;
}

#nav_contact a:hover {
    background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: -803px -165px;
}

#nav ul li ul {
	display: none;
	float: none;
	position: relative;
	top: -5px;
	width: 225px;
	height: auto;
	z-index: 100;
	color: #FFFFFF;
	border: 10px solid #7A140B;
	box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #000000;
}

#nav ul li:hover ul {
    display: block;	
}

#nav ul li ul li {
	background-image: url(../images/fade.png);
	background-color: #000000;
	color: #ffffff;
	display: block;
	float: none;
	height: 30px;
	text-indent: 8px;
	background-repeat: repeat-x;
	background-position: left top;
	box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	border: 1px solid #000000;
}

#nav ul li ul li a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-indent: 8px;
	line-height: 30px;
	display: block;
	text-decoration: none;
	background: none;
}

#nav ul li ul li a:hover {
	background: none;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #252525;
}




#nav ul li ul li ul {
	visibility: hidden;
	position: relative;
	float: none;
	left: 225px;
	width: 290px;
	height: auto;
	z-index:1000;
	color: #FFFFFF;
	border: 5px solid #7A140B;
	box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #000000;
	margin-top: -25px;
}

#nav ul li ul li:hover ul {
    display: block;
	visibility: visible;
}

#nav ul li ul li ul li {
	background-image: url(../images/fade.png);
	background-color: #000000;
	color: #ffffff;
	display: block;
	float: none;
	height: 30px;
	text-indent: 8px;
	background-repeat: repeat-x;
	background-position: left top;
	box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-moz-box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	-webkit-box-shadow: rgba(0,0,0, 0.7) 0px 0px 12px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;	
}

#nav ul li ul li ul li a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-indent: 8px;
	line-height: 30px;
	display: block;
	text-decoration: none;
	background: none;
}

#nav ul li ul li ul li a:hover {
	background: none;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #252525;
}

.nav_arrow {
	background: url(../images/arrow.png) no-repeat right center;
}






/* end of header */


/* start of home */


#home {
	width: 1000px;
	float: left;
	background-image: url(../images/home03.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#home p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;	
}



#home h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCC892;
}

#home h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;	
}

#home a {
	font-weight: bold;
	color: #7A140B;
	text-decoration: none;		
}

#home a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#home_top {
	float: left;
	clear: both;
	width: 1000px;
	height: 421px;
	background-image: url(../images/home01.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
#home_top01 {
	float: left;
	clear: both;
	width: 1000px;
	height: 400px;
	background-image: url(../images/home002.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
.home_top01bg {
	float: left;
	clear: both;
	width: 1000px;
	height: 400px;
	background-image: url(../images/home003.jpg);
	background-repeat: no-repeat;
	background-position: center top;	

}
#home_left {
	width: 416px;
	float: left;
	margin-left: 23px;
	margin-right: 15px;
}

#home_right {
	width: 523px;
	float: left;
	background-image: url(../images/home02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.promo_top {
	width: 1000px;
	height: 41px;
	background-image: url(../images/home04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

.home_map_btnbox {
	float: left;
	width: 275px;
	height: 338px;
	margin-left: 23px;
	margin-right: 16px;
	margin-top: 47px;
}

.home_map_btn a {
	width: 275px;
	height: 338px;
	display: block;
	text-indent: -5000px;
}

.home_slideshow {
	float: left;
	width: 647px;
	height: 347px;
	margin-top: 47px;
	overflow: hidden;
}

#home_video_box {
	width: 416px;
	float: left;
	background-image: url(../images/home_video02.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

#home_video_box h2 {
	width: 416px;
	height: 58px;
	background-image: url(../images/home_video01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;	
}

.home_video_content {
	float: left;
	width: 383px;
	height: 264px;
	margin-left: 16px;
}

.home_video_edge {
	width: 416px;
	height: 42px;
	background-image: url(../images/home_video03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

.home_video_btnbox {
	float: left;
	width: 225px;
	height: 26px;
	margin-left: 184px;
	margin-top: 10px;
}

.home_video_btn a {
	width: 225px;
	height: 26px;
	display: block;
	text-indent: -5000px;
}

.home_column {
	width: 253px;
	float: left;
}

.home_column_top {
	width: 253px;
	height: 22px;
	background-image: url(../images/home_col01.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

.home_column_edge {
	width: 253px;
	height: 22px;
	background-image: url(../images/home_col03.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

.home_column_repeat {
	width: 253px;
	background-image: url(../images/home_col02.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;	
}

.home_column_content {
	width: 215px;
	float: left;
	margin-left: 19px;	
}

.home_column_module {
	width: 215px;
	float: left;
	background-image: url(../images/home_column_module_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

.home_column_btn_elena a {
	width: 215px;
	height: 224px;
	background-image: url(../images/home_column_btn_elena.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
}

#home_header_blog h3 {
	width: 215px;
	height: 59px;
	text-indent: -5000px;
	background-image: url(../images/home_column_header_blog.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#home_header_latestpromo h3 {
	width: 215px;
	height: 59px;
	text-indent: -5000px;
	background-image: url(../images/home_column_header_latestpromo.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.promo_top {
	width: 215px;
	height: 25px;
	background-image: url(../images/sidebar_promotop02_s1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#home_header_comingsoon h3 {
	width: 215px;
	height: 63px;
	text-indent: -5000px;
	background-image: url(../images/home_column_header_comingsoon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.home_column_module_content {
	float: left;
	width: 169px;
	margin-left: 23px;
}

.home_column_btnarea {
	width: 215px;
	height: 52px;
	float: left;
}

.home_column_btn_blog a {
	width: 215px;
	height: 52px;
	text-indent: -5000px;
	display: block;
	background-image: url(../images/home_column_btn_blog.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.home_column_btn_moreinfo a {
	width: 215px;
	height: 52px;
	text-indent: -5000px;
	display: block;
	background-image: url(../images/home_column_btn_moreinfo.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.home_column_btn_requestinfo a {
	width: 215px;
	height: 52px;
	text-indent: -5000px;
	display: block;
	background-image: url(../images/home_column_btn_requestinfo.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.list01 {
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
}

.list01 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCC892;
	padding: 7px 5px;
	list-style: none;
}

.list01 li:hover {
	background-color:#F1F5D4;
}

.list03 {
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
}

.list03 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCC892;
	padding: 4px 3px;
	list-style: none;
}

.list03 li:hover {
	background-color:#F1F5D4;
}
.list04 { width: 325px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		line-height:18px;
		list-style:disc;
		margin-left:25px;
		
	}
.list04 li{
		display:block;
		color:#500;
		
	}
.photo_border_box {
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
	box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;	
}

.photo_border_box:hover {
	border: 3px solid #79140C;
}


/* end of home */



/* start of template */
.form_h3 {
	font-family: 'Cardo', Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #710000;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-bottom: 5px;
	box-shadow: rgba(0,0,0, 0.5) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.5) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.5) 0px 0px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(../images/fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#template {
	width: 1000px;
	float: left;
	background-image: url(../images/template_repeat.png);
	background-repeat: repeat-y;
	background-position: left top;
}

#template p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;	
}

#template h3 {
	font-family: 'Cardo', Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #710000;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-bottom: 5px;
	box-shadow: rgba(0,0,0, 0.5) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.5) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.5) 0px 0px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(../images/fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#template h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCC892;
}

#template h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;	
}

#template h6 {
	font-family: 'Cardo', Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #DFE7C0;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-bottom: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(../images/fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#template a {
	font-weight: bold;
	color: #7A140B;
	text-decoration: none;		
}

#template a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#template_topedge {
	width: 1000px;
	height: 38px;
	background-image: url(../images/template_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#template_topedge02 {
	width: 1000px;
	height: 38px;
	background-image: url(../images/template_top02.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#template_bottomedge {
	width: 1000px;
	height: 37px;
	background-image: url(../images/template_edge.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#main {
	float: left;
	width: 695px;
}

#sidebar {
	float: left;
	width: 284px;
}

#pageheader {
	width: 695px;
	height: 67px;
	background-image: url(../images/pagehead_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#pageheader h2 {
	font-family: 'Cardo', Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 4px;
	padding-top: 16px;
	padding-left: 45px;
	text-shadow: 0px 0px 5px #000000;

}

.template_content {
	width: 642px;
	margin-left: 43px;
	margin-top: 10px;
	float: left;
}



/* end of template */




/* start of page content */


.detail_left {
	float: left;
	width: 193px;
	background-image: url(../images/detail_left02.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

.detail_left_top {
	width: 193px;
	height: 35px;
	background-image: url(../images/detail_left01.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.detail_left_edge {
	width: 193px;
	height: 35px;
	background-image: url(../images/detail_left03.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.detail_left_content {
	float: left;
	width: 163px;
}

.detail_right {
	float: left;
	width: 449px;
	margin-top: 12px;
}

#sidenav li {
	list-style-type: none;
	display: block;
	background-color: #525A31;
	margin: 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	box-shadow: rgba(0,0,0, 0.4) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.4) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.4) 0px 0px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sidenav li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 16px;
	padding: 10px 25px 10px 12px;
	background: url(../images/arrow.png) no-repeat right center;
}

#sidenav li a:hover {
	background-color: #750000;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.social_box {
	float: left;
	width: 449px;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCC892;
	margin-top: 20px;
	padding-top: 10px;
}

.social_box_row {
	float: left;
	width: 250px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.lightbox {
	float: left;
	width: 449px;
	margin-bottom: 10px;
}

.list02 {
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
}

.list02 li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCC892;
	padding: 7px 3px 7px 22px;
	list-style: none;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.testimonial_box {
	float: left;
	width: 399px;
	background-image: url(../images/testimonial.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 30px;
	padding-top: 40px;
	padding-right: 25px;
	padding-left: 25px;	
}

.employment_box {
	float: left;
	width: 399px;
	background-image: url(../images/employment.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
	padding-top: 40px;
	padding-right: 25px;
	padding-left: 25px;	
}

.calculator_box {
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
	border: 3px solid #FFFFFF;
	box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
	width: 420px;
	background-color: #DFE7C0;
}

.calculator_col01 {
	float: left;
	width: 170px;
	margin-right: 10px;
}

.calculator_col02 {
	float: left;
	width: 240px;
}

.contact_col01 {
	float: left;
	width: 200px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact_col02 {
	float: left;
	width: 229px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#googlemap_box {
	float: left;
	width: 622px;
	height: 500px;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#FFFFFF;
	position: relative;
}

#google_minimap_box {
	position: absolute;
	top: 40px;
	right: 15px;
	width: 170px;
	height: 150px;
	border: 10px solid #FFFFFF;	
	box-shadow: rgba(0,0,0, 0.8) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.8) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.8) 0px 0px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/* end of page content */


/* start of results / details */



.commname_tabs {
	padding: 7px 24px 7px 13px;
	display: inline;
	background: #FFFFFF url(../images/arrow.png) no-repeat right center;
	color: #D1D8A8;
	font-weight: bold;
	box-shadow: rgba(0,0,0, 0.3) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 3px 3px 3px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	float: left;
	clear: right;
}

.commname_tabs:hover {
	background-color: #9DA57E;
}

.commlist_row {
	float: left;
	margin-bottom: 10px;
	width: 642px;
}

.commlist_module {
	float: left;
	width: 214px;
	background-image: url(../images/commlist_02.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

.commlist_module_top {
	width: 214px;
	height: 29px;
	background-image: url(../images/commlist_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.commlist_module_edge {
	width: 214px;
	height: 29px;
	background-image: url(../images/commlist_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.commlist_module_content {
	width: 164px;
	float: left;
	margin-left: 24px;
}

.sidebar_search_box {
	float: left;
	width: 198px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#comm_header {
	float: left;
	clear: both;
	width: 642px;
	background-image: url(../images/commheader_02.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

.comm_header_left {
	float: left;
	width: 144px;
	margin-left: 36px;
	margin-right: 10px;
}

.comm_header_right {
	float: left;
	width: 416px;
}

.comm_header_right_col01 {
	float: left;
	width: 247px;
}

.comm_header_right_col02 {
	float: left;
	width: 169px;
	margin-top: -7px;
}

.commheader_brochure_btn a {
	width: 169px;
	height: 121px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/comm_header_brochure_btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.commheader_brochure_btn a:hover {
	opacity: .8;	
}

.comm_header_top {
	width: 642px;
	height: 35px;
	background-image: url(../images/commheader_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.comm_header_edge {
	width: 642px;
	height: 34px;
	background-image: url(../images/commheader_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#comm_nav {
	float: left;
	clear: both;
	width: 642px;
	height: 56px;
	background-image: url(../images/comm_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#comm_nav ul {
	display: block;
	float: left;
	width: 642px;
	height: 56px;
	list-style: none;
}

#comm_nav ul li {
    display: block;
    float: left;
	height: 56px;
    text-indent: -10000px;
}

#comm_nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#comm_nav_plans {
    width: 130px;
	height: 46px;
	margin-left: 8px;
	margin-top: 4px;
}

#comm_nav_homes {
    width: 134px;
	height: 46px;
	margin-top: 4px;
}

#comm_nav_profile {
    width: 155px;
	height: 46px;
	margin-top: 4px;
}

#comm_nav_gallery {
    width: 93px;
	height: 46px;
	margin-top: 4px;
}

#comm_nav_contact {
    width: 114px;
	height: 46px;
	margin-top: 4px;
}

#comm_nav_plans a:hover {
    background-image: url(../images/comm_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: -8px -60px;
}

#comm_nav_homes a:hover {
    background-image: url(../images/comm_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: -138px -60px;
}

#comm_nav_profile a:hover {
    background-image: url(../images/comm_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: -272px -60px;
}

#comm_nav_gallery a:hover {
    background-image: url(../images/comm_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: -427px -60px;
}

#comm_nav_contact a:hover {
    background-image: url(../images/comm_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: -520px -60px;
}

.vert_results {
	width: 214px;
	float: left;
	background-image: url(../images/vertresults_02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 10px;	
}

.vert_results_top {
	width: 214px;
	height: 26px;
	background-image: url(../images/vertresults_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.vert_results_edge {
	width: 214px;
	height: 26px;
	background-image: url(../images/vertresults_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.vert_results_contentarea {
	width: 160px;
	float: left;
	margin-left: 27px;
}

.vert_results_btnarea {
	width: 160px;
	height: 35px;
	float: left;
	margin-left: 27px;
}

.vert_results_btn a {
	width: 160px;
	height: 35px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/results_btn_viewdetail.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.leftcol_bigbtn_area {
	width: 163px;
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
}

.leftcol_bigbtn_module {
	width: 163px;
	float: left;
}

.leftcol_bigbtn_calculator a {
	width: 163px;
	height: 118px;
	background-image: url(../images/side_btn_calculator.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -5000px;
}

.leftcol_bigbtn_askelena a {
	width: 163px;
	height: 118px;
	background-image: url(../images/side_btn_askelena.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -5000px;
}

.leftcol_bigbtn_printplan a {
	width: 163px;
	height: 110px;
	background-image: url(../images/side_btn_printplan.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -5000px;
}

.leftcol_bigbtn_printhome a {
	width: 163px;
	height: 110px;
	background-image: url(../images/side_btn_printhome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -5000px;
}

.leftcol_bigbtn_virtualtour a {
	width: 163px;
	height: 118px;
	background-image: url(../images/side_btn_virtualtour.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -5000px;
}

.leftcol_bigbtn_askelena02 a {
	width: 163px;
	height: 118px;
	background-image: url(../images/side_btn_askelena02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -5000px;
}

.leftcol_bigbtn_inquire_property a {
	width: 163px;
	height: 118px;
	background-image: url(../images/side_btn_inquire_property.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -5000px;
}

.leftcol_bigbtn_inquire_floorplan a {
	width: 163px;
	height: 118px;
	background-image: url(../images/side_btn_inquire_floorplan.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -5000px;
}

.leftcol_bigbtn_inquire_community a {
	width: 163px;
	height: 118px;
	/*background-image: url(../images/side_btn_inquire_community.jpg);*/
	background-image: url(../images/side_btn_ask_question.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -5000px;
}

.leftcol_bigbtn_calculator a:hover {
	opacity: .8;
}

.leftcol_bigbtn_askelena a:hover {
	opacity: .8;
}

.leftcol_bigbtn_printplan a:hover {
	opacity: .8;
}

.leftcol_bigbtn_printhome a:hover {
	opacity: .8;
}

.leftcol_bigbtn_virtualtour a:hover {
	opacity: .8;
}

.leftcol_bigbtn_askelena02 a:hover {
	opacity: .8;
}

.leftcol_bigbtn_inquire_property a:hover {
	opacity: .8;
}

.leftcol_bigbtn_inquire_floorplan a:hover {
	opacity: .8;
}

.leftcol_bigbtn_inquire_community a:hover {
	opacity: .8;
}

.map_left {
	float: left;
	width: 175px;
	margin-right: 15px;
}

.map_right {
	float: left;
	width: 253px;
	height: 253px;
	border: 3px solid #FFFFFF;
	box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.5) 0px 0px 8px;
	
}


/* end of results / details */



/* start of brochure */


.brochure_toparea {
	width: 642px;
	margin-bottom: 20px;
	float: left;
	padding-bottom: 40px;
	background-image: url(../images/brochure_fade.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

.brochure_toparea_left {
	width: 185px;
	height: 77px;
	margin-right: 20px;
	float: left;	
}

.brochure_toparea_right {
	width: 420px;
	margin-top: 15px;
	float: left;	
}

.brochure_step01 {
	width: 185px;
	height: 77px;
	background-image: url(../images/step01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -5000px;	
}

.brochure_step02 {
	width: 185px;
	height: 77px;
	background-image: url(../images/step02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -5000px;	
}

.brochure_login_left {
	float: left;
	width: 210px;
	margin-left: 25px;
	margin-right: 20px;
}

.brochure_login_right {
	float: left;
	width: 350px;
}




/* end of brochure */



/* start of sidebar */


.sidebar_mapbtn_box {
	float: left;
	width: 284px;
	height: 207px;
}

.sidebar_mapbtn a {
	width: 284px;
	height: 207px;
	text-indent: -5000px;
	display: block;
	background-image: url(../images/sidebar_btn_map.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.sidebar_contentarea {
	float: left;
	width: 215px;
	margin-left: 46px;
}

.sidebar_module {
	width: 215px;
	float: left;
	background-image: url(../images/home_column_module_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

.sidebar_btn_elena a {
	width: 215px;
	height: 224px;
	background-image: url(../images/home_column_btn_elena.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
}

.sidebar_header_blog {
	width: 215px;
	height: 59px;
	text-indent: -5000px;
	background-image: url(../images/home_column_header_blog.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.sidebar_header_latestpromo {
	width: 215px;
	height: 59px;
	text-indent: -5000px;
	background-image: url(../images/home_column_header_latestpromo.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.sidebar_header_comingsoon {
	width: 215px;
	height: 59px;
	text-indent: -5000px;
	background-image: url(../images/home_column_header_comingsoon.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.sidebar_promotop {
	width: 215px;
	height: 22px;
	background-image: url(../images/sidebar_promotop.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.sidebar_promo_group_content {
	width: 195px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.sidebar_promo_group {
	width: 215px;
	float: left;
}

.sidebar_module_content {
	float: left;
	width: 169px;
	margin-left: 23px;
}

.sidebar_btnarea {
	width: 215px;
	height: 52px;
	float: left;
}

.sidebar_btn_blog a {
	width: 215px;
	height: 52px;
	text-indent: -5000px;
	display: block;
	background-image: url(../images/home_column_btn_blog.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.sidebar_btn_moreinfo a {
	width: 215px;
	height: 52px;
	text-indent: -5000px;
	display: block;
	background-image: url(../images/home_column_btn_moreinfo.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}


/* end of sidebar */


/* start of footer */


.footer_topspace {
	width: 1000px;
	height: 59px;
	background-image: url(../images/footer01.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.footer_box {
	width: 1000px;
	float: left;
	background-image: url(../images/footer03.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

.footer_box_inner {
	width: 1000px;
	float: left;
	background-image: url(../images/footer02.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.footer_box_edge {
	width: 1000px;
	height: 30px;
	background-image: url(../images/footer04.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

.footer_logorow {
	width: 980px;
	float: left;
	padding: 10px;
}

.logobox_bd {
	float: left;
	width: 170px;
	height: 23px;
}

.bd_logo {
	width: 170px;
	height: 23px;
	text-indent: -5000px;
	background-image: url(../images/logo_bd.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.bd_logo a {
	width: 170px;
	height: 23px;
	text-indent: -5000px;
	background-image: url(../images/logo_bd.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.logobox_eho {
	float: right;
	width: 37px;
	height: 35px;
	background-image: url(../images/logo_eho.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;	
}

#footer h2 {
	color: #D1D6AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 6px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77815D;
}

#footer p {
	color: #D1D6AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}

#footer h5 {
	color: #D1D6AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

#footer h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #77815D;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-bottom: 5px;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

#footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}
	
#footer a:hover {
	font-weight: bold;
	color: #D1D6AB;
	text-decoration: none;	
}

.footer_left {
	width: 808px;
	float: left;
	margin-left: 23px;
	margin-right: 12px;
}

.footer_right {
	width: 134px;
	float: left;
	margin-left: 1px;
}

.foot_space {
	margin-left: 5px;
	margin-right: 5px;
}

.footer_comm_box {
	float: left;
	width: 808px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77815D;
}

.footer_tabs {
	padding: 7px 24px 7px 13px;
	display: inline;
	background: #32381D url(../images/arrow.png) no-repeat right center;
	color: #D1D8A8;
	font-weight: bold;
	box-shadow: rgba(0,0,0, 0.3) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.3) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.3) 0px 0px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 7px 10px 7px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	float: left;
}

.footer_tabs:hover {
	background-color: #620000;
}

.footer_social {
	float: left;
	width: 118px;
	margin-left: 10px;
	margin-top: 10px;
}

.footer_social_box {
	float: left;
	width: 38px;
	height: 38px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.footer_social_fb a {
	width: 38px;
	height: 38px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/footer_social_fb.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

.footer_social_twitter a {
	width: 38px;
	height: 38px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/footer_social_twitter.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

.footer_social_youtube a {
	width: 38px;
	height: 38px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/footer_social_youtube.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

.footer_social_rss a {
	width: 38px;
	height: 38px;
	display: block;
	text-indent: -5000px;
	background-image: url(../images/footer_social_rss.png);
	background-repeat: no-repeat;
	background-position: left top;	
}


/* end of footer */


/* start of slide out */

.slideout_container {
	float: right;
	width: 300px;
}



.slide-out-div {
	z-index: 100000;
	position: absolute;
	background-color: #2D3503;
	width: 100%;
	box-shadow: rgba(0,0,0, 0.9) 0px 0px 15px;
	-moz-box-shadow: rgba(0,0,0, 0.9) 0px 0px 15px;
	-webkit-box-shadow: rgba(0,0,0, 0.9) 0px 0px 15px;
	
}

#slideout_contentarea {
	width: 1000px;
	margin: 0px auto;
	padding-bottom: 15px;
	margin-top: 15px;
}

.slider_col01 {
	float: left;
	width: 250px;
	margin-right: 15px;
}

.slider_col02 {
	float: left;
	width: 230px;
	margin-right: 15px;
}

.slider_col03 {
	float: left;
	width: 230px;
	margin-right: 15px;
}

.slider_col04 {
	float: left;
	width: 230px;
}

.slideout_col01, .slideout_col02, .slideout_col03 {
	float: left;
	width: 260px;
	margin-bottom: 10px;
	margin-right: 15px;
}

#slideout_contentarea p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}

#slideout_contentarea h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCC892;
}

/* end of slide out */


/* start of shadowbox */


#shadowbox {
	margin: 0px auto;
	width: 361px;
	height: 520px;
	background-image: url(../images/inquire_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.shadowbox_contentarea {
	float: left;
	width: 267px;
	margin-left: 47px;
	margin-top: 46px;
}

#shadowbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;	
}

#shadowbox h3 {
	font-family: 'Cardo', Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #710000;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-bottom: 5px;
	box-shadow: rgba(0,0,0, 0.5) 0px 0px 6px;
	-moz-box-shadow: rgba(0,0,0, 0.5) 0px 0px 6px;
	-webkit-box-shadow: rgba(0,0,0, 0.5) 0px 0px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(../images/fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
	letter-spacing: 2px;
}










/* end of shadowbox */


/* start of forms */

.form {
	width: auto;
	float: left;
}

.form02 {
	float: left;
}

#input, #textarea, .input, .input_slider, .formNameColumn {
	padding: 6px;
	border: 1px solid #999999;
	outline: 0;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	width: 190px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#input02 {
	padding: 9px;
	border: 1px solid #999999;
	outline: 0;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	width: 50px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

.textarea02 {
	padding: 9px;
	border: 1px solid #999999;
	outline: 0;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	width: 300px;
	height: 300px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#textarea { 
	width: 300px;
	max-width: 300px;
	height: 150px;
	line-height: 150%;
}

#textarea02 {
	width: 260px;
	max-width: 260px;
	height: 110px;
	line-height: 150%;
}


.textarea_slider {
	padding: 9px;
	border: 1px solid #999999;
	outline: 0;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	width: 200px;
	height: 175px;
	line-height: 150%;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#input:hover, #textarea:hover, #input02:hover, #input:focus, #textarea02:hover, #textarea02:focus,
#input:focus, #textarea:focus, .input:hover, .input:focus, .textarea_slider:hover, .textarea_slider:focus, .input_slider:hover, .input_slider:focus, .textarea02:hover, .textarea02:focus, .formNameColumn:focus, .formNameColumn:hover  {
	border-color: #333333;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label {
	margin-left: 2px;
	color: #333333;
}

.submit {
	width: auto;
	padding: 4px 6px;
	background: #620000;
	border: 0;
	font-size: 12px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 10px;
	margin-left: 3px;
}

.slider_submit {
	width: auto;
	padding: 6px 8px;
	background: #620000;
	border: 0;
	font-size: 12px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-right: 10px;
	margin-top: 15px;
}

#radio {
	padding: 2px;
	width: 15px;
	
}


/* end of forms */

