/* CSS Document */


@charset "UTF-8";
*{
	margin: 0; /* it's good practice to zero the margin and padding of the everything to account for differing browser defaults */
	padding: 0;
}

body {
	background:url(../images/background.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
}

img {
	border: none;
}

a, a:hover, a:visited, a:link, a:active{
	color:#07306D;
	font-weight: bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.floatfix{
	float:none;
	clear:both;
	height:0;
}

/*LAYOUT-------------------------------------------------------*/

#mainContainer{
	position: relative; /* change to search */
	width: 892px;
	background:url(../images/contentBG.png) repeat-y;
	margin: 0 auto;
	padding: 0px 36px 0px 36px;
}

#mainLogo{
	width: 675px;
	_width: 640px;
	height: 103px;
	background:url(../images/logo.gif) no-repeat;
	float:left;
}

#phone_search {
	float: right;
	position: relative;
	margin: 38px 0 0;
	padding: 0;
	width: 206px;
}

#phone{
	font: bold 1.3em Arial;
	color: #ffffff;
	text-align: right;
	margin: 0 0 5px;
	padding: 0;
}

#searchContainer{
	position: relative;
	margin: 0;
	padding: 0;
}
input.textbox{
	border:none;
	height:14px;
	vertical-align:middle;
	padding: 2px;
	width: 130px;
	float: left;
	border: 1px solid #ffffff;
}

span.button {
	position: relative;
	border:#ffffff 1px solid;
	background: #07306d;
	float: right;
	height: 18px;
	width: 60px;
}

input.button {
	position: relative;
	top: -1px;
	cursor:pointer;
	border: none;
	background: transparent;
	color:#ffffff;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#bandsImage{
	height: 39px;
	width: 892px;
	background:url(../images/coloured_bands.gif) no-repeat;
	margin-bottom: 8px;
	clear:left;
}

#contentLH{
	width: 302px;
	margin-right: 8px;
	float:left;
}

#mainImage{
	width: 301px;
	height: 310px;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#news{
	padding: 10px 0px 10px 20px;
	color:#FFFFFF;
}
#news p, #news h4, #news a{
	color:#FFFFFF;
}
#news p{
	padding-bottom: 10px;
}
#quotes{
	padding: 25px 25px 20px 25px;
	font-size:1.5em;
	color:#FFFFFF;
	font-weight:bold;
	line-height: 1.3em;
}

#contentRH{
	float:left;
	background-color:#E6EAF0;
	width: 517px;
	padding: 30px 30px 100px 35px;
	min-height: 510px;
	position: relative;
}
#cse-search-results {
	width: 530px;
	overflow: hidden;
}
#cse-search-results iframe {
	width: 765px;
}

*html #contentRH{
	height: 510px;
}


#footer{
	width: 925px;
	height: 113px;
	background:url(../images/footerBG.png) no-repeat;
	margin: 0 auto;
	color:#FFFFFF;
	padding-top: 60px;
	padding-left: 39px;
	font-size: 0.85em;
}
#footer a, #footer  a:hover, #footer a:visited, #footer a:link, #footer a:active {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clearboth{
	clear:both;
	padding-top: 1em;
}


/*TYPE-------------------------------------------------------*/

p, li, td, th, label{	
	color:#07306D;
	font-weight:normal;
	line-height: 1.2em;
}
th{
	font-weight: bold;
}
ul{
	padding-left: 1em;
	margin-top: 1em;
}

h1{	
	font-size: 1.8em;
	line-height: 1.8em;
	color:#07306D;
	font-weight:normal;
}
h2{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight:bold;
	color:#07306D;
}

h3{
	font-size: 1em;
	line-height:1.4em;
	color:#07306D;
	margin-top: 1em;
}

h4{
	font-size:0.9em;
	font-weight:normal;
	line-height: 1.1em;
	color:#FFFFFF;
	margin-bottom: 14px;
	}

h4.heading{
	border-top:#FFFFFF 1px solid;
	padding: 14px 0px 0px 0px;
	font-size: 1em;
	font-weight:bold;
}
hr{
	width:100%;
	margin-bottom:5px;
	margin-top:5px;
}

.latestNews{
	font-size:2.1em;
	color:#FFFFFF;
	font-weight:bold;
	line-height: 2em;
}
.contactStr {
	margin-top: 2em;
	clear: both;
	position: absolute;
	bottom: 30px;
	left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: right;
	display: block;
	width: 100%;
	_width: 577px;
	float: none;
}
.contactStr p {
	margin-right: 30px;
	margin-left: 10px;
}

.contactStr img {
	margin-top: -10px;
	margin-left: 25px;
}

#contentRH p {
	margin-top: 1em;
}
#contentRH   li.double  {
	margin-bottom: 5px;
}
.small {
	font-size: 80%;
}
#contentRH table {
	margin-top: 1em;
}
#contentRH #imgContainer {
	text-align: right;
	clear: right;
	margin-left: 10px;
}
#imgContainer img {
	margin-bottom: 10px;
}
input,textarea {
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	color: #07306D;
	padding: 1px 2px;
	width: 98%;
	border: 1px solid #07306D;
}
input.checkbox{
	width:auto;
	border:none;
	margin-right: 0.5em;
}
label.radio{
	padding-right: 0.5em;
	clear:right;
	/*width: 100%;*/
	display:block;
}
img.right {
	margin-left: 10px;
	margin-bottom: 20px;
}
.icons{
	border: none;
	float: right;
	clear:right;
	margin-bottom:0.5em;
}
/************ FAQs ****************/
div#faqs div p{
	margin-bottom:0;
	margin-top: 0px;/**/
	padding-top: 10px;
}
#faqs hr {
	color: #07306D;
	margin-top: 10px;
}
p.adobe {
	padding-top: 20px;
	clear: right;
}
/*********** FORMS **************/
div.formContainer{
	width: 100%;
}
div.formRow{
	clear:both;
}
div.formCell{
	padding: 0.2em 0;
	float:left;
}
div.formCell.label{
	width: 40%;
}
div.formCell.input{
	width: 60%;
}
div.formCell.descriptive{
	width: 100%;
}
div.formCell.label.checkbox{
	width: 95%;
}
div.formCell.input.checkbox{
	width: auto;
}
label.error{
	color: red;
	padding-top: 0.2em;
	display:block;
}
button{
	clear: both;
	display: block;
}
table.form td{
	width: auto;
}
