/******************** Reset Styles *********************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/******************* /Reset Styles ******************************/


/**************** Element Styles ***************************/
body {
	font-size: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
strong {
	font-weight: bold;
}
input, select, button {
	vertical-align: middle;
}
a {
	color: #0066cc;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/********************* /Element Styles *************************/


/********* IDs *********/
#container {
	width: 920px;
	margin: 0 auto;
	position: relative;
}
#header {
	height: 65px;
	background: #f1f1f1;
}
#logo {
	padding: 12px 0 0 12px;
}
#logo span {
	display: none;
}
#topSearch {
	position: absolute;
	top: 8px;
	left: 300px;
	width: 300px;
}
#topSearch input.inputText {
	width: 208px;
	padding: 4px;
	font-size: 14px;
}
#header ul {
	position: absolute;
	top: 25px;
	right: 20px;
}
#header ul li {
	float: left;
	display: block;
	margin: 0 15px 0 0;
}
#header ul li a {
	color: #990000;
}
#redBar {
	height: 3px;
	border: 1px solid #ccc;
	background: #990000;
	line-height: 0;
}
#content {
	padding-top: 15px;
}
ul#middleNav {
	margin: 15px 0 0 0;
}
ul#middleNav li {
	width: 135px;
	float: left; 
	margin: 0 30px 3px 0;
}
#footerNav {
	text-align: right;
	padding-right: 10px;
	font-size: 11px;
	color: #666;
}
#footerNav a {
	color: #666;
}
#footerExtra {
	margin-top: 10px;
	background: url(/images/bg_footerExtra.jpg) 0 0 repeat-x;
	height: 59px;
	font-size: 11px;
	color: #666;
}
#footerExtra p {
	padding: 8px 0 0 8px;
	width: 300px;
}
#footerExtra p#footerLogo {
	position: absolute;
	width: 185px;
	right: 10px;
	bottom: 12px;
}
#footerExtra p#footerLogo span {
	display: none;
}
/******** /IDs ************/


/****** Classes ***********/
.colLeft {
	width: 270px;
	float: left;
	margin-right: 15px;
}
.colLeft p {
	margin: 10px;}
.middleCol {
	width: 450px;
	float: left;
}
.middleCol h1 {
	font-size: 16px;
	border-bottom: 2px solid #ccc;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.middleCol h2 {
	color: #990000;
	font-size: 14px;
	background: #eee;
	padding: 2px 5px;
	width: 180px;
}
.middleCol p {
	font-size: 13px;
}
.middleCallout {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
}
.middleCallout a {
	font-size: 14px;
}
.colRight {
	float: right;
	width: 152px;
}
.colRight h2 {
	color: #990000;
	margin-left: 3px;
}
.colRightBox {
	background: #f8f8f8;
	border: 2px solid #ccc;
	font-size: 11px;
	padding: 5px 0 0 8px;
	margin-bottom: 25px;
}
.colRightBox p {
	margin-bottom: 7px;
}
.clear {
	clear: both;
	height: 40px;
}
.red {
	color: #990000;
}
.small {
	font-size: 10px;
}
/****** /Classes ***********/