/* CSS updated 2/21/07 for Steel Stud Solutions */
/* Created by Matt Kallman (matt@kallmanconsulting.com)
/* Colors:
		#FE0000 - logo red
			#11A439 - green
			#ECEEE4 - light green
		#1133A2 - blue
		#A28011 - tan
		#A8A8A8 - grey
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ECEEE4;
	background-image : url(./images/bg.gif);
	background-attachment : scroll;
	background-repeat : repeat-y;
	background-position: center;
	font-size: .8em;
}

p, td, ul, ol {
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
}

a {
	color: #FE0000;
}
a:hover {
	color: white;
	background-color: #FE0000;
	text-decoration: none;
}

h1 {
	color: #FE0000;
	font-family: arial, helvetica, sans-serif;
	font-size: 2em;
}

h2.c {
	text-align: center;
	/* font-family: arial, helvetica, sans-serif;
	font-size: 2em; */
}

/* =Navigation */

#nav {
	background-color: #FE0000;
	font: 14px arial, helvetica, serif;
	font-weight: bold;
	height: 30px;
	padding-left: 10px;
	border-bottom: 2px solid black;
	float: left;
	margin-top: 10px;
	width: 99%;
}

#nav ul {
	list-style: none;
	margin: 0;
	margin-top: 2px;
}
#nav li {
	float: left;
	padding: 4px;
}

#nav a {
	margin-right: 5px;
	padding: 4px 4px 0 4px ;
	text-decoration: none;
	color: white;
	border-bottom: 1px solid #FE0000;
}

#nav a:hover {
	background-color: white;
	color: black;
	padding: 4px;
}

/* =Format */

.big { font-size: 1.7em; }

.small { font-size: .8em; }

.grey { color: #A8A8A8; }

ul {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	line-height: 130%;
	list-style-image: url(./images/arrow.gif);
}

ol {
	padding: 0 0 0 10px;
	/* margin: 0 0 0 10px; */
	line-height: 130%;
	/* list-style-image: url(./images/arrow.gif); */
}

ol.1 {
	list-style-type: decimal;
	margin: 0 0 0 20px;
}

ol.A {
	list-style-type: upper-alpha;
	margin: 0 0 0 15px;
}

ol.b {
	list-style-type: lower-alpha;
	margin: 0 0 0 13px;
}

ol.2 {
	list-style-type: decimal;
	margin: 0 0 0 13px;
}

#links a, #links p {
	color: black;
}

#links a:hover {
	color: white;
	background-color: #A8A8A8;
}

/* =Layout */

#container {
	margin: 5px auto;
	width: 720px;
	text-align: left;
}

#header {
	width: 100%;
	height: 215px;
}

#logo {
	float: left;
}

#quote {
	float: right;
	margin-top: 10px;
}

#links {
	text-align: right;
	font-size: .9em;
	padding-top: 135px;
}

#content {
	
}

#right {
	float: right;
	text-align: center;
	width: 250px;
}

#footer {
	text-align: center;
	margin-top: 40px;
}