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

*{margin:0;padding:0;}

h1 {
	font-size: 36px;
	line-height:40px;
}
h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-size: 16px;
	padding:10px 8px 8px 8px;
}

a:link, a:focus, a:active, a:visited {
	color:#555;
}
a:hover {
	color:#000;
}
a:link img, a:visited img {
	border: none;
}

li {
	list-style-image:url(../images/tick.png);
	padding:0 0 15px 5px;
	margin-left:30px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style:normal;
	line-height:21px;
	color: #555;
	background: url(bg.jpg) top repeat-x #fff;
}

#container {
	margin: 0 auto;
	width: 1080px;
	background-color:#fff;
}

#top {
	height: 49px;
	background-image:url(../images/menu.jpg);
	background-repeat:no-repeat;
}

#header {
	height: 490px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#headerimage {
	height:340px;
	width: 980px;
	position:absolute; left:50px; top:110px;
}

#menu {
	height: 40px;
	padding-left:640px;
}

#mainLeft {
	height:auto;
	width: 410px;
	float:left;
	position:relative;
	background-color:#fff;
	padding:0 0 50px 50px;
	margin-bottom:50px;
}

#mainRight {
	height:auto;
	width: 550px;
	float:right;
	padding:0 50px 50px 20px;
	background-color:#fff;
}

#halfLeft {
	height:auto;
	width: 490px;
	float:left;
	position:relative;
	background-color:#fff;
	padding:0 0 50px 50px;
	margin-bottom:50px;
}

#halfRight {
	height:auto;
	width: 490px;
	float:right;
	padding:0 40px 50px 0;
	background-color:#fff;
}

#mainLeft2 {
	height:auto;
	width: 210px;
	float:left;
	position:relative;
	background-color:#fff;
	padding:0 0 50px 100px;
	margin-bottom:50px;
}

#mainRight2 {
	height:auto;
	width: 665px;
	float:right;
	padding:0 50px 50px 20px;
	background-color:#fff;
}
#footer {
	height:215px;
	background-image:url(../images/footer.png);
	background-repeat:repeat-x;
}

#footercontainer {
	height:185px;
	padding:20px 50px 10px 50px;
	font-size: 14px;
	line-height:20px;
	color: #fff;
}

#footercontainer a:link, #footercontainer a:focus, #footercontainer a:active, #footercontainer a:visited {
	color:#fff;
	text-decoration:none;
	padding:10px;
}
#footercontainer a:hover {
	color:#000;
	padding:10px;
}

#footermenu {
	height:30px;
}

#footerbox1, #footerbox2, #footerbox3 {
	float:left;
	width:200px;
	height:130px;
	border-right:#fff solid 1px;
	margin-right:20px;
	z-index:99;
}

.divider {
	height:1px;
	background-color:#fff;
	margin-bottom: 15px;
}

.content {
	padding:10px;
}

.txt_body {
	text-align: left;
	padding: 10px;
}

.txt_footer {
	padding:10px;
}

.pblue { 
	text-transform:uppercase;
	color:#2C3884;
}
.pgreen { 
	text-transform:uppercase;
	color:#3B7F5E; 
}
.pred {
	color:#FF0000;
}

.caption {
	font-size: 19px;
	line-height:24px;
}

.fleft {float:left; padding-bottom:10px;}
.fleft_txt_body {float:left; padding: 0 10px 10px 10px;}
.fright {float:right; padding-bottom:10px;}
.fright_txt_body {float:right; padding: 0 10px 10px 10px;}
.fright_txt_side {float:right; padding: 0 0 10px 10px;}

.content_img {border:3px solid white;}

div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}

/* rounded boxes */
.bl {background: url(../images/bl.gif) 0 100% no-repeat #e3e3e3; width:392px; margin-top:15px;}
.br {background: url(../images/br.gif) 100% 100% no-repeat;}
.tl {background: url(../images/tl.gif) 0 0 no-repeat;}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:12px;}
.clear {height:32px; background: url(../images/shadow.jpg) no-repeat;}