@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	list-style:none;
	font:normal 12px Verdana, Geneva, sans-serif;
	background:transparent;
	border:0;
}
body {
	background:#036 url(../img/background.png) no-repeat ;
	padding:0 0 100px 0;
}
#wrapper {
	position:relative;
	width:899px;
	margin:50px auto 0 auto;
}
#left {
	margin:0;
	padding:0;
	float:left;
	
}
#leftNav {
	background: transparent url(../img/leftNavBg.png) no-repeat;
	height:473px;
	width:250px;
	float:left;
	color:#fff;
	text-align:center;
}
#leftNav h3{
	margin:10px 0 10px 0;
	font-size:22px;
}
#news {
	position:relative;
	height:180px;
	width:231px;
	z-index:1;
	text-align:left;
	overflow:hidden;
	padding:10px;
}
#datacontainer {
	text-align: justify;
	position:relative;
	height:auto;
	width:100%;
}
.headline{
}
.headline a{
	color:#fff;
}
.newsText{
	margin:0 0 20px 0;
	color:#ddd;
}
#right {
	padding:0;
	margin:0;
	width:646px;
	float:left;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	border-left:0;}

#rightNav {
	height:30px;
	background:url(../img/rightHeaderBg.png) repeat-x;
	padding:0;
	margin:0;
	width:100%;
	border-bottom:1px solid #000;
	overflow:hidden;
}
#rightNav ul.groups {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
#rightNav ul li {
	display:inline;
	height:30px;
}
#rightNav ul li a {
	text-decoration:none;
	color:#fff;
	line-height:30px;
	border:1px solid transparent;
	padding:8px 10px 8px 10px
}
#rightNav ul li a:hover {
	text-decoration:none;
	background:#fff;
	color:#000;
	border:1px solid transparent;
}
#rightContent {
	background:#fff;
	position:relative;
	height:409px;
	overflow:auto;
	text-align:justify;
	padding:0;
}
.container {
	padding:20px 20px 20px 20px;
	margin:0;
}
.container p {
	margin:0 0 10px 0;
}
.container a {
	text-decoration:none;
}
.container a:hover {
	text-decoration:underline;
}
.container h2 {
	margin:0 0 20px 0;
	font:22px bold Verdana, Geneva, sans-serif;
}
.container h3 {
	margin:25px 0 0 0;
	text-decoration:underline;
}
#cntcs{
	position:relative;
	text-align:left;
	float:left;
	width:400px;
	margin:0;
	padding:0;
}
.contactPan{
	position:relative;
	margin:10px 0 10px 20px;
	padding:0;
}
.cntcTitle{
	width:100%;
	font:bold 12px Verdana, Geneva, sans-serif;
	text-decoration:underline;
}
.cntcName{
	width:100%;
}
.cntcNum{
	width:100%;
	font-weight:bold;
}
.cntcEmail{
	width:100%;
	
}
#fax{
	position:relative;
	width:150px;
	font-weight:bold;
	text-decoration:underline;
	margin:0;
	padding:0;
	float:right;
	
}
#rightFooter{
	height:30px;
	width:100%;
	background:url(../img/rightFooterBg.png) repeat-x;
	border-top:1px solid #444;
}
/* HORIZONTAL MENU STYLING*/

/*Menu Background Image or Color*/
.menu {
	background:#fff url(../img/menubarGradient.png) bottom repeat-x;
	border-bottom:1px solid #fff;
}
.menu ul {
	border-left: 1px solid #000;
}
/*Menu Link background Image or Color/Text Color*/
.menu ul li a {
	border-right:1px solid #fff;
	color:#000;
}
.menu ul li ul {
	border-left:0;
}
.menu ul li ul li {
}
/*Menu Link background Image or Color/Text Color*/
.menu ul li ul li a {
	background: #fff url() repeat-y;
	color:#000;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
/*Menu link background image or color/text color - background of menu items during onmouseover (hover state)*/
.menu ul li a:hover {
	background:#fff url(../img/menubarGradient.png) repeat-x center;
}
.menu ul li a:hover, .menu ul li ul li a:hover {
	color:#000;
}
