

/******* structure and layout *******/
body {
	margin: 10px 10px 0px 0;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
	background-color #ffffff;
}

.leftcontent {
position: absolute;
left:0px;
top:126px;
width:160px;
background: url(img/left_bg.gif);
border:none;
text-align:left;
}

.left_news {
	position: relative;
	font-size: 8pt;
	color: #818181;
	margin: 0px 0 0 0;
	padding: 10px 5px 5px 5px;
	width: 155px;
	background: #ffffff;
}

#centercontent {
background:#ffffff;
margin-top:10px;
line-height:1.4em;
margin-left: 170px;
margin-right:145px;
}

#rightcontent {
	position: absolute;
	right: 10px;
	top: 130px;
	background: #f0f0f0;
	border: 1px solid #5F9EA0;
}

.right_news {
	position: relative;
	font-size: 8pt;
	color: #4F4F4F;
	margin: 0 0 0 0;
	padding: 10px 5px 5px 10px;
	width: 110px;
	background: #ffffff url(img/background.jpg);
}

#banner {
background: url(img/header_bg.gif);
height:116px;
border:none;
}

.footer {
	position: relative;
	margin: 50px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #f8f8f8; 
	text-align: center;
	font-size: 8pt;
	color: #4682B4;
}

.page_title {
position:absolute;
top:53px;
left:175px;
margin:0 0 0 0;
padding:0 0 0 0;
}

.top_links {
position:absolute;
top:10px;
left:600px;
margin:0 0 0 0;
padding:0 0 0 0;
}

p,h1,pre {
margin:0px 10px 10px 10px;
}

hr {
	border: 1px solid #ABABAB;
}

#rightcontent p {
font-size:8pt;
}

/******* left navigation *******/
#nav ul {
margin:5px 0 10px 5px;
padding:0 0 0 0;
background:transparent;
}

#nav li {
	list-style-type: none;
	background: #0099CC;
	color: #00BFFF;
	border: 1px solid #0000CD;
	text-align: left;
	padding: 0 0 0 0;
	margin-bottom: 6px;
}

#nav li a {
color: #ffffff;
font-weight:bold;
text-decoration: none;
display: block;
padding:2px 0 2px 5px;
}

#nav li a:hover {
background:#ffffff;
color: #7F9BC5;
}


#nav li a:hover:after {
background:#ffffff;
color: #7F9BC5;
content: url(img/square.gif)
}

/******* top navigation *******/
#topnav ul{
padding:0 0 0 0;
margin:0 5px 0 0;
white-space: nowrap;
font-size:7pt;
color:#ffffff;
float:left;
width:100%;
background:transparent;
list-style:none;
}

#topnav ul li{
display:inline;
list-style:none;
}

#topnav ul li a{
	margin: 0 5px 0 0;
	padding: .2em 1em .2em 1em;
	background: #0099CC;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	float: left;
	border: 2px solid #ffffff;
}

#topnav ul li a:hover{
	background: #1E90FF;
	color: #ffffff;
	text-decoration: none;
	border: 2px solid #ffffff;
}

/******* fonts and colors *******/
a {
color:#699065;
text-decoration:underline;
}

a:hover {
color:#999999;
text-decoration:none;
}

#footer a {
	color: #1E90FF;
	text-decoration: underline;
}

#footer a:hover {
color:#999999;
text-decoration:none;
}

.news_title {
	font-size: 9pt;
	font-weight: bold;
	color: #006CD4;
}

.section_title {
	font-size: 11pt;
	font-weight: bold;
	color: #0099CC;
}

#page_title {
font-size:17pt;
color:white;
text-transform:uppercase;
}

span.bullet {
display:block;
float:left;
width:24px;
height:20px;
margin-right:2px;
background-image:url(img/bullet.gif);
background-repeat:no-repeat;
}

span.bullet span {display:none;}


blockquote {
	padding: 10px 10px 10px 10px;
	background: #AAD5FF;
	border-left: 4px solid #0056A8;
	font-style: italic;
	color: #000000;
	letter-spacing: .1em;
}

h1 {
font-size:14px;
padding-top:10px;
}

#banner h1 {
font-size:14px;
padding:10px 10px 0px 10px;
margin:0px;
}

/******* lists *******/

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

#list li {
margin:.5em 0 0 0;
padding:0 0 0 15px;
list-style:none;
background: url(img/square_list.gif) no-repeat;
background-position: 0 .3em;
}

#list li.sub {
margin:.5em 0 0 .5em;
padding:0 0 0 15px;
list-style:none;
background: url(img/square_list2.gif) no-repeat;
background-position: 0 .3em;
}

#list li.telephone {
	margin-left: 1em;
	padding-left: 2em;
	list-style: none;
	background: url(img/con_tel.png) no-repeat;
}

/******* images *******/
img {
border:none;
}

.center {
text-align:center;
}

/******* workarounds and hacks *******/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
