/* CSS Document */

/*==================================*/
/*    Author: Chris Johnson         */
/*    Company: Corporate 3 Design   */
/*    Date: August 25, 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: #000; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:hover {text-decoration: none; color: #b3c7d8;}
a:active {text-decoration: none;}

img {
	border: 0;
}

#wrapper {
	width: 680px;
	margin: 0 auto;
	font-size: .95em;
	border: 5px solid #fff;
	background: url(../images/main/background_gradient.jpg) repeat-x #eff3f9;
}

/*==================================*/
/*------------ TABS ----------------*/
/*==================================*/

ul#tabs {
 	height: 0px;
	text-indent: -9999em;
	overflow: hidden;
	display: none;
}

/*==================================*/
/*------------ HEADER --------------*/
/*==================================*/

sup {
	font-size: .7em;
	line-height: 0%;
}


#header {
	background: url(../images/main/header_bg.jpg) no-repeat;
	width: 680px;
	height: 120px;
}

#header #home{
	padding: 20px 0 0 10px;
	width: 420px;
	height: 85px;
	overflow:hidden;
	text-indent:-5000em;
}

#header #home a{
	display: none;
}

#header #searchbox {
	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 {
 	diplay: none;
	text-indent: -9999em;
	overflow: hidden;
	height: 0px;
}

/*==================================*/
/*----------- SIDEBAR --------------*/
/*==================================*/

#sidebar {
	display: none;
	text-indent: -9999em;
	overflow: hidden;
	height: 0px;
	width: 0px;
}

/*==================================*/
/*----------- CONTENT --------------*/
/*==================================*/

#content {
	width: 680px;
	border: 5px solid #fff;
	border-width: 5px 0 0 0;
	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: 5px solid #fff;
	border-width: 5px 0 5px 0;
	clear: both;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #0065a4;
	padding: 0 0 12px 0;
}

#content img {
	float: left;
}

#content .column {
	width: 149px;
	float: left;
	padding: 10px;
}

#content .column img {
	float: right;
	margin: 0 0 10px 10px;
}

#content .date {
	color: #15477b;
	font-weight: bold;
}

#content .readmore a, #content .readmore a:visited{
	color: #0065a4;
	text-decoration: underline;
}

#content .readmore a:hover {
	color: #6689ae;
	background: none;
}

/*==================================*/
/*------------ 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: 5px 0 10px 0;
}

#footer p{
	margin: 10px 0 0 0;
}

#footer ul {
	display: none;
	text-indent: -9999em;
	overflow: hidden;
	height: 0px;
}
