body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	color: #595959;
	background: #f0efea;
}

* {
	margin: 0px;
	padding: 0px;
}


img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

#page {
	width: 879px;
	height: 100%;
	overflow: hidden;
	padding: 0 26px;
	margin: 0 auto;
	background: url(images/page-bg.gif) repeat-y 50% 0;
}
.divider {
	overflow: hidden;
	width: 100%; 
}
#header {
	height: 154px; 
	padding: 0 14px 0 0;
	background: url(images/header-bg.jpg) no-repeat 100% 0;
	position: relative; 
	z-index: 10;
}

.logo {
	float: left;
	margin: 9px 0 0;
}

.logo a {
	float: left;
	text-indent: -9999px;
	width: 137px;
	height: 91px;
	overflow: hidden;
	background: url(images/logo.gif) no-repeat;
}
#header .head {
	float: right; 
	width: 194px;
	height: 44px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 23px;
	background: url(images/header-text.gif) no-repeat ;
}

#nav {
	float: left; 
	margin: 0 0 0 38px;
	display: inline; 
	padding: 7px 0 0;
	list-style: none;
	width: 720px;
}
#nav li {
	float: left; 
	font-size: 12px;
	line-height: 24px;
	padding: 0 6px 0 7px;
	background: url(images/nav-divider.gif) no-repeat ;
	position: relative; 
}
#nav li.first {
	background: none; 
	padding-left: 6px;
}
#nav li a {
	color: #69747a;
	text-decoration: none; 
}
#nav li a.active,
#nav li.hover a,
#nav li:hover a {
	color: #8ebe3f;
}
#nav li.hover ul,
#nav li:hover ul {
	display: block; 
}
#nav li ul {
	margin: 0;
	padding: 10px 0 0;
	display: none; 
	list-style: none;
	position: absolute;
	left: 0;
	top: 10px; 
	width: 720px;
}
#nav li.nav-about ul {
	left: -73px;
}
#nav li ul li {
	background: none; 
}
#nav li ul li a {
	color: #b3b4b5 !important;
}
#nav li ul li a:hover {
	color: #69747a !important;
}

#content {
	overflow: hidden;
	height: 100%;
	clear: both;
}

#content .title-box {
	height: 64px;
	background: url(images/about-title-box-bg.png) no-repeat;
	position: relative; 
}
#content .title-box h3 {
	margin: 0; 
	padding: 17px 0px 0px 44px; 
	color: #ffffff;
	font-size: 22px;
	font-weight: normal; 
	letter-spacing: 1px;
}

#content h2 {
	margin: 0px 0px 10px 0px; 
	line-height: 18px;
	font-size: 13px;
	color: #69747a;
	font-weight: bold; 
}
#content h3 {
	margin: 0px 0px 0px 0px; 
	color: #8ebe3f;
}
#content a {
	text-decoration: none; 
	color: #8ebe3f;
}
#content a:hover {
	text-decoration: underline; 
}

#content .headline .Normal {
	font-size: 14px;
}
#content .headline .Normal h2 {
	font-size: 13px;
	font-weight: bold; 
	margin: 0px 0px 0px 0px; 
}
#content .headline p {
	margin: 0px; 
	line-height: 17px;
}

#content .cont {
	height: 100%;
	margin-top: 20px;
}

#content .cont .left-col {
	float: left; 
	width: 553px;
	padding: 0px 22px 48px 44px;
	position: relative; 
	border-right: 1px solid #cccccc;
}
#content .cont .left-col p {
	margin: 0; 
	line-height: 18px;
	padding: 0px 0px 18px 0px;
}
#content .cont .left-col ul {
	line-height: 18px;
	margin: 0px;
	padding: 8px 0px 18px 18px;
	list-style: none;
}
#content .cont .left-col ul li {
	padding: 0px 0px 0px 10px;
	background: url(images/bullet.gif) no-repeat 0 7px;
}
#content .cont .left-col td a {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 10px !important;
	background: url(images/about-bullet.gif) no-repeat 0 7px !important;
	font-size: 13px;
}
#content .cont .left-col strong, #content .cont .left-col b {
	color: #8ebe3f;
	font-weight: bold; 
}

#content .cont .right-col {
	float: right; 
	width: 202px;
	padding: 0px 35px 0px 20px;
	color: #69747a;
	font-size: 14px;
}
#content .cont .right-col p {
	margin: 0px; 
	padding: 6px 0px 14px 0px;
	line-height: 20px;
	font-size: 14px;
}
#content .cont .right-col .Normal p {
	font-size: 14px;
}


#footer {
	overflow: hidden;
	color: #aeaea5;
	height: 100%;
	font-size: 8px;
	background: #f0efea url(images/page-bottom-bg.gif) no-repeat 50% 0;
	padding: 20px 26px 10px;
	margin: 0 -26px;
	width: 879px;
	text-align: right; 
}
#footer ul {
	float: right; 
	margin: 0 -7px 0 0;
	display: inline; 
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#footer ul li {
	float: left; 
	padding: 0 7px;
	margin-left: -1px;
	line-height: 10px;
	background: url(images/footer-divider.gif) no-repeat;
}
#footer ul li a {
	text-decoration: none; 
	color: #aeaea5;
}
#footer ul li a:hover {
	text-decoration: underline; 
}
#footer p {
	margin: 5px 0 0; 
	float: left;
	width: 100%; 
}

.copyright {
	color: #aeaea5;
	font-size: 8px;
	text-align: right; 
}

.login {
	color: #aeaea5;
	font-size: 8px;
	text-align: right; 
	text-transform:uppercase;
}




