@charset "utf-8";
/* CSS Document */
html,h1,h2,h3,h4,h5,h6,p,ul,ol,li,img,tr,td,table,form,dd,dl
{
	padding:00px; margin:00px;
}
h1,h2,h3,h4,h5,h6 
{
 	padding:00px 00px 10px 00px;
}
h1 { font-size: 24px; }

h2 { font-size: 22px; }

h3 { font-size: 20px; }

h4 { font-size: 18px; }

h5 { font-size: 16px; }

h6 {
	font-size: 14px;
	padding: 00px 00px 15px 00px;
}

.txt_14 { font-size: 12px; }

.left { float: left; }

.right { float: right; }

.clear { clear:both; }

.center_line { border:#000000 solid 1px; }

p { padding: 00px 00px 15px 00px; }

/*************************padding**************************************/
.padd_10{ padding: 10px;}

.padd_20 { padding: 20px; }

.padd_10_20 { padding: 10px 20px; }

.padd_left{ padding: 20px 50px 10px  50px; }

.padd_right { padding: 20px 20px 10px 00px; }

/******************txt_color***********************/

.red_color { color:#FF0000; }

.green { color:#006600; }

.white {
	color:#FFFFFF; 
	text-decoration:none;
}
.white a:link, .white a:active, .white a:visited {
	color:#FFFFFF; 
	text-decoration:underline;
}

.white a:hover
{
	color:#f7d0a9;
	text-decoration:underline;
}

.black { color:#000000; }

.blue , .blue a:link, .bluee a:active, .blue a:visited

{ color:#0655a5; text-decoration:none; }

.blue a:hover
{
	color:#006600;
	text-decoration:underline;
}

.border_margin 
{
	border-top: 2px solid #000000;
	margin: 00px 00px 15px 00px;
}

.top_text { color:#754d2a; }

.orange_color 
{
	color:#f7d0a9;
}

/***********************coomon_link*******************/
a:link, a:visited, a:active
{
	color:#006600;
	text-decoration:underline;
}

a:hover
{
	color:#990000;
	text-decoration:underline;
}

/***********************body_content****************/

body
{
	margin:0px;
	padding:0px;
	font-size:13px;
	font-family: "Trebuchet MS";
	text-decoration:none;
	line-height:19px;
	background:#333333;
	color:#333333;
}
#valley_Lp
{
	width:850px;
	position:relative;
	margin:auto;
	background:#FFFFFF;
	
}


.content_bg
{
	background:url(valley_house_images/content_bg.jpg) scroll repeat-y left top;
	width:850PX;
}

.content_box
{
	background:#EFE8E0;
	padding: 20px 50px 20px  40px; 
}
/******************banner*********************/
.banner
{
	width:850px;
	background:#252525;
	
}
.top_banner{ height:25px; }

.banner_left
{
	background:url(valley_house_images/logo.jpg) scroll left top no-repeat;
	width:266px;
	height: 300px;
	
}

.banner_left_padd 
{
	padding:95px 00px 00px 20px;
}
	
.banner_right
{
	background:url(valley_house_images/banner.jpg) scroll left top no-repeat;
	width:584px;
	height: 300px;
	
}
.banner_right_padd
{
	padding: 240px 20px 00px 20px;
}
/******************banner*********************/
.footer_1
{
	background:url(valley_house_images/footer_bg.jpg) scroll right top repeat-x;
	height:58px;
}

.footer_text, .footer_text a:link, .footer_text a:active, .footer_text a:visited
{
	color:#FFFFFF; text-decoration:none;
}

.footer_text a:hover
{
	color:#993300;
	text-decoration:underline;
}

.footer_left { padding: 40px 20px; }


.footer_right 
{ 
	width: 407px;
	padding:20px 30px;;
}
	
