body {
	margin:0px; 
	padding:0px; 
/*	border:solid #888888 1px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#aaaaaa;
}
#header {
	margin:0px;
	padding:0px;
	width: 800px;
	border:solid #ffffff 1px; 
	background-color:#000000;
}

#container {
	background-color:#ffffff;
	margin: 0px;
	width: 800px;
	padding: 0px;
	border-left: #cc9900 1px solid;
	border-right: #cc9900 1px solid;
	border-bottom: #cc9900 1px solid;
}
#contentwrapper {
	margin:0px;
	padding:40px 20px 20px 20px ;
	text-align: center;
	vertical-align:top;
	background-color:#ffffff;
	color: #000000;
}
#content { 
	position:relative;
	width:100%;
	margin:0px;
	text-align: left;
	vertical-align:top;
	background-color:#ffffff;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
/*	background-image: url('images/boxes8.gif'); 
 	background-repeat:no-repeat;*/
}
#content h1 {
	color: #555555; 
/*	border:solid red 1px; */
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-size: 17px;
	font-family: 'Trebuchet Ms', Arial, Helvetica, sans-serif;
	line-height:1.1;
}
#content h2 {
	color:#2A55D4; 
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-size: 14px;
	font-family: 'Trebuchet Ms', Arial, Helvetica, sans-serif;
	line-height:1.1;
}
#content h3{
	color: #555555; 
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-weight: bold;
	font-size: 14px;
	font-family:'Trebuchet Ms', Arial, Helvetica, sans-serif;
	line-height:1.1;
}
#content h4{
	color:#2A55D4; 
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-weight: bold;
	font-size: 12px;
	font-family:'Trebuchet Ms', Arial, Helvetica, sans-serif;
	line-height:1.1;
}
#content h5{
	color:#444444; 
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.1;
}
a {
	color: #2A55D4;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
	font-weight: bold;
}

#content li{list-style:outside square;}
#content ul {margin: 8px 0px 0px 30px;padding: 0px;list-style-type:none;}
#content ul li {
	line-height: 1.5em;
	margin: 5px 0px 0px 0px;
	padding-left: 15px;
}
#boxes8 { 
	position:absolute;
	z-index: 9;
}

#promo1 {
/*	border:solid green 1px; */
	position:relative;
	z-index: 2;
	padding-left:360px;
	width:360px;
}
#promo2 {
	position:relative;
	z-index: 2;
	padding: 40px 0 0 500px;
	width:200px;
}
#promo3 {
	position:relative;
	z-index: 2;
	padding:230px 0 20px 0;
	width:400px;
}
#promo4 {
	position:relative;
	z-index: 2;
	padding: 20px 0 0 360px;
	width:360px;
}

/*---------------------------------------------------------*/

#footer {
	border:solid #ffffff 1px; 
	width: 770px;
	height: 40px;
	text-align: center;
}
#footer  a {
	color:#dddddd; 
}

#menu {
	font-size: 16px; 
	color: #ffffff; 
	text-align:center;
	background-color: #3E5DA7;
	font-family: "trebuchet ms", geneva; 
	font-weight:bold;
	padding:0px 0px 0px 4px ;
	margin:0px;
}
#menu a {
	color:#fff; 
}
#menu a:hover {
	color:#ddd; text-decoration:underline;
}

hr {
	color:#2A55D4;
	background-color:#2A55D4;
	height:1px;
}
.warn {
	color:#ff0000; font-weight:bold;
}
.link {
	color:#ffcc99; text-decoration:none; font-weight:bold;
}
.link:hover {
	color:#ffffff; text-decoration:underline;
}
.slide { 
	border-top: 0.1em solid #222222; border-bottom:0.1em solid #cccccc; border-left:0.1em solid #222222; border-right:0.1em solid #cccccc; 
}

.redd {
  color: #CC0000;
  font-weight: bold;
}
#contactform input, textarea {  
	color:white; 
  font-weight: bold;
	background-color:#3E5DA7 ! important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contactform td { vertical-align:top; }

@charset "UTF-8";
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 100%;
}
/* 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: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 100%;
	float: left;
	border-left:solid black 1px;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 100%;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 100%;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	font-size: 11px; 
	color: #ffffff; 
	text-align:center;
	background-color: #3E5DA7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight:bold;
	padding: 2px 2px;
	text-decoration: none;
	text-align:center;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #3E5DA7;
	color: #ffffff;
}
/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* 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;
		f\loat: left;
		background: #FFF;
	}
}
