/* 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: #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/wrapper_bg.jpg) repeat-y -210px 0px;
}

/*==================================*/
/*------------ 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;
}

#header ul li a{
	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;
}

/*==================================*/
/*----------- 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: 5px solid #fff;
	border-width: 5px 0 0 0;
}

#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #0065a4;
	padding: 0 0 12px 0;
}

#content #content_leftcol {
	width: 474px;
	padding: 21px 17px 12px 17px;
	float: left;
}

#content p {
	margin: 6px 0 12px 0;
}

#content #content_rightcol {
	float: left;
	width: 172px;
	text-align: center;
	color: #adafb2;
	padding: 7px 0 0 0;
}

#content #content_rightcol img {
	padding: 6px;
	border: 1px solid #ded9d1;
}

/*==================================*/
/*------------ 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: 10px 0 5px 0;
}

#footer ul {
	display: none;
	text-indent: -9999em;
	overflow: hidden;
	height: 0px;
}

