﻿/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body
{
	border-width: 0px;
	background: #005596;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 100%;
	background-image: url(images/background.jpg);
}


#wrapper
{
	width: 700px;
	float: left;
	left: 100px;
}

.wrapper
{
	border: 0px none #FFFFFF;
	width: 700px;
	float: left;
	left: 20px;
	position: absolute;
	background-color: #FFFFFF;
}

#header
{
	margin: 0 0 0 0;
	height: 103px;
	background: url(images/header.png) no-repeat center top;
	padding: 0;
	color: #FFF;
	border-bottom-width: 0px;
	border-bottom-color: #000000;
	width: 980px;
	background-color: #FFFFFF;
}

#header h1#logo-text a {
	
	margin: 0; padding: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 47px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 70px; left: 55px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}


/* Main Column */
#main
{
	border: 1px groove #005596;
	float: left;
	width: 700px;
	padding: 0;
	top: 150px;
	position: absolute;
	left: 185px;
}
#main h2 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #88ac0b; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;	
	text-transform: none;
}
#main h2 a {
	background: none;
	color: #88ac0b;
	text-decoration: none;
}

#main p
{
	text-align: justify;
}

#main ul li {
	list-style-image: url(images/bullet.gif);
	text-align:justify;
}

#side-a {
	float: left;
	width: 170px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 700px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
	clear: both;
	
}


/* Footer */	
#footer
{
	border-width: 1px;
	text-align: center;
	font-size: 92%;
	width: 680px;
	border-top-style: groove;
	border-top-color: #005596;
	color: #005596;
	margin-top: 0px;
}
#footer a { 
	color: #005596;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


#contact
{
	background-color: #CCCCCC;
}

/* Menu */
#menu
{
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: none repeat-x 0 0;
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 37px;
	width: 980px;
	background-color: #005596;
}
#menu ul
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	border-right-style: groove;
	border-right-width: 1px;
	border-right-color: #000000;
}
#menu ul li {
	display: inline;
}
#menu ul li a
{
	display: block;
	float: left;
	padding: 0 12px;
	color: #FFF;
	text-decoration: none;
	border-left-style: groove;
	border-left-width: 1px;
	border-left-color: #000000;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	color: #D4E59F;	
}
#menu ul li#current a {	
	color: #D4E59F;
}
