/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:
				Nick Watson
				Tom Fletcher-Jones
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: .7em;
	background-image: url(../i/layout/bg-body.jpg);
	background-color: #5b91bb;
	background-repeat: repeat-x;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/***********************************************************************
	IF YOU GET RANDOM SPACING AND OTHER ANNOYING WIERDNESS LOOK BELOW FIRST
************************************************************************/

div#content p, div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, 
div#content h6, div#content table, div#content ul, div#content ol, div#content form {
	margin: 1em 0;
}

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#bottom-grad{
	background-image: url(../i/layout/bg-container-bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;	
	width: 100%;
	float: left;
}

div.testimonial {
	color: #474747;
	padding: 4px;
}

a.t-active {
	text-decoration: underline;
}

div.testimonial em {
	color: #2B6C96;
	display: block;
	margin: 20px;
}

div#container{
	margin: 0 auto;
	width: 932px;
}
div#main{
	background-image: url(../i/layout/main-top.jpg);
	background-repeat: no-repeat;	
	width: 932px;
	float: left;	
}
div#main-repeater{
	background-image: url(../i/layout/body-repeat.jpg);
	background-repeat: repeat-y;
	width: 932px;
	float: left;
}
div#header{
	height: 230px;
	float: left;
}
div#content{

/*	height: 200px;  temp delete 	*/
}
div#footer{
	background-image: url(../i/layout/footer.jpg);
	background-repeat: no-repeat;
	width: 932px;
	height: 210px;
	float: left;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

/***********************************************************************
	BODY ELEMENTS
************************************************************************/
div#left-content{
	float: left;
	width: 650px;
}
* html div#left-content{
	float: left;
	width: 650px;

}
div#right-content{
	float: left;
	width: 267px;
	margin-left: 1px;
	padding-left: 10px;
	padding-top: 4px;
}
div.content-box{
	float: left;
	background-image: url(../i/layout/content-top.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 619px;
	margin-left: 20px;
}
div.content-box-bottom{
	float: left;
	background-image: url(../i/layout/content-bottom.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 619px;
	height: 7px;
	margin-left: 20px;
}
* html div.content-box{
	float: left;
	background-image: url(../i/layout/content-top.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 619px;
	margin-left: 10px;
}
* html div.content-box-bottom{
	float: left;
	background-image: url(../i/layout/content-bottom.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 619px;
	margin-left: 10px;
	padding:0px;
}

/*****************latest news box**********************/
div.latest-news{
	float: left;
	width: 248px;
	background-image: url(../i/layout/news-top.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	margin-top: -2px;

}
div#content div#right-content div.shadow-wrap div.latest-news h1.box-title, div#content div#right-content div.shadow-wrap div.testimonials h1.box-title{
	font-size: 1em;
	font-weight: normal;
	color: #000;
	padding:0px;
	margin: 0px; 
}
h1.box-title a{
	float: left;
	width: 240px;
	height: 20px;
	background-image: url(../i/layout/goto.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 6px;
	padding-left: 4px;
}
h1.box-title a:hover{
  /* for IE */
  filter:alpha(opacity=30);
  /* CSS3 standard */
  opacity:0.3;
}
div.latest-article{
	float: left;
	width: 235px;	
	padding: 4px;
	margin-top: 5px;
}
div#content div#right-content div.shadow-wrap div.latest-news div.latest-article h1{
	font-weight: normal;
	color: #006097;	
	padding:0px;
	margin: 0px;
}
div.latest-article h1 a{
	color: #006097;	
}
div#content div#right-content div.shadow-wrap div.latest-news div.latest-article p{
	float: left;
	width: 230px;	
	margin:0px;
	padding:0px;
	margin-top: 5px;
	text-align: justify;
}
div.latest-article p a{
	float: left;
	text-align: justify;
/*	width: 248px;	*/
}
div.latest-article a.readmore{
	float: right;
	width: 230px;	
	text-align: right;
	margin-top:4px;
	color: #006097;	
}
/*******************************************************/
div.testimonials{
	float: left;
	width: 248px;

	background-image: url(../i/layout/news-top.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	margin-top: -2px;

}
div#content div#right-content div.shadow-wrap div.testimonials p{
 	float: left;
	width: 238px;	
	margin:0px;
	padding:0px;
	margin-top: 5px;
	text-align: justify;
	padding:4px;
	color: #000;
	
}
div.panel-bottom{
	float: left;
	width: 248px;
	height: 27px;
	background-image: url(../i/layout/news-footer.jpg);
	margin-top:10px;
}
div.shadow-wrap{
	background-color: #a8bfd5;
	border-right: 1px solid #b6d0e7;
	border-bottom: 1px solid #b6d0e7;
	float: left;
	padding-right: 1px;
	padding-bottom: 1px;
	margin-bottom: 5px;
}
/*********************************/
div.text-area{
	float: left;
	padding: 10px;
	width: 395px;
	background-color: #f5f4f4;
	margin-top: 40px;
	margin-left: 10px;
	padding-bottom: 10px;
}
* html div.text-area{
	float: left;
	padding: 10px;
	width: 385px;
	background-color: #f5f4f4;
	margin-top: 40px;
	margin-left: 10px;
	padding-bottom: 10px;
}
div.text-area ul li{
	color: #474747;
	list-style: disc;
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 9px;
}
div.text-area-large ul li{
	color: #474747;
	list-style: disc;
	list-style-position: outside;
	margin-left: 15px;
	margin-bottom: 9px;
}
div.text-area h1{
	color: #005E94;
	font-weight: normal;
	font-size: 1.4em;
}
div.text-area h2{
	color: #005E94;
	font-weight: normal;
	font-size: 1.2em;
}
div.text-area p{
	color: #474747;
	text-align: justify;
}

/********************************/
/*********************************/
div.text-area-large{
	float: left;
	padding: 10px;
	width: 580px;
	background-color: #f5f4f4;
	margin-top: 40px;
	margin-left: 10px;
	padding-bottom: 10px;
}
* html div.text-area-large{
	float: left;
	padding: 10px;
	width: 560px;
	background-color: #f5f4f4;
	margin-top: 50px;
	margin-left: 10px;
	padding-bottom: 10px;

}
div.text-area-large h1{
	color: #005E94;
	font-weight: normal;
	font-size: 1.4em;
}
div.text-area-large h2{
	color: #005E94;
	font-weight: normal;
	font-size: 1.2em;
}
div.text-area-large p{
	color: #474747;
	text-align: justify;
}
/********************************/
div.home-link{
	float: left;
	width: 300px;
	height: 130px;

}
div.home-link a{
	float: left;
	width: 300px;
	height: 130px;
	text-indent: -999em;
}

/*********************quick support**********************************/

div.quick-support-holder{
	float: left;
	width: 178px;
	background-image: url(../i/layout/quick-support-repeat.jpg);
	background-repeat: repeat-y;
	margin-left: 8px;
	margin-top: 37px;
}
div.quick-support{
	float: left;
	width: 178px;
	background-image: url(../i/layout/quick-support-top.jpg);
	background-repeat: no-repeat;
}
div.quick-support-footer{
	float: left;
	width: 178px;
	height: 30px;
	background-image: url(../i/layout/quick-support-bottom.jpg);
	background-repeat: no-repeat;
}
div.quick-support form{
	float: left;
	width: 178px;
}
div.quick-support form label{
	color:#000;
	width: 158px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-left: 6px;
	height: auto;
}
div.quick-support form input{
	float: left;
	width: 158px;
	height: 23px;
	border: 1px solid #bababa;
	margin: 0px;
	padding:0px;
	margin-left: 6px;
	background-image: url(../i/layout/form-grad.jpg);
	margin-bottom: 5px;
}
div.quick-support form textarea{
	float: left;
	width: 158px;
	height: auto;
	border: 1px solid #bababa;
	margin: 0px;
	padding:0px;
	margin-left: 6px;
	background-image: url(../i/layout/form-grad.jpg);
	background-repeat: repeat-x;
	background-color: #E8E8E8;
	margin-bottom: 5px;
	font-size: 1em;
	color: #000;
}
div.quick-support form input#submit{
	float: right;
	width: 93px;
	height: 47px;
	background-image: url(../i/layout/submit.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	margin-right: 10px;
}
div#content div#left-content div.quick-support h1.box-title {
	font-size: 1em;
	font-weight: normal;
	color: #000;
	padding:0px;
	margin: 0px; 
	padding-top:7px;
	padding-left: 6px;
}
/********************************************************************/
div.form-error {
	width: 250px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 60px 0px 0px 40%;
	border-top: solid 20px #990000;
	border-bottom: solid 15px #990000;
	border-left: solid 15px #990000;
	border-right: solid 15px #990000;
	background: #fff;
}
div.form-error img {
	float: left;
	margin: 0px 5px 0px 20px;
}
div.form-error strong {
	color: #990000;
}
div.contact-form{
	float: left;
	background-color: #fff;
	border: 1px #ccc solid;
	position: relative;
		background-image: url(../i/layout/little-grad.jpg);
	background-repeat: repeat-x;

}
div.contact-form:hover{
	z-index: 99;
  /* for IE */
/*  filter:alpha(opacity=70);
   CSS3 standard 
  opacity:0.7;*/	
}
div.contact-form p{
	font-size: .8em;
	padding-left: 10px;
	padding-right: 10px;
}
div.contact-form-top{
	width: 100%;
	margin-left: -1px;
	margin-top:-1px;
	height: 23px;
	border: 1px solid #d1d1d1;
}
p.fieldwrap{
/*	float: left;
	padding: 0px;
	margin: 0px;
	height: 20px;*/
	clear: left;
	width: 220px;

}
div.contact-form div.ddfmwrap{

		width: 240px;
}
div.contact-form div.ddfmwrap form.ddfm{
	font-size: 1.1em;
		width: 200px;
}
div.contact-form div.ddfmwrap form.ddfm fieldset{

	width: 200px;
}
div.contact-form div.ddfmwrap form.ddfm fieldset p.fieldwrap label{
	width: 75px;
	font-size: 1em;
/*	margin: 0px;
	padding: 0px;*/
}
div.contact-form div.ddfmwrap form.ddfm fieldset p.fieldwrap input{
	width: 110px;
	font-size: 1em;
/*		margin: 0px;
	padding: 0px;*/
}
div.contact-form div.ddfmwrap form.ddfm fieldset p.fieldwrap textarea{
	width: 110px;
	font-size: 1em;
}
div.contact-form div.ddfmwrap form.ddfm fieldset p.fieldwrap input.fmverify{
	width: 40px;
	font-size: 1em;
}
div.contact-form div.ddfmwrap form.ddfm fieldset div.submit input{
	float: left;
	width: 100px;
	font-size: .8em;
	margin-left: 100px;
}
div.contact-form div.ddfmwrap form.ddfm fieldset div.submit{
	float: left;
	width: 200px;
	padding:0px;
	margin:0px;

}
div#contact{
	width: 252px;
		min-height: 475px;
}
div#address{
	left: 20px;
	top: -40px;
	width: 252px;
}
div#directions{
	top: -20px;
	left: 60px;
	width: 252px;
}
div#map-holder{
	width: 310px;
	left: 10px;
	top: -5px;
}
div#map{
	width: 300px;
	height: 250px;
	margin:5px;
}
div.ghostfix{
	float:left;
	margin-left: -3px;
}
div#mapoptions{
	float: left;
	padding: 5px;
}
div#mapoptions a{
	float: left;
	padding:5px;
	border: 1px solid #d1d1d1;
	background-image: url(../i/layout/little-grad.jpg);
	background-repeat: repeat-x;
	margin-right: 5px;
}
div#mapoptions a:hover{
	float: left;
	padding:5px;
	border: 1px solid #d1d1d1;
	background-image: none;
	background-color: #BDD9F1;
	margin-right: 5px;
}

div.text-to-right{
	float: left;
	width: 310px;
	margin-left: 10px;
}
* html div.text-to-right{
	float: left;
	width: 300px;
	margin-left: 10px;
}
div#content div#left-content div.content-box div.text-area-large div.text-to-right p{
	padding: 0px;
	margin: 0px;
}

div.text-area-large p.pullquote{
	padding-left: 50px;
	padding-right: 50px;
	color: #0666A2;
}
div.text-area-large p.pullquote span{
	font-size: 1.2em;
}

/************review-boxes******************************/
div.review-box{
	float: left;
	background-color: #fff;
	border: 1px #ccc solid;
	background-image: url(../i/layout/little-grad.jpg);
	background-repeat: repeat-x;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div.review-box p{
	font-size: .8em;
	padding-left: 10px;
	padding-right: 20px;
}
div.review-box-top{
	width: 100%;
	margin-left: -1px;
	margin-top:-1px;
	height: 23px;
	border: 1px solid #d1d1d1;
}
div.review-image{
	float: left;
	width: 130px;
	height: 130px;
	margin:10px;
}
div.review-image div#no-image,
div.review-image a{
	float: left;
	width: 130px;
	height: 130px;
	background-position: center;
	text-indent: -999em;
	background-repeat: no-repeat;
}
div.score{
	background-image: url(../i/layout/score.jpg);
	float: left;
	height: 19px;
}
div.review-box p a.read-review{
	padding:4px;
	float: left;
	width: 100px;
	height: 15px;
}
div.review-body{
	float: left;
}
div.review-box p.review-pullquote{
	color: #006298;
	float: left;
	width: 419px;
	padding:0px;
	margin:0px;
	padding-top: 5px;

}
/******************************************************/
/****************news***********************************/
div.news-box{
	float: left;
	background-color: #fff;
	border: 1px #ccc solid;
	background-image: url(../i/layout/little-grad.jpg);
	background-repeat: repeat-x;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div.news-box h1{
	padding-left: 10px;
}
div.news-box p{
	font-size: .8em;
	padding-left: 10px;
	padding-right: 20px;
}
div.news-box-top{
	width: 100%;
	margin-left: -1px;
	margin-top:-1px;
	height: 23px;
	border: 1px solid #d1d1d1;
}
div.news-image{
	float: left;
	width: 130px;
	padding-left: 10px;
	margin:10px;
	clear: left;

}
div.news-image a{
	float: left;
	width: 130px;
/*	height: 130px;*/
	background-position: top center;
	text-indent: -999em;
	background-repeat: no-repeat;
	margin-top: 10px;
}
div.archive{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
div#left-content div.content-box div.text-area-large div.archive ul.month{
	float: left;
	width: 100%;
	padding:0px;
	margin: 0px;
	list-style: none;
}
div.archive ul.month li{
	float: left;
	list-style: none;
	margin: 1px;
}
div.archive ul.month li a{
	float: left;
	padding: 5px;
	background-color:#C2DAF2;
}
div.archive ul.month li a.active,
div.archive ul.month li a:hover{
	float: left;
	background-color:#424242;
	color: #fff;
}

div.news-body{
	padding-left: 10px;
	padding-right: 20px;
	text-align: justify;
	color: #000;
}
div.news-box p.news-pullquote{
	color: #006298;
/*	float: left;*/

	padding:0px;
	margin:0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 10px;

}
div.content-image{
	float: right;
}
/*******************************************************/
/*************************services**********************/

div.service{
	float: left;
	width: 100%;
/*width: 275px;*/
	background-image: url(../i/layout/form-grad.jpg);
	background-repeat: repeat-x;
	border: 1px solid #D1D1D1;
	margin-bottom: 10px;
/*	margin-left: 10px;*/
}
div.service-top{
	width: 100%;
	margin-left: -1px;
	margin-top:-1px;
	height: 23px;
	border: 1px solid #d1d1d1;
}
div.service-icon{
	float: left;
	width: 47px;
	height: 60px;
}
div#left-content div.content-box div.text-area-large div.service p{
	padding-left: 20px;
	padding-right: 20px;
}
div#left-content div.content-box div.text-area-large div.service h2{
	padding-left: 10px;
	padding-right: 20px;
}
/*******************************************************/
/*div.text-area-large ul{
	list-style: disc		
}
div.text-area-large ul li{
	margin-left: 20px;
	list-style-position: outside;
	color: #000;
	padding-top: 5px;
	padding-bottom:5px;
}*/

/***********************************************************************
	navIGATION
************************************************************************/
div#navdiv{
	float: left;
	width: 932px;
	height: 63px;
	background-image: url(../i/layout/nav-bg.jpg);
	background-repeat: no-repeat;
	z-index: 12;
	position: relative;
}
div#navdiv ul{
	width: 912px;
	height: 63px;
	float: left;
	padding-left: 20px;
}
* html div#navdiv ul{
	width: 912px;
	height: 63px;
	float: left;
	padding-left: 10px;
}
div#navdiv ul li{
	float: left;
	height: 23px;
	width: 114px;
}
div#navdiv ul li a{
	float: left;
	height: 18px;
	width: 114px;
	background-image: url(../i/layout/nav-button.jpg);
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 4px;
	text-align: center;
	margin-top: 23px;
}
* html div#navdiv ul li{
	float: left;
	height: 23px;
	width: 113px;
}
* html div#navdiv ul li a{
	float: left;
	height: 18px;
	width: 113px;
	background-image: url(../i/layout/nav-button.jpg);
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 4px;
	text-align: center;
	margin-top: 23px;
}
div#navdiv ul li a:hover{
	background-image: url(../i/layout/nav-button-roll.jpg);
}

div#navdiv ul li#start a{
	float: left;
	height: 58px;
	width: 150px;
	background-image: url(../i/layout/round-button.jpg);
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 4px;
	text-align: center;
	margin-top: 0px;
	margin-left: 15px;
	z-index: 11;
	position: relative;
}
* html div#navdiv ul li#start a{
	float: left;
	height: 58px;
	width: 63px;
	background-image: url(../i/layout/round-button.jpg);
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 4px;
	text-align: center;
	margin-top: 0px;
	margin-left: 15px;
	z-index: 11;
	position: relative;
}
div#navdiv ul li#start a:hover{
	background-image: url(../i/layout/round-button-roll.jpg);
	background-repeat: no-repeat;
}

div#navdiv ul li#start ul{
	float: left;
	width: 285px;
	height: 295px;
	background-image: url(../i/layout/nav-drop.png);
	background-repeat: no-repeat;
	right: -20px;
/*	margin-left: -170px;*/
/*	margin-top: -17px;*/
	top: 45px;
	z-index: 9;
/*	position: relative;*/
	position: absolute;
	display: none;
}
div#navdiv ul li#start:hover ul{
	display: block;
}
div#navdiv ul li#start ul li{
	width: 190px;
	height: auto;
	margin-left: 55px;
}
* html div#navdiv ul li#start ul li{
	width: 190px;
	height: auto;
	margin-left: 35px;
}
div#navdiv ul li#start ul li a{
	background-image: none;
	color: #000;
	width: 190px;
	height: auto;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 2px;
}
div#navdiv ul li#start ul li a:hover{
	background-image: none;
	color: #183486;
}

div#main div#header div#navdiv ul#nav li#start.over ul {
	display: block; 
	float: right;
 }

* html div#navdiv ul li#start{
	width: 90px;
/*	margin-left: 16px;*/
	margin-left: 16px;

	
}
* html div#navdiv ul li#start a{
	width: 60px;
/*  filter:alpha(opacity=30);
   CSS3 standard 
  opacity:0.3;*/

}
* html div#navdiv ul li#start ul{
	float: left;
	width: 280px;
	height: 295px;
	background-image: url(../i/layout/nav-drop-ie6.gif);
	background-repeat: no-repeat;
	margin-top: -17px;
	z-index: 9;
	position: absolute;
	top:62px;
	right: -5px;

}

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div#footer ul{
	float: right;
	margin-right: 20px;
	width: 662px;
	height: 35px;
	text-align: right;
	background-image: url(../i/layout/footer-logo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 20px;
}
* html div#footer ul{
	float: right;
	margin-right: 9px;
	width: 662px;
	height: 35px;
	text-align: right;
	background-image: url(../i/layout/footer-logo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 20px;
}
div#footer ul li{
	float: left;
	margin-right: 4px;
	font-size: .9em;
}
div#footer ul li a{
	color: #2c587f;
}
div#footer ul li a:hover{
	color: #4B83A6;
}
div.smallprint{
	float: left;
	width: 800px;
	color: #fff;
	text-align: center;
	width: 934px;
	padding-top: 50px;
}
/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

