* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #F0F0F0;
}

p {
	margin-bottom: 1em;
}

a img {
	border: none;
	margin-bottom: 2px;
}

#wrapper {
	width: 800px;
	margin: 0 auto; 
	margin-top: 10px;
	background-color: #FFFFFF;
}

#head {
/*	height: 170px; */
	position: relative;
}

#head {
	margin-bottom: -3px;
}

#head div.navigation {
	width: 175px;
	position: absolute;
	left: 625px;
	top: 20px;	
}

#head div.navigation a {
	display: block;
	color: white;
	text-decoration: none;
	
	padding: 2px 8px;
}

#head div.navigation a#active {
	background-color: #6994C2;
}

/*** CONTENT ***/

#content {
	color: #003A73;
	line-height: 1.4em;
	height: 100%;
	overflow: hidden;
}

#content a {
	color: #003A73;
}

#content h1 {
	font-size: 18px;
	padding-bottom: 1em;
}

#content div {
	padding: 35px;
}

#content div#home {
	padding: 0;
}

#content div#contact {
	height: 100%;
	padding: 1px 0;
	margin: 0;
	
	line-height: 1.7em;
}

#content ul {
	list-style: square;
}

#content ul li {
	margin-bottom: 1em;
}

#contact td#left {
	background-color: #B2CCE5;
	padding: 35px;
}

#contact td#right {
	padding-top: 35px;
	padding-left: 10px;

	line-height: 1.4em;
}

#contact td#right p {
	font-size: 11px;
}

#contact td {
	font-size: 11px;
}

#contact input, #contact textarea {
	width: 300px;
	border: 1px solid #003A73;
}

#contact input.button {
	width: 100px;
	margin-top: 1em;
	margin-right: 1em;
}

#contact input#send {
	position: relative;
	right: -90px;
}

ul#salesletters {
	list-style: none;
	margin-bottom: 4em;
}

ul#salesletters li {
	margin-bottom: 0;
}

ul#salesletters li a {
	font-size: 11px;
	color: #003A73;
}

#salesletters li a#active {
	color: #6699CC;
}

/*** SIDEBAR ***/

#sidebar {
	background-color: #B2CCE5;
	border-bottom: 1px solid white;
}

#sidebar h2 {
	height: 14px;
	padding: 7px 5px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	
	background-image: url(img/nav_bg.jpg);
	font-weight: normal;
	font-size: 14px;
	color: white;
}

#sidebar div.navigation a {
	display: block;
	padding: 2px 8px;
	text-decoration: none;
	color: #003366;
}

#sidebar div.navigation a#active {
	background-color: #76A3D0;
	color: white;
}

#sidebar div.navigation a:hover {
	color: white;
}

#sidebar div.navigation div.nested {
	background-color: #9FBDD9; 
}

#sidebar div.navigation div.nested a {
	text-indent: 1em;
}

#sidebar div.navigation div.nested a#active {
	background-color: #76A3D0;
	color: white;
}

/*** FOOTER ***/

#footer {
	background-color: #003A73;
	height: 32px;
	padding-left: 35px;
	color: white;
}

#footer ul.navigation li {
	padding: 0;
	margin: 0;
	display: inline;
	padding-right: 8px;
}

#footer ul.navigation li a {
	color: white;
	text-decoration: none;
}
