body {
	margin: 0;
	padding: 0 60px 0 0px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: white;
}

a:link, a:visited { color: #000; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: black; text-decoration: underline}

h1 {
	margin: 0px;
	padding: 3px 0px 15px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #3e78b2;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #06A;
}

h5 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	letter-spacing: 3px;
	font-size: 12px;
	font-weight: lighter;
	color: #996600;
}

#text2 {
	padding: 0px 0px 0px 20px;
	font-size:13px;
	color:red;
}

#text3 {
	padding: 0px 0px 0px 20px;
	font-size:14px;
	color:#996600;
	text-decoration:underline;

}

p{
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: justify;

}
#hr {
	position:center;
	padding:5px 0px 0px 0px;
	width:90%;
	height:2px;
}

.spacetobottom {
	clear: both;
	height: 50px;
}

.spacetoright {
	float: left;
	width: 10px;
	height: 1px;;
}

form{
	margin: 35px 0 0 0;
	padding: 0px;
	text-align: right;	
}

label {
	margin: 0 10px;
}

input{
	width: 150px;
	height: 15px;
	color: #aabdd0;
	border: 1px solid #686f76;
}

.button{
	margin: 0px;
	width: 50px;
	height: 30px;
	border: 0px;
	color: #333333;
	font-weight: bold;
	background: #FFFFFF;
	cursor: pointer;
}

.more_button a {
	clear: both;
	display: block;
	width: 100px;
	height: 18px;
	margin: 0px;
	padding: 2px;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #cccc33;
	background: #354d2d;
	border: 1px solid #996600;
}


#container {
	margin: auto;
	width: 1250px;
	padding: 0px 10px;
	background: url(images/mainBG.gif) repeat-y;
}


#header {
	float: left;
	height: 70px;
	width: 0px;
	padding: 0 80px;
	margin-bottom: 10px;
}

#logo {
	float: left;
	height: 55px;
	width: 800px;
}

#logo img {
	float: left;
	border: none;
	padding-right: 10px;
}

#sitetitle {
	padding: 20px 0 0 175px;
	font-family: Harrington;
	font-size: 3.5em;
	font-weight: bold;
	color: white;

}

#menu {
	float: left;
	width: 1000px;
	height: 30px;
	margin: 0;
	padding: 0px 0 20px 158px;
	background: white repeat-x;
}

#menu ul {
	margin: 0 0 0 15px;
	padding: 0px;
	list-style: none;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	float: left;
	width: 120px;
	height: 20px;
	margin-top: 10px;
	padding: 0;
	letter-spacing: 3px;
	font-size: 1.20em;
	font-weight: lighter;
	text-align: center;
	text-decoration: none;
	color: black;
	border-left: 0px solid #996600;
}

#menu ul li .lastmenu{
	border-right: 0px solid #996600;	
}

#menu li a:hover, #menu li .current{
	color: 	#FF8C00;
	background: no-repeat;
}

#menu ul li1 .lastmenu{
	border-right: 1px solid #996600;	
}

#menu li1 a:hover, #menu li1 .current{
	color: #996600;
	background: no-repeat;
}

#banner {
	clear: both;
	float: left;
	width: 750px;
	height: 390px;
	padding: 0px 150px 0 55px;
	margin-bottom: -25px;
	background: white no-repeat;
}

#banner h1 {
	font-size: 4.0em;
	padding: 10px 0px 0 0px;
	color: #996600

}

#services {
	clear: both;
	float: center;
	width: 1050px;
	height: 220px;
	padding: 0px 0px 0px 130px;
	margin-bottom: 25px;
	background: blac no-repeat;

}

.service_box {
	float: left;
	width: 220px;
	height: 200px;
	padding: 10px 130px 0px 0px;
	margin-left: 0;
	background: no-repeat;

}

.service_box h6 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	color: red;

}

.service_box p{
	padding-bottom: 5px;
}

.service_box img{
	padding-bottom: 5px;

}

#footer {
	clear: both;
	padding: 10px 0px 0px 0px;
	width: 1034px;
	height: 30px;
	text-align: center;
	background: white;
	border-top: 0px solid #996600;
	color: #996600;
