/* layout styles */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #6a6a6a;
	}
	
#container {
	width: 100%;
	background-image: url(../img/container_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
#wrapper {
	width: 783px;
	margin: 0 auto;
	text-align: left;
	}
	
#header {
	width: 783px;
	height: 100px;
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #fff;
	position: relative;
	}
	
p#strapline {
	font-size: 16px;
	color: #0089a5;
	position: absolute;
	top: 35px;
	right: 0px;
	text-align: right;
	}
	
img#home {
	margin-top: 30px;
	}
	
#main {
	width: 783px;
	background-color: #fff;
	background-image: url(../img/main_bg.gif);
	background-repeat: repeat-y;
	text-align: justify;
	}
	
#leftcol {
	float: left;
	width: 195px;
	min-height: 297px;
	background-color: #003b5a;
	background-image: url(../img/leftcol_bg.gif);
	background-repeat: no-repeat;
	color: #fff;
	line-height: 13px;
	}
	
#rightcol {
	float: left;
	width: 588px;
	padding: 20px 0;
	}
	
#footer {
	clear: both;
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
	padding: 10px 0 0 245px;
	border-bottom: 1px solid #e0e6e7;
	font-size: 10px;
	color: #999;
	line-height: 13px;
	}
	
#leftcol img, #rightcol img {
	margin-bottom: 18px;
	}
	
table.logos tr td {
	padding: 10px;
	}

#leftcol .inner {
	padding: 20px;
	}
	
#rightcol .inner {
	padding: 0 50px;
	}

.partner {
	width: 120px;
	height: 220px;
	float: left;
	text-align: center;
	}
	
.partnerlist {
	border-top: 1px solid #e0e6e7;
	padding-top: 10px;
	}
	
ul.list1 {
	float: left;
	width: 30%;
	}
	
ul.list2 {
	float: right;
	width: 60%;
	}
	
#leftcol div.partner img {
	margin-bottom: 5px;
	}
	
.clearfloat {
	clear: both;
	height: 1px;
	}
	
	
/* text styles */

h1, p, ul, table {
	margin-bottom: 18px;
	}

h1 {
	font-size: 14px;
	color: #003b5a;
	}
	
h2 {
	font-size: 12px;
	color: #999;
	margin-bottom: 5px;
	}
	
#leftcol h2 {
	color: #fff;
	}
	
h3 {
	font-size: 11px;
	color: #0089a5;
	margin-bottom: 5px;
	}
	
#leftcol p {
	margin-bottom: 10px;
	}
	
p.note {
	font-size: 10px;
	}
	
table tr td {
	border-bottom: 1px solid #e1e1e1;
	}
	
#leftcol img {
	border-bottom: 1px solid #fff;
	}
	
a {
	color: #0094ad;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
#leftcol ul {
	list-style-type: none;
	}
	
#leftcol ul li {
	margin-bottom: 3px;
	}
	
#rightcol ul {
	list-style-image: url(../img/li_bull.gif);
	margin-left: 2em;
	}
	
#main li {
	margin-bottom: 9px;
	}
	
#footer p {
	margin-bottom: 10px;
	}

#footer a {
	color: #999;
	}
	
#footer a:hover {
	text-decoration: none;
	}
	
.bold {
	font-weight: bold;
	}