@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	color:#666666;
	font-size: 62.5%;
	background: #084d4d url(../images/bg_full.gif) repeat-x center top;
		
}

a:link, a:visited { color: #e5c20b;
font-weight:bold;
 }

h1 { font-size: 2.2em; }
h2 { 
	font-size: 12px;
	color:#a6117e;
}
h3 { font-size: 1.1em; 
	margin-top:12px;
	color:#084d4d;
}  
h6 { font-size: 0.9em; margin-bottom: 15px; }

img {
	border: 0;
}

p, ul, ol, input, select, textarea {
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 1.1em;
}

p { margin-bottom: 15px; }

.error { color: #c00; }

#wrapper {
	display: table;
	width: 1200px;
	margin: 0 auto 1% auto;
	background: #fff url(../images/bg_main.jpg)center top no-repeat;
	background-position: 0 99px;
}

#container {
	display: table;
	width: 800px;
	margin: 0 auto 1% auto;
}

#header {
	position: relative;
	width: 100%;
	height: 80px;
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-size:12px;
}

#header_date {
	text-align:left;
	color:#FFFFFF;
	font-size:11px;
	float:left	
}

#header_address{
	text-align:right;
	color:#FFFFFF;
	font-size:11px;
	float:right;
	height:40px;	
}

#header #header_logo{
	position:relative;
	margin-left:160px;
}

#top_bar{
	background-color:#a6117e;
	width:100%;
	height:20px;
}

#main_content{
	width:940px;
	height:640px;
	background-color:#FFFFFF;
	padding:10px;
}

#nav{
	background:url(../images/bg_nav.jpg) no-repeat;	
	height:35px;
	width:960px;
}

#nav ul li{
	margin-top:10px;
	float:left;
	margin-left:15px;
	list-style:none;
}

#nav ul li.last{
	margin-top:7px;
	float:right;
	margin-left:15px;
	list-style:none;
	margin-right:20px;
}

#nav ul li a{
	text-decoration:none;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}

#nav ul li a.last{
	text-decoration:none;
	font-size:11px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	float:right;
	text-align:right;
}

#home_left{
	float:left;
	width:460px;

}

#home_left p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#084d4d;
	font-weight:bold;
}



#main_content h2{
	margin-top:10px;
	width:220px;
	height:35px;
	background-image:url(../images/bg_header.gif);
	line-height:22px;
	text-indent:10px;
}


.home_content{
	float:left;
	width:220px;
	height:316px;
	margin: 0 10px 10px 10px;
	font-size:11px;
}

.home_content h2{
	width:220px;
	height:35px;
	background-image:url(../images/bg_header.gif);
}

.home_content h3{
	 color:#a6117e;	
	 font-size:12px;
}

.home_content p{
	 color:#999999;
}

.left_column{
	float:left;
	width:220px;
	height:316px;
	margin: 0 10px 10px 10px;
	font-size:11px;
}

.centre_column{
	float:left;
	width:440px;
	height:316px;
	margin: 0 10px 10px 10px;
	font-size:11px;
}

.centre_column_list{
	float:left;
	width:440px;
	height:316px;
	margin: 0 10px 10px 10px;
	font-size:11px;
}

.centre_column_list h2{

}

#cta_block{
	width:940px;
}

.cta{
	float:left;
	margin-right:20px;
	width:220px;
}

.cta p{
	font-size:12px;
	color:#666666;
}

.cta.last{
	margin-right:0;
}

#footer{
	border:0;
	width:960px;
	height:276px;
	background: url(../images/bg_footer_main.jpg) no-repeat;	
}

#footer .content{
	float:left;
	margin-right:23px;
	width:195px;
	margin-bottom:40px;

	margin-left:20px;
	margin-top:20px;
}

#footer .content h2{
	font-size:14px;
	color: #fff;
	margin-bottom:20px;
}

#footer .content ul li{
	list-style:none;
	color: #fff;
}
#footer .content ul li a{
	font-size:12px;
	color: #e5c20b;
}

/* Form Item */

.inputForm { list-style: none;
 background-color:#e5f5f5;
}

.inputForm li { margin-bottom: 8px; margin-left:10px }
.inputForm label { display: block; float: left; width: 150px; font-weight: bold;

font-size:12px; }
.inputForm label strong em { color: #c00; }
.inputForm input.field { width: 200px; }
.inputForm select.field { width: 200px; }
.inputForm textarea { width: 200px; height: 80px; }
.inputForm input.checkRadio, .inputForm input.submit_default { margin-left: 150px; }
.inputForm h2{
	width:220px;
	background-image:none  !important;
	height:30px !important;
	background-color:#c3e7e7;
	line-height:28px !important;
	text-indent:10px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:10px;
}


/* Contact Item */

.contactForm { list-style: none; }
.contactForm li { margin-bottom: 8px; }
.contactForm label { display: block; float: left; width: 150px; font-weight: bold;

font-size:12px;
color:#a6117e;

 }
.contactForm label strong em { color: #a6117e; }
.contactForm input.field { width: 200px; }
.contactForm select.field { width: 200px; }
.contactForm textarea { width: 200px; height: 80px; }
.contactForm input.checkRadio, .contactForm input.submit_default { margin-left: 150px; }
.contactForm h2{
	width:220px;
	background-image:none  !important;
	height:30px;
	background-color:#c3e7e7;
	text-indent:10px;
	line-height:30px;
	font-weight:bold;
	margin-top:0px;
}

.center_column h1{
	    background-image:url(../images/bg_title.jpg) !important;
}

.centre_column .centre_block{
	float:left;
	width:200px;
}

.centre_column .centre_block h2{
	background-image:none !important;
	text-indent:0px !important;
}


.title_column{
	clear:both;
	margin-top:10px;
	width:400px;
}

.centre_column .title_column h2{
	background-image:none !important;
	text-indent:0px !important;
	float:left;
	line-height:0px !important;
	width:150px !important;
}

.centre_column .title_column p{
	float:left;
}


.title_column_list{
	clear:both;
	margin-top:10px;
	width:400px;
}

.centre_column .title_column_list h2{
	background-image:none !important;
	text-indent:0px !important;
	float:left;
	line-height:12px !important;
	width:200px !important;
}

.centre_column .title_column_list p{
	padding-top:10px;
	float:left;
	width:200px;
}

h2 a:link, h2 a:visited { 
	text-decoration:none;
	font-size: 12px;
	color:#a6117e !important;
}

.home_content h3 a:link,.home_content h3 a:visited{
	text-decoration:none;
	font-size: 12px;
	color:#a6117e !important;
}


.h1header{
	    background-image:url(../images/bg_title.jpg)  !important;
		background-repeat:no-repeat;
		width:380px;
		height:40px;
		font-size:36px;
		color:#a6117e;
		text-indent:10px;
		font-weight:normal;
		margin-bottom:0px !important;
}

.h2header{
        font-size:10px;
	    background-image:url(../images/bg_title_pr.jpg)  !important;
		background-repeat:no-repeat;
		width:450px !important;
		font-size:22px;
		color:#a6117e;
		font-weight:normal;
		padding:0px !important;
		margin:0px !important;
}

.h2header_reports{
        font-size:10px;
	    background-image:url(../images/bg_title_pr.jpg)  !important;
		background-repeat:no-repeat;
		width:400px !important;
		font-size:22px;
		color:#a6117e;
		font-weight:normal;
		padding:0px !important;
		margin:0px !important;
}


.centre_c {
	background-image:none !important;
	text-indent:0px !important;
	line-height:12px !important;
	height:12px !important;	
	color:a7117d;
	font-size:14px;
	margin-bottom:10px !important;
	padding-bottom:0px !important;	
}

.style15{
color:#FFFFFF;
font-size:15px;
margin-left:5px;


}

.footer_text p{
color:#FFFFFF;
width:900px;



}
.footer_text{
	clear:both;
	width:900px;
}

.footer_text a:link,.footer_text a:visited{
color:#FFF;