/* Copyright Northstar Creative Limited. Code by Fred Campbell www.northstar-website-design.com */

/*Universal*/
* {margin: 0; padding: 0;}
body {
	color: #333333;
	font-size: 16px;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul {list-style-type: none; margin: 0px; padding: 0px;}
a img {border: 0;}
.imgL {float: left; margin: 0 20px 5px 0;}
.imgR {float: right; margin: 0 0 5px 15px;}
.imgC {margin: 10px 0 20px 0;}
a:link {color: #666666; text-decoration: none;}
a:visited {text-decoration: none; color: #666666;}
p {
	margin-bottom: 15px;
}
.bacp {
	position: absolute;
	top: 30px;
	right: 0px;
}
.bullet {
	margin-bottom: 20px;
}
h1 {
	color: #CCCCCC;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	right: 0px;
	letter-spacing: 1px;
}
h2 {
	font-weight: normal;
	font-size: 40px;
	line-height: 46px;
	color: #30a1a8;
	letter-spacing: 1px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	margin-bottom: 10px;
	color: #30a1a8;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	background-image: url(../images/undeline.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 12px;
	width: 66%;
}
.lifirst {
	background-image: url(../images/line-single.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.sub {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 18px;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	padding-left: 20px;
}
#footer p, #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	color: #CCCCCC;
}
p a:link {
	text-decoration: underline;
	color: #333333;
}
p a:hover {text-decoration: none;}
p a:visited {
	text-decoration: underline;
	color: #333333;
}
.wrapper {
	width: 900px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*Layout divs*/
#masthead {
	position: relative;
	padding-top: 20px;
}
#banner {
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	height: 30px;
	position: relative;
	margin-bottom: 30px;
}
#banner ul {
	position: absolute;
	top: 0px;
	right: 0px;
}
#banner li {
	float: left;
}
#banner a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #ef7e42;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 30px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#banner  a:hover {
	color: #efc442;
}
#banner  p {
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 12px;
}
.nav  li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #013281;
	font-size: 12px;
	font-weight: bold;
}
.nav {
	margin-bottom: 20px;
	background-image: url(../images/line-single.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.nav  a {
	display: block;
	color: #ef7e42;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	background-image: url(../images/line-single.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: normal;
}
.nav  a:hover {
	color: #efc442;
}
#contentL p {
	color: #233d92;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: bold;
}
#content {
}

#contentR {
	width: 650px;
	float: right;
	margin-bottom: 60px;
}
#contentL {
	float: left;
	width: 200px;
	padding-top: 40px;
}
.bullet   li {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 15px;
	margin-left: 30px;
	padding-left: 5px;
}
ol {
	margin-bottom: 20px;
}
ol li {
	list-style-position: outside;
	margin-bottom: 15px;
	margin-left: 30px;
	padding-left: 5px;
}

