@charset "UTF-8";
/* ReadyType Style CSS.
The Landing page is unique to the site. There are no other pages that put a margin above the content area. All other pages use a 2-column hybrid dusplay. 
*/

/* Defining Classes and styles */
body {
	font-family: Tahoma, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
.floater {
	float:left;
}
.clearer {
	clear:right;
}
a {
	text-decoration:none;
	color:#285057;
	outline:none;
}
a img {
	border:none;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:0;
}
h3 {
	font-size:14px;
	font-weight:bold;
	color:#6D7072;
}
h4 {
	font-weight:bold;
	margin:10px 0 0 0;
	color:#6D7072;
}
h5 {
	font-size:11px;
	font-weight:bold;
	margin:10px 0 0 0;
	color:#6D7072;
}
h6 {
	margin:5px 0 0 0;
	padding:0;
	font-size:11px;
	font-weight:normal;
}
h7 {
	color:#F89838;
}
.orange {
	color:#F89838;
}

/* Outer */
#container {
	text-align:left;
	margin:0 auto;
	padding:0px;
	width:800px;
}

/* Inner */
#header {
	width:100%;
	height:40px;
}

#interface {
	width:100%;
}
#footer {
	width:100%;
}
#landing {
	width:100%;
	margin:210px 0 0 0;
}

/* Interface Containers */
#interfaceNav {
	width:288px;
	margin:0 4px 0 0;
}
#interfaceContent {
	width:487px;
}