@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
ul {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 628px;
	background-color: #FFFFFF;
	background-image: url(images/contbg.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 400px;
	background-image: url(images/gradation.jpg);
	clear: both;
}
.oneColFixCtr #footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 85%;
	margin-top: 10px;
}

.oneColFixCtr #header {
	background-color: #FFF;
	width: 780px;
}
#headerImg {
	height: 146px;
	width: 780px;
}
#nav {
	display:block;
	list-style:none;
	text-align: center;
	float: right;
}

/* all menu links */
#nav a {
	text-decoration:none;
	display:block;
	background-color:#FFF;
	color: #949B51;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	float: right;
}
#nav li a {
	padding-top: 4px;
	padding-right: 23px;
	padding-bottom: 4px;
	padding-left: 23px;
}

#nav li a:hover, #nav li a:focus {
	color:#FFF;
	background-color: #949B51;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	display:block;
	list-style:none;
	position:relative;
	float:left;
	text-align: center;
}

#left
{
float: left;
width: 250px;
margin: 0;
}

#textbox {
	margin-left: 250px;
	padding-right: 40px;
	padding-left: 20px;
	max-width: 520px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #6B859E;
	height: 400px;
	padding-top: 10px;
}
#textbox p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}
#textbox ul {
	list-style-type: none;
}
#textbox ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	font-weight: bold;
}
#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 125%;
	color: #666666;
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #949B51;
	text-decoration: underline;
	font-weight: bold;
}
#testimonials a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #6B859E;
	line-height: 75%;
}
.style3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
#testimonials {
	height: 295px;
}
#iconwrap {
	height: 140px;
	width: 500px;
}
#ww-widget-wwrated-2010 {
	width: 135px;
	float: left;
}
#2011wrap {
	width: 225px;
	float: right;
}
#iconwrap div a {
	color: #069;
}
.facebook {
	position: relative;
	top: 5px;	
}
#lbb {
	width: 120px;
	float: right;
	margin-top: 0px;
	margin-right: 75px;
}

