@charset "UTF-8";
* {margin:0;padding:0;} 

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin-left:auto;
	margin-right:auto;	
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 814px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin-left:0px ;
	margin-right:opx;
	padding: 0;
	list-style-type: none;
	position: relative;
	cursor: pointer;
	width: 135px;
	float: center;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px solid #1b315c;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #1b315c;
	padding: 0.5em 0.75em;
	color: #ffffff;
	text-decoration: none;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #47597c;
	color: #ffffff;
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
}


.home-contact{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#1b315c;
}

.bodtext{
	font-family:Arial, Helvetica, sans-serif;
	color:#345196;
	font-size:13px;
	font-weight:300;
}

.side-bar-menu{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#1b315c;
}

.side-bar-menu a:link, .side-bar-menu a:visited { text-decoration: underline; color: #1b315c; background-color: transparent; } .side-bar-menu a:hover, .side-bar-menu a:active { background-color:transparent ; color: #04794f; }


.welcome {
	font-family:Arial, Helvetica, sans-serif;
	color:#04794f;
	font-size:16px;
	font-weight:600;
}
	


.small-h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#47597c;
	font-size:10px;
	font-weight:300;
	line-height:9px;
}

.small-h1a {
	font-family:Arial, Helvetica, sans-serif;
	color:#909292;
	font-size:10px;
	font-weight:300;
	line-height:9px;
}

.bullets{
	color:#a6c0ce;
	font-size:9px;
}

.h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#345196;
	font-size:13px;
	font-weight:300;
}

#wrapper {
	position:relative;
	display:block;
	width:815px;
	margin-left:auto;
	margin-right:auto;

	}


