/*
Company:	Clean Sweep
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 */
body {
	font-family: Verdana, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	background: url(../images/hd-bkg.gif) repeat-x 0 0;
	height: 125px;
}
div#hd-inner {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
img#logo {
	margin: 15px 0 0 0;
	float: left;
	display: inline;
}
img#speak-advisors {
	margin: 25px 20px 0 0;
	float: right;
	display: inline;
}

/* Body */
div#bd {
	background: url(../images/under-nav-bkg.gif) repeat-x 0 0;
}
div#bd-main {
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/content-bkg.gif) repeat-y 100% 0;
}
div#bd-main2 {
	background: url(../images/under-nav-bkg.gif) repeat-x 0 0;
	padding-bottom: 25px;
}

/* Footer */
div#ft {
	background-color: #c8b597;
}
div#ft a:link, div#ft a:visited {
	color: #202020;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}
div#ft div.left {
	width: 70%;
	margin-left: 2%;
	padding-top: 15px;
	float: left;
	display: inline;
}
div#ft div.right {
	width: 22%;
	margin-right: 2%;
	padding-top: 15px;
	font-weight: bold;
	text-align: right;
	float: right;
	display: inline;
}
div#ft-inner {
	padding: 1px 0;
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/ft-bkg.gif) repeat-y 100% 0;
}
div#ft p {
	font-size: 77%;
	margin-bottom: 10px;
	color: #202020;
}
div#ft p.ft-nav {
	font-weight: bold;
}
div#ft div.hr {
	background: url(../images/ft-hr.gif) no-repeat 100% 0;
	height: 2px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}
/* @end */

/* @group Modules */
/* Home Feature */
div#home-feature {
	width: 767px;
	margin-top: 52px;
}
div#home-feature img {
	float: left;
	display: inline;
}

/* Home Left Col */
div#left-col {
	width: 227px;
	margin-top: 17px;
	float: left;
	display: inline;
}
img.left-feature-img {
	margin: 15px 0 0 3px;
}

/* Home Right Col */
div#right-col {
	width: 767px;
	float: right;
	display: inline;
}
div#home-main {
	width: 450px;
	margin: 31px 0 0 31px;
	float: left;
	display: inline;
}
div#home-main p {
	font-size: 85%;
	line-height: 150%;
	color: #202020;
	margin-bottom: 15px;
}
div#home-main div.hr {
	border-top: 1px solid #ccc;
	height: 1px;
	overflow: hidden;
	margin: 10px 0;
	clear: both;
}
div#home-main img.content-img {
	border: 5px solid #ccc;
	margin: 0 20px 10px 0;
	float: left;
	display: inline;
}
div#home-right {
	width: 254px;
	float: right;
	display: inline;
}

/* Inside Page Right */
div#inside-right {
	width: 254px;
	margin-top: 16px;
	float: right;
	display: inline;
}
div#inside-main {
	width: 512px;
	padding-top: 52px;
	float: left;
	display: inline;
}
div#inside-main div.content {
	width: 450px;
	margin: 20px 0 0 31px;
}
div#inside-main p {
	font-size: 85%;
	line-height: 150%;
	color: #202020;
	margin-bottom: 15px;
}
div#inside-main div.hr {
	border-top: 1px solid #ccc;
	height: 1px;
	overflow: hidden;
	margin: 10px 0;
	clear: both;
}
div#inside-main img.content-img {
	border: 5px solid #ccc;
	margin: 0 20px 10px 0;
	float: left;
	display: inline;
}

/* Highlight Box */
div.highlight-box p {
	font-size: 100%!important;
	font-weight: bold;
}
div.highlight-box .orange {
	color: #f05f17!important;
}
div.highlight-box .gray {
	color: #5c5c5c!important;
}

/* Newsletter Box */
div#newsletter-box {
	background: url(../images/newsletter-box-btm.gif) no-repeat 0 100% #eaeaea;
	width: 193px;
	margin-left: 4px;
	padding: 15px;
}
img.newsletter-heading {
	margin: 0 0 10px 5px;
}

/* Sidebar Feature Box */
div.sidebar-hd, div.sidebar-bd, div.sidebar-ft {
	width: 237px;
	overflow: hidden;
	margin: 0 0 0 9px;
	padding: 0;
}
div.sidebar-hd {
	margin-top: 10px;
}
div.sidebar-bd {
	background: url(../images/sidebar-bd.gif) no-repeat 0 0;
	padding: 14px 20px 0 20px;
	width: 197px;
}
div.sidebar-bd p {
	font-size: 77%;
	color: #333;
	line-height: 150%;
	margin-bottom: 10px;
}
div.sidebar-bd p.readmore {
	background: url(../images/sidebar-more-arrow.gif) no-repeat 0 50%;
	padding-left: 10px;
	font-size: 85%;
	font-weight: bold;
	margin-bottom: 0;
}
div.sidebar-bd p.readmore a:link, div.sidebar-bd p.readmore a:visited {
	color: #c11209;
	text-decoration: none;
	border-bottom: 1px dotted #7f7f7f;
}
div.sidebar-bd div.hr {
	height: 2px;
	overflow: hidden;
	background: url(../images/sidebar-div.gif) no-repeat 50% 0;
	width: 100%;
	margin: 10px 0;
}
div.sidebar-bd a:link, div.sidebar-bd a:visited {
	color: #1d1c20;
	text-decoration: none;
}
div.sidebar-bd a:hover {
	text-decoration: underline;
}
div.sidebar-bd h3 {
	font-size: 77%;
	font-weight: bold;
	color: #1d1c20;
	line-height: 150%;
}
div.sidebar-ft {
	background: url(../images/sidebar-ft.gif) no-repeat 0 0;
	height: 17px;
	margin-bottom: 10px;
}

/* @end */

/* @group Nav */
#nav {
	background: url(../images/nav-bkg.gif) repeat-x 0 0;
}
#nav ul {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
}
#nav ul li {
	line-height: 37px;
	padding: 0 1px;
	background: url(../images/nav-div.gif) no-repeat 100% 0;
	float: left;
	display: inline;
}
#nav ul li a {
	display: block;
	line-height: 32px;
	padding: 0 20px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 85%;
	float: left;
	display: inline;
}

#nav ul li a:link, #nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li.active a:link, #nav ul li.active a:visited {
	background: url(../images/nav-highlight-bkg.gif) repeat-x 0 0;
}

/* Sidenav */
div#sidenav {
	background: url(../images/sidenav-bkg.jpg) no-repeat 0 0;
	padding: 20px 0 40px 0;
	
	min-height:254px;
	height:auto !important;
	height:254px;
}
div#sidenav ul {
	margin: 0 20px 0 20px;
	font-size: 85%;
	font-weight: bold;
	padding: 1px 0 10px 0;
}
div#sidenav ul a {
	margin: 6px 0;
	padding: 0 0 0 15px;
	display: block;
}

div#sidenav ul a:link, div#sidenav ul a:visited {
	color: #fff;
	text-decoration: none;
	background: url(../images/sidenav-arrow-right.gif) no-repeat 1px 2px;
}
div#sidenav ul a.active {
	background: url(../images/sidenav-orange-down.gif) no-repeat 0 4px!important;
}
div#sidenav ul a:hover {
	background: url(../images/sidenav-arrow-down.gif) no-repeat 0 4px;
}

div#sidenav ul ul {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
	font-size: 100%;
	background: url(../images/sidenav-hr.gif) no-repeat 50% 100%;
}
div#sidenav ul ul li {
	margin-left: 15px;
}
div#sidenav ul ul li a {
	background: none!important;
	font-weight: normal!important;
}

div.sidenav-hr {
	background: url(../images/sidenav-hr.gif) no-repeat 50% 0;
	height: 1px;
	overflow: hidden;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
/* @end */

/* @group Default Headings */
h1 {
	font-size: 160%;
	color: #e12f29;
	font-weight: normal;
	margin-bottom: 15px;
}
h1.page-hd-how-help {
	background: url(../images/how-we-help-hd.gif) no-repeat 0 0;
}
h1.page-hd-aboutus {
	background: url(../images/aboutus-hd.gif) no-repeat 0 0;
}
h2 {
	font-size: 100%;
	color: #5c5c5c;
	font-weight: bold;
	margin-bottom: 15px;
}
div#inside-main h3 {
	font-size: 108%;
	font-weight: bold;
	color: #de1e11;
	margin-bottom: 10px;
}
h4 { }
h5 { }
h6 { }
/* @end */

/* @group Common Text Styles */
strong {
	font-weight: bold;
}
.quote-location {
	color: #6e6e6e;
	font-weight: bold;
}
q {
	font-style: italic;
}

div#inside-main li {
	list-style: disc;
	font-size: 85%;
	margin: 5px 5px 5px 15px;
	font-weight: normal;
	color: #5c5c5c;
	}

div#inside-main ul, ol {
	margin: 0 0 25px 0;
}

/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
form .row {
	clear: both;
	margin-bottom: 5px;
}
form .submit-row {
	padding-top: 5px;
	text-align: right;
}
form div.input-box {
	width: 150px;
	float: left;
	display: inline;
}
form div.input-box2 {
	height: 21px;
	padding: 3px 10px 0 10px;
}
form div.input-box input.txt {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 77%;
	width: 100%;
	color: #202020;
	background-color: transparent;
}
div#enquiry-form form div.input-box {
	width: 110px;
	float: right;
	display: inline;
}
div#enquiry-form form label {
	font-size: 77%;
	font-weight: bold;
	color: #393939;
	padding-top: 4px;
	float: left;
	display: inline;
}

div#newsletter-box form div.input-box {
	background: url(../images/newsletter-input-bkg-right.gif) no-repeat 100% 0;
	margin-right: 3px;
}
div#newsletter-box form div.input-box2 {
	background: url(../images/newsletter-input-bkg-left.gif) no-repeat 0 0;
}

div#enquiry-form form div.input-box {
	background: url(../images/newsletter-input-bkg-right.gif) no-repeat 100% 0;
	margin-right: 3px;
}
div#enquiry-form form div.input-box2 {
	background: url(../images/newsletter-input-bkg-left.gif) no-repeat 0 0;
}
/* @end */

/* @group Default Links - link visited hover active */
div#home-main a:link, div#home-main a:visited, div#inside-main a:link, div#inside-main a:visited {
	color: #c11209;
	text-decoration: none;
	border-bottom: 1px dotted #7f7f7f;
}
/* @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 */