/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #FFFFFF;
	background-image: url('../images/header2_bg.gif');
	background-repeat: repeat-x;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

ul {
	padding-left: 15px;
}

body.editor {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-family: Helvetica Narrow, Arial Narrow, Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	color: #939598;
}

h2 {
	font-family: Helvetica Narrow, Arial Narrow, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #EC1F27;
	margin-bottom: 15px;
}

h3 {
	font-size: 12px;
	line-height: 14px;
	text-decoration: underline;
	margin-bottom: 5px;
}

h4 {
	font-size: 11px;
	line-height: 13px;
	text-decoration: underline;
	margin-bottom: 5px;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	color: #000000;
}

.cl {
	clear: left;
}

.small {
	font-size: 10px;
	line-height: 12px;
}

.tiny {
	font-size: 8px;
	line-height: 10px;
}

.red {
	color: #EC1F27;
}

.bigred {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #EC1F27;
}

.orangebg, .yellowbg {
	font-size: 9px;
	line-height: 15px;
	padding: 3px;
}

.orangebg {
	background-color: #EF9820;
}

.yellowbg {
	background-color: #ECDE13;
}

.orangebg a, .yellowbg a {
	color: #000000;
	text-decoration: underline;
}

.orangebg li, .yellowbg li, li li  {
	list-style: disc;
}

.footnote {
	text-align: right;
}

/* LAYOUT CSS */

#container {
	width: 1027px;
	margin: 20px auto;
}

#nav {
	width: 100%;
	height: 21px;
	background-color: #EEDC00;
}

#nav ul {
	list-style: none;
	width: 1100px;
	margin: 0px auto;
	padding-left: 60px;
}

#nav li {
	float: left;
	margin-left: 40px;
	font-size: 12px;
	line-height: 20px;
}

#nav li a {
	color: #000000;
	text-decoration: underline;
}

#header {
	width: 1100px;
	height: 145px;
	margin: 0px auto;
}

#footer {
	clear: left;
	margin-top: 5px;
	text-align: center;
	color: #232526;
	padding-bottom: 20px;
}

#footer a {
	color: #232526;
}

#quote_form {
	line-height: 25px;
}

#quote_form p {
	line-height: 16px;
}

#quote_form input {	
	margin: 0px 10px 0px 5px;
}
