@charset "utf-8";
* {
   margin: 0;
   padding: 0; }
body {
	color: #FFFFFF;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	background: #2f6d5e url(img/gbackground.png) repeat-x;
	background-position: top center;
	background-attachment: fixed;
}


/******** Content variations ********/
#head { 
   background-color: #000; }
#outerwrapper {
	width: 960px;
	background-color: #4b579a;
	margin: 0 auto;
	line-height: 1.4em;
	color: #000000;
}
#innerwrapper {
	float: left;
	width:100%;
	background: #a5b9ff;
}
#content {
   float: left; 
   width: 550px; }
#contentmid {
	float: right;
	margin-right: 23px;
	width: 550px;
}
#midsidebar { /* C-S-S Layout */
   margin-right: 10px; 
   width: 180px;
   float: right; }
#leftsidebar { /* S-C-S Layout */
	width: 180px;
	float: left;
}
#rightsidebar {
	float: right;
	width: 180px;
	background-color: #a5b9ff;
}

/***** General Styles *****/
a {
   text-decoration: none;
   color: #337766;
   font-weight: bold; }
a:hover {
   color: #0c453f;
   text-decoration: none; }
h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #000000;
	line-height: 1.2;
	margin: 0 0 5px 0;
	background: url(img/nav_seagreen.png) top center repeat-x;
}
h3 {
   font-size: 1.1em; 
   display: block; 
   margin: 10px 0; } 
h4 {
   margin-bottom: 15px; 
   font-size: 10pt; 
   font-weight: bold; }
ul, ol {
   list-style-position: inside; }
   
/***** Identity ******/
#topbar {
   width: auto !important; 
   width /**/:760px; 
   height: 45px;
   border: 0px; }
#identity {
   height: 45px;
   width: 410px;
   border: 0px;
   float: left; }
#identity h1 {
   font-size: 1.0em;
   padding: 5px 0 0 3px; }
#identity h1 a, #identity h1 a:hover {
   color: #fff;
   text-decoration: none; }
#identity p.head2 {
   color: #fff;
   font-size: 0.9em; 
   padding-left: 3px; 
   font-weight: normal;
   line-height: 1.7; }

/****** Top Navigation ******/
#topnav {width: 350px; 
   height: 45px;
   border: 0px solid #000000;
   font-size: 0.9em;
   color: #fff;
   float: right; }
#topnav ul {margin: 0px;
   width: auto;
   list-style-type: none;
   line-height: 1.0em;
   border: 0px solid #000000;
   float: right; }
#topnav ul li {margin: 0px 5px 0px 10px;
   padding: 10px 5px 0px 5px;
   float: left; }
#topnav ul li a {text-decoration: none;
   color: #fff; }


/****** LOGO ******/
#logop {
	height: 145px;
	width: 960px;
	background: url(img/bannergreen.png) no-repeat;
}

/****** Navigation ******/
#navigation {
   width: 960px;
   background: url(img/nav_seagreen.png) top center repeat-x;
   height: 31px;
   border-top: #023634 solid 1px; 
   margin-bottom: 20px;}
#navbar_link {
   height: 30px;
   float: left; }
#navigation #navbar_link ul {
   float: left;
   height:30px;
   width: 100%;
   list-style-type: none; }
#navigation #navbar_link ul li {
   display: inline; }
#navigation #navbar_link ul li a {
   padding: 6px 15px;
   color: #fff;
   text-decoration: none;
   line-height: 1.6em;
   float: left;
   border-right: 1px solid #17514a;
   text-decoration: none;
   font-size: 1.0em;
   font-weight: bold; }
#navigation #navbar_link a:hover { 
   text-decoration: none;	
   border-right: 1px solid #17514a;
   color: #fff;
   background: #ddd url(img/nav_seagreen.png) center -33px repeat-x; }
   
/****** Sidebar Items ******/
.SidebarItem {
   margin: 0 0 15px 0; }
.SidebarItem ul, #SidebarItem ol {
   list-style: none; }
.SidebarItem li {
   line-height: 1.2; }

/******** Footer ********/
#footer {
	clear: both;
	width: 960px;
	color: #FFFFFF;
	height: 25px;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px auto;
	background-color: #4b579a;
}
#footer p {
   font-weight: bold;
   border-top: 1px solid #aaa;
   padding: 5px 0 5px 3px; }
#footer p span {
   padding-right: 3px; }
#footer a {
   color: #FFFFFF;
   text-decoration: underline; }
#footer a:hover {
	color: #FFFFFF;
}
   
/******** HEADER INCLUDE ********/
#headinc {
	height:50px;
	width:100%
	}
	
#headincphp {
	height:0px;
	width:100%
	}
