/* CSS Document */
/* --------------------------- DEFAULT --------------------------- */
body {
	margin:0;
	padding:0;
	background:#FFFFFF url(images/bodyBg.jpg) repeat-x 0 0;
	font:11px/13px Tahoma, Arial, sans-serif;
	color:#3E3E3E;
	}
 ul, form, p, h1, h2, h3, h4, img, input, label
	{
	margin:0;
	padding:0;
	}
label
	{
	display:block;
	}
ul, li
	{
	list-style-type:none;
	}
table {
	border:0;
}
img {
	display:block;
	}
.width {
	width:1px;
	}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
	}
a {
	outline:none;
	text-decoration:none;
	}
/* --------------------------- HEADER --------------------------- */
.header {
	background:url(images/headerBg.jpg) no-repeat 0 0;
	height:294px;
	}
.header img {
	margin:25px 0 0 198px;
	}
/* --------------------------- NAVIGATION --------------------------- */
ul.nav {
	height:38px;
	margin:0 0 0 166px;
	background:url(images/divider.gif) no-repeat 0 0;
	}
ul.nav li {
	background:url(images/divider.gif) no-repeat 100% 0;
	float:left;
	}
ul.nav li a {
	color:#9FEFF9;
	padding:0 22px;
	background-color:inherit;
	font-size:12px;
	font-weight:bold;
	line-height:38px;
	}
ul.nav li a:hover {
	color:#FFFFFF;
	background-color:inherit;
	}
ul.nav li a.active {
	color:#FFFFFF;
	background-color:inherit;
	cursor:default;
	}
/* --------------------------- BODY --------------------------- */
.bodyPanel {
	padding:40px 0;
	}
/* --------------------------- WWELCOME PANEL --------------------------- */
.welcome {
	padding:0 0 12px;
	}
.welcome h2 {
	font:24px/14px Georgia, "Times New Roman", Times, serif;
	color:#D6040F;
	background-color:inherit;
	padding:0 0 12px;
	}
.welcome p {
	color:#793B03;
	font-weight:bold;
	background-color:inherit;
	}
.description {
	padding:0 0 40px;
	}	
.description ul {
	background:url(images/divider02.gif) repeat-x 0 0;
	margin:14px 0 0;
	}	
.description ul li {
	background:url(images/divider02.gif) repeat-x 0 100%;
	}
.description ul li a {
	background:url(images/arrow.gif) no-repeat 8px 1px;
	font-size:10px;
	color:#004447;
	background-color:inherit;
	padding:0 0 0 25px;
	line-height:20px;
	
	}
.description ul li a:hover {
	color:#E0434B;
	background-color:inherit;
	}		
.description img {
	border:3px solid #E0DEDE;
	}	
.services h4 a {
	color:#064E51;
	background-color:inherit;
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
	line-height:13px;
	}
.services h4 a:hover {
	text-decoration:none;
	}		
.services img {
	margin:0 0 14px;
	border:3px solid #E0DEDE;
	}
.services p {
	padding:10px 0 0;
	}
/* --------------------------- RIGHT PANEL --------------------------- */
.rightPanel {
	width:255px;
	}
.newsRoom {
	padding:0 0 20px;
	}
.newsRoom h2 {
	font:24px/26px Georgia, "Times New Roman", Times, serif;
	color:#D6040F;
	background-color:inherit;
	background:url(images/divider02.gif) repeat-x 0 100%;
	padding:0 0 10px;
	}
.newsRoom h2 span {
	line-height:14px;
	}	
.newsRoom p {
	color:#793B03;
	background-color:inherit;
	font-weight:bold;
	background:url(images/divider02.gif) repeat-x 0 100%;
	padding:6px 0;
	}
.news {
	padding:0 0 8px;
	}
.news h2 {
	background:#E1DFDF url(images/icon02.gif) no-repeat 11px 5px;
	padding:0 0 0 30px;
	height:22px;
	line-height:22px;
	font-weight:bold;
	font-size:11px;
	margin:0 0 12px;
	color:inherit;
	}
.news h3 a {
	font-weight:bold;
	color:#064E51;
	font-size:11px;
	background-color:inherit;
	text-decoration:underline;
	padding:0 0 0 1px;
	}
.news h3 a:hover {
	text-decoration:none;
	}			
.news p {
	padding:8px 0 28px 1px;
	}
.newsLetter {
	background:url(images/newsLetterbg.gif) repeat-x 0 0;
	border:1px solid #BAB8B8;
	padding:10px 9px 11px 10px;
	}
.newsLetter h2 {
	font:24px/14px Georgia, "Times New Roman", Times, serif;
	color:#D6040F;
	background-color:inherit;	
	}
.newsLetter p {
	color:#793B03;
	background-color:inherit;
	font-weight:bold;
	padding:6px 0;
	}
.newsLetter form {
	background:url(images/icon03.gif) no-repeat 0 3px;
	}
.newsLetter form input {
	width:179px;
	height:14px;
	background-color:#F5F4F4;
	border:1px solid #DFDDDD;
	color:#666666;
	padding:2px 0 0 4px;
	font:11px/13px Tahoma, Arial, sans-serif;
	margin:0 0 4px 51px;
	}
.newsLetter form input.submit {
	width:60px;
	height:18px;
	background-color:#064E51;
	color:#fff;
	border:none;
	font:bold 11px/13px Arial, Helvetica, sans-serif;
	padding:0 0 1px;
	}
.contactBg {
	background:url(images/contactBg.gif) no-repeat 0 50%;
	}
.contactBg p {
	font-weight:bold;
	color:#793B03;
	background-color:inherit;
	padding:0 0 0 73px;
	}
.contactBg p a {
	color:#064E51;
	background-color:inherit;
	text-decoration:underline;
	}
.contactBg p a:hover {
	text-decoration:none;
	}	
/* --------------------------- FOOTER --------------------------- */
.footer {
	background:#fff url(images/footerBg.gif) repeat-x 0 0;
	color:#3E3E3E;
	height:100px;
	text-align:center;
	}
.footer ul {
	height:30px;
	}
.footer ul li {
	background:url(images/divider01.gif) no-repeat 100% 60%;
	display:inline;
	padding:0 16px 0 12px;
	}
.footer ul li.noBg {
	background:none;
	}	
.footer ul li a {
	
	background-color:inherit;
	color:#FFFFFF;
	font-weight:bold;
	line-height:28px;
	}
.footer ul li a:hover {
	color:#C8A49E;
	background-color:inherit;
	}
.footer ul li a.active {
	color:#C8A49E;
	background-color:inherit;
	cursor:default;
	}
.footer p {
	padding:10px 0 0;
	line-height:19px;
	}	
.footer p a {	
	color:#064E51;
	background-color:inherit;
	text-decoration:underline;
	font-weight:bold;
	}
.footer p a:hover {
	text-decoration:none;	
	}
	
