* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../images/format/bg_header.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}
h1 {
	background-image: url(../images/logos/ChaseNedrow.jpg);
	background-repeat: no-repeat;
	height: 170px;
	letter-spacing: -1000em;
}
h2 {
	font-weight: normal;
	margin: 20px 10px 10px 10px;
	border-bottom: 1px solid #333;

}
h3 {

}
p {
	margin: 5px 10px 10px 10px;
	font-size: 90%;
	line-height: 1.3em;
}
blockquote {
	font-size: 90%;
	background-color: #EFEFEF;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 10px 0;
	margin: 10px 30px;

}
/* =LINKS
------------------------------------------------------*/
a:link,
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
}
a:active {

}
a img {
	border: none;
}
/* =MAIN
------------------------------------------------------*/
.main {
	width: 800px;
	margin: 0 auto;
}

/* =HEADER
------------------------------------------------------*/
.header {

}

/* =NAV
------------------------------------------------------*/
.nav {
	float: left;
	width: 200px;
	background-image: url(../images/format/bg_nav.jpg);
	background-repeat: no-repeat;
}
.nav ul {
	list-style-type: none;
	font-size: 90%;
	font-weight: bold;
	background-image: url(../images/format/bg_nav_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
}
.nav ul a:link,
.nav ul a:visited {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	padding: 10px 5px 10px 20px;
}
.nav ul a:hover {
	background-color: #333333;
	padding: 10px 5px 10px 20px;
	background-image: url(../images/decorative/bg_nav_hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFFFFF;
}
.nav ul a:active {
	padding: 10px 5px 10px 20px;
}
.nav ul a.active {
	color: #DDDDFF;
	background-color: #333333;
	background-image: url(../images/decorative/bg_nav_active.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/* IE Whitespace bug hack */
* html .nav ul a {
	height: 2em;
}

/* =CONTENT
------------------------------------------------------*/
.content {
	margin-left: 200px;
}
.content ul {
	margin: 10px 25px;
	font-size: 90%;
	line-height: 1.3em;
}
.photo {
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}
.photo img {
	padding: 10px;
	border: 1px solid #CCC;
}
.author {
	text-align: right;
}

/* =FORM
------------------------------------------------------*/
form {
	width: 95%;
}
fieldset {
	margin: 10px;
	padding: 10px;
	background-color: #EFEFEF;
	-moz-border-radius: 10px;
}
* html fieldset {
	background-color: #FFF;
}
legend {
	background-image: none;
}
label {
	font-size: 90%;
	line-height: 1.3em;
	float: left;
	clear: left;
	width: 200px;
	margin: 10px 0;
	text-align: right;
	padding: 0 10px 0 0;
}
input {
	margin: 10px 0;
}
.comments {
	height: 6em;
	width: 520px;
	float: left;
	clear: both;
}
* html .comments {
	width: 330px;
}
.radio {
	margin: 15px 0 10px 0;
}
#products {

}
#products .checkgroup {
	float: left;
	width: 225;
}
* html #products input {
	margin: 5px 0;
}
#products label {
	margin: 5px 0;
}
.contactlabel {
	float: right;
	clear: none;
	width: auto;
	text-align: left;
	margin: 0;
}
#submit {

}
#submit_button {
	float: left;
	clear: both;
	font-size: 120%;
	padding: 3px 10px;
}

/* =FOOTER
------------------------------------------------------*/
.footer {
	background-color: #333333;
	background-image: url(../images/format/bg_header.png);
	color: #FFFFFF;
	font-size: 80%;
	padding: 5px;
	text-align: right;
	clear: both;
	line-height: 31px;
	vertical-align: middle;
}
.infinite {
	float: left;
}
/* =HIGHLIGHTS
------------------------------------------------------*/
.highlight {
	background-color: #D9FFD9;
	padding: 5px;
	border-top: 1px solid #090;
	border-bottom: 1px solid #090;

}
