@import 'menu.css';

a:link {color: #006699; text-decoration: underline;}
a:visited {color: #006699; text-decoration: underline;}
a:hover {
	color: #006699;
	text-decoration: none;
}
a:active {color: #006699; text-decoration: underline;} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url("../images/bg.gif") repeat-x;
	background-color: #e4d167;
	overflow-x: hidden;
}

.clear: { clear: both; }

.shade {
	margin: 0 auto;
	width: 770px;
	height: 100%;
	background: url(../images/shade.png) repeat-y;
}

.container {
	margin: 0 auto;
	width: 750px;
	min-height: 100%;
	background: url(../images/mainTop.jpg) no-repeat;
	background-color: #fff;
	
}

.header {
	width: 750px;
	height: 182px;
	margin-top: 163px;

}

.menuBar { 
	width: 750px;
	height: 60px; 
	position: absolute;
	margin-top: 102px;
	font-weight: bold;
	font-stretch: expanded;
	text-align: right;
}

.menuTop {
	width: 750px;
	height: 36px;
}

.menuBottom {
	width: 750px;
	height: 24px;
	background: url(../images/gold.jpg)
}


.content {
	margin: 0 auto;
	width: 710px;
	margin-top: 160px;
	margin-left: 20px;
	clear: both;
}

.mainC {
	width: 710px;
	height: 250px;
	background: url(../images/contentTop.jpg)
}

.mainCB {
	width: 325px;
	color: #fff;
	position: absolute;
	margin-left: 345px;
	margin-top: 110px;
}

.request {
	width: 142px;
	height: 142px;
	position: absolute;
	margin-left: 190px;
	margin-top: 100px;
}

.Box {
	width: 711px;
	margin-left: 0px;
}

.boxes {
	width: 236px;
	height: 230px;
	float: left;
	margin-right: 1px;
}

.boxI {
	width: 236px;
	height: 100%;
	background-color: #e7e7e7;
}

.boxT {
	width: 90%;
	padding: 14px;
}


h1 { 
	color: #cc0000;
	font-size: 24px;
}

h2 {
	font-size: 18px;
	font-family: Georgia, serif;
}

h3 {
	font-size: 12px;
}

.center { text-align: center; }

.attH {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

p {
	line-height: 1.4em;
}

.center {
	text-align: center;
}

.left4 {
	margin-left: 8px;
}

.left14m {
	margin-left: -14px;
}

.aboutF {
	background-color: #4c4c41;
	color: #fff;
	margin-top: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	width: 227px;
}

.mainText {
	font-size: 16px;
}

.leftCol {
	float: left;
	width: 250px;
}

.rightCol {
	float: right;
	width: 460px;
}

.att {
	width: 710px;
	height: 200px;
}

.attL {
	width: 200px;
	margin-right: 10px;
	float: left;
	text-align: center;
	background-color: #4c4c41;
	color: #fff;
	padding-top: 20px;
	margin-bottom: 4px;
}

.attL a:link {color: #fff; text-decoration: underline;}
.attL a:visited {color: #fff; text-decoration: underline;}
.attL a:hover {
	color: #fff;
	text-decoration: none;
}
.attL a:active {color: #fff; text-decoration: underline;} 

.attL img { margin-left: 5px; }

.attB {
	font-weight: bold;
}

.attR {
	width: 400px;
	float: left;
}

.contL {
	width: 377px;
	margin-right: 10px;
	float: left;
}

.contR {
	width: 323px;
	float: left;
}

.footerBar {
	width: 750px;
	height: 24px;
	background-color: #49493e;
	margin-top: 6px;
}

.footer {
	width: 750px;
	font-size: 10px;
	color: #999;
	text-align: center;
}

.footer a:link {color: #999; text-decoration: underline;}
.footer a:visited {color: #999; text-decoration: underline;}
.footer a:hover {
	color: #999;
	text-decoration: none;
}
.footer a:active {color: #999; text-decoration: underline;} 

.clear {
	clear: both;
}
