@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	background-color: #FFFFFF;
	background-image: url(images/backgound.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #9aa7bf;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color:#9aa7bf;
}
a:hover {
	text-decoration: underline;
	color:#000000;
}
a:active {
	text-decoration: underline;
	color: #9aa7bf;
}
#container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	}
#header {
	background-image:url(images/top%20banner.jpg);
	background-repeat:repeat-x;
	height:67px;
	padding: 0px 25px 0px 20px;
	color: #CCCCCC;
}
#headerleft {
width: 50%;
float:left;
}
#headerright {
width: 50%;
float:right;
}
#headerTxt {
	width: 210px;
	font-size: 12px;
	float: right;
	margin: 15px 0px 0px 0px;
}
#menu1 {
	margin: 0px 18px 0px 0px;
	display: inline;
	}
#menu2 {
	margin: 0px 20px 0px 0px;
	display: inline;
	font-size:12px;
	}
#contact {
	margin: 0px 0px 0px 377px;
	display: inline;
}
#menu2 a:link{
	text-decoration: none;
	color:#FFFFFF;
	}
#menu2 a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
#menu2 a:hover {
	text-decoration: none;
	color: #d6a417;
}
#menu2 a:active {
	text-decoration: none;
	color: #d6a417;
}
#menu3 {
	margin: 0px 5px 0px 5px;
	display: inline;
	font-size:12px;
	text-align: left;
	float: left;
	}
#menu3 a:link{
	text-decoration: none;
	color:#9aa7bf;
	}
#menu3 a:visited{
	text-decoration: none;
	color:#9aa7bf;
}
#menu3 a:hover {
	text-decoration: none;
	color:#000000;
}
#menu3 a:active {
	text-decoration: none;
	color:#9aa7bf;
}
#menu4 {
	margin: 0px 0px 0px 10px;
	padding-left: 25px;
}
#banner {
	height: 281px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#mainMenu {
	height: 18px;
	color:#FFFFFF;
	padding: 5px 0px 0px 56px;
	}
#mainMenu2 {
	height: 18px;
	}
#mainBody {
	float: left;
	width: 950px;
	margin-left: 36px;
}
#mainBody2 {
	float: left;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 5px;
}
#left {
	float: left;
	width: 657px;
	background-color: #FFFFFF;
}
#right {
	float: right;
	width: 283px;
	background-color: #FFFFFF;
	height: 600px;
	text-align: center;
	background-image: url(images/right_side.jpg);
}
#righth1 {
	font-size:24px;
	font-weight:lighter;
	margin-top: 30px;
}
#righth1t {
	font-size:18px;
	font-weight:lighter;
	margin-top: 30px;
	border-bottom:solid 1px #666666;
}
#righth2L {
	margin: 15px 30px 20px 30px;
	text-align: left;
	font-size: 12px;
	line-height: normal;
}
#righth2 {
	margin: 15px 30px 20px 30px;
	text-align: left;
	font-size: 10px;
	line-height: 1.5;
}
#righth3 {
	width: 221px;
	height: 170px;
	margin-left: 31px;
	margin-top: 60px;
}
#righth4 {
	margin: 5px 30px 5px 35px;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
}
#righth4 a:link{
color:#000000;
text-decoration:none;
}
#righth4 a:hover{
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}
#righth4 a:visited{
color:#000000;
text-decoration:none;
}
#footer {
	text-align: right;
	padding: 10px 0px 0px 35px;
	color:#666666;
	font-size: 12px;
	background-color: #ffffff;
	clear: both;
	width: 950px;
	}
