body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #E3E3E3;
	margin: 0;
	padding: 0;
	text-align: center;
}

a img
{
	border: none;
}


#wrapper
{
	background-color: #656A6E;
	margin: 0 auto;
	width: 860px;
	border: none;
	text-align: left;
	padding: 0;
}

#logo
{
	margin: 65px 0 0 12px;
}

#subWrapper
{
	margin: 0;
	padding: 0;
}

#masthead
{
	height: 158px;
	background: url("../images/masthead.gif") no-repeat;
}

#nav
{
	/* width: 214 - (8*2) for padding */
	width: 198px; 
	float: left;
	color: #fff;
	font-size: 11px;
	padding: 26px 8px;
}

#nav ul
{
	list-style: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}

#nav ul li
{
	border-bottom: 1px dotted #fff;
	padding: 8px 4px;
}

#nav ul li.selected
{
	color: #FDCD14;
}

#nav ul li a
{
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover
{
	color: #FDCD14;
	text-decoration: none;
}


#content table tr td
{
	background-color: #fff;
	/* width: 646 - (8*2) for padding */
	width: 630px;
	float: left;
	padding: 0px 8px;
	font-size: 10px;
	color: #656A6E;
}

#content table tr td .section
{
	border-top: 1px dotted #656A6E;
	padding: 16px 8px;
}

#content table tr td .section ul
{
	font-size: 12px;
	list-style: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}

#content table tr td .section ul li
{
	padding: 8px 0px;
}

#content table tr td .section ul li a
{
	color: #003;
}



#content table tr td h2
{
	padding: 26px 0 0 0;
}

#content table tr td h3
{
	color: #003;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
}

#content table tr td .contactInfo
{
	float: left;
	padding-right: 25px;
}

#content table tr td .contactInfo h3
{
	font-size: 10px;
	color: #003;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#content table tr td .contactInfo a
{
	color: #656A6E;
}


.spacer
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

/* A hack to float the images correctly: */
#imageContainer
{
	margin: 0 -8px;
}


.container
{
	width: 190px;
	float: left;
	text-align: center;
	padding: 0 10px 30px 10px;
}

.container a
{
	color: #656A6E;
}

.container .image
{
	padding-bottom: 6px;
}

.container .title
{
	text-align: left;
	color: #003;
	padding: 10px 0 2px 0;
}
