/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }



/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	padding:15px 0;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	background:#C7C3E2;
	}
	
#container {
	width:780px;
	margin:0 auto;
	background:white;
	}

#header {
	position:relative;
	}

#content-container {
	position:relative;
	background:url(/images/checklist-container-bg.jpg) repeat-y;
	}


#sidebar-left {
	position:relative;
	float:left;
	font-size: 10px;
	width:206px;
	padding:10px 0 10px 5px;
	height: 1148px;
	background:url(/images/left-sidebar/left-testimonial-sidebar.gif) no-repeat;
	}
	
#main-content {
	float:left;
	width:387px;
	padding:10px 0 0 10px;
	}

#sidebar-right {
	float:right;
	width:153px;
	color:white;
	background-color:#6665ff;
	text-align:center;
	height: 1168px;
	}

#footer {
	background:#33cc33;
	padding:35px;
	text-align:center;
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

.header-top-bar {
	height:37px;
	padding:6px 20px 0 20px;
	background:#211D1E;
	}

.header-top-bar h1 {
	margin:0;
	padding:0;
	}

.header-top-bar h1 a {
	font:bold 26px Arial, Helvetica, sans-serif;
	color:white;
	float:left;
	}
.header-top-bar p.header-p {
	color:white;
	width:390px;
	text-align:center;
	font-style:italic;
	font-weight:bold;
	float: right;
	}
.header-p-span {
	margin: 0 0 0 20px;
	width:200px;
	font-size: 14px;
	float:left;
}
.header-top-bar p.header-p img {
	float:left;
	margin-top: -5px;
}
#header-nav {
	margin-bottom:-1px;
	height: 30px;
	}

html>body #header-nav {
	margin-bottom:-1px;
	padding-top:0;
	}

.header-strip-testimonials {
	height:22px;
	line-height:22px;
	background-color: #ffcc00;
	font-size: 140%;
	font-weight: bold;
	padding:0;
	padding-left: 210px;
}


/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/


#sidebar-left p {
	color:white;
	margin-bottom:10px;
	}
	
	.larger-white {
	background:url(/images/dark-blue-arrow.gif) 0 50% no-repeat;
	padding-left:13px;
	color:white;
	}
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/


#lower-content {
	display:inline-block;
	position:relative;
	padding:0 10px 20px 20px;
	background:url(/images/lower-content-bg.gif) repeat-y;
	}

.seahorse {
	position:absolute;
	left:48px;
	bottom:-40px;
	}

html>body .seahorse {
	position:absolute;
	left:48px;
	bottom:-39px;
	}
	
#lower-content p {
	margin-bottom:15px;
	}

h1,h2 {
	margin-bottom:15px;
	}

.content-testimonials {
	background:url(/images/checklist-container-bg.jpg) repeat-y;
	}

#main-content a,
#main-content a:link,
#main-content a:visited {
	color:#2D2F91;
	font-weight: bold;
	}

#main-content a:hover {
	color:  #ff3300;
	}

#main-content p {
	margin-bottom:15px;
	line-height:1.4;
	}

.content-header {
	margin-bottom:8px;
	}

img {
	border:none;
	}


.h1-float-left {
	float:left;
	width:170px;
	}

.blue-ul {
	float:right;
	width:170px;
	}
	
.testimonials-float {
	margin-bottom:20px;
	}

ol {
	margin:0 0 15px 0;
	}
	
.blue-ul li {
	background:url(/images/white-bg-arrow.gif) 0 50% no-repeat;
	padding-left:15px;
	margin-bottom:4px;
	}

.blue-link {
	background:url(/images/white-bg-arrow.gif) 0 50% no-repeat;
	padding-left:15px;
	margin-bottom:4px;
	color:#00125C;
	font-weight:bold;
	}

.portrait-floats {
	margin-bottom:20px;
	}

.portrait-floats img {
	float:left;
	}

p.back-top {
	text-align:right;
	}

p.back-top a {
	background:url(/images/white-bg-arrow.gif) 0 50% no-repeat;
	padding-left:13px;
	}

.content-image-float {
	margin-bottom:30px;
	}

.image-container {
	float:left;
	width:100px;
	}

.testimonial-container {
	float:left;
	width:630px;
	}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: inline-block;}
/* End hide from IE-mac */
	

/* $5 - footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

#footer p {
	margin-bottom:10px;
	}

.footer-links {
	color:white;
	}

.footer-links a {
	color:#000;
	}


