@charset "utf-8";

/* main container */

#mainContainer {
	height: 100%;
	width: 90%;
	margin: 0 auto;
}

#header {
	width: 100%;
	overflow: hidden;
	padding-top: 1.5em;
	background: #FFE936;
	border-left: 5px solid #D5BF00;
	border-right: 5px solid #D5BF00;
	border-bottom: 5px solid #D5BF00;
	margin-bottom: 1em;
}

#header h1 {
	display: none;
}

#header img {
	display:block;
	position:relative;
	left:50%;
	margin-left:-150px;
	width:300px;
	border: 0;
}

ul#menu {
	clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
	font-weight:bold;
	font-size: 100%;
}

ul#menu li {
	display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
	word-spacing: -1px;
}
	
ul#menu li a {
	display:block;
	float:left;
	text-decoration:none;
	font-weight:bold;
	margin: 1.5em .75em 1em .75em;
	color: #2d88b5;

}

ul#menu li a:visited {
	color: #2d88b5;
}
	
ul#menu li a:hover {
	color:#006595;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;
	border-bottom: 3px solid #006595;		
}
	

ul#menu li a.current {
	color: #00293E;
	border-bottom: 3px solid #00293E;
}

ul#menu li a.highlight {
	position:relative;
	top:-6px;
	color:#FFE936;
	background: #2d88b5;
	padding: 6px;
}

ul#menu li a.highlight:hover {
	border: none;
}

ul#menu a span {
	text-decoration: underline;
}


/*#menu {
   float:left;
   width:100%;
   border-bottom:5px solid #0089C9;
   overflow:hidden;
   position:relative;
}
#menu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#menu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#menu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#ddd;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
}
#menu ul li a:hover {
   background:#369;
   color:#fff;
}
#menu ul li a.active,
#menu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}*/

/*#menu {
	float: right;
	background: #333;
	border-left: 5px solid #D5BF00;
	border-right: 5px solid #D5BF00;
	border-bottom: 5px solid #D5BF00;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	list-style-type: none;
	display: inline;
}

#menu li a {
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#menu li a:hover { background: #383; }*/

#contentContainer {
	clear: both;
	float: left;
	width: 100%;
	background: white;
	border-top: 5px solid #0089C9;
	border-left: 5px solid #0089C9;
	border-right: 5px solid #0089C9;
}

#content
{
	clear: left;
	float: left;
	width: 69%;
	padding: 1.4em 0;
	margin: 0 0 0 2%;
	display: inline;
}

#content h2 { margin: 0 0 1em 0; }

#panel
{
	float: right;
	width: 26%;
	padding: 1.4em 0;
	margin: 0 2% 0 0;
	display: inline;
}

/* panel sidebox - imitates facebook panel to keep the design flowing */

#panel .sidebox {
	margin: auto;
	width: 253px;
	border: 1px solid #94A3C4;
	margin-bottom: .7em;
	font-size: 10pt;
	background: white;
}

#panel .sidebox h3 {
	margin: 0;
	background: #ECEFF5;
	color: #3B5998;
	border-bottom: 1px solid #D8DFEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	padding: .2em 1em;
}

#panel .sidebox p {
	margin: .2em;
	padding: 0 .4em;
	text-align: left;
}

#panel .sidebox p strong {
	color: #3B5998;
}

#panel .sidebox a {
	color: #3b5998;
	text-decoration: none;
}

#panel .sidebox a:hover {
	text-decoration: underline;
}


#footer
{
	clear: both;
	background: #0089C9;
	padding: 1em;
	color: white;
	font-size: 90%;
}

#footer p {
	margin: 0;
	padding: 0;
}
