@import url(reset.css);
@import url(text.css);
@import url(menu.css);
@import url(sub_menu.css);

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
	margin: 0 0 0 0;
	background: url(../images/BG.jpg);
}
#accessibility {
	display: none;
}
#container{
	margin: 0 auto;
	padding: 0;
}
/* Overall website width */
#container, #header, #branding, #content_wrapper, #footer, #clear{
	width: 748px;
}
#header, #content_wrapper, #boxes, #leather{
	width: 748px;
	border-right: 1px solid #21140a;
	border-left: 1px solid #21140a;
}
#header{
	float: left;
}
/* This is your header pic */
#header_pic{
	float: left;
	width: 748px;
	height: 250px;
	background: #323232 url(../images/BG_header_pic.jpg) no-repeat;
}
/* These are branding styles */
#branding{
	float: left;
	background: url(../images/BG_header_top.jpg);
	height: 66px;
}
/* THE FOUR BOXES */
#boxes{
	float: left;
}
#box1 h3, #box2 h3, #box3 h3, #box4 h3{
	display: none;
}
#box1, #box2, #box3, #box4{
	float: left;
	width: 187px;
	height: 130px;
	overflow: hidden;
}
#box1 a, #box2 a, #box3 a, #box4 a{
	text-align: right;
	color: #FFF;
	display: block;
	width: 178px;
	height: 131px;
	margin: 0 0 0 0;
	padding: 108px 8px 0 0;
	font-size: 12px;
}
#box1 a:hover, #box2 a:hover, #box3 a:hover, #box4 a:hover{
	color: #DFB965;
	width: 178px;
	height: 19px;
	margin: 0 0 0 0;
	padding: 108px 8px 0 0;
	border-bottom: none;
}
#box1{
	background: url(../images/box1.jpg);
}
#box2{
	background: url(../images/box2.jpg);
}
#box3{
	background: url(../images/box3.jpg);
}
#box4{
	background: url(../images/box4.jpg);
}

#menu{
	float: left;
}
#content_wrapper{
	float: left;
	background: #FFF url(../images/BG_sidecontent.jpg) repeat-y;
}
#leather{
	float: left;
	height: 18px;
	background: url(../images/BG_leather.jpg) no-repeat;
	border-bottom: 3px solid #21140a;
}
#content_column{
	float: left;
	line-height: 20px;
	min-height: 630px;
	background: #eeebe4 url(../images/BG_page.jpg) no-repeat right top;
}
#content_column img{
	float: left;
	padding: 4px;
	border: 1px solid #c4bdb4;
	margin: 5px 10px 4px 0;
}
/* This is for the columned pages */
#content_column{
	float: right;
	width: 444px;
	padding: 30px 30px 30px 30px;
}
/* This is the side content on the homepage */
#sub_content_home{
	width: 250px;
	padding: 30px; 
	float: right;
}
/* This is the sidecontent on the inner pages */
#sub_content{
	width: 213px;
	min-height: 270px; 
	padding: 14px;
	float: left;
}
#footer{
	float: left;
	text-align: left;
	padding: 15px 0 50px 3px;
	font: 14px Times;
	text-transform: uppercase;
	color: #cdbeab;	
}
#footer img{
	float: right;
	margin-top: -7px;
}
#clear{
	clear: both;
	display: block;
	height: 0;
}
.member_details_table {
	width: 100%;
}
.member_list {
	width: 100%;
}

table.member_details_table tr th {
	width: 50%;
	text-align: right;
	padding: 2px;
}
table.member_details_table tr td {
	width: 50%;
	text-align: left;
	padding: 2px;
}

.table_top_heading h3{
	font: 17px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: -1px;
	word-spacing: 5px;
	color: #572212;
	margin: 17px 0 7px 0 !important;
	padding: 4px 0 !important;
	clear: both;
	border-top: 1px solid #b79e84;
	border-bottom: 1px solid #b79e84;
	text-align: center !important;
	text-transform: uppercase;
}
.even_row{
	background: #DFCEC3;
}
.add_row{
	background: none;
}