body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: url('../_images/bg.jpg') 0 0;
}

#wrapper {
	margin:auto;
	text-align:left;
	width: 950px;
	background: #ffffff;
}

/**********
HEADER
**********/

#header {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;	
	width: 950px;
	z-index: 9000;	
	background: #ffffff;
}

/*** Additional ***/

#additional {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;	
	width: 944px;	
	height: 48px;
	margin: 0 0 0 3px;
	background: url('../_images/additional_bg.jpg') repeat-x 0 0 #ffffff;
}

#additional .left {
	position: relative;
	float: left;
	font: 11px/12px arial;
	color: #999999;
	margin: 15px 0 0 18px;
}

#additional .left a {
	font: 11px/12px arial;
	color: #6c6c6c;
	text-decoration: none;
}

#additional .left a:hover {
	text-decoration: underline;
}

#additional .right {
	position: relative;
	float: right;
	font: 11px/12px arial;
	color: #999999;
	margin: 15px 18px 0 0px;
}

#additional .right a {
	font: 11px/12px arial;
	color: #6c6c6c;
	text-decoration: none;
}

#additional .right a:hover {
	text-decoration: underline;
}

/*** Banner ***/

#banner {
	position: relative;
	float: left;
	width: 944px;
	height: 311px;
	margin: 0 0 0 3px;
	z-index: 9000;
	background: url('../_images/banner_bg.jpg') no-repeat 0 0 #ffffff;
}

#banner a.logo {
	position: absolute;
	float: left;
	top: 20px;
	left: 20px;
	width: 365px;
	height: 80px;	
}

#banner .logo_edge {
	position: absolute;	
	top: 16px;
	left: -10px;
	width: 7px;
	height: 99px;
	background: url('../_images/banner_logo_edge.gif') no-repeat 0 0;
}

/**********
NAVIGATION
**********/

#navigation {
	position: absolute;
	bottom: 0px;
	left: 25px;	
	padding: 0;
	width: 900px;
	height: 44px;
	z-index: 9000;
	background: url('../_images/nav_bg.jpg') repeat-x 0 0 #85b5e4;
}

#navigation #menu {	
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation #menu li{
	position: relative;
	float: left;
	list-style: none;
	display: block;
}

#navigation #menu li:hover ul {
	top: 100%;
	left:0px;
}

#navigation #menu li a.overlay {	
	display: block;	
	padding: 11px 20px 14px 20px;	
	font: 13px/13px arial;
	color: #113657;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #73a1ce;
	background: url('../_images/nav_bg.jpg') repeat-x 0 0;
}

#navigation #menu li:hover a {
	background: url('../_images/nav_bg_over.jpg') repeat-x 0 0;
}

#navigation #menu ul {
	list-style: none;
	position: absolute;	
	left: -9999px;	
	background: #eeeeee;
	padding: 0;
	margin: 0;
	width: 100%;
}

#navigation #menu ul li {
	float: none;	
}

#navigation #menu ul a {	
	display: block;	
	font: 12px/16px arial;
	color: #113657;
	text-decoration: none;
	padding: 10px 6px 10px 6px;
	border-bottom: 1px solid #efefef;
	background: #dfdfdf !important;
}

#navigation #menu ul a:hover {	
	background: #c7c7c7 !important;
}

#navigation #menu li a.overlay p {
	position: relative;
	float: left;
	margin: 11px 20px 0 20px;
}

#navigation #menu li a.regular {	
	display: block;	
	padding: 11px 20px 14px 20px;	
	font: 13px/13px arial;
	color: #113657;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #73a1ce;
	background: url('../_images/nav_bg.jpg') repeat-x 0 0;
}

#navigation ul#menu li a.regular:hover {
	background: url('../_images/nav_bg_over.jpg') repeat-x 0 0;
}

/*** Site Search ***/

#sitesearch {
	position: relative;
	float: right;
	width: 222px;
	height: 44px;
	background: url('../_images/sitesearch_bg.jpg') no-repeat 0 0 #85b5e4;
}

/**********
MAIN
**********/

#main {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 950px;	
	background: url('../_images/main_bg.jpg') no-repeat 3px 0 #ffffff;
}

/*** Content Container ***/

#content {
	position: relative;	
	float: left;
	padding: 0;
	width: 900px;	
	margin: 0 0 0 25px;
	background: url('../_images/content_bg.jpg') repeat-y 0 0 #ffffff;
	border-bottom: 8px solid #ffffff;
}

/*** Text Column ***/

#text {
	position: relative;
	float: left;
	width: 632px;
	margin: 0 0 0 22px;
	font: 12px/19px georgia;
	color: #454545;	
}

#text ul li a {
	color: #6BA5DC;
	text-decoration: none;
}

#text ul li a:hover {	
	text-decoration: underline;
}

#text p {
	position: relative;
	float: left;
	width: 632px;
	font: 12px/19px georgia;
	color: #454545;	
}

#text p a {	
	font: 12px/19px georgia;
	color: #6ba5dc;
	text-decoration: none;	
}

#text p a:hover {
	text-decoration: underline;
}

#text p img {
	position: relative;
	float: left;
	margin:	0 15px 0 0;
}

#text h2 {
	position: relative;
	float: left;
	width: 632px;
	font: 18px/18px georgia;
	color: #848484;
	padding: 0 0 5px 0;	
	border-bottom: 1px solid #e0e0e0;
}

#text h2 .blue {
	color: #4687c4;
}

#text h3 {
	position: relative;
	float: left;
	width: 632px;
	font: 18px/23px georgia;
	margin: 0 0 5px 0;
	color: #888888;	
}


/*** IE7 Hacks ***/

*:first-child+html #text h2 {	
	margin: 15px 0 10px 0;
}

*:first-child+html #text h4 {	
	margin: 20px 0 0px 0;
}

*:first-child+html #text h3 {	
	margin: 20px 0 10px 0;
}

#text h4 {
	position: relative;
	float: left;
	width: 632px;
	font: 14px/14px georgia;
	color: #3a7dbb;
	padding: 0 0 5px 0;	
	border-bottom: 1px solid #e0e0e0;
}

/*** Timeline ***/

#timeline_table {
	position: relative;
	float: left;
	width: 632px;
	font: 12px/19px georgia;
	color: #454545;
	margin-bottom: 15px;
}

#timeline_table td {
	border-bottom: 1px dotted #dddddd;
	padding: 5px 0 5px 0;
}

#timeline_table .year {	
	font: 22px/35px georgia;
	color: #aaaaaa;
	padding-right: 10px;
}

#timeline_table .smallyear {	
	font: 12px/14px georgia;
	color: #aaaaaa;	
	padding-right: 10px;
}

#timeline_table .description {	
	font: 12px/20px georgia;
	color: #454545;	
}

#timeline_table .description strong {	
	font: 14px/20px georgia;
	font-weight: bold;
	color: #454545;	
}

/*** Dates ***/

#dates_table {
	position: relative;
	float: left;
	width: 632px;
	font: 12px/19px georgia;
	color: #454545;
	margin-bottom: 15px;
}

#dates_table td {
	border-bottom: 1px dotted #dddddd;
	padding: 5px 0 5px 0;
}

#dates_table a {	
	font: 12px/19px georgia;
	color: #888888;	
	text-decoration: none;
}

#dates_table a:hover {		
	text-decoration: underline;
}

#dates_table .date {	
	font: 13px/20px georgia;
	color: #999999;
	padding-right: 10px;
}

#dates_table .description {	
	font: 12px/20px georgia;
	color: #454545;	
}

#dates_table .description strong {	
	font: 14px/20px georgia;
	font-weight: bold;
	color: #454545;	
}

/*** Full List ***/

#fulllist {
	position: relative;
	float: left;
	width: 560px;
	padding: 0 0 0 25px;
	margin: 5px 0 5px 5px;
	list-style-type: dot;
}

#fulllist li {
	position: relative;
	float: left;
	width: 560px;
	margin: 2px 0 2px 0px;	
	font: 12px/19px georgia;
	color: #454545;	
}

#fulllist a {	
	font: 12px/19px georgia;
	color: #6ba5dc;
	text-decoration: none;	
}

#fulllist a:hover {
	text-decoration: underline;
}

/*** Half List ***/

#halflist {
	position: relative;
	float: left;
	width: 250px;
	padding: 0 0 0 25px;
	margin: 5px 0 5px 5px;
	list-style-type: dot;
}

#halflist li {
	position: relative;
	float: left;
	width: 250px;
	margin: 2px 0 2px 0px;	
	font: 12px/19px georgia;
	color: #454545;	
}

#halflist a {	
	font: 12px/19px georgia;
	color: #6ba5dc;
	text-decoration: none;	
}

#halflist a:hover {
	text-decoration: underline;
}

/*** Right Bar ***/

#rightbar {
	position: relative;
	float: right;
	width: 222px;
	padding-bottom: 20px;
}

#rightbar h2 {
	position: relative;
	float: left;
	width: 182px;	
	height: 37px;
	font: 14px/14px georgia;
	padding: 0 0 0 40px;
	*margin-top: 15px;	
	*margin-bottom: 15px;
	color: #8c8c8c;
	background: url('../_images/rightbar_header_bg.jpg') no-repeat 0 0;
}

#rightbar ul {
	position: relative;
	float: left;
	width: 190px;
	margin: -15px 0px 20px 21px;
	padding: 0;
	list-style: none;	
}

#rightbar li {
	position: relative;
	float: left;
	width: 190px;	
	list-style: none;
	border-bottom: 1px solid #e0e0e0;
}

#rightbar li.news {
	position: relative;
	float: left;
	width: 190px;
	padding-bottom: 10px;
	padding-top: 5px;
	list-style: none;
	border-bottom: 1px solid #e0e0e0;
}

#rightbar li a.link {
	position: relative;
	float: left;
	width: 190px;
	height: 36px;
	font: 13px/36px georgia;
	color: #555555;	
	text-decoration: none;	
}

#rightbar li a:hover {
	color: #3679b6;
}

#rightbar li .date {
	position: relative;
	float: left;
	width: 160px;	
	background: url('../_images/rightbar_news_icon.jpg') no-repeat 0 4px;
	padding: 0 0 0 20px;
}

#rightbar li .date a {
	font: 13px/18px georgia;
	color: #3777b1;
	text-decoration: none;
}

#rightbar li .date a:hover {	
	text-decoration: underline;
}

#rightbar li a.headline {
	position: relative;
	float: left;
	width: 190px;
	margin: 5px 0 0 0;
	font: 11px/17px georgia;
	color: #7d7d7d;
	text-decoration: none;
}

#rightbar li a.headline:hover {
	text-decoration: underline;
}

#rightbar a.morenews {
	position: relative;
	float: left;
	font: 12px/18px georgia;
	color: #3777b1;
	margin: -10px 0 0 20px;
	width: 190px;
	text-decoration: none;
}

#rightbar a.morenews:hover {
	text-decoration: underline;
}

.fb-like {
	position: relative;
	float: left;
	width: 190px;
	margin: 11px 0 0 10px;
}

/*** Contact Container ***/

.contact_container {
	position: relative;
	float: left;
	width: 600px;
	border: 1px solid #dcdcdc;
	background: #f8f8f8;
	margin: 15px 0 0 10px;
}

.contact_container td {	
	font: 11px/20px georgia;
	color: #3e3e3e;	
}

.contact_container .text {
	width: 250px;
	font: 11px/21px georgia;
	color: #333333;
	margin-bottom: 6px;
}

.contact_container .textarea {
	font: 11px/21px georgia;
	color: #333333;
	width: 250px;
	resize: none;
}

.contact_container a {	
	font: 11px/21px georgia;
	color: #3777b1;
	margin-bottom: 6px;
	text-decoration: none;
}

.contact_container a:hover {
	text-decoration: underline;
}

/**********
FOOTER
**********/

#footer {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 950px;
	height: 160px;
	background-color: #555555;
}

#footer .left {
	position: relative;
	float: left;
	height: 25px;
	padding: 10px 0 0 10px;
	font: 11px/14px arial;
	color: #ffffff;
}

#footer .left a {
	font: 12px/14px arial;
	color: #ffffff;
	text-decoration: none;
}

#footer .left a:hover {	
	text-decoration: underline;
}

#footer .right {
	position: relative;
	float: right;
	padding: 10px  10px 0 0;	
	height: 25px;	
	font: 11px/14px arial;
	color: #ffffff;
}

#footer .right a {
	font: 12px/14px arial;
	color: #ffffff;
	text-decoration: none;
}

#footer .right a:hover {	
	text-decoration: underline;
}

#footer p {
	position: relative;
	float: left;
	font: 12px/14px arial;
	color: #cccccc;
	width: 900px;
	margin: 25px 0 0 10px;
}

