html, body 
{
	height: 100%;
}

body {
	background: #fff url(images/gradient.png) repeat-x top left;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img 
{
	border: none;
}

a 
{
	color: #164a5f;
	font-weight: bold;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
	color: #247a9d;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	color: #000;
	font-weight: normal;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter, h6:first-letter {
	color: #247a9d;
	font-size: 1.1em;
}


#wrapper {
	margin: auto;
	width: 960px;
	background-color: #fff;
	overflow: hidden;
	min-height: 300px;
}

.header 
{
	display: block;
	margin: 15px auto;
	width: 960px;
	height: 104px;
	background: url(images/banner.jpg) no-repeat top left;
}


div.menu {
	width: 100%;
	height: 56px;
	background: #fff url(images/menubgr.png) repeat-x top left;
	border-bottom: 1px solid #eee;
	margin-top: 10px;
}
div.menu ul {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	overflow: hidden;
	background: transparent url(images/menuborder.png) no-repeat left top;
}
div.menu ul li {
	margin: 0px;
	padding: 0px 2px 0px 0px;
	list-style-type: none;
	display: inline;
	float: left;
	width: 318px;
	height: 56px;
	background: transparent url(images/menuborder.png) no-repeat right top;
}
div.menu ul li a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	display: block;
	width: 280px;
	height: 31px;
	padding: 25px 18px 0px 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
}
div.menu ul li.current a, div.menu ul li.parenttocurrent a {
	color: #666;
	text-decoration: underline;
}
div.menu ul li a:first-letter {
	color: #247a9d;
	font-size: 1.1em;
}
div.menu ul li a:hover {
	text-decoration: underline;
	color: #247a9d;
}
div.menu ul li a:hover:first-letter {
	color: #164a5f;
}


div.content {
	width: 880px;
	margin: 20px 0px 30px 0px;
	padding: 0px 40px;
}

div.clearfix div.submenu {
	float: left;
	display: inline;
	width: 250px;
}
div.clearfix div.submenu ul {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
div.clearfix div.submenu ul li {
	margin: 0px;
	width: 220px;
	padding: 2px 0px;
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #aaa;
}
div.clearfix div.submenu ul li a {
	padding: 8px 5px;
	display: block;
}
div.clearfix div.submenu ul li.current a {
	color: #666;
	text-decoration: underline;
}

div.clearfix div.content {
	float: left;
	display: inline;
	width: 630px;
}



div.content table.form_table td.labels {
	vertical-align: top;
	width: 150px;
}
div.content table.form_table td.required {
	font-style: italic;
}
div.content table.form_table td.fields input.form_textbox, div.content table.form_table td.fields textarea.form_textarea {
	width: 300px;
	border: 1px solid #164a5f;
}
div.content table.form_table td.fields input.form_textbox.required, div.content table.form_table td.fields textarea.form_textarea.required {
	border: 1px solid #330000;
}
div.content table.form_table td.fields input.form_textbox:focus, div.content table.form_table td.fields input.form_textbox.required:focus,
div.content table.form_table td.fields textarea.form_textarea:focus, div.content table.form_table td.fields textarea.form_textarea.required:focus {
	border: 1px solid #247a9d;
}

div.content ul.newslist {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
div.content ul.newslist li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	width: 800px;
	overflow: hidden;
}
div.content ul.newslist li img {
	float: left;
	display: inline;
	margin-right: 20px;
	border: 3px solid #ccc;
}
div.content ul.newslist li a.newsheadline {
	float: left;
	display: block;
	width: 670px;
	padding-bottom: 10px;
}
div.content ul.newslist li span.newsintro {
	display: block;
	width: 670px;
}
div.content div.news_imagecontainer {
	width: 100%;
	overflow: hidden;
	padding-bottom: 15px;
}
div.content div#news_bigimage {
	float: left;
	display: inline;
	width: 400px;
}
div.content div.news_imagecontainer ul {
	float: right;
	display: inline;
	margin: 0px;
	padding: 0px;
	width: 100px;
}
div.content div.news_imagecontainer ul li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style-type: none;
}


div.footer 
{
	width: 100%;
	height: 191px;
	background: #164a5f url(images/footerbgr.png) repeat-x bottom left;
	padding-top: 10px;
	color: #ddd;
}
div.footer div.inner {
	margin: auto;
	width: 960px;
}
div.footer a {
	color: #eee;
	font-weight: normal;
}
div.footer h2 {
	color: #ddd;
}
div.footer h2:first-letter {
	color: #32abdc;
	font-size: 1.1em;
}

div#ultimize a {
	display: block;
	width: 10px;
	height: 13px;
	margin: auto;
	overflow: hidden;
	text-indent: -10000px;
	background: transparent url(/images/ultimize.png) no-repeat top left;
}
div#ultimize 
{
	padding-top: 10px;
	padding-bottom: 10px;
}