body {margin: 0; padding: 0; font-size: 100%; background: #fff}
* {margin: 0; padding: 0; border: 0}


/* ----------------------- MAIN LAYOUT DIVS -------------------------- */
#container {margin: 0 auto;	width: 850px; background: #fff; overflow: hidden; padding-bottom: 10px;}

#top-box {  /* -- this is for the phone number and email address -- */
	width: 850px;
	height: 40px;
	float: left;
	background: #fff;
	}
	
#header {  /* -- this is for the photo -- */
	width: 850px;
	height: 155px;
	float: left;
	background: url(images/header.jpg) no-repeat #fff;
	}
	
#nav-bar {
	width: 850px;
	height: 50px;
	float: left;
	}
	
#left-column {
	width: 140px;
	margin-top: 20px;
	float: left;
	}
	
#right-column {
	width: 690px;
	margin-left: 20px;
	float: left;
	}

#compliancy {
	width: 756px;
	margin: 0 auto;
	padding-bottom: 33px;
	text-align: center;
	background: url(images/compliance-box-sides.gif) repeat-y;
	position: relative;
	}
	
#contact-us {
	margin-left: 25px;
	}
	
#valid {
	margin: 0 auto 0 auto; 
	width: 265px; 
	height: 25px; 
	background: transparent;
	}
	
/* ----------------------- ALL IMAGES -------------------------- */
		
#compliancy-box-bottom {
	position: absolute;
	bottom: -5px;
	left: 0;
	}
	
#five-stage-guide {
	margin: 15px 0 15px 150px;
	}
	
a.back-to-the-top {margin: 0 0 0 32px; display: block; width: 19px; height: 15px; background-image: url(images/back-to-top.gif); background-repeat: no-repeat}
a.back-to-the-top span {display: none}
	
#valid img {
	float: left; 
	padding-top: 10px;
	padding-right: 5px;
	}	

	
/* ----------------------- TEXT STYLES -------------------------- */

span {
	display: none;
	}

h1 {
	padding: 22px 0 0 21px;
	display: block;
	width: 224px;
	height: 117px;
	float: left;
	}
	
h2 {
	display: block;
	height: 80px;
	float: left;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #5e5e62;
	line-height: 1.8em;
	margin: 0 32px 0 32px;
	}
	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #5e5e62;
	line-height: 1.8em;
	margin: 30px 32px 5px 32px;
	}
	
#right-column ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	list-style-position: inside;
	color: #5e5e62;
	line-height: 1.8em;
	margin: 20px 32px 20px 42px;
	}
	
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #5e5e62;
	line-height: 1.8em;
	margin: 0 32px 0 32px;
	}
	
#compliancy p {
	padding-top: 5px;
	}
	
#top-box p {
	display: block;
	float: right;
	margin: 17px 0 0 0;
	font-size: 0.8em;
	}
	
#top-box a:link, #top-box a:visited {
	color: #5e5e62;
}

#top-box a:hover, #top-box a:active   {	
	color: #e8323a;
	text-decoration: underline;
}
	
#top-box span {
	color: #579a2c;
	font-weight: bold;
	display: inline;
	}

a:link, a:visited {
	color: #e8323a;
	text-decoration: none;
}

	
a:hover, a:active   {	
	color: #e8323a;
	text-decoration: underline;
}

	
/* ----------------------- TOP NAV -------------------------- */

ul.top-nav {
	margin-top: 10px;
	}

ul.top-nav li {
	float: left;
	list-style: none;
	background: url(images/house-bullet.gif) no-repeat;
	padding-left: 18px;
	padding-right: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}

ul.top-nav li a:link, ul.top-nav li a:visited {
	color: #5e5e62;
	text-decoration: none;
}

	
ul.top-nav li a:hover, ul.top-nav li a:active   {	
	color: #e8323a;
	text-decoration: underline;
}


/* ----------------------- SIDE NAV -------------------------- */

ul.side-nav {
	margin-top: 10px;
}

ul.side-nav li {
	margin-top: 1px;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em; 
	}
	
ul.side-nav a {
	display: block;
	width: 118px;
	height: 25px;
	line-height: 25px;
	padding-left: 22px;
	background-image: url(images/green-button.gif);
	background-repeat: no-repeat;
	}
	
ul.side-nav li a:link, ul.side-nav li a:visited {
	color: #fff;
	text-decoration: none;
	background-position: 0 0;
}

	
ul.side-nav li a:hover, ul.side-nav li a:active   {	
	color: #fff;
	background-position: 0 -25px;
	text-decoration: none;
}
