/*-----------------------------------------------------------------------------
version:   1.0
author:    Michael Bradley

-----------------------------------------------------------------------------*/
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,strong,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin-top: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
body {
	color:#000;	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
	background-color:#FFFFFF;
	}
ul {list-style:none;}
a {
	outline:none;
	color:#000;
	text-decoration:none;
	}
	
.bullets li {
	list-style:disc;
	list-style-position:inside;
	line-height:20px;
	}
/*Headings
-----------------------------------------------------------------------------*/
h1 {
	float:left;
	text-indent:-9999px;
	background:#fff url(../images/logo.gif) no-repeat left top;
	width:109px;
	height:93px;
	display:block;
	}
	

h1 a {
	width:109px;
	height:93px;
	display:block;
	text-decoration:none;
	}


h2 {
	float:right;
	text-indent:-9999px;
	background:#fff url(../images/contact-details.gif) no-repeat left top;
	width:245px;
	height:72px;
	display:block;
	}


h3 {
	font-size:1.2em;
	color:#000000;
	font-weight:bold;
	}
	
h4 {
	float:right;
	text-indent:-9999px;
	background:#fff url(../images/email-address.gif) no-repeat left top;
	width:245px;
	height:23px;
	display:block;
	}
	
h4 a {
	height:23px;
	width:245px;
	display:block;
	}
	
p {
	padding-bottom:1em;
	}
#wrapper {
	width:860px;
	min-height: 720px;
	height: auto !important;
	height: 720px;
	border:solid 2px #949599;
	text-align:left;
	margin:0 auto;
	padding-left:47px;
	margin-top:16px;
	overflow:auto;
	}
body > #wrapper {
	padding-bottom:10px;/*Adds 10px padding to space footer from main content in IE7 only*/
	}
#header {
	float:left;
	width:800px;
	height:170px;
	position:relative;
	margin-top:16px;
	text-align:left;
	}
	
#header-top {
	width:800px;
	height:93px;
	float:left;
	}
	
#header-hold {
	width:300px;
	height:93px;
	float:right;
	}
	
#content {
	float:left;
	display:inline;
	width:100%;
	}
#sidebar {
	float:left;
	display:inline;
	width:372px;
	font-size:1.1em;
	padding:0 10px;/*Padding is added to content holder instead of p tags incase clients don't add p tags to their text*/	
	}
#main-content {
	float:left;
	display:inline;
	width:658px;

}

/*Main Navigation
-----------------------------------------------------------------------------*/


#main-nav {
	float:left;
	width:800px;
	height:37px;
	margin:0;
	margin-top:20px;
	}
#main-nav li {
	float:left;
	}
#main-nav li a {
	height:37px;
	display:block;
	text-decoration:none;
	text-indent:-9999em;
	float:left;
	}
#main-nav li#home a {
	width:58px;
	background:url(../images/nav.gif) no-repeat 0 0;
	}
#main-nav li#home a:hover,
body.home #main-nav li#home a {
	background-position:0 -37px;
	}


#main-nav li#questions a {
	width:105px;
	background:url(../images/nav.gif) no-repeat -58px 0;
	}
#main-nav li#questions a:hover,
body.questions #main-nav li#questions a {
	background-position:-58px -37px;
	}


#main-nav li#steps a {
	width:178px;
	background:url(../images/nav.gif) no-repeat -163px 0;
	}
#main-nav li#steps a:hover,
body.steps #main-nav li#steps a {
	background-position:-163px -37px;
	}
#main-nav li#tandc a {
	width:183px;
	background:url(../images/nav.gif) no-repeat -341px 0;
	}
#main-nav li#tandc a:hover,
body.tandc #main-nav li#tandc a {
	background-position:-341px -37px;
	}
#main-nav li#complaints a {
	width:215px;
	background:url(../images/nav.gif) no-repeat -524px 0;
	}
#main-nav li#complaints a:hover,
body.complaints #main-nav li#complaints a {
	background-position:-524px -37px;
	}

#main-nav li.last {border:none;}
