/* CSS Document */

#container{
	min-width: 1260px;
	margin: 0;
	padding: 0;
}
#header{
	background-image:url(../img/header_background.png);
	background-repeat: repeat-x;
	height: 59px;
	padding: 0;
	margin: 0;
}
	#header img{
		margin: 0;
	}
#top_menu{
	background-image: url(../img/menu_background.png);
	background-repeat:repeat-x;
	height: 53px;
	padding-left: 125px;
}
	#menu{
		list-style: none;
		padding: 0;
		margin: 0;
		float: left;
		width: 995px;
	}
		#menu li{
			display: inline;
			float: left;
			text-indent: 0;
			margin-left: 0px;
		}
		#menu li a{
			display: block;
		}
		#menu li ul{
			margin: 0;
			padding: 0;
			position: absolute;
			z-index: 3;
			visibility: hidden;
			border: 1px solid #671011;
			border-top: 0;
		}
		#menu li ul li{
			float: none;
			display: inline;
		}

		#menu li ul li a{
			min-height: 15px;
			width: 200px;
			background-color: #86403f;
			border-top: 1px double #671011;
			padding: 5px 2px 5px 10px;
			color: #fff;
			font-variant:small-caps;
			font-family: "trajan pro",Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
			text-indent: 2px;
		}
#shadow{
	height: 9px;
	background-image:url(../img/shadow.png);
	background-repeat:repeat-x;
	position: relative;
	z-index: 2;
}
#body{
	background-image:url(../img/body_background.jpg);
	background-repeat:no-repeat;
	background-color: #9c8a6e;
	min-height: 450px;
	margin-top: -5px;
	position: relative;
	z-index: 1;
	padding: 40px 0;
}
	#content{
		background-image: url(../img/content_background.png);
		background-repeat:no-repeat;
		background-position: 210px 100%;
		background-color: #e6e1d1;
		width: 970px;
		min-height: 452px;
		margin-left: 137px;
		padding: 57px 0px 160px 20px;
	}
	#content_layout{
		position: relative;
		z-index: 1;
		margin: 0;
		margin-top: -255px;
		padding: 0;
		border: 0;
	}
		#content #left{
			width: 530px;
			padding-right: 10px;
			vertical-align: top;
		}
			#content #left #welcome{
				display: block;
			}
		#content #left p{
			margin-top: 10px;
		}
		#content #right{
			width: 420px;
			padding-right: 10px;
			vertical-align: top;
		}
			#content #right #top_img{
				margin-top: -95px;
				margin-right:-60px;
				height: 356px;
				width: 402px;
				padding: 23px 28px 30px 15px;
				position: relative;
				z-index: 2;
				background-image:url(../img/top_right.png);
				background-repeat:no-repeat;
				background-position: 5px 0px;
				text-align:center;
				clear: both;
			}
			#content #right #top_img img{
				margin-top: 20px;
				margin-left: 14px;
				height: 271px !important;
				width: 396px !important;
				vertical-align: middle;
			}
			#content #right #right_text{
				width: 300px;
				margin: 0px auto;
			}
	#bottom_boxes{
		float: left;
		margin-left: 130px;
		margin-top: -126px;
		text-align: right;
		width: 1014px;
	}
		#bottom_boxes .bottom_box{
			width: 318px;
			height:150px;
			background-repeat: no-repeat;
			float: left;
			margin-left: 10px;
			padding: 5px;
		}
		.bottom_box .img{
			margin: 5px;
			background-image:url(../img/bottom_boxes_back.gif);
			background-repeat: no-repeat;
			margin-left:-25px;
			margin-top: -15px;
			float: left;
			width: 120px;
			min-height: 90px;
		}
		.bottom_box .txt{
			margin-top: 45px;
			padding-right: 15px;
			height: 80px;
			overflow: hidden;
			font-size: 12px;
		}
#footer{
	background-image:url(../img/footer_background.png);
	background-repeat:repeat-x;
	background-color: #534939;
	height: 143px;
	clear: both;
	padding: 20px 0;
}
	#footer #address{
		margin-left: 137px;
		margin-top: 27px;
		float: left;
		width: 570px;
	}
	#footer .bottom_links{
		width: 200px;
		float: left;
		text-decoration:none;
		font-variant:small-caps;
		margin-top: -5px;
	}
	#footer .bottom_links a{
			display: block;
	}
	#footer .bottom_links .bold{
		font-weight: bold;
		font-size: 15px;
	}
	#footer .bottom_links .small{
		text-indent: 12px;
		font-weight: normal;
		font-size: 13px;
	}
/* common */
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.photo_gallery{
	width: 150px;
	color: #9c8a6e;
	text-align: center;
	float: left;
	margin: 10px;
}
.photo_gallery img{
	border: 1px solid #544a3a;
}
img.brown{
	border: 1px solid #544a3a;
}
#shadowed_box{
	background-image: url(../img/shadowed_box.png);
	background-repeat: no-repeat;
	height: 102px;
	width: 416px;
	text-align: left;
	margin: 10px auto;
	padding-top: 10px;
}
#shadow_box h6{
display: block;padding: 0; padding-top: 10px;
}

/* profiles */
.block{
	display: block;
	margin-top: 10px;
	clear:both;
	padding-top: 10px;
}
.block img{
	float: left;
	margin-top: 5px;
	width: 100px; margin-right: 10px;
	border: 1px solid #404040;
}
.block div{
	 float: left; width: 500px;
}
.plan{
	width: 295px;
}
input[type='text'],textarea{
	border: 1px solid #534939;
}
.testimonial{
	padding: 5px;
	background-color: #d5d1c3;
}

.profile_category{
	float: left;
	width: 250px;
	background-color: #d5d1c3;
	padding: 5px;
	border: 1px solid #b2afa4;
	margin: 10px 20px;
}
.profile_category:hover{
	background-color: #f3edda;
	cursor: pointer;
}
.profile_category img{
	border: 1px solid #ccc;
	display: block;
}
#top_back{
	 border: 5px 0;
	 text-align: left;
	 margin: 10px 0;
	 font-size: xx-small;
	 clear: both;
}

.grove{
	margin-top: 20px;
	border: 1px groove #000;
	width: 80%;
	border-collapse: collapse;
}
.grove thead{
	background-color: #404040;
	color: #fff;
}
.grove th,.grove td{
	border: 1px groove #000;
	text-align: center;
}
.grove tbody tr:hover{
	background-color: #ccc;
}
