html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, small, strong, sub, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;	
}
img {
	display: block;
	border: 0 none;	
}
body {
	color: #000;
	font-family: 'lucida sans', verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	background: url(../images/header.png) repeat-x #0A0A38;
}
ul {
	list-style-type: none;
}
ol {
	list-style-position: inside;	
}
a, a:link {
	color: #339;	
}
a:hover {
	color: #F60;	
}
p, ul, ol {
	color: #444;
	padding-bottom: 1.2em;
	line-height: 1.4em;
}
h1 {
	color: #333388;
	font-size: 1.6em;
	padding-bottom: 5px;	
}
h2 {
	color: #333366;
	font-size: 1.6em;
	padding-bottom: 5px;	
}
h3 {
	color: #333366;
	font-size: 1.4em;
	padding-bottom: 5px;	
}
.hidden {
	position: absolute;
	left: -999em;	
}
#container {
	font-size: 0.8em;
}
#header {
	width: 900px;
	margin: auto;
	overflow: hidden;		
}
#header img {
	float: left;
	margin-top: 10px;	
}
#navigation {
	overflow: hidden;
	width: 890px;
	margin: 41px auto 0 auto;
	padding: 0;
	font-size: 0.8em;
	letter-spacing: -0.01em;
}
#navigation li {
	float: left;
	margin-right: 3px;
	background: url(../images/navigation/tab-left.gif);
}
#navigation a {
	color: #fff;
	display: block;
	cursor: pointer;
}
#call {
	float: right;
	margin: 40px 10px 0 0;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
}
#content-container {
	float: left;
	width: 100%;
	background-color: #FFF;
	border-bottom: 15px solid #339;
	border-top: 3px solid #339;	
}
#content {
	width: 890px;
	margin: 0 auto;
	padding: 20px 5px 20px;
	overflow: hidden;
}
img#main {
	float: left;	
}
#content h1 {
	margin-left: 390px;	
}
#content h2 {
	margin-left: 390px;	
	font-size: 1em;
	font-weight: bold;
}
#content p, #content ul, #content div {
	margin-left: 392px;	
}
#subcontent {
	width: 890px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: #EFEFEF;
}
#subcontent h1, #subcontent h2, #subcontent h3 {
	clear: both;
	padding: 0 15px;	
}
#subcontent h2 {
	margin-bottom: 5px;
}
#subcontent p, #subcontent ul, #subcontent ol  {
	margin: 0 15px;	
}
.pdf {
	padding: 10px 0;	
}
/*.pdf li {
	background: url(../images/pdf.gif) no-repeat;
	padding: 0 0 5px 20px;	
}*/
.pdf li {
	padding: 0 0 5px;	
}
.tl, .tr, .bl, .br {
	width: 15px;
	height: 15px;
	font-size: 0;
	background-image: url(../images/round-efefef.gif);
	float: left;
}
.tl {	
}
.tr {
	float: right;
	background-position: 16px 0;	
}
.bl {
	background-position: 0 16px;	
}
.br {
	float: right;
	background-position: 16px 16px;	
}
#footer {
	clear: both;
	color: #DDD;
	width: 890px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.8em;
	padding: 20px 0;
}

/* ~~~~~ CONTACT ~~~~~ */

.form-row {
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
	padding: 0 0 0 20px;
}
.form-row label {
	float: left;
	width: 200px;
}
.contact-submit {
	margin-left: 200px;
}

/* ~~~~~ NEWS ~~~~~ */

#news #subcontent {
	margin-top: 20px;
}
#news .latestNews {
	overflow: hidden;
	margin: 20px 15px;
	border-bottom: 1px solid #999;
	padding: 0 0 20px;
}
* html #news .latestNews {
	height: 1%;
}
#news #subcontent img {
	float: left;
}
#news #subcontent .summary {
	margin-left: 170px;	
}
#news #subcontent h3 {
	clear: none;
	margin-left: 170px;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}
#news .latestNewsArticle {
	overflow: hidden;
	margin: 20px 15px;
	padding: 0 0 20px;
}

