/* CSS Document */
html, body {
	margin:0px; 
	padding:0px;
	background:url(img/topBg.png) 0 0 repeat-x #fff;
	color: #5f7a77;
	font:13px/19px Arial, Helvetica, sans-serif;
}
div, p, ul, h2, h3, h4, h5, img {
	padding:0px; 
	margin:0px;
}
ul {
	list-style-type:none;
}
.container {
	width:780px;
	margin:0 auto;
	padding: 10px 90px;
	/*border: 1px solid black;*/
}
.clear {
	clear: both;
}

/* LOGO */
#logo {
	height:91px;
}
#logo p {
	/*margin: 20px 0 0 0;*/
	margin: 2px 0 0 0;
}
/* /LOGO */

/* HEADER */
#header {
	width: 960px;
	height:189px;
	margin:0 auto;
	background:url(img/top.png) 0 0 no-repeat;
}
/* /HEADER */

/* MAIN CONTENT */
#mainContent {
	/*width: 940px;*/
	min-height: 520px;
}
/* /MAIN CONTENT */

/* SIDEBAR */
#sidebar {
	width: 150px;
	float: left;
	margin:10px;
	padding:10px 10px 10px 0;
}
#menu ul {
	width:160px;
	}
#menu ul li {
	width:160px; 
	height:22px; 
	border-bottom:1px dashed #AECCCA;
}
#menu ul li a {
	width:160px; 
	height:22px; 
	display:block; 
	background:url(img/bullet-normal.gif) 0 7px no-repeat #fff; 
	color:#305E5C; 
	line-height:22px;
	text-decoration:none; 
	padding:0 0 0 15px;
}
#menu ul li a:hover {
	background:url(img/bullet-hover.gif) 0 7px no-repeat #fff; 
	color:#305E5C; 
	line-height:22px; 
	text-decoration:none; 
	padding:0 0 0 15px;
}
#menu ul li a.active {
	background:url(img/bullet-hover.gif) 0 7px no-repeat #fff;
	color:#305E5C;
	line-height:22px;
	text-decoration:none;
	padding:0 0 0 15px;
}

/*#menu ul li.home {
	width:160px; 
	height:22px; 
	display:block; 
	background:url(img/bullet-hover.gif) 0 7px no-repeat #fff; 
	color:#305E5C; line-height:22px; 
	text-decoration:none; 
	padding:0 0 0 15px;}*/
/*#menu ul li.contact {
	width:160px; 
	height:22px; 
	border-bottom:none;
}*/
/* /SIDEBAR */

/* CONTENT */
#content {
	width: 560px;
	float: right;
	margin: 10px 10px 20px 0;
	padding: 10px 10px 10px 15px;
	border-left:1px solid #c8e8e2;
	min-height: 400px;
}
#content p {
	padding:0 0 10px 0;
	text-align: justify;
}
#content p.more {
	width:552px; 
	height:25px; 
	float:left; 
	background:url(img/moreBg.gif) 0 10px repeat-x; 
	padding:0 0 20px 0;
}
#content p.more a {
	width:92px; 
	height:21px; 
	display:block; 
	background-color:#fff; 
	color:#958201; 
	line-height:21px; 
	text-transform:uppercase; 
	text-decoration:none; 
	margin:0 0 0 358px; 
	padding:4px 8px 0 10px;
}
#content p.more a:hover { 
	color:#645804; 
	text-decoration:none;
}
#content h2 {
	color:#5F7A77; 
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0 0 10px 0;
}
#content h3 {
	color:#aC9601; 
	font-size:14px;
	/*font-weight:bold;*/ 
	text-decoration:underline;
	line-height:20px;
	padding:0 0 10px 0;
}
#content hr {
	background-color:#eaf8f7;
	height:8px;
	border:0;
}
#content ul {
	margin-bottom:20px;
}
#content ul li {
	display:block;
	background:url(img/bullet2-normal.gif) 0 7px no-repeat #fff;
	color:#5F7A77; 
	text-decoration:none; 
	line-height:20px; 
	padding:0 0 0 12px;
}
/*#content ul li {
	width:137px; 
	height:20px;
}
#content ul li a {
	width:125px; 
	height:20px; 
	display:block; 
	background:url(img/bullet2-normal.gif) 0 7px no-repeat #fff; 
	color:#5F7A77; 
	text-decoration:none; 
	line-height:20px; 
	padding:0 0 0 12px;
}
#content ul li a:hover {
	background:url(img/bullet2-hover.gif) 0 7px no-repeat #fff; 
	color:#5F7A77; 
	text-decoration:none;
}*/
#content a {
	color:#958201; 
	text-decoration:none; 
}
#content a:hover { 
	color:#645804; 
	text-decoration:underline;
}
#content a:visited {
	color:#645804;
	text-decoration:underline;
}
#content img {
 border:1px solid black;
}
#content img.left {
 float:left;
 margin-right:10px;
}
#content img.nob {
 border:0;
 float:left;
 margin-right:10px;
}

#logos {
 width: 560px;
 height: 90px;
 margin-top: 10px;
}

#logos img {
 border: 0;
 padding: 0;
}

#logos ul {
 display: inline;
 float: left;
 list-style-type: none;
 padding: 0;
 margin: 0 0 25px 0;
 height: 88px;
}

#logos ul li {
 margin: 0;
 padding: 0 20px;
 float: left;
 background: none;
 /*width: 250px;*/
}

/* /CONTENT */

/* FOOTER */
#footer {
	height:135px;
	background:url(img/footBg.png) 0 0 repeat-x #d3f0f0;
	color:#2f5958; 
	font:13px/20px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	position:relative; 
	margin:0 auto; 
	clear:both; 
	padding:0;
}
#footerNav {
	position:relative; 
	margin:0 auto;
}
#footerNav ul {
	height:20px; 
	position:relative; 
	margin:0 auto;
}
#footerNav li {
	float:left; 
}
#footerNav ul li a {
	padding:0 10px 0; 
	color:#2f5958; 
	background:#ebf8f7; 
	text-decoration:none; 
	font-size:13px;
}
#footerNav ul li a:hover {
	text-decoration:underline;
}
#footer p.copy {
	width:250px; 
	margin:10px 0 0 10px;
}
/* /FOOTER */
