﻿@import url(header.css);
@import url(footer.css);


body {
	background-color:#ffffff;
	background-image:none;
	font-family:arial,sans-serif;
	font-size:62.5%; /* SETS DEFAULT FONT SIZE TO 10PX FOR EM BASED FONT SIZING.  1.0em IS 10px, 1.2em IS 12px */
	margin:0 auto;
	padding:0;
}



h1,
h2,
h3 {
	color:#0A2C63;
	margin:0;	
}

h2,
h3 {
	padding:0 0 5px 0;
}

h1 {
	font-size:1.5em;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.2em;
}

p {
	font-size:1.2em;
}

a {
	color:#0A2C63;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#headline, .headline 
{
	padding: 30px 0 30px 35px;
}

#headline h1, .headline h1
{
	font-size:3em;
	font-weight:normal;
}


:focus {
	outline:none;
}

img {
	border:none;
}

#wrapper {
	margin:0 auto;
	padding:10px 0 0 0;
	width:980px;
}

#contentWrapper {
	margin-bottom: 20px;
	overflow:hidden;
	POSITION: relative;
}

#feature {
	clear:both;
	height:363px;
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
}

#categories {
	float:left;
	margin-right:20px;
	padding:0;
	width:140px;
}

#content {
	float:left;
	/*margin-right:20px;*/
	padding: 0 20px 0 35px;
	width:600px;
}

div#content.wide {
	width:800px;
	padding: 0 20px 0 35px;
}

#callouts {
	RIGHT: 0;
	width:200px;
	Z-INDEX: 500;
	POSITION: absolute;
}
