﻿/* #css reset start# */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}


blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

/* #remember to define focus styles!# */
:focus {
	outline: 0;
}

/* #remember to highlight inserts somehow!# */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* #tables still need 'cellspacing="0"' in the markup# */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* #css reset end# */


body {
	background: #006699;
}

h1 {
	font: 31px Arial;
	font-weight: normal;
	color: #006699;
	margin: 0 0 20px 0;
}

h2 {
	font: 20px Arial;
	font-weight: bold;
	color: #006699;
	margin: 30px 0 10px 0;
}

h3 {
	font: 17px Arial;
	font-weight: bold;
	color: #000000;
	margin: 0 0 20px 0;
}

h5 {
	font: 13px Arial;
	font-weight: bold;
	color: #000000;
}

h6 {
	font: 10px Arial;
	font-weight: bold;
	color: #006699;
	margin: 0 0 0 10px;
}

#wrapper {
	width: 960px;
	height: 1020px; /* change to auto */
	margin: 0 auto;
	background: #FFFFFF;
}

#header {
	height: 327px;
	width: 960px;
	background: url(Images/header-img.jpg) no-repeat;
	position: relative;
}

.shovel {
	width: 360px;
	height: 492px;
	background: url(Images/shovel.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#content {
	width: 960px;
	height: 600px; /* change to auto */
	background: url(Images/shadow.gif) no-repeat top;
}

/*Left Column*/
.sidebar {
	float: left;
	width: 345px;
	height: 600px; /* change to auto */
	padding: 180px 0 0 0;
}

.logos {
	width: 345px;
	height: 68px;
	background: url(Images/logos.jpg) no-repeat;
	text-indent: -99999px;
	overflow: hidden;
}

.address {
	font: 10px Arial;
	font-weight: bold;
	color: #666666;
	margin: 10px;
}

.locations {
	margin: 0 0 20px 10px;
	padding: 0;
	font: 10px Arial;
	font-weight: bold;
	color: #666666;
	width: 300px;
	height: auto;
}

.locations li {
	float: left;
	list-style: disc;
	padding: 0 20px 0 0;
	width: auto;
	line-height: 14px;
}

.locations li.first {
	list-style: none;
}

.download {
	width: 200px;
	height: 49px;
	background: url(Images/download.jpg) no-repeat;
	clear: both;
	margin: 50px 0 0 10px;
	text-indent: -99999px;
	overflow: hidden;
}

.download a{
	width: 200px;
	height: 49px;
	display: block;
}

.content {
	float: left;
	width: 595px;
	height: 600px; /* change to auto */
	font: 12px/18px Arial;
	padding: 30px 10px 0;
}

.content p {
	float: left;
	margin: 0 0 10px 0;
	width: 345px;
}

.rightC {
	width: 241px;
	height: auto;
	float: right;
	background: url(Images/right-light-bg.gif) repeat-y;
	font: 10px Arial;
	color: #666666;
}

.rightC ul {
	margin: 3px 0 5px 25px;
}

.rightC ul li {
	list-style: disc;
	margin: 0 0 3px 0;
}

.dark {
	background: url(Images/right-dark-bg.gif) repeat-y;
	width: 221px;
	padding: 10px 10px;
}

.dark a {
	color: #006699;
	font: 11px Arial;
	font-weight: bold;
	text-decoration: none;
}

.dark a:hover {
	text-decoration: underline;
}

.signup {
	width: 345px;
	height: 30px;
}

.text {
	font: 11px Arial;
	margin: 5px 1px 0 0;
}

.submit {
	font: 11px Arial;
	padding: 0 1px;
}
