@charset "UTF-8";
body  {
	font: 14px/1.5em Verdana, Arial, Helvetica, sans-serif;
	background: #f1f1f1 url(../i/u-bgrd.gif) repeat-y center;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

#container { 
	width: 852px;  /* 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. */
} 
.work-pics {
	margin: 0px;
	padding: 0px 0px 20px;
	height: 300px;
	width: 400px;
}

#header {
	background: #FFFFFF url(../i/u-rvhdr.png) no-repeat;
	padding: 0;
	margin: 0px;
	height: 120px;
	width: 100%;
	position:relative;
} 

/* main nav  from http://articles.techrepublic.com.com/5100-10878_11-5153115.html?tag=rbxccnbtr1 */
#mainnav {
	height: 30px;
	width: 677px;
	margin-left: 173px;
	top: 90px;
	position: absolute;
}
#mainnav ul {
	margin:0;
	padding:0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 30px;
	white-space: nowrap;
}
#mainnav li {
	list-style: none;
	display: inline;
	background: transparent;
	text-align: center;
	margin: 0px;
	padding-right: 15px;
	border-right: 1px solid #FFFFFF;
	padding-left: 15px;
	color: #FFFFFF;
}

#mainnav li a:link, a:visited, a:active {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent;
		
}	
#mainnav li a:hover {
	font-weight: normal;
	text-decoration: underline;
	background: transparent;
	
}

#mainContent {
	margin: 15px 0 20px 250px; /* the left margin on this div element creates the column down the left 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer {
	padding: 0 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(../i/u_ftr.gif) no-repeat center;
	height: 47px;
	margin: 0px;
} 
#footer p {
	margin: 0px 20px 0 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 32px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 12px Arial, Helvetica, sans-serif;
	text-align: right;
	color: #666666;
}
#footer p a:link, #footer p a:visited, #footer p a:hover, #footer p a:active{
	 /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0px 0px;
	color: #666666;
	text-decoration: underline;
}
.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: 10px;
	margin-top: 5px;
}
.team-pics { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	display: inline
	border: 1px solid #CCCCCC;
}
.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;
}
p {
	font-size: 0.85em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 1em;
}
ul {
	margin-left: 15px;
	padding-left: 0px;
	font: 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
}	
/* headline styles */
h1 {
	font: normal 24px Arial, Helvetica, sans-serif;
	color: #00679E;
	text-align: left;
	margin-top: 0px;
	margin-bottom: .1em;
}
h2 {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #00679E;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2.sidebar1 {
	font: normal 14px/25px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #A3A695 url(../i/u_graze.gif) no-repeat right bottom;
	width: 220px;
	padding: 0;
	margin: 0;
	height: 25px;
	text-align: left;
	letter-spacing: 0.1em;
	text-indent: 10px;
	position: absolute;
	top: 135px;
}
h3 {
	font: normal 18px/1.2em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 4px 0;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
}
h3 a:link, h3 a:visited, h3 a:hover, h3 a: active {
color: #333333;
}
 
h4 {
	font: normal 15px/1.2em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 4px 0;
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
}
h5 {
	font: 20px "Lucida Grande", "Lucida Sans", Arial;
	color: #666666;
	margin-top: 1em;
	margin-bottom: 0.3em;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
}
h6 {
	font: bold normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}
#loadarea1 {
	margin: 0px;
	padding: 0px 0px 20px;
	height: 405px;
	width: 515px;
}
#loadarea2 {
	margin: 0px;
	padding: 0px 0px 20px;
	height: 405px;
	width: 515px;
}
#loadarea3 {
	margin: 0px;
	padding: 0px 0px 20px;
	height: 405px;
	width: 515px;
}
#loadarea4 {
	margin: 0px 0px 30px;
	padding: 0px 0px 0px;
	height: 405px;
	width: 515px;
}
/* link styles */

#mainContent a:active, #mainContent a:active, #mainContent a:link, #mainContent a:visited  {
color: #00679e;
text-decoration: underline;
}
	
#mainContent a:hover {
background: transparent;
text-decoration: none;
}

/* sidebar styles */
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* 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: #EBEBEB url(../i/u_sbbgrd.gif); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 0px 0px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 15px 0px 15px 0px;
	display:inline;
}

#sidebar1 a:link, #sidebar1 a:visited, #sidebar1 a:hover, #sidebar1 a:active {
	background: transparent;
	text-align: left;
	margin: 0px 0px;
	color: #0066CC;
	text-decoration: underline;
		}
p.sidebar1 {
	font: 12px/1.3em Arial, Helvetica, sans-serif;
	background: transparent;
	text-align: left;
	padding-left:20px;
	padding-right:20px;
	margin: 0px 0px 0.75em;
}
h6.sidebar1 {
	font: 12px/1.2em Arial, Helvetica, sans-serif;
	background: #f3f1e9;
	text-align: left;
	padding-left:20px;
	padding-right:20px;
	margin: 0px 0px 0em;
	padding-bottom: 10px;
	}
	
.readmore {
	display: block;
	height: 36px;
	width: 179px;
	border-bottom: 1px solid #999999;
	margin-top: 0;
	margin-bottom: 25px;
	margin-left: 20px;
	}
	
.readmore-last {
	display: block;
	height: 36px;
	width: 199px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
img.team-member {
	padding: 0;
	margin: 3px 10px 0 0;
	width: 75px;
	height: 95px;
	background: #999999;

}
#sidebar1 ul {
	padding-left:0px;
	margin-left: 0px;
	list-style: none;
	color: #0066CC;
	margin-left: 0px;
}

#sidebar1 li {
	font: 13px/1.5em Arial, Helvetica, sans-serif;
	background: transparent;
	text-align: left;
}
/* about us styles */
.biogs {

	width: 80%;
	padding-bottom: 10px;
	font-size: 0.85em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0;
}
.biogs-last {
	text-align: left;
	width: 80%;
	padding-bottom: 10px;
}

.home-testimonials {
	font: bold 16px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	background: #f3f1e9;
	border-top: 4px solid #FFFFFF;
	padding: 20px;
}

/* testimonials page */
.testimonial-text {
	font: 14px/1.5em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333;
	margin-top: 0px;
	margin-bottom: 0.5em;
	width: 450px;
}	
.testimonial-credit {
font: bold 12px/15px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
color: #000000;
border-bottom: 1px dotted #00679E;
margin-bottom: 15px;
padding-bottom: 10px;
}
.noborder-img {
	border-style: none;
}

#call-to-action, #call-to-action a:link, #call-to-action a:visited, #call-to-action a:hover, #call-to-action a:active {
	font: bold 17px/1.2em Arial, Helvetica, sans-serif;
	color: #0099FF;
	margin: 0px 0px 30px;
	padding: 0px;
	}
.button {
	vertical-align: middle;
	margin: 0px;
	padding: 0px 5px 2px 0px;
	border-style: none;
}
	
.dotted-rule {
	margin: 0px 0px 10px;
	padding: 0px;
	border-top: 1px dotted #00679E;
}

/* contact form */
#contact-area input,#contact-area textarea {
	width:50%;
	border:1px solid #999;
	background:#EEE;
	color:#333;
	font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	font-size:10px;
	margin:0 0 15px;
	padding:5px
}

#contact-area textarea {
height:90px
}
#container #sidebar1 #beige {
	background: #f3f1e9;
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 4px solid #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-left: 0px;
}

#contact-area textarea:focus,#contact-area input:focus {
	background:#FFFFFF
}

#contact-area input.submit-button {
	width:110px;
	float:right;
	margin-right:197px;
	background:#CCCCCC
}

label {
	float:left;
	text-align:left;
	margin-right:55px;
	width:200px;
	padding-top:5px;
	font-weight:400;
	font-size: 0.85em;
}
.smallprint {
	font-size: 10px;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	text-align: left;
	padding-top: 50px;
	width: 565px;
	margin: 0px;
	height: 30px;
}
#click-example, #click-example a:link, #click-example a:visited, #click-example a:hover, #click-example a:active {
	font: bold 14px/1.2em Arial, Helvetica, sans-serif;
	color: #0099FF;
	margin: 0px 0px 30px;
	padding: 0px;
}
.services-list, .services-list a:link, .services-list a:visited, .services-list a:hover, .services-list a:active {
	color: #333333;
}
.img-bigpics {
	margin: 0px;
	padding-bottom: 15px;
}
#urgent-phone {
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	color: #FFFFFF;
	font-size: 18px;
	text-align: right;
	height: 30px;
	width: 320px;
	margin: 0px;
	position: absolute;
	right:12px;
	top:10px;
}
.news-item {
	text-align: left;
	padding: 0px;
	width: 500px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.news-item-credit {
	text-align: left;
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans", Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
.news-entry {
	color: #000000;
	font-size: 12px;
	line-height: 1.5em;
}

.work-pic-holders {
	padding: 0px;
	margin-bottom: 20px;
}
#hands {
	width: 190px;
	float: left;
	text-align:left;
	margin:0;
	padding:0;
	display: inline;
}
#hands p a:link, #hands p a:visited, #hands p a:active {
	color:#00679e;
	}
#hands p a:hover {
text-decoration:none;
}
.accredit {
	text-align: center;
	padding-left: 20px;
	border-style: none;
	padding-bottom: 10px;
}
.banner {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* 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: #0099FF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 15px 0px;
	margin: 0px;
	display:inline;
	font: bold 20px/1.3em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 110px;
	border-top: 4px solid #FFFFFF;
	text-align:center;
}

.boc-banner {
	background: #FFFFFF url(../i/h_boclogo.gif) no-repeat right bottom;
	float: left;
	width: 199px;
	height: 160px;
	padding: 20px 10px 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: normal;
	border-left: 1px solid #f3f1e9;
}

