/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #edecec;
	font-size: 12px;
	color: #333333;
	text-align: center;
	
}
#container {
	width: 975px;
	height: 100%;
	position: relative;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	border: 1px solid #cccccc;

}
#topheader {
	width: 650px;
	height: 75px;
	background-color: #fff;
	padding: 0 0 0 325px;
	margin: 0;
	display: block;
	position: relative;
	
}
#header-left {
	width: 325px;
	height: 280px;
	float: left;
	padding: 0;
	margin: 0;
	background-color: #fff;
	background-image: url(images/header_left.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	
}
.headerlogo-left {
	position: absolute;
	margin-top: 3px;
	margin-left: 50px;
	z-index: 100;
}
.headerlogo-left2 {
	position: absolute;
	margin-top: 3px;
	margin-left: 50px;
	z-index: 100;
}
.headerlogo-right {
	position: absolute;
	margin-top: 3px;
	margin-left: 700px;
	z-index: 100;
}
.headerlogo-right2 {
	position: absolute;
	margin-top: 3px;
	margin-left: 700px;
	z-index: 100;
}

#centermenu {
	width: 325px;
	height: 280px;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(images/menu_gradient.jpg);
	background-repeat: repeat-y;
	color: #fff;

}
#header-right {
	width: 325px;
	height: 280px;
	float: left;
	padding: 0;
	margin: 0;
	background-color: #fff;
	background-image: url(images/header-right.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
}
#centermenu ul {
	list-style: none;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
}

#centermenu li {
	list-style-type: none;
	width: 100%;
	line-height: 30px;
	text-indent: 10px;
}
#centermenu a {
	display: block;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#centermenu a:hover {
	color: #FFFF66;
}
#centermenu a,a:visited {
	color: #fff;
	text-decoration: none;
}
#centermenu li.projects a {
	border: none;
}
.leftnav {
	clear: both;
	float: left;
	width: 235px;
	margin-top: 25px;
	padding: 0;
	text-align: right;
	border-right: 1px #cccccc solid;
	background-color: #fff;
	
	
}
.leftnav ul {
	list-style: none;
	margin-left: 5px;
	margin-right: 20px;
	margin-top: 0;
	padding: 0;
}

.leftnav li {
	list-style-type: none;
	width: 100%;
	line-height: 30px;
	text-indent: 10px;
}
.leftnav a {
	display: block;
	text-align: right;
	font-size: 12px;
	height: 30px;
	color: #000;
	text-decoration: none;
}
.leftnav a:hover {
	color: #939b62;
}
.leftnav a,a:visited {
	color: #000;
	text-decoration: none;
}

.headings {
	font: trebuchet ms;
	color: #939b62;
	font-size: 20px;
	font-weight: bold;
	margin-right: 20px;
}
.contentarea {
	float:left;
	width: 698px;
	height: 100%;
	margin-top: 25px;
	padding: 0 20px 0 20px;
	background-color: #fff;
	
}
.welcome {
	color: #666;
	font-size: 18px;
	border-bottom: 5px solid #939b62;
	width: 698px;
	display: block;
	
}
#footer {
	float:left;
	width: 740px;
	background-color: #fff;
	padding-left: 235px;
	color: #939b62;
	font-weight: bold;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #939b62;
}
#footer a:hover {
	color: #333333;
}
.copyright {
	font-size: 10px;
}
.style1 {color: #90191B}