html,body{margin:0;padding:0}

body{font: 14px arial,sans-serif;text-align:center; color:#333;
	border-top: 10px solid #2E4988; }

a img { border: none; }

p { margin:12px 0 12px 0;}

ul {
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 0;
}


#footer a{color: #fff;}

.logo {
	padding: 0 0 16px 0;
}

.banners {
	padding: 16px 0 16px 0;
}


#container{text-align:left; padding-top:20px;}

#content p {line-height:1.4}

#content h1{
	margin:22px 0px 0px 0px;
	padding:0px;
	line-height: 1.4;
	font-size: 20px;
	color: #000066;
	}

#navigation{background:#fff; margin-bottom: 16px;}

#footer{background: #333;color: #FFF}

#footer p{margin:0;padding:5px 10px}


#container{width:700px;margin:0 auto; border-right: 1px solid #ddd;
}

#content{
	float: right;
	width: 408px;
	padding: 16px 20px 0 20px;
	text-align: left;
	}

#navigation{float:left;width:250px;padding-top:0px;}

#footer{clear:both;width:100%}

.float_right {
	padding: 10px;
	float: right;
}

/* =-=-=-=-=-=-=-[Newsletter]-=-=-=-=-=-=-=- */

.form_box{
	padding: 7px;
	background-color: #D2DBBF;
	border: 1px solid #996;
	margin-bottom: 10px;
	width: 232px;
}

.form_box h3{
	margin: 2px;
}

span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:132px;} 
div.clear {clear:both;padding-top:5px;}

/* =-=-=-=-=-=-=-[Nav Menu]-=-=-=-=-=-=-=- */
	
#menu {position:relative; width:250px; height:180px; background:transparent url(images/menu_pace.gif); overflow:hidden; margin:0 0 20px auto;}
#menu ul {margin:0; padding:0;}
#menu li {list-style-type:none; width:250px; height:30px; display:inline;}
#menu a {display:block; float:left; width:250px; height:0; overflow:hidden; color:#000; text-decoration:none; padding-top:30px;  background:transparent url(images/menu_pace_hover.gif) no-repeat 250px 280px;}
* html #menu a  {height:30px; he\ight:0;}

#menu a#item1:hover {background-position: 0 0; z-index:50;}
#menu a#item2:hover {background-position: 0 -30px; z-index:50;}
#menu a#item3:hover {background-position: 0 -60px; z-index:50;}
#menu a#item4:hover {background-position: 0 -90px; z-index:50;}
#menu a#item5:hover {background-position: 0 -120px; z-index:50;}
#menu a#item6:hover {background-position: 0 -150px; z-index:50;}
#menu a#item7:hover {background-position: 0 -180px; z-index:50;}
#menu a#item8:hover {background-position: 0 -210px; z-index:50;}


/* =-=-=-=-=-=-=-[Contact Menu]-=-=-=-=-=-=-=- */

.alertGood {
      text-align : left;
      border-top : 1px solid #9c9;
      border-bottom : 1px solid #9c9;
      padding : 5px 5px 5px 32px;
      font-size : 11px;
      margin : 20px 20px 15px;
      color : #060;
      background : #e2f9e3 url(../img/icon_good.gif) no-repeat 4px 7px;
  }
 .alertBad {
      text-align : left;
      color : #fff;
      font-weight : bold;
      border-top : 1px solid #c99;
      border-bottom : 1px solid #c99;
      padding : 5px 5px 5px 32px;
      font-size : 11px;
      margin : 20px 20px 15px;
      background : #c00 url(../img/icon_bad.gif) no-repeat 8px 7px;  }