@charset "UTF-8";

/* Start Basics - CSS */

* { margin:0; padding:0; }

body {
	background-color: #1E0F03;  
}

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: 3px;
	padding: 2px;
	border: 4px solid #C7C8B2;
}

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

.right {
	float: right;
	margin: 10px;
	padding: 2px;
	border: 4px solid #C7C8B2;
}

.left {
	float: left;
	margin: 10px;
	padding: 2px;
	border: 4px solid #C7C8B2;
}

a {
    font-weight: bold;
    color: #793C11;
    text-decoration: none;
}

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

/* End Basics - CSS */


/* start of wrappers */

#wrapper {
	width: 100%;
}

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

#pagetop_wrapper_inner {
	background-image: url(../images/bg_top_repeatx.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
	width: 100%;
	text-align: center;
}

#pagetop_content {
	width: 987px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/bg_main_contentrepeaty.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#content {
	width: 973px;
	float: left;
	margin-left: 7px;
}

#content #content_home {
	width: 973px;
	float: left;
	background-image: url(../images/home_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content #content_inside {
	width: 973px;
	float: left;
	background-image: url(../images/inside_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#content #content_inside_inner {
	width: 973px;
	float: left;
	background-image: url(../images/inside_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#main {
	float: left;
	width: 673px;
	margin-left: 39px;
	margin-right: 35px;
	margin-top: 76px;
}

#sidebar {
	float: left;
	width: 170px;
	margin-top: 73px;
}

/* end of wrappers */



/* start of home_content */

#home_header {
	background-image: url(../images/home_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 484px;
	width: 987px;
	position: relative;
}

#home_header #home_slideshow {
	float: left;
	height: 331px;
	width: 883px;
	margin-left: 52px;
	margin-bottom: 15px;
	margin-top: 71px;
}

#home_logo {
	height: 225px;
	width: 358px;
	position: absolute;
	z-index: 10;
	left: 45px;
	top: 130px;
}

#home_nav {
	float: left;
	width: 950px;
	height: 55px;
	margin-left: 18px;
}

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

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

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

#home_nav_home {
    width: 68px;
}

#home_nav_about {
    width: 117px;
}
#home_nav_neighborhoods {
    width: 138px;
}

#home_nav_floorplans {
    width: 85px;
}

#home_nav_resource {
    width: 97px;
}

#home_nav_remodeling {
    width: 121px;
}

#home_nav_gallery {
    width: 82px;
}

#home_nav_testimonials {
    width: 117px;
}

#home_nav_contact {
    width: 125px;
}

#home_nav_home a:hover {
	background: url(../images/home_nav01_f2.jpg) no-repeat left top;
}

#home_nav_about a:hover {
    background: url(../images/home_nav02_f2.jpg) no-repeat left top;
}

#home_nav_neighborhoods a:hover {
    background: url(../images/home_nav03_f2.jpg) no-repeat left top;
}

#home_nav_floorplans a:hover {
	background: url(../images/home_nav04_f2.jpg) no-repeat left top;
}

#home_nav_resource a:hover {
    background: url(../images/home_nav05_f2.jpg) no-repeat left top;
}

#home_nav_remodeling a:hover {
    background: url(../images/home_nav06_f2.jpg) no-repeat left top;
}

#home_nav_gallery a:hover {
    background: url(../images/home_nav07_f2.jpg) no-repeat left top;
}

#home_nav_testimonials a:hover {
    background: url(../images/home_nav08_f2.jpg) no-repeat left top;
}

#home_nav_contact a:hover {
    background: url(../images/home_nav09_f2.jpg) no-repeat left top;
}

.home_content_col01 {
	float: left;
	width: 330px;
	margin-top: 120px;
	margin-right: 47px;
	margin-bottom: 10px;
	margin-left: 60px;
}

.home_content_col02 {
	float: left;
	width: 145px;
	margin-top: 61px;
	margin-right: 23px;
	margin-bottom: 20px;
}

#content_home a {
    font-weight: bold;
    color: #793C11;
    text-decoration: none;
}

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

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

#content_home h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-size: 21px;
	line-height: 23px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2B093;
}

#content_home h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #B5B59B;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-bottom: 6px;
}

#content_home h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #763100;
	text-decoration: none;
	padding: 3px;
	margin-bottom: 6px;
	margin-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3CEB1;
}

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

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

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

.sidebar_list li {
	border-bottom:1px solid #D3CEB1;
	padding: 4px;
}

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

.sidebar_list02 li {
	border-bottom:1px solid #C3914F;
	padding: 4px;
}

.home_viewdetail_btn a {
	background-image: url(../images/home_viewdetail_btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 25px;
	width: 145px;
	margin-top: 6px;
}

.home_connected_row {
	float: left;
	width: 145px;
}

.home_connected_box01 {
	float: left;
	width: 55px;
	height: 42px;
}

.home_connected_box02 {
	float: left;
	width: 40px;
	height: 42px;
}

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

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

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


/* end of home_content */



/* start of inside_content */


#main a {
    font-weight: bold;
    color: #793C11;
    text-decoration: none;
}

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

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

#main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-size: 21px;
	line-height: 23px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2B093;
}

#main h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #C1C0A5;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-bottom: 6px;
}

#main h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #763100;
	text-decoration: none;
	padding: 3px;
	margin-bottom: 6px;
	margin-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3CEB1;
}

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

#sidebar {
	float: left;
	width: 170px;
	margin-top: 73px;
	margin-bottom: 25px;
}

#sidebar a {
	font-weight: bold;
	color: #DFDDC7;
	text-decoration: none;
}

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

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

#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-size: 21px;
	line-height: 23px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3914F;
}

#sidebar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #2B3F4E;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-bottom: 6px;
	text-transform: capitalize;
}

#sidebar h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #EDEBD5;
	text-decoration: none;
	padding: 3px;
	margin-bottom: 6px;
	margin-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3914F;
}

#sidebar h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
}







#inside_header {
	background-image: url(../images/inside_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	float: left;
	height: 220px;
	width: 987px;
}

#inside_header #inside_header_logobox  {
	float: left;
	height: 155px;
	width: 304px;
	margin-left: 59px;
}

#inside_header h1 a {
	height: 154px;
	width: 304px;
	text-indent: -5000px;
	display: block;
}

#inside_nav {
	float: left;
	width: 950px;
	height: 55px;
	margin-left: 18px;
}

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

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

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

#inside_nav_home {
    width: 68px;
}

#inside_nav_about {
    width: 117px;
}

#inside_nav_neighborhoods {
    width: 138px;
}

#inside_nav_floorplans {
    width: 85px;
}

#inside_nav_resource {
    width: 97px;
}

#inside_nav_remodeling {
    width: 121px;
}

#inside_nav_gallery {
    width: 82px;
}

#inside_nav_testimonials {
    width: 117px;
}

#inside_nav_contact {
    width: 125px;
}

#inside_nav_home a:hover {
	background: url(../images/inside_nav01_f2.jpg) no-repeat left top;
}

#inside_nav_about a:hover {
    background: url(../images/inside_nav02_f2.jpg) no-repeat left top;
}

#inside_nav_neighborhoods a:hover {
    background: url(../images/inside_nav03_f2.jpg) no-repeat left top;
}

#inside_nav_floorplans a:hover {
	background: url(../images/inside_nav04_f2.jpg) no-repeat left top;
}

#inside_nav_resource a:hover {
    background: url(../images/inside_nav05_f2.jpg) no-repeat left top;
}

#inside_nav_remodeling a:hover {
    background: url(../images/inside_nav06_f2.jpg) no-repeat left top;
}

#inside_nav_gallery a:hover {
    background: url(../images/inside_nav07_f2.jpg) no-repeat left top;
}

#inside_nav_testimonials a:hover {
    background: url(../images/inside_nav08_f2.jpg) no-repeat left top;
}

#inside_nav_contact a:hover {
    background: url(../images/inside_nav09_f2.jpg) no-repeat left top;
}

.inside_loweredge {
	width: 900px;
	height: 38px;
	float: left;
	background-image: url(../images/inside_lower_edge.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 39px;
}

.pageheader_box {
	float: left;
	height: 43px;
	width: 500px;
	margin-bottom: 22px;
	margin-left: 20px;
}

.pagehead_about {
	height: 43px;
	width: 500px;
	text-indent: -5000px;
	background-image: url(../images/pagehead_about.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.pagehead_client {
	height: 43px;
	width: 500px;
	text-indent: -5000px;
	background-image: url(../images/pagehead_client.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.pagehead_contact {
	height: 43px;
	width: 500px;
	text-indent: -5000px;
	background-image: url(../images/pagehead_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.pagehead_gallery {
	height: 43px;
	width: 500px;
	text-indent: -5000px;
	background-image: url(../images/pagehead_gallery.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.pagehead_neighborhoods {
	height: 43px;
	width: 500px;
	text-indent: -5000px;
	background-image: url(../images/pagehead_neighborhoods.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.pagehead_invdetail {
	height: 43px;
	width: 500px;
	text-indent: -5000px;
	background-image: url(../images/pagehead_invrdetail.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.pagehead_invres {
	height: 43px;
	width: 500px;
	text-indent: -5000px;
	background-image: url(../images/pagehead_invres.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.pagehead_remodeling {
	height: 43px;
	width: 500px;
	text-indent: -5000px;
	background-image: url(../images/pagehead_remodeling.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.pagehead_resource {
	height: 43px;
	width: 500px;
	text-indent: -5000px;
	background-image: url(../images/pagehead_resource.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

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

.inside_viewdetail_btn a {
	background-image: url(../images/sidebar_viewdetail_btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 25px;
	width: 170px;
	margin-top: 6px;
}

.left_column {
	float: left;
	width: 212px;
	margin-right: 8px;
}

.right_column {
	float: left;
	width: 453px;
	margin-top: 8px;
}

.left_column_top {
	width: 212px;
	height: 27px;
	background-image: url(../images/col_left01.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.left_column_edge {
	width: 212px;
	height: 27px;
	background-image: url(../images/col_left03.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.left_column_repeat {
	width: 212px;
	background-image: url(../images/col_left02.png);
	background-repeat: repeat-y;
	background-position: left top;
}

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

.testimonial_box {
	width: 100%;
	border-bottom:1px solid #D3CEB1;
	margin-bottom: 15px;
}

.testimonial_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.testimonial_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	float: right;
}

.team_box {
	width: 100%;
	border-bottom:1px solid #D3CEB1;
	margin-bottom: 15px;
}

.resultsvert_box {
	float: left;
	width: 212px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.resultsvert_box_top {
	width: 212px;
	height: 27px;
	background-image: url(../images/col_left01.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.resultsvert_box_edge {
	width: 212px;
	height: 27px;
	background-image: url(../images/col_left03.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.resultsvert_box_repeat {
	width: 212px;
	background-image: url(../images/col_left02.png);
	background-repeat: repeat-y;
	background-position: left top;
}

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

.thumb_space {
	margin-bottom: 8px;
}

.btn_detail a {
	background-image: url(../images/btn_viewdetail.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	height: 25px;
	width: 160px;
	margin-top: 15px;
}

.resultshoriz_box {
	float: left;
	width: 673px;
}

.resultshoriz_box_top {
	width: 673px;
	height: 27px;
	background-image: url(../images/commbox_01.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.resultshoriz_box_edge {
	width: 673px;
	height: 27px;
	background-image: url(../images/commbox_03.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.resultshoriz_box_repeat {
	width: 673px;
	background-image: url(../images/commbox_02.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.resultshoriz_box_col01 {
	float: left;
	width: 170px;
	margin-left: 30px;
}

.resultshoriz_box_col02 {
	float: left;
	width: 137px;
	margin-left: 10px;
}



/* end of inside_content */




/* start of footer */


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

#footer {
	width: 987px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/bg_footer_edge.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer #footer_left {
	width: 900px;
	float: left;
	margin-left: 22px;
	margin-top: 37px;
	margin-bottom: 20px;
}

#footer #footer_right {
	width: 50px;
	float: left;
	margin-top: 37px;
}

#footer h2 {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
	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: #333333;	
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	padding: 3px;
}

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

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

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

.logo_bd a {
    background-image: url(../images/logo_bd.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -5000px;
    height: 27px;
    width: 173px;
    text-indent: -5000px;
    display: block;
	margin-top: 15px;
}

#inside_footer {
	width: 987px;
	margin: 0px auto;
	text-align: left;
	background-image: url(../images/inside_footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#inside_footer #inside_footer_left {
	width: 900px;
	float: left;
	margin-left: 22px;
	margin-top: 37px;
	margin-bottom: 20px;
}

#inside_footer #inside_footer_right {
	width: 50px;
	float: left;
	margin-top: 37px;
}

#inside_footer h2 {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
	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: #333333;	
}

#inside_footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	padding: 3px;
}

#inside_footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#inside_footer a:hover {
	color: #C1B28E;
	text-decoration: none;
	font-weight: bold;
}


/* end of footer */
















/* start of forms */

input, textarea {
	padding: 9px;
	border: 1px solid #999999;
	outline: 0;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	width: 200px;
	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%;
}

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

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

.submit input {
	width: auto;
	padding: 6px 10px;
	background: #882700;
	border: 0;
	font-size: 12px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#checkbox_space {
	width: 35px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-top: 4px;
}
	
/* start of forms */
