/* CSS Document */

/*==================================*/
/*    Author: Chris Johnson         */
/*    Company: Corporate 3 Design   */
/*    Date: July 16, 2008           */
/*==================================*/

/*==================================*/
/*---------- PAGE/GENERAL ----------*/
/*==================================*/
* {
	margin: 0;
	padding: 0;
}


html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	background-color: #fff;
}

.clear {
	clear:both;
}

a:link {color: #0079C1; text-decoration: none;}
a:visited {color: #0079C1; text-decoration: none;}
a:hover {text-decoration: none; color: #48a4dd;}
a:active {text-decoration: none; color: #0079C1;}

img {
	border: 0;
}

#wrapper {
	width: 680px;
	margin: 0 auto;
	font-size: .95em;
	border: 5px solid #fff;
	background: url(../images/main/wrapper_bg_secondary.jpg) repeat-y -210px 0;
}

/*==================================*/
/*------------ TABS ----------------*/
/*==================================*/

ul#tabs {
 	display: none;
	text-indent: -9999em;
	overflow: hidden;
	height: 0px;
}

/*==================================*/
/*------------ HEADER --------------*/
/*==================================*/

#header {
	background: url(../images/main/header_bg.jpg) no-repeat;
	width: 680px;
	height: 120px;
	clear:both;
}

#header ul {
	display: none;
	text-indent: -9999em;
	overflow: hidden;
	height: 0px;
}

/*---------- TOOLBOX ------------*/

#header ul#toolbox {
	display: none;
	text-indent: -9999em;
	overflow: hidden;
	height: 0px;
}

/*==================================*/
/*---------- NAVIGATION ------------*/
/*==================================*/

ul#navigation {
	display: none;
	text-indent: -9999em;
	overflow: hidden;
	height: 0px;
}

/*==================================*/
/*----------- SIDEBAR --------------*/
/*==================================*/

#sidebar {
	display: none;
	text-indent: -9999em;
	overflow: hidden;
	height: 0px;
}

/*----------- NEWS --------------*/

#sidebar ul.news {
	list-style: none;
	padding: 7px 15px 7px 15px;
	color: #0065a4;
}

#sidebar ul.news strong{
	color: #15477b;
	font-weight: bold;
}

#sidebar ul.news li{
	margin: 0 0 15px 0;
}

#sidebar ul.news li a, #sidebar ul.news li a:visited, #sidebar ul.news li a:active{
	display: inline;
	color: #15477b;
	font-weight: normal;
	text-decoration:underline;
	padding: 0;
	margin: 0;
}

#sidebar ul.news li a:hover {
	color: #6689ae;
	background: none;
}

/*==================================*/
/*----------- CONTENT --------------*/
/*==================================*/

#content {
	width: 680px;
	float:left;
	border: none;
	font-size: .8em;
	line-height: 155%;
}

#content h1 {
	width: 646px;
	background:url(../images/main/content_header_bg.jpg) top left no-repeat #0179c2;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 12px 17px 12px 17px;
	font-size: 1.6em;
	font-weight: normal;
	color: #fff;
	border: none;
}

#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #0065a4;
	padding: 0 0 8px 0;
	line-height: 140%;
}

#content h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 8px 0;
	line-height: 140%;
	color: #005288;
}

#content h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: normal;
	padding: 0 0 8px 0;
	line-height: 140%;
	color: #005288;
}

#content #content_wrapper {
	width: 646px;
	padding: 21px 17px 12px 17px;
}

#content_wrapper #photoarea {
	width: 173px;
	float: right;
	margin: 0 0 7px 7px;
	text-align: center;
	color: #adafb2;
}

#content p {
	margin: 6px 0 12px 0;
}

#content #photoarea img {
	padding: 6px;
	border: 1px solid #ded9d1;
}

#content img.right {
	float: right;
	padding: 6px;
	border: 1px solid #ded9d1;
	margin: 0 0 7px 7px;
}

#content a:link {color: #0079C1; text-decoration: underline;}
#content a:visited {color: #0079C1; text-decoration: underline;}
#content a:hover {text-decoration: underline; color: #48a4dd;}
#content a:active {text-decoration: underline; color: #0079C1;}

#content ul {
	list-style: disc;
	margin: 0 0 15px 15px;
	padding: 0;
}

#content ul.linklist {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}

/*==================================*/
/*------------ TABLES --------------*/
/*==================================*/

table.table {
	background-color: #f7f4f2;
	border: 1px solid #d8d2c9;
	border-width: 0 1px 1px 0;
	margin: 6px 0 12px 0;
	width: 646px;
}

table.table img{
	float: left;
	margin: 5px 10px 5px 5px;
}

table.table thead{
	background: url(../images/main/tableheader.jpg) top left #79bde9 no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight: normal;
	font-size: 1.1em;
}

table.table thead th{
	padding: 10px 0 10px 0;
}

table.table tr.odd {
	background-color: #eae6df;
}

table.table td{
	border: 1px solid #d8d2c9;
	border-width: 1px 0 0 1px;
	padding: 5px;
}

table.table td.buttonarea {
	padding: 0;
}

table.table td.buttonarea a{
	display: block;
	padding: 5px;
	width: 100%;
	height: 100%;
}

/*==================================*/
/*------------ FOOTER --------------*/
/*==================================*/

#footer {
	clear: both;
	background: url(../images/main/footer_bg.jpg) repeat-x top left #3280b7;
	width: 680px;
	border: 5px solid #fff;
	border-width: 5px 0 0 0;
	text-align: center;
	text-transform:uppercase;
	font-size: .7em;
	color: #fff;
	padding: 20px 0 20px 0;
}

#footer p{
	margin: 0;
}

#footer ul {
	display: none;
	text-indent: -9999em;
	overflow: hidden;
	height: 0px;
}

