*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;
	background: #fff;
	text-align: center;
}

a img
{
	border: 0;
}

#logos img
{
	margin-right: 10px;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #003963;
}

h2
{
	margin-bottom: 10px;
	text-transform: uppercase;
}

#content h3
{
	font-weight: normal;
	margin-bottom: 5px;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
	color: #003963;
}

address
{
	color: #003963;
	margin-bottom: 15px;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

#header h1
{
	display: none;
}

#left_col p, #middle_col p, #right_col p
{
	color: #fff;
	font-size: 0.7em;
	width: 270px;
	padding-left: 15px;
}

#right_col p
{
	padding-left: 30px;
	padding-top: 5px;
}

#left_col img, #right_col img
{
	margin-left: 12px;
	margin-top: 5px;
}

blockquote
{
	color: #fff;
	font-size: 0.7em;
	width: 250px;
	padding-left: 20px;
	margin-left: 10px;
	background: url(../images/speechmark66.gif) no-repeat left top;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

li
{
	margin-bottom: 10px;
	color: #003963;
}

#nav li /* NAVIGATION STYLE */
{
	display: inline;
	margin: 0 5px;
	padding: 8px 0;
	line-height: 0.1em;
	overflow: hidden;
}

#content ul
{
	margin-left: 10px;
	margin-bottom: 10px;
}

#content li
{
	margin-bottom: 5px;
}

/* LAYOUT DIVS *************************/

#container
{
	width: 950px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#header
{
	width: 100%;
	height: 57px;
	background: url(../images/header_bg.jpg) no-repeat;
	padding-top: 130px;
}

#nav
{
	border-top: 1px solid #acd5dd;
	border-bottom: 1px solid #acd5dd;
	margin: 0 auto;
	padding: 5px 0;
	width: 95%;
	height: auto;
	text-align: center;
}

#content
{
	width: 100%;
	height: auto;
	margin: 15px 0;
}

#left_col
{
	width: 32%;
	float: left;
	margin-right: 15px;
	background: url(../images/col_bg.jpg) no-repeat;
	height: 123px;
	color: #fff;
	margin-bottom: 20px;
}

#middle_col
{
	width: 32%;
	float: left;
	margin-right: 15px;
	height: 123px;
	color: #fff;
	margin-bottom: 20px;
}

#right_col
{
	width: 32%;
	float: left;
	background: url(../images/col_bg.jpg) no-repeat;
	height: 123px;
	color: #fff;
	margin-bottom: 20px;
}

#sidebar
{
	float: right;
	width: 35%;
	height: auto;
}

#footer
{
	border-top: 1px solid #ccc;
}


/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #003963;
}

a:visited
{
	text-decoration: underline;
	color: #003963;
}

a:hover
{
	text-decoration: none;
	color: #003963;
}

#nav a
{
	color: #3300ff;
	text-decoration: none;
	padding: 6px 0;
	overflow: hidden;
}

#nav a:visited
{
	color: #3300ff;
	text-decoration: none;
}

#nav a:hover
{
	color: #333;
	text-decoration: none;
	background: url(../images/arrow.gif) no-repeat bottom center;
}

/* FORM **/

label
{
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	width: 95%;
	padding: 3px;
}

textarea
{
	width: 95%;
	padding: 3px;
	height: 100px;
	font: 0.9em Arial, Helvetica, sans-serif;
}