body {
	font: 13px/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #f8f6e8;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6,  {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color: #685f23;
	text-decoration: none;
}
a:visited {
	color: #685f23;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
}
.header {
	background: #ffffff;
	float:left;
}


 ul {

	padding-left:2px;

	padding-top:5px;

	padding-bottom:10px;

	}

	

		

.list li {

	background-image: url(images/list-bullet.png);

	background-repeat: no-repeat;

	background-position: 0 .4em;

	list-style: none;

	padding-left:13px;

	padding-bottom:2px;

	}

/*nav*/
.nav {
	float:right;
	margin-top:20px;
}
#nav {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	width:500px;
	height: 13px;
	overflow: hidden;
	padding-top:25px;
}
#nav li {
	float: left;
}
#nav a {
	display: block;
	background-image: url(images/nav.jpg);
	padding-top: 11px; /* same as height of #nav */
	text-decoration: none;
	background-repeat: no-repeat;
	display: block;
	border: none;
	outline: none;
}
#nav-whyhire {
	width: 112px;
}
#nav-whyhire:hover, #whyhire-page #nav-whyhire {
	background-position: 0px -13px;
}
#whyhire-page1 #nav-whyhire {
	background-position: 0px -26px;
}
#nav-ourservices {
	width: 97px;
	background-position: -112px 0;
}
#nav-ourservices:hover, #ourservices-page #nav-ourservices {
	background-position: -112px -13px;
}
#ourservices-page1 #nav-ourservices {
	background-position: -112px -26px;
}
#nav-aboutus {
	width: 79px;
	background-position: -208px 0;
}
#nav-aboutus:hover, #aboutus-page #nav-aboutus {
	background-position: -208px -13px;
}
#aboutus-page1 #nav-aboutus {
	background-position: -208px -26px;
}
#nav-testimonials {
	width: 96px;
	background-position: -286px 0;
}
#nav-testimonials:hover, #testimonials-page #nav-testimonials {
	background-position: -286px -13px;
}
#testimonials-page1 #nav-testimonials {
	background-position: -286px -26px;
}
#nav-contact {
	width: 84px;
	background-position: -381px 0;
}
#nav-contact:hover, #contact-page #nav-contact {
	background-position: -381px -13px;
}
#contact-page1 #nav-contact {
	background-position: -381px -26px;
}
/* ~~ content ~~ */

.leftcol {
	float:left;
	width:400px;
}

.rightcol {
	padding: 0 20px 0 0px;
	float:left;
	width:480px;
}

.leftcol-whyhire {
	float:left;
	width:360px;
}
.rightcol-whyhire {
	padding: 0 20px 0 0px;
	float:left;
	width:510px;
}

.leftcol-ourservices {
	float:left;
	width:380px;
}
.rightcol-ourservices {
	padding: 0 20px 0 0px;
	float:left;
	width:500px;
}


.leftcol-aboutus {
	float:left;
	width:340px;
}
.rightcol-aboutus {
	padding: 0 20px 0 0px;
	float:left;
	width:540px;
}

.leftcol-test {
	float:left;
	width:360px;
}
.rightcol-test {
	padding: 0 20px 0 0px;
	float:left;
	width:530px;
}
.leftcol-contact {
	float:left;
	width:340px;
}
.rightcol-contact {
	padding: 0 20px 0 0px;
	float:left;
	width:530px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 10px 10px 20px;
	background: #685f23;
	color:#ffffff;
	font-size:11px;
	border-top:1px #ccc7a3 solid;
}
.footer a:hover {
	color: #fff;
	text-decoration:underline;
}
.footer a:link, a:active, a:visited {
	color: #fff;
}


.divide {
	clear:both;
	border-top:#ccc7a3 solid 1px;
	height:80px;
}
#callout {
	width:585px;
	height:60px;
	float:right;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	background-image: url(images/red_bg.jpg);
	background-repeat:repeat-x;
	margin-top:20px;
	margin-right:40px;
}
.headline {
	padding-top:15px;
}
a:hover {
	color: #6b0602;
}
a:active {
	color: #685f23;
}
.large_link {
	font-size:15px;
	font-weight:bold;
}

hr {
border: none 0; 
margin:0px;
height:1px;
background-color:#ccc7a3;
}
