/* CSS Document */
html{
	height:100%;
	}

body{
	background-color:#eef1dd;
	font-family: georgia, trebuchet, tahoma, verdana;
	font-size: 12px;
	margin:0px;
	}

#wrap {
	width: 750px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
}
#midsection {
	width: 736px;
	float: left;
	margin: auto;
	background-image: url(images/main/body.jpg);
	background-repeat: repeat-y;
	position: relative;
	height: 100%;
}
html>body #midsection
{
width: auto;
height: auto;
min-width: 80px;
min-height: 100px;
}
#section {
	padding: 0px;
	width: 736px;
	float: left;
	margin: auto;
}

/****************************************areas ************************************/
.btmlft {
	background-image: url(images/main/home/btm-left.jpg);
	background-repeat: no-repeat;
	height: 147px;
	width: 250px;
	float: left;
}
.btmright {
	background-image: url(images/main/btm-right.jpg);
	background-repeat: no-repeat;
	height: 137px;
	width: 429px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
	padding-right: 30px;
	text-align: center;
	color: #7E7151;
	padding-top: 2px;
	font-size: 14px;
}



.mid {
	width: 669px;
	padding-right: 10px;
	padding-left: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 100%;
	position: relative;
}

.topleft {
	background-image: url(images/main/home/top-left.jpg);
	background-repeat: no-repeat;
	height: 163px;
	width: 200px;
	padding-top: 20px;
	padding-left: 50px;
	float: left;
	font-size: 11px;
	color: #615032;
}
.topleft a, .topleft a:visited {
	text-decoration: none;
	color: #2C0000;
}

.topleft a:hover, .here {
	text-decoration: none;
	color: #F9F9F7;
}

.topright {
	background-image: url(images/main/home/top-right.jpg);
	background-repeat: no-repeat;
	height: 183px;
	width: 479px;
	float: left;
}

/****************************Mid section ****************************************/
.content {
	width: 430px;
	float: left;
	margin-left: 35px;
	text-align: justify;
	padding-right: 10px;
}
h2 {
	font-size: 18px;
	color: #463120;
}

.content a, .content a:visited {
	text-decoration: none;
	color: #2C0000;
}

.content a:hover, .here {
	text-decoration: none;
	color: #F9F9F7;
	background-image: url(images/main/highlight.jpg);
}
.menu {
	width: 185px;
	float: left;
	line-height: 20px;
}

.submenu {
	float: left;
	width: 170px;
	color: #340F00;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
}

/*****************************Sub Menu areas*********************************************/

.submenu a, .submenu a:visited {
	text-decoration: none;
	color: #2C0000;
	display: block;
	padding-left: 5px;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEFDA;
}

.submenu a:hover, .here {
	text-decoration: none;
	color: #F9F9F7;
	display: block;
	background-image: url(images/main/highlight.jpg);
	padding-left: 5px;
	font-weight: bold;
}
.submenu2 {
	float: left;
	width: 120px;
	color: #340F00;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	padding: 3px;
	margin-left: 10px;
}
.submenu2 a, .submenu2 a:visited {
	text-decoration: none;
	color: #2C0000;
	display: block;
	padding-left: 5px;
}

.submenu2 a:hover, .here {
	text-decoration: none;
	color: #F9F9F7;
	display: block;
	background-image: url(images/main/highlight.jpg);
	padding-left: 5px;
	font-weight: bold;
}

/******************************** HEADERS ETC **********************************/

h1 {
	color:#EEF1DD;
	font-size:16px;
	line-height: 0px;
	}
.imagewrap {
	float: left;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

