@charset "utf-8";

/* 	Main stylesheet */

/* 	Colour: 
	Blue	#0000ff
	Red		#ff0000
	Grey	#ced7dc
	Yellow 	#ffff00

*/

body {
	font: 80% "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000;
	background: url(images/BG-Body.gif) repeat-x center -43px #FFF;
}
a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
}
td, th, table, div, input, select {
	font: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}



/* 	Layout */

#container {
	width: 910px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin: 0 auto; 
	text-align: left; 
}
#logo {
	height: 86px;	 /* 130px */
	width: 214px;
	float: left;
}
#logo img { margin-top: 5px; margin-left: 12px;}
#nav {
	width: 696px;	
	height: 87px;
	float: left;
}
#heading {
	width: 910px;
	height: 173px;
	display: block;
	background-color: #0000ff;
	color: #fff;
	clear: both;
	position: relative;
}
#heading h1 {
	position: absolute;
	top: 98px; left: 30px;
	width: 261px;
	z-index: 1;
}
#heading img.title, #heading img.pics {
	position: absolute;
	top: 0; left: 0px;
	width: 301px;
	z-index: 5;
}
#heading img.pics {
	left: 301px;
	width: 609px;
}
#content {
	padding: 0;
	clear: both;
}
#right-col {
	float: right;
	width: 260px;
	margin-top: 1px;
	background: url(images/BG-Right-Col.gif) no-repeat top left;
}
#left-col {
	width: 584px; 
	float: left;
	padding: 20px 35px 20px 30px;
	margin-top: 1px;
	
}
.col, .col-1, .col-2 { float: left; width: 270px; margin-right: 20px; }
#footer {
	width: 912px; height: 86px;
	clear: both;
	margin: 0 auto;
	text-align: center;
	/*background: url(images/BG-Footer.gif) top center repeat-x;*/
}
#footer-width {
	width: 910px; height: 86px;
	font-size: 0.8em;
	margin: 0;
	text-align: left;
	color: #0000ff;	
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	display: block;
}
#footer p {	padding: 20px 30px 10px 30px;	}
#footer p.footer-left { float: left; width: 40%; }
#footer p.footer-right, #footer h3.footer-right { float: right; width: 40%; text-align: right }
#footer a:link, #footer a:visited { text-decoration: none; color: #0000ff;}
#footer a:hover { }

.spacer {
	clear: both;
	font-size: 1px;
	height: 1px;
}


/* Navigation */

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	margin--top: 43px;
}
#nav ul li a {
	display: block;
	width: 74px;
	padding: 7px 4px 4px 8px;
	height: 75px;
	border-left: 1px solid #FFF;
	color: #FFF;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	font-weight: bold;
	background: url(images/BG-Nav.gif) top left no-repeat #aaa;
}
#nav ul li a:hover {
	background: url(images/BG-Nav.gif) left -86px no-repeat #ff0000;
	background: #ff0000;
}
#nav ul li a.on {
	background: url(images/BG-Nav.gif) left -86px no-repeat #0000ff;
	background: #ff0000;
}
#nav ul li a span {display: none;}
#right-col a.right-btn {
	width: 234px; height: 64px;
	padding: 13px 10px 9px 16px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.3em;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
}
#right-col a.online-quote, #right-col a.online-quote:link, #right-col a.online-quote:visited {
	background: url(images/BG-Online-Quote.jpg) top left no-repeat;
}
#right-col a.online-quote:hover {
	background: url(images/BG-Online-Quote.jpg) left -86px no-repeat;
}
#right-col p.right-boxes { line-height: 1em; margin: 0; padding: 0; }
p.arrow {
	background: url(images/Arrow.gif) no-repeat 0 3px;
	padding-left: 15px;
}
p.top{
	background: url(images/Arrow-Up.gif) no-repeat 0 3px;
	padding-left: 15px;
}




/* Text styles, etc */


h1 {
	font: 1.8em "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
	font-weight: bold;
}
h2 {
	font: 1.3em "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 2em 0 1em 0;
	font-weight: bold;
	color: #ff0000;
	line-height: 1.3em;
	padding-top: 1em;
	border-top: 1px solid #ced7dc;
}
h3 {
	font-size: 1.2em;
	margin: 2em 0 1em 0;
	font-weight: bold;
	line-height: 1.4em;
	color: #0000ff;
	padding-top: 1em;
	border-top: 1px solid #ced7dc;
}
h4 {
	font-size: 1.1em;
	margin: 0 0 1em 0;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	margin: 1em 0 0 0;
	font-weight: normal;
}
p {
	line-height : 1.6em;
	margin: 0 0 1em 0;
}
hr {
	color: #E6E6E6;
	height: 0;
	margin: 2em 0 2em 0;
	border: 0;
	border-top: 1px solid #E6E6E6;
	clear: both;
}
ol {
	line-height : 1.6em;
	list-style-type : decimal;
	margin: 0 0 1em 3em;	
	text-indent: 0;
	padding: 0;
}
ul {
	line-height : 1.6em;
	margin: 0 0 1em 16px;	
	text-indent: 0;
	padding: 0;
}
li {
	margin: 0 0 0.7em 16px;
}
blockquote {
	line-height : 1.6em;
	margin: 1em 0 1em 2em;
}
.blue { color: #0000ff; }
.red { color: #ff0000; }
.grey { color: #ced7dc; }
.yellow, #nav li a.yellow { color: #ffff00;}
.small {
	font-size: 80%;
}
.line {
	padding-top: 1em;
	border-top: 1px solid #ced7dc;
	margin-top: 2em;
}
.no-line { border: 0; }
.box {
	border: 1px solid #333; 
	padding: 8px; 
	text-align: left; 
}
.doc {
	background: url(images/BG-Doc.gif) no-repeat 0 0;
	padding-left: 35px;
	line-height: 35px;
}
.hilight { background-color: #ffff00}
#right-col p.doc {
	background: url(images/BG-Doc.gif) no-repeat 16px 0;
	padding-left: 51px;
}
ul.bookmark { list-style-type: none; margin-left: 0;}
ul.bookmark li { margin-left: 0;}
ul.bookmark li a {
	background: url(images/Arrow-Down.gif) no-repeat 0 2px;
	padding-left: 15px;
	display: block;
	color: #000;
	text-decoration: none;
}
ul.bookmark li a:hover {
	color: #ff0000;
}
#right-col h2, #right-col h3, #right-col h4, #right-col p, #right-col ul, #right-col ol {
	padding: 12px 10px 10px 16px;
	margin: 0;
	font-size: 0.9em;
}
#right-col h2 {
	padding: 30px 10px 0 16px;
	text-transform: uppercase;
	line-height: 1.1em;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	border: none;
}

/* Forms */


label.inline { width: 100px; display: inline-block; float: left; margin-bottom: 4px; }
input.input-col-1 { width: 160px; margin-bottom: 4px; }
.input-full { width :450px; margin-bottom: 4px;}
.indent { margin-left: 100px;}
#comment { height: 0px; border: 0; position:relative; left: -10000em; }