/* ********************************************************************
            Copyright 2007 - VERTIQUEST TECHNOLOGIES, INC.
		      > Base Standards Layout for Site Pages <
******************************************************************** */
   
/* *********** D O C U M E N T  S E T T I N G S ******************* */
body {
	margin:0;
	padding:0;
	font-family: Arial, helvetica, sans-serif;
	font-size:8pt;
	color:white;
	background:url(/assets/layout/bg_body.jpg) repeat-x top left #A9C2C7; 
	text-align:center;
}
#page-container {
	position:relative;
	top:0;
	width:900px;
	padding:0;
	margin:auto;
	text-align:left;
	border-top:5px solid white;
	border-bottom:10px solid white;
}
/* ************ T O P  S E C T I O N ****************** */
#top-container {
	position:relative;
	width:900px;
	z-index:10;
}
/* *************** M I D  S E C T I O N ****************** */
#mid-container	{
	 position:relative;
	 width:900px;
	 padding-bottom:10px;
	 z-index:14;
 }
#left-section	{
	margin:0 0 0 20px;
	padding:120px 0 0 0;
	line-height:1.3em;
	word-spacing:.2em;
	float:left;
}
#mid-section	{
	position:relative;
	z-index:15;
}
#body-content {
	position:relative;
	line-height:1.3em;
	word-spacing:.2em;
	z-index:20;
}
	#body-content a {
		color:#e1fbdd;
		text-decoration:none;
	}
#right-section	{
	position:relative;
	float:right;
	color:white;	
	margin:0 10px 0 0;
	_margin-right:0;
	padding:0;
}
	#right-section a {
	color:white;
	text-decoration:none;
	font-weight:bold;
	}
	#right-section a:hover {
	color:#FFFF99;
	text-decoration:underline;
	}
	#right-section H1,
	#right-section H2 {
	color:#f2f606;
	font-weight:bold;
	text-transform:capitalize;
	}
	#right-section H1 {
	font-size:11pt;
	}
	#right-section H2 {
	font-size:9pt;
	}
	#right-section UL {
	list-style:none;
	padding:0;
	margin:0;
	}
	#right-section LI {
	padding-bottom:10px;
	}
/* ************ F O O T E R  S E C T I O N ****************** */
#bottom-container {
	position:relative; /* KEEP */
	width:900px;
	height:64px;
	margin:0 0 10px 0;
	clear:both;
	z-index:15;
}
/* *********** N A V I G A T I O N  M E N U S ******************* */
#MENU-SECTION {
	position:absolute; 	/* KEEP */
	top:160px;
	right:0;
	z-index:50;
	text-align:right;
	width:469px;
}
#MENU-SECTION IMG {
	margin-right:4px;
	border:0;
}
#MENU-SECTION.menu {
	margin-right:0;
	border:0;
}
#MENU-ITEMS {
	position:absolute;
	top:11;
	left:6;
	height:54px;
	width:469px;
}
#topmenu {
	list-style:none;
	padding:0;
	margin:0;
}
#topmenu li {
	display:block;
	float:left;
	position:relative;
	line-height:2em;
	_width:1em;
	white-space:nowrap;
	border-right:1px solid white;
}
#topmenu a {			/* MAKE THE TOP MENU LINE LOOK LIKE THIS */
	display:block;
	color:white;
	text-decoration:none;
	font-size:7pt;
	font-weight:bold;
	text-transform:capitalize;
	padding:.5em 8px .6em 8px;
	vertical-align:middle;
}
#topmenu a:hover {	/* MAKE THE TOP MENU LINE LOOK LIKE THIS WHEN YOU MOUSE OVER IT */
	color:#FFFF00;
	background:url(/assets/layout/menu_bg_mouseover.png) bottom center no-repeat;
}
/* ************ C O N T E N T   S P E C I F I C   S E T T I N G S **************** */
#LOGO-BOX {
	position:absolute;
	top:160;
	left:10;
	z-index:100;
}
#floating-fisherman {
	position:absolute; 
	bottom:48; 
	right:4;
	z-index:20;
}
#floating-pledge {
	position:absolute; 
	top:500; 
	right:40;
	z-index:20;
}
/* *********** T E X T  S E T T I N G S ******************* */
H1,H2,H3,H4,H5,H6 {
	font-family: Arial, helvetica, Verdana, Geneva, sans-serif;
	font-weight:bold;
}
H1 {
	padding:0;
	margin:0;
	font-size:13pt;
	font-weight:normal;
	color:#cbddc8;
	text-transform:uppercase;
	text-align:left;
	line-height:1.5em;
}
H2 {
	font-size:10pt;
	color:#003663;
	text-transform:uppercase;
}
H3 {
	font-size:9pt;
	color:white;
	text-transform:capitalize;
}
H4 {
	font-size:9pt;
	font-style:italic;
	color:#555;
	text-transform:capitalize;
}
H5 {
	font-size:8pt;
	color:#003663;
	text-transform:capitalize;
}
H6 {
	font-size:8pt;
	font-style:italic;
	color:blue;
	text-transform:capitalize;
}
/* *********** T A B L E  S E T T I N G S ******************* */
TABLE {
	font-size:8pt;
	width:100%;
	border-collapse:collapse;
}
/* *********** C L A S S  S E T T I N G S ******************* */
H3 IMG.orangebar {
	position:relative;
	right:0;
	top:50%;
	padding-top:.5em;
	margin-left:7px;
	text-align:right;
}