@charset "utf-8";
.maintextsubheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #313888;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 742px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	background-image: url(images/headergraphic2a.jpg);
	height: 137px;
	width: 742px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
} 
.twoColFixLtHdr  #greybar {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/headerbg2.gif);
	background-position: bottom;
	background-repeat: repeat-x;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px none #BDBFBF;
}
.twoColFixLtHdr #mainContent {
	float: right;
	width: 530px;
	border: 1px solid #EBEBEB;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
} 
.textright2 {
	text-align: left;
	float: right;
	width: 300px;
	height: 280px;
}
.textright {
	text-align: left;
	float: right;
	width: 80px;
	height: 100px;
	top: 200px;
	padding-top: 200px;
}

.twoColFixLtHdr #footer {
	height: 55px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CECFCE;
	border-right-color: #CECFCE;
	border-bottom-color: #CECFCE;
	border-left-color: #CECFCE;
	border-bottom-width: 1px;
	background-image: url(images/footernew.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
} 
.footertext {
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footertext a {
	font-size: 9px;
	color: #CC0000;
	text-align: center;
	text-decoration: none;
}

.headertext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 64px;
	color: #000066;
	text-align: center;
	font-weight: normal;
}
.headersubtext {
	font-size: 14px;
	color: #000066;
	text-align: center;
	font-weight: bolder;
}



.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.maintextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.bullettext {
	color: #313888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.bulletpoint {
	font-size: 16px;
	color: #E55B37;
	font-weight: normal;
}


.yourlocalleaflet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #E45537;
}
.maintextheader  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #313888;
}
.Maintextheaderred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #E45537;
}
.centreimage {
	margin-right: auto;
	margin-left: auto;
}
.imageleft {
	float: left;
}
.areas {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.image {
	float: left;
	height: 340px;
	width: 570px;
	padding-left: 20px;
}
.linktext2   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #E45537;
	text-decoration: underline;
}
.linktext2  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF6633;
	text-decoration: none;
}

#sidebar1  ul.vert-one{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	line-height:26px;
	width:182px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-indent: 5px;
	background-color: #EFEBEF;
}
#sidebar1  ul.vert-one  li{
	margin:0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #000066;
	border-bottom-color: #FFFFFF;
	width: 183px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #EFEBEF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
}
#sidebar1  ul.vert-one  li  a{
	display:block;
	text-decoration:none;
	color:#fff;
	width:179px;
	background-image: url(images/butnbg2.gif);
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	background-repeat: no-repeat;
}
#sidebar1  ul.vert-one  li  a:hover{
	background-image: url(images/butnbg2hover.jpg);
	background-position: left bottom;
	width: 179px;
	padding-left: 5px;
	color: #31309C;
	background-repeat: no-repeat;
}
#sidebar1  ul.vert-one  li  a.current,ul.vert-one  li  a.current:hover{background:#933 url("/code/vert-one/images/vert-one_arrow.gif") no-repeat 0 9px;}
.boldbluemessage {
	font-size: 16px;
	color: #31388C;
	font-weight: bold;
}
.bullets {
	background-image: url(images/bullets.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: top;
	height: 166px;
}
testimonialright {
	float: right;
}
.testimonialright {
	float: right;
	font-size: 85%;
}
.testimonial {
	font-size: 110%;
	font-weight: normal;
	text-indent: -8px;
	text-align: left;
	padding-left: 15px;
	margin-left: 15px;
}
#map {
	padding-left: 70px;
}
.testimonialtitle {
	font-size: 110%;
	font-weight: normal;
}
