/*
-----------------------------------------------
The ASAP Base Styles
----------------------------------------------- */

html	{
	min-width: 862px;
	}


	
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 62.5%/1.2em Helvetica, Verdana, Arial, sans-serif;
	color: #333333;
	background-color: #F6F6F6;
}





/* Containers
----------------------------------------------- */

#wrapper {
	width: 860px;
	height: 100%;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: url(images/asap_bkg.jpg) repeat-y;
}

#content {
	height: auto;
	width: 800px;
	margin: 0px 30px;
}

#header {
	height: 144px;
	width: 800px;
	padding: 0px;
}

#header_logo {
	float: left;
	height: 144px;
	width: 350px;
	background: url(images/asap_header_logo.jpg) no-repeat;
}

#header_right {
	float: left;
	height: 144px;
	width: 450px;
	background: url(images/asap_header_right.jpg) no-repeat;
}

#banner {
	height: 259px;
	width: 800px;
}

.home {
	background: url(images/asap_banner_home.jpg) no-repeat;
}

.about {
	background: url(images/asap_banner_about.jpg) no-repeat;
}

.clients {
	background: url(images/asap_banner_clients.jpg) no-repeat;
}

.contact {
	background: url(images/asap_banner_contact.jpg) no-repeat;
}

.services {
	background: url(images/asap_banner_services.jpg) no-repeat;
}


	
#nav {
	height: 20px;
	width: 800px;
	font: 1.3em/1.2em Georgia, Times, serif;
	color: #333333;
	padding: 28px 0px 0px 20px;
}	
		
a {
	color: #444444;
	}
	
a:hover {
	color: #111111;
	}

.divider {
	margin: 0px 15px;
	}
	
	
	
	
/* Left Content
----------------------------------------------- */

#leftcontent {
	display: block;
	float: left;
	background: url(images/asap_quote_home.jpg) no-repeat;
	width: 350px;
	height: 197px;
	}
	

/* Right Content
----------------------------------------------- */

#rightcontent {
	display: block;
	float: left;
	width: 450px;
	height: auto;
	}
	
#rightcontenttext {
	width: 400px;
	height: auto;
	font: 1.2em/1.4em Helvetica, Verdana, Arial, sans-serif;
	color: #333333;
	margin: 20px 0px 0px 20px;
	}
	
	
	
br.clear {clear: left;}



/* Footer
----------------------------------------------- */
#footer {
	height: 50px;
	width: 860px;
	margin: 0px 0px 0px -20px;
	background: url(images/asap_footer.jpg) no-repeat;
}

html>body #footer {
	margin-right: auto;
	margin-left: auto;
}	

#footertext {
	margin: 25px 0px 20px 30px;
	float: left;
	text-align: left;
	font: 1.0em/1.1em Georgia, serif;
	color: #888888;
}

#footertextlinks {
	margin: 25px 30px 20px 0px;
	float: right;
	text-align: right;
	font: 1.0em/1.1em Georgia, serif;
}

#footertextlinks a{
	color: #888888;
}

#footertextlinks a:hover{
	color: #666666;
}



/* Typography
----------------------------------------------- */

h1 {
	font: 1.5em/1.6em Georgia, serif;
	color: #444444;
}

h4 {

}

h5 {

}

h5 a{

}

h5 a:hover{

}

p {

}

p a {

}

p a:hover {

}

h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}



/* Links
----------------------------------------------- */
a {
	text-decoration: none;
	border: none;
}





/* Imagery
----------------------------------------------- */
img	{
	display: block;
	border: 0 none inherit;
	}





/* IE Overrides
----------------------------------------------- */
