@charset "utf-8";

/* CSS Document */



body,td,th {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #000000;

}

body, html {

	background-color: #CACACA;

	margin:0px; 

    padding:0px;

    height:100%;

}

a:link {

	color: #000000;

}

a:hover {

	color: #000000;

}

a {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

}

a:visited {

	color: #000000;

}

a:active {

	color: #000000;

}



.clear {

	clear:both;

}



#wrapper {

	width:100%;

	height:100%;

	background-image:url(../images/tile_bg.jpg);

	background-repeat:repeat-x;

}

#site {

	margin:auto;

	width:848px;

	background-color:#FFFFFF;

}

#header {

	padding-top:20px;

	background-color:#808080;

}

/*----------------------------------------------------------------------------------------------------------*/

/* Navigation */

/*----------------------------------------------------------------------------------------------------------*/


#navbar {
	display:block;
	width:830px;
	margin:0px;
	background-image:url(../images/nav/nav_grey.jpg);
	padding-left:18px;
}

#navlist {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	height:38px;
}

ul#navlist li {
	float: left;
	margin:0px;
	padding:0px;
	list-style:none;
	border-left: 1px solid #fff;
}
ul#navlist li.last{ border-right: 1px solid #fff; }
ul#navlist li a{
	font-size:14px;
	line-height: 14px;
	font-weight: bold;
	display: block;
	padding: 12px 25px 11px 25px;
	color: #fff;
	text-decoration: none;
}
ul#navlist li a:hover{
	color: #fff;
	background: url(/images/bg_nav_hover.jpg) left top repeat-x;
}

/*
#navlist li a {
	float:left;
	padding:38px 0 0 0;
	overflow:hidden;
	height:0px !important;
	height:38px;
}

#navlist li a:hover {
	background-position:0 -38px;
}

#navlist li a:active {
	background-position:0 -38px;
}

#home_btn a {
	width:126px;
	background:url(../images/nav/nav_home.jpg) top left no-repeat;
}
#aboutus_btn a {
	width:145px;
	background:url(../images/nav/nav_aboutus.jpg) top left no-repeat;
}
#services_btn a {
	width:123px;
	background:url(../images/nav/nav_services.jpg) top left no-repeat;
}
#whychoose_btn a {
	width:183px;
	background:url(../images/nav/nav_whychoose.jpg) top left no-repeat;
}
#contactus_btn a {
	width:145px;
	background:url(../images/nav/nav_contact.jpg) top left no-repeat;
}
*/


/*----------------------------------------------------------------------------------------------------------*/

/* Sidebar */

/*----------------------------------------------------------------------------------------------------------*/



#sidebar {

	float:left;

	width:215px;

}

.quote {

	margin:50px 20px 20px 20px;

}

.text-quote{
margin:50px 20px 20px 20px;
padding: 5px;
color: #fff;
background: #ba0001;
font-size: 10px;
line-height: 16px;
}
.by-line{
display: block;
text-align: right;
padding: 5px 0 0 0;
font-style: italic;
}





#contactform {

	background-image:url(../images/contact_background.jpg);

	background-repeat:no-repeat;

	width:157px;

	height:201px;

	margin:18px;

	padding:10px;

	text-align:center;

	font-family:"Times New Roman", Times, serif;

	font-size:14px;

	font-weight:bold;

}

#contactform form {

	font-family:Arial, Verdana, Helvetica, sans-serif;

	font-size:11px;

	font-weight:bold;

	color:#666666;

	text-align:left;

	margin-top:16px;

}

#contactform .text {

	width:156px;

	font-size:14px;

}

#contactform input {

	margin-bottom:12px;

}



/*----------------------------------------------------------------------------------------------------------*/

/* Content */

/*----------------------------------------------------------------------------------------------------------*/

#home-content {

	font-family:Arial, Verdana, Helvetica, sans-serif;

	font-size:12px;

	float:left;

	width:600px;

}

#content {

	font-family:Arial, Verdana, Helvetica, sans-serif;

	font-size:12px;

	float:right;

	width:600px;

}

.title {

	margin:20px 10px 0px 20px;

	font-size:18px;

	font-weight:bold;

	color: #D53030;

}

.body {

	margin:20px;

	line-height: 18px;

}

.hidebody{
	margin:0px;
	display:none;
	line-height: 18px;
}

.bios {

	margin:6px 10px 0px 0px;
	float:right;
	line-height: 18px;

}

.employee {

	margin: 10px 20px 20px 20px;

	float:left;
	

}

.servicesLogosImg{ padding:0px 0px 0px 20px;}



#spivid {

	margin-left:70px;

	margin-top:20px;

	width:489px;

}

#contact {

	margin:20px;

	width:400px;

}



/*----------------------------------------------------------------------------------------------------------*/

/* Footer */

/*----------------------------------------------------------------------------------------------------------*/



#footer {

	width:848px;

	padding-top:52px;

	background-image:url(../images/footer.jpg);

	background-repeat:no-repeat;

	background-color:#CACACA;

	font-size:12px;

}

.footertext a {

	font-size:12px;

}

.footertext a:hover {

	text-decoration:none;

}

.copyright {

	text-align:center;

	margin-bottom:0px;

}