/* --- set all margins and paddings to 0 for consistency --- */
* {
	margin: 0;
	padding: 0;
}

/* moz scrollbar page-jump fix */
html { overflow: -moz-scrollbars-vertical; }

/* clear fix */
.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 */

/* --- elements --- */

body {
	color: #444;
	background-color: #343338;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #05A4E3;
	margin: 1em 0 .5em 0;
	font-family: "lucida sans unicode", arial, helvetica, sans-serif;
}
h1 {
	font-size: 2.0em;
}
h2 {
	color: #fff;
	font-size: 1.8em;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 1em 0;
}
p, li {
	font-size: 1em;
	line-height: 1.6em;
}
ul, ol {
	margin: 1em 3em;
}

a:link { color: #666; }
a:active { color: #222; }
a:visited { color: #666; }
a:hover { color: #999; }


/* site structure */

div#doc-container {
	margin: 30px 0 0 0;
	background: #fff url(../images/background-boss-vertical.jpg) repeat-x top left;
	border-width: 10px 0;
	border-style: solid;
	border-color: #272729;
	text-align: left;
	min-height: 400px;
}
/*div#doc-header {
	background: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0.5em 1em;
}*/

div#width-surround {
	width: 750px;
}
div#doc-navigation {
	float: left;
	display: inline; /* ie margin fix */
	width: 180px;
	padding: 107px 10px 10px 10px;
	margin-left: 10px;
	background: #06b6ef url(../images/logo-rightbar.gif) no-repeat top;
}
ul#top-level-navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#top-level-navigation li {
	display: block;
	hight: 30px;
}
ul#top-level-navigation li a:link,
ul#top-level-navigation li a:active,
ul#top-level-navigation li a:visited {
	color: #fff;
	display: block;
	width: 150px;
	padding: 0 10px 0 20px;
	line-height: 31px;
	background: url(../images/list-bullet-nav-off.gif) no-repeat 10px 1em;
	text-decoration: none;
}
ul#top-level-navigation li a:hover,
ul#top-level-navigation li.sel a:link,
ul#top-level-navigation li.sel a:active,
ul#top-level-navigation li.sel a:visited {
	color: #035576;
	background: url(../images/nav-hover-background.gif) no-repeat center;
}
div#doc-content {
	float: right;
	width: 520px;
}
div#doc-footer {
	margin-bottom: 2em;
	color: #5e5c65;
	padding: 10px;
}
div#customer-login {
	background-color: #05a4e3;
	margin: 20px 0 0 0;
	padding: 10px 10px 10px 10px;
}
div#customer-login label {
	color: #fff;
	display: block;
	margin: 0 0 2px 0;
}
div#customer-login input.formField {
	width: 150px;
	padding: 2px;
	margin-bottom: 12px;
	border: 1px solid #048cc2;
}

div.page-heading-surround {
	height: 175px;
}
div.page-heading-surround h2 {
	position: relative;
	width: 520px;
	height: 40px;
	margin: 0;
	font-size: 1em;
}
div.page-heading-surround h2 span {
	position: absolute;
	width: 100%;
	height: 100%;
}
div.page-heading-surround h2.title-welcome span { background: url(../images/title_welcome.gif) no-repeat bottom left; }
div.page-heading-surround h2.title-about_us span { background: url(../images/title_about_us.gif) no-repeat bottom left; }
div.page-heading-surround h2.title-local_services span { background: url(../images/title_local_services.gif) no-repeat bottom left; }
div.page-heading-surround h2.title-special_offers span { background: url(../images/title_special_offers.gif) no-repeat bottom left; }
div.page-heading-surround h2.title-testimonials span { background: url(../images/title_testimonials.gif) no-repeat bottom left; }
div.page-heading-surround h2.title-testimonials-view span { background: url(../images/title_testimonials-view.gif) no-repeat bottom left; }
div.page-heading-surround h2.title-contact_us span { background: url(../images/title_contact_us.gif) no-repeat bottom left; }
div.page-heading-surround h2.title-terms-and-conditions span { background: url(../images/title_terms-and-conditions.gif) no-repeat bottom left; }

/*iv#doc-content-left {
	width: 65%;
	float: left;
}
div#doc-sidebar-right {
	width: 32%;
	float: right;
}
br.clear {
	clear: both;
}*/


/* user prompts */

div.user-message {
	background: #eee;
	border: 1px dotted #ccc;
	margin: 1em 0;
	padding: 0 1em;
	color: #666;
}
div.user-message h3 {
	margin: 10px 0 0 0;
}

/* form styling */
fieldset {
	margin: 1em 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #D9D6E7;
}
legend {
	color: #05A4E3;
	font-weight: bold;
}
fieldset ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
fieldset ol li label {
	display: block;
	margin: 10px 0 2px 0;
}

input.textfield, textarea.textfield {
	border: 1px solid #ccc;
	padding: 4px 2px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
input.captcha {
	width: 172px;
	display: block;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 5px;
	letter-spacing: 3px;
}
input.submitbutton {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding: 2px 10px;
}

span.required {
	color: #888;
	font-size: 0.8em;
	text-transform: uppercase;
}


/* special offers */

div.specialOffer {
	background: #f5f5f5;
	padding: 5px;
	margin-top: 1em;
}
div.specialOffer img {
	display: block;
	float: right;
	margin: 0 0 0 20px;	
}
div.specialOffer h3 {
	background: #06B6EF;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0.5em;
}
div.specialOffer p {
	margin-top: 0.8em;
	margin-bottom: 0;
}

/* miscellaneous */

div#doc-footer ul {
	clear: both;
	margin: 0;
	padding: 0;
	width: 760px;
	list-style: none;
}
div#doc-footer ul li {
	display: block;
	float: left;
	margin-right: 20px;
}
div#doc-footer ul li span {
	display: block;
	color: #868390;
	float: left;
	margin-right: 10px;
	font-size: 0.8em;
	font-weight: bold;
}
.float-right {
	float: right;
	margin: 1em;
}

/* testimonials */

div.contentbox-category {
	background-color: #f5f5f5;
	margin-top: 10px;
	padding: 5px;
}

div.contentbox-category img.accompanyingImage {
	float: right;
	margin: 1em 0 1em 1em;
}

div.contentbox-category ul {
	margin-bottom: 0.7em;
}
div.contentbox-category-heading {
	background-color: #06B6EF;
}
div.contentbox-category-heading h3 {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 5px;
	line-height: 2em;
	font-size: 1.1em;
	font-weight: bold;
}
div.contentbox-category-heading h3 a:link,
div.contentbox-category-heading h3 a:active,
div.contentbox-category-heading h3 a:visited,
div.contentbox-category-heading h3 a:hover {
	color: #fff;
	text-decoration: none;
}
div.contentbox-category-heading img {
	float: right;
	margin: 5px 5px 0 0;
}

div.testimonial-container-outer {
	background: url(../images/quote-open.gif) no-repeat top left;
	padding-left: 60px;	
	margin: 2em 0;
}
div.testimonial-container-inner {
	padding-right: 60px;
	background: url(../images/quote-close.gif) no-repeat bottom right;
}
div.testimonial-container-inner p {
	line-height: 1.8em;
}

ul.download-files {
	margin: 2em;
	list-style: none;
}
ul.download-files li {
	line-height: 40px;
	padding-left: 42px;
	font-size: 1.2em;
}
ul.download-files li.pdf {
	background: url(../images/icon-pdf.jpg) no-repeat left;
}


/* forever design */

img.footer-credit {
	position: absolute;
	left: 770px;
}

img.credit-cards {
	display: block;	
	padding-top: 10px;
	clear: both;
}
img.login-placeholder {
	display: block;
	margin: 0 auto;
}
img.shiftlogoright {
	position: absolute;
	left: 770px;
	top: 412px;
}
.santa-hat {
	position: absolute;
	top: 31px;
	left: 71px;
}
