/* style.css (c) Copyright 2007 - 2008 Russell Hayes All Rights Reserved */

* {
	font-family: arial;
	font-size: 12px;
	color: #666666;
}


body {
	margin: 0px;
}

ul {
	line-height: 20px;
}

#main {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 900px;
	text-align: left;
}

#header {
	height: 135px;
}

#navstrip {
	height: 50px;
	background-color: #ececec;
	width: 900px;
	text-align: left;
}

#background_stripe {
	position: absolute;
	z-index: 1;
	top: 85px;
	height: 50px;
	width: 100%;
	background-color: #ececec;
}

#content {
	min-height: 400px;
}

#footer {
	height: 25px;
	line-height: 19px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.grey_headers {
	 color: #666666;
	 font-size: 18px;
}
.grey_nav {
	 color: #666666;
	 font-size: 16px;
	 text-decoration: none;
	 padding-right: 16px;
}
.grey_nav:hover {
	text-decoration: underline;
}

.grey_regular {
	color: #666666;
}
.grey_regular a {
	color: #666666;
	text-decoration: underline;
}

.grey_regular a:hover {
	color: #666666;
	text-decoration: underline;
}

.stripe_1 {
	padding-left: 16px;
	font-size: 14px;
	color: #ffffff;
}
.stripe_2 {
	padding-left: 16px;
	font-size: 14px;
	color: #cecece;
}

.section_head {
	font-size: 18px;
	padding-top: 13px;
	padding-bottom: 5px;
}

.section_container {
	border-top: 1px solid #84878a;
	width: 380px;
	padding: 10px;
	padding-top: 15px;
	text-align: left;
}

.section_container a {
	color: #0000ee;
}

.section_container a:visited {
	color: #0000ee;
}


.icon_selector {
	height: 21px;
	width: 21px;
	border: 1px solid #ffffff;
	cursor: pointer;
}

blockquote {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
}