/* CSS Document */


/*COLOUR PALLETTE, Blue #0181c8, Green #339933, Grey #333, Bottom of HorizontalNav Grad grey #302c2d */

* {
	margin: 0px;
	padding: 0px;
}


body {
	text-align: center;
	width: 100%;
	border: 0;
	margin-top: 25px;
	margin-left: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #fff;
	color:#302c2d;
	line-height: 1.4em;
	}
	
#wrap
{	text-align: left;
	margin: auto;
	width: 970px;
	}

/* These elements form the outershadow */	

#shadowwrap {
	background-image: url(images/page_shadow.gif);
	background-repeat: repeat-y;
}


#bottomshadow {
	width: 970px;
	background-image: url(images/bottom_shadow.gif);
	overflow: hidden;
	background-repeat: no-repeat;
	height: 25px;
	margin-top: 10px;
	clear: both;
}

/* header section */

#headerwrap {
background-image:url(images/top_shadow.gif);
background-repeat: no-repeat;
height: 153px;
position: relative;
}

#logo {
	position: absolute;
	top: 13px;
	left: 35px;
}

#randomimage {
	position: absolute;
	top: 13px;
	left: 290px;
}

/* Horizontal Navigation */

#navholder {
	background-image: url(images/horizontalnav_grad.gif);
	background-repeat: repeat-x;
	background-color: #302c2d;
	line-height: 2.5em;
	color: #fff;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: left;
	width: 910px;
	margin-left: 15px;
	display: inline;
	padding: 0 20px 0 10px;
}

.navright {
	float: right;
	}

.navhome {
	float: left;
	display: inline;
}

#navholder li {
	display: block;
	float: left;
}

#navholder a:link, #navholder a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0 10px 0 10px;
}

#navholder a:hover, #navholder a:active {
	background-color:#0181c8;
	color: #fff;
	line-height: 2.5em;
}

.clear {
	clear: both;
}
/*pagewrap*/
#pagewrap {
	
}

/*sidebar*/

#sidebar {
	width:210px;
	float: right;
	margin: 20px 35px 0 0;
	display: inline;
	}

.sidenav{
	width: 210px;
}
.sidenav ul{
	list-style: none;
	text-indent: 0px;
}
.sidenav li{
	

}
.sidenav a{
	padding-left: 15px;
	font: 15px verdana;
	font-weight: bold;
	color: #302c2d;
	display:block;
	line-height: 38px;
	height: 47px;
	text-decoration: none;
	background: url('images/sidenav_grey.jpg') no-repeat;

}
.sidenav a:hover{
	background: url('images/sidenav_blue.jpg') no-repeat right;
	color: #fff;
	}


.adverts {
	padding:  10px 0 10px 0;
}


/* Left Content */

#leftwrap {
	width: 670px;
	margin: 20px 0 0 35px;
	float: left;
	display: inline;
}


#leftwrap ul {
	color: #000;
	padding: 0 0 10px 20px;
	font-size: 1em;
	line-height: 1.2em;
	
}

#leftwrap li{
	padding: 0 0 5px 0;
}


.listtitle {
	color:#0181c8;
	padding: 0;
}

.largelisttitle {
	color:#0181c8;
	padding: 0;
}


#leftwrap ul.large  {
	color: #000;
	padding: 10px 0 10px 20px;
	font-size: 1.2em;
	line-height: 1.4em;
}


/*2column */

.twocolumn {
	width: 670px;
	margin: 0 0 10px 0;
}

.leftcolumn {
	width: 325px;
	float: left;
}

.rightcolumn {
	width: 325px;
	float: right;
}


/*footer*/

#footer {
	padding: 0 35px 0 35px;
	font-size: 0.85em;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #0181c8;
	}
	
#footer a:hover, #footer a:active{
text-decoration: underline;
}

.phone {
	text-align: right;
	font-size: 1.3em;
		}
.footerlinks {
	width: 400px;
	float: left;
}


/* News Article */

.newsarticle {
	border-bottom:  1px solid #0181c8 ;
	margin-bottom: 20px;
}

.newsarticle p {
	margin-top: 10px;
}


.newsarticle img {
	margin: 10px 0 10px 0;
}


.newsarticle h3 {
	font-weight: bold;
}



/* typestyles */

#leftwrap a:link, #leftwrap a:visited{
	color:#339933;
	}
	
#leftwrap a:hover, #leftwrap a:active{
	color:#302c2d;
	}
	
	
h1 {
	font-family: verdana;
	color: #0181c8;
	font-size: 1.4em;
	padding: 0 0 10px 0;
	font-weight: bold;
		}
		
h1.padded {
	font-family: verdana;
	color: #0181c8;
	font-size: 1.4em;
	padding: 20px 0 10px 0;
	font-weight: bold;
		}		
		
	
 h2.cta {
	font-family: verdana;
	color: #0181c8;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 20px;
	font-weight: bold;
}


	
 h2.cta a:link,  h2.cta a:visited {
		color: #339933;
}

 h2.cta a:hover,  h2.cta a:active {
	color: #302c2d;
	
}


p {
padding: 0 0 10px 0;
	
}

.quote {
	color:#0181c8 ;
}


/* sitemap */

.sitemap ul {
	}
	
	.sitemap li  {
	list-style: none;
			}
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			



.formLabels {
	font-family: Tahoma, "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #68777C;
	line-height: 20px;
	width: 220px;
	height: 20px;
	display: table;
	float: left;
}
.smallSingleLineFields {
	font-family: Tahoma, "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #0B8AC8;
	line-height: 16px;
	height: 20px;
	width: 315px;
	float: left;
	border: 1px solid #D5D8DA;
	background-color: #EAF6EF;
	padding:2px;
	margin-right: 10px;

}

.largeMultiLineFields {
	font-family: Tahoma, "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: #0B8AC8;
	line-height: 16px;
	height: 150px;
	width: 650px;
	border: 1px solid #D5D8DA;
	background-color: #EAF6EF;
	padding: 2px;
}
.largeMultiLineFieldsLEFT {
	height: 150px;
	width: 450px;
	margin-bottom: 4px;
	float: left;
}
.button_send {
	float: left;
	margin-top: 15px;
	width: 451px;
}


.contactfooter {
	margin: 50px 0 0 0;
	clear: both;
}

.contactfooter img {
	float: left;
}


.smallprint {
	font-size: 0.7em;
	line-height: 1.4em;
}
