@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(images/bg.jpg) repeat-x;
	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: #333333;
}
.twoColFixRtHdr #container { 
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #fff; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 472px;
} 

.twoColFixRtHdr #header_sub { 
	background: #fff; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 326px;
} 


.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 364px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff url(images/sidebardivider.jpg) left repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 0 30px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 414px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	background: url(images/footerbg.jpg);
	height: 60px; 
	margin-top: 20px;
} 
.twoColFixRtHdr #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 */
}

#copyright {
color:#fff;
padding-right: 20px;
float:right;
text-align:right;
}

#footer ul {
float:left;
text-align:left;
margin: 0;
padding: 20px 0 0 10px;
}

#footer li {
display:inline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
text-align:justify;
padding: 0 5px 0 5px;}

#footer a:link {
color: #fff;
} 

#footer a:visited {
color: #fff;
} 

#footer a:hover {
text-decoration:underline;
color: #fff;
} 

#footer a:active {
color: #fff;
} 


.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;
}

.clearleft { /* 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:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.logo {
float:left;}

.telephone {
float:right;
font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
font-size: 26px;
color: #0FA59A;
font-weight: bold;
padding:3px 10px 0 0;
}

#banner {
background: #fff url(images/bannerbg.jpg) right no-repeat;
height: 374px;}

#banner_sub {
background: #fff url(images/bannerbg_sub.jpg) right no-repeat;
height: 228px;}

.bannerh1 {
color:#fff;
width: 275px;
font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 30px;
}

.test {
color:#cc0033;
width: 275px;
font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 30px;
}

#topheader ul {
float:right;
width: 660px;
text-align:right;
}

#topheader li {
display:inline;
font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333;
text-align:justify;
padding: 0px 9px 0 9px;}

#topheader li a:link {
font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
color: #333;
text-decoration: none;
}

#topheader li a:visited {
font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
color: #333;
text-decoration: none;
}

#topheader li a:hover {
font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
color: #0FA59A;
text-decoration: underline;
}

#topheader li a:active {
font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
color: #333;
text-decoration: none;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
color: #0FA59A;
font-weight: normal;}

h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000;
font-weight: normal;
margin: 5px 0px;}

p {
line-height: 22px;}

#features {
padding-top: 20px;
}

.imageborder {
border: 1px solid #CCCCCC;
padding: 2px;}

#feature1, #feature2, #feature3 {
width: 172px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
float:left;
}

#feature1, #feature2 {
padding-right: 14px;
}

a:link {
color: #0FA59A;
text-decoration: underline;
}

a:visited {
color: #0FA59A;
text-decoration: underline;
}

a:hover {
color: #000;
text-decoration: none;
}

a:active {
color: #0FA59A;
text-decoration: underline;
}



/* ----------------------------Form--------------------------------------------------------------------------------- */


fieldset {

margin: 1em 0;

padding: 1em;

border: 1px solid #ccc;

}



legend {
font-weight: bold;
color: #990000;
}

textarea {
width: 500px;
height: 100px;
background-color: #E8E8E8;
border: 1px solid #ccc;
}

form p label {
float:left;
width: 30%;
}

form input {
width: 350px;
height: 25px;
background-color: #E8E8E8;
border: 1px solid #ccc;
}

form p {
clear:left:
margin: 0;
padding: 0;
padding-top: 5px;
}

#sidebar1 ul {
list-style-type: none;
padding: 0;
margin: 0;
line-height: 14px;
}

#sidebar1 li {
background:url(images/gifs/tick.gif) left center no-repeat;
padding: 5px 5px 5px 30px;
}

#contactsidebar ul{
margin: 0;
padding: 0;
}

#contactsidebar li{
padding: 5px 5px 5px 5px;
background-image: none;
}

.testimonial {
border: 1px solid #ccc;
background-color: #efefef;
padding: 5px;
margin-bottom: 20px;
}
.testimonial h3 {
font-size: 11px;
font-weight:bold;
font-style:italic;
}

.testimonial h4 {
font-size: 11px;
font-weight:bold;
padding: 0;
margin: 0;
}

#map_canvas {
border: 1px solid #CCCCCC;
padding: 2px;
width: 530px;
height: 300px;
}

.meettheteamimage {
border: 1px solid #CCCCCC;
padding: 2px;
float:left;
margin-right: 10px;
margin-bottom: 20px;
}

.fltrt_image {
border: 1px solid #CCCCCC;
padding: 2px;
float:right;
margin: 10px 0 10px 10px;
}

.testimonial_image {
border: 1px solid #CCCCCC;
padding: 2px;
float:right;
margin: 5px 5px 5px 10px;
}

.teammemberintro {
clear: left;
}

ul {
	line-height: 18px;
	}
	

#socialmedia {
	padding: 0px 0px 5px 10px;
	border: 1px solid #ccc;
	background-color:#87D2CC;
	color:#0000;
	font-size:10px;
}

#socialmedia ul{
	list-style-type: none;
	float:right;
	}
	
#socialmedia li{
	display: inline;
	padding: 5px;
	}