/*
Company:	CPS
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #fff;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 854px;
	margin-left: auto;
	margin-right: auto;
}

/* Body */
div#bd {
	width: 854px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

/* Footer */
div#ft {
	width: 854px;
	margin-left: auto;
	margin-right: auto;
	border-top: 14px solid #817d7d;
	padding: 10px 0 20px 0;
	text-align: center;
}
div#ft p {
	font-size: 93%;
	margin: 0 0 2px 0;
	color: #817d7d;
}
div#ft p a:link, div#ft p a:visited {
	color: #817d7d;
	text-decoration: none;
}
div#ft p a:hover, div#ft p a.active:link, div#ft p a.active:visited {
	color: #008364;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 285px;
	height: 110px;
	background: url(../images/cps-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 10px 0 10px 0;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Contact */
div#contact {
	width: 250px;
	text-align: right;
	padding: 38px 22px 0 0;
	float: right;
	display: inline;
}
div#contact p.call {
	font-size: 138.5%;
	text-transform: uppercase;
	color: #817d7d;
	font-weight: bold;
	margin: 0 0 3px 0;
}
div#contact p.call span {
	color: #008364;
}
div#contact p.phone {
	font-size: 108%;
	color: #817d7d;
}

/* Main */
div.main {
	width: 512px;
	margin: 0 0 0 10px;
	padding: 20px 0 0 0;
	float: left;
	display: inline;
}

/* Side */
div.side {
	width: 282px;
	margin: 5px 10px 0 0;
	overflow: hidden;
	float: right;
	display: inline;
}
body.inside div.side {
	padding: 10px 0 0 0;
	width: 262px;
}
div.side div.video {
	margin: 0 0 20px 0;
}
div.side-content {
	padding: 0 3px;
}
body.home div.side {
	background-color: #dbd7d7;
}
div.side-top {
	width: 282px;
	height: 11px;
	background: url(../images/side-top.gif) no-repeat 0 0;
	overflow: hidden;
}
div.side-btm {
	width: 282px;
	height: 11px;
	background: url(../images/side-btm.gif) no-repeat 0 0;
	overflow: hidden;
}

/* Self Serve */
div.self-serve {
	width: 268px;
	height: 164px;
	background: url(../images/self-serve-bkg.jpg) no-repeat 0 0;
	margin-left: 4px;
	margin-bottom: 20px;
}

div.self-serve h3 {
	text-transform: uppercase;
	color: #008364;
	font-size: 123.1%;
	padding: 23px 0 0 59px;
}
div.self-serve p {
	color: #fff;
	font-size: 93%;
	padding: 10px 15px 0 75px;
	margin: 0 0 5px 0;
}
div.self-serve a.clickhere {
	display: block;
	background: url(../images/green-btn-bkg.gif) repeat-x 0 0;
	padding: 3px 8px;
	border: 1px solid #fff;
	font-size: 85%;
	font-weight: bold;
	float: right;
	display: inline;
}
div.self-serve a.clickhere:link, div.self-serve a.clickhere:visited {
	color: #fff;
	text-decoration: none;
}

/* Price Quote */
div.side div.price-quote {
	width: 257px;
	height: 93px;
	background: url(../images/quote-callout-bkg.gif) no-repeat 0 0;
	overflow: hidden;
	margin: 0 0 0 5px;
}
body.inside div.side div.price-quote {
	background: url(../images/quote-callout-bkg-inside.gif) no-repeat 0 0;
	margin: 0 0 10px 0;
}
div.side div.price-quote h3 {
	font-size: 123.1%;
	color: #fff;
	border-bottom: 1px solid #67b5a3;
	margin: 10px 66px 0 10px;
	padding: 0 0 2px 0;
	font-weight: normal;
}
div.price-quote p {
	margin: 0;
}
div.price-quote p a {
	display: block;
	height: 45px;
	font-size: 93%;
	padding: 6px 70px 0 10px;
	line-height: 140%;
}
div.price-quote p a:link, div.price-quote p a:visited {
	color: #fff;
	text-decoration: none;
}

/* Testimonials */
div.testimonials {
	width: 257px;
	height: 93px;
	background: url(../images/testimonials-bkg.gif) no-repeat 0 0;
	overflow: hidden;
	margin: 0 0 10px 0;
}
div.side div.testimonials h3 {
	font-size: 123.1%;
	color: #fff;
	border-bottom: 1px solid #ffcc85;
	margin: 10px 66px 0 10px;
	padding: 0 0 2px 0;
	font-weight: normal;
}
div.testimonials p {
	margin: 0;
}
div.testimonials p a {
	display: block;
	height: 45px;
	font-size: 93%;
	padding: 6px 70px 0 10px;
	line-height: 140%;
}
div.testimonials p a:link, div.testimonials p a:visited {
	color: #fff;
	text-decoration: none;
}

/* Contact Us */
div.contact {
	width: 257px;
	height: 93px;
	background: url(../images/contact-bkg.gif) no-repeat 0 0;
	overflow: hidden;
	margin: 0 0 10px 0;
}
div.side div.contact h3 {
	font-size: 123.1%;
	color: #fff;
	border-bottom: 1px solid #8cb8de;
	margin: 10px 66px 0 10px;
	padding: 0 0 2px 0;
	font-weight: normal;
}
div.contact p {
	margin: 0;
}
div.contact p a {
	display: block;
	height: 45px;
	font-size: 93%;
	padding: 6px 70px 0 10px;
	line-height: 140%;
}
div.contact p a:link, div.contact p a:visited {
	color: #fff;
	text-decoration: none;
}

/* Sidenav */
div.sidenav h3 {
	line-height: 40px;
	background: url(../images/sidenav-hd.gif) no-repeat 0 100%;
	text-align: right;
	width: 242px;
	padding: 0 10px 0 0;
	font-size: 100%;
	font-weight: bold;
	color: #008364;
}
div.sidenav h4 {
	color: #db8214;
	font-weight: normal;
	text-align: right;
	width: 242px;
	margin: 0 0 2px 0;
	font-size: 93%;
}
div.sidenav ul {
	text-align: right;
	width: 242px;
	margin: 0 0 30px 0;
	padding: 0;
}
div.sidenav ul li {
	list-style: none;
	padding: 2px 0;
	font-size: 93%;
}
div.sidenav ul li a:link, div.sidenav ul li a:visited {
	text-decoration: none;
	color: #888;
}
div.sidenav ul li a:hover {
	color: #008364;
}

/* Main Callout */
div.main-callout {
	width: 492px;
	background-color: #dbd7d7;
	overflow: hidden;
	padding: 0 10px;
}
div.main div.main-callout p {
	font-size: 85%;
}
div.main div.main-callout span.highlight {
	font-size: 108%;
	font-weight: bold;
	font-style: italic;
	color: #008364;
}
div.main-callout img {
	margin: 0 15px 10px 0;
	float: left;
	display: inline;
}
div.main-callout-top {
	width: 512px;
	height: 10px;
	background: url(../images/main-callout-top.gif) no-repeat 0 0;
	overflow: hidden;
}
div.main-callout-btm {
	width: 512px;
	height: 10px;
	background: url(../images/main-callout-btm.gif) no-repeat 0 0;
	overflow: hidden;
}
/* @end */

/* @group Nav */
div#nav {
	clear: both;
	height: 59px;
	background: url(../images/nav-bkg.gif) no-repeat 0 0;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 30px;
}
div#nav ul li {
	padding: 1px 0 0 0;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 51px;
	padding: 0 21px;
	font-size: 108%;
	text-transform: uppercase;
	border-right: 1px solid #bab8b4;
	font-weight: bold;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li.last a {
	border: none;
}
div#nav ul li:hover a, div#nav ul li.sfhover a {
	background-color: #008364;
}
div#nav ul li a.active {
	background-color: #008364;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #008364;
	width: 175px;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 5px;
	padding-bottom: 5px;
}
div#nav ul li ul li {
	background-image: none;
	height: 22px;
	float: none;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 0 10px;
	margin: 0;
	font-size: 93%;
	display: block;
	font-weight: normal;
	background-image: none!important;
	text-transform: none;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:hover {
	background-color: #51a691;
}

/* @end */

/* @group Default Headings */
div.main h1 {
	color: #008364;
	font-size: 153.9%;
	margin: 0 0 10px 0;
}
body.inside div.main h1 {
	font-size: 138.5%;
}

div.main h2 {
	color: #db8214;
	font-weight: normal;
	margin: 0 0 2px 0;
}

div.side h3 {
	margin: 0 0 5px 0;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	color: #555;
	line-height: 150%;
	font-size: 93%;
}
/* @end */

/* @group Default Lists */
div.main li {
	color: #555;
	line-height: 150%;
	font-size: 93%;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #008364;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li
{
padding-left: 10px;
background-image: url(<a href="../user_files/PDF Logo.jpg">PDF Logo.jpg</a>);
background-repeat: no-repeat;
background-position: 0 .5em;
}