@charset "utf-8";
/* CSS Document */

body, html {
	padding:5px 0 10px 0;
	margin:0;
	}

body {
	background:#59D3FA url(../images/background.jpg);
	background-repeat:repeat-x;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	}
img {
	border:none;
	}

h2 {
padding:25px 0 0 0;
}

a:link {
	color:#666;
	}
a:visited {
	color:#666;
	}
a:hover {
	color:#000;
	}


#container {	
	width:900px;
	margin:auto;
	}
#border-top {
 	background:url(../images/border-top.jpg);
	background-repeat:no-repeat;
	height:15px;
	}
#border-middle {
	background:url(../images/border-middle.jpg);
	background-repeat:repeat-y;
	}

#header {
	height:245px;
	margin:0 15px 0 15px;
	background-image:url(../images/paisley-header.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	}

#logo {
	float:left;
	padding:30px; 0 0 50px;
	}
	
/* Begin Nav */

#nav {
	padding:0;
	margin:auto;
	width:590px;
	clear:both;
	}

#menu-list {
margin:0;
padding:0;
list-style-type:none;
height:2em;
font-weight:bold;
}
#menu-list li {
float:left; 
height:2em;
width:8em; 
font-weight:bold;
line-height:2em;
position:relative;
text-align:center;
}
#menu-list li a, #menu-list li a:visited {
text-decoration:none; 
display:block;
color:#666;
}
#menu-list li a span, #menu-list li a:visited span {
display:none;
}
#menu-list li a:hover {
border:0; /* needed to trigger IE */
color:#bbb;
}
#menu-list li a:hover span {
display:block;
height:2em;
width:8em;
position:absolute; 
text-align:center;
left:-2px; 
top:-3px; 
color:#666; 
cursor:pointer;
}

#current-page {
	color:#000;
	text-decoration:underline;
	}  
/* End Nav */
	
#know-me {
	float:right;
	width:200px;
	height:100px;
	padding-top:70px;
	padding-right:50px;
	font-size:20px;
	text-align:center;
	}
#know-me span {
	font-weight:bold;
	text-align:center;
	font-size:25px;
	}

#banner {
	clear:both;
	height:96px;
	background:url(../images/background-banner.jpg);
	background-repeat:repeat-x;
	padding:5px;
	}

#banner h1 {
	font-size:30px;
	text-align:center;
	margin:5px 0 5px 0;
	}
	
#content {
	padding:10px;
	}	

#blue-box {
	float:left;
	width:400px;
	padding:5px 25px 0 15px;
	}
#blue-box-top{
	height:10px;
	background:url(../images/blue-box-top.jpg);
	}
#blue-box-mid {
	background:url(../images/blue-box-mid.jpg);
	background-repeat:repeat-y;
	padding:5px;

	}
#blue-box-bottom {
	background:url(../images/blue-box-bottom.jpg);
	height:10px;
	}
	
/*Green Box */
#green-box {
	float:right;
	width:400px;
	padding:5px 15px 0 25px;
	}
#green-box-top{
	height:10px;
	background:url(../images/green-box-top.jpg);
	}
#green-box-mid {
	background:url(../images/green-box-mid.jpg);
	background-repeat:repeat-y;
	padding:5px;
	}
#green-box-bottom {
	clear:both;
	background:url(../images/green-box-bottom.jpg);
	height:10px;
	}
#green-box-mid h2 {
	font-size:16px;
	text-align:center;
	margin:0 0 10px 0;
	}
#true-results {
	padding:0px 5px 0 0;
	float:right;
	width:270px;

	}
#green-box-mid img {
	float:left;

	}

	
#tag-line {
	clear:both;
	font-size:22px;
	text-align:center;
	padding:15px 0 15px 0;
	font-style:italic;
	}

#sub-tag-line {
	font-size:18px;
	width:600px;
	text-align:center;
	margin:auto;
	}
	
#content-2 {
	padding:10px 20px 10px 20px;
	}
#content-2 span {
	font-weight:bold;
	}
	
/* Services Page */

#services {
	list-style:none;
	}
#services li {
	font-style:italic;
	}
#services-title {
	font-style:italic;
	font-weight:bold;
	}


/* End Servics Page */
#footer-nav {
	height:15px;
	width:500px;
	margin:auto;
}

#footer-list {
	list-style:none;

	}
#footer-list li {
	float:left;
	font-weight:bold;
	font-size:12px;
	width:90px;
	}

#credit {
	padding-top:10px;
	clear:both;
	font-size:10px;
	text-align:center;
	}

#border-bottom {

	background:url(../images/border-bottom.jpg);
	background-repeat:no-repeat;
	height:15px;
	}
	
/*Biz partners page */
.waiver {font-size:10px; width:600px; margin:auto}
.business-partners {padding-top:20px;}
.business-partners li {padding:0 0 10px 0;}

