/* CSS Document */
html { height: 100%; padding-bottom: 1px; }  /* Forces vert scrollbar on all pages*/

body 
{
	margin: 0 0 0 0;
	height: 100%;
	min-height: 100%;
	min-width: 1010px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 10px solid #f0f0f0;
	}

p form h1 h2 table
{
margin: 0;
padding: 0;
}

.clear
{
clear: both;
}

#container
{
margin-left: auto;
margin-right: auto;
width: 1010px;
height: auto;
background-color: #FFFFFF;
}

#topnav
{
width: 1010px;
height: 64px;
float: left;
border-bottom: 1px solid #dce3e3;
}

.links
{
width: 400px;
height: 64px;
float: left;
line-height: 60px;
}

.links a
{
font-size: 14px;
color: #333333;
padding: 0 10px 0 10px;
}

.links a:hover
{
color: #f06667;
}


.icons
{
width: 500px;
height: 35px;
float: right;
padding-top: 15px;
font-size: 14px;
text-align: right;
}

.icons img
{
vertical-align: middle;
margin: 0;
padding: 0;
}

.banner
{
width: 1010px;
height: 205px;
float: left;
background:url(images/banner.jpg) bottom left no-repeat;
border-bottom: 10px solid #000000;
padding-top: 20px;
}



.left
{
width: 620px;
height: auto;
float: left;
padding: 35px;
}

h1
{
font-family: Arial, Helvetica, sans-serif;
font-size: 50px;
margin: 0 0 10px 0;
padding: 0;
color: #3f5258;
font-weight: normal;
}

.left p
{
font-size: 12px;
line-height: 25px;
margin: 10px 0 10px 0;
}

.left p a
{
color: #d1181d;
}

.left ul
{
font-size: 12px;
margin: 0;
padding: 0;
}

.left ul li
{
margin: 0 0 0 15px;
padding: 0;
line-height: 20px;
}

.right
{
width: 275px;
height: auto;
float: right;
padding-top: 35px;
background-color: #f0f0f0;
padding: 35px 13px 0 13px;
}

.full
{
width: 980px;
height: auto;
float: left;
padding: 35px 0 35px 35px;
}

.people
{
width: 960px;
height: auto;
float: left;
border-bottom: 1px solid #CCCCCC;
padding-bottom: 10px;
margin-top: 10px;
}

.people-image
{
width: 150px;
height: 150px;
float: left;
overflow: hidden;
padding: 10px;
border: 1px solid #CCCCCC;
}

.people-text
{
width: 770px;
height: auto;
float: left;
padding-left: 10px
}

.people-text p
{
font-size: 12px;
margin: 0;
padding: 0 0 10px 0;
line-height: 20px;

}

#footer
{
width: 990px;
height: 99px;
float: left;
background: url(images/footer.jpg) top left repeat-x;
font-size: 10px;
line-height: 70px;
padding: 0 0 0 20px; 
}


#contact-wrapper {
	width:430px;
	border:1px solid #e2e2e2;
	background:#f1f1f1;
	padding:20px;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}

#contact-text
{
width: 300px;
height: 500px;
float: left;
}

#scroller
{
width: 303px;
height: 201px;
float: right;
position:relative;
}

#smallscroller
{
width: 150px;
height: 150px;
position:relative;
margin-left: auto;
margin-right: auto;
text-align: center;
}

.clientbox
{
width: 200px;
height: 150px;
float: left;
overflow: hidden;
margin: 5px 10px 5px 10px;
padding: 5px;
border: 1px solid #999999;
}