body, html{
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, Verdana;
  min-width: 1000px;
}

a img{
  border: none;
}

.clr{
  clear: both;
}

.clr-r{
  clear: right;
}

a:link, a:visited{
  color: #000; 
  text-decoration: none;
}

a:hover{
  color: #900;
}


.ErrorMessage {
	COLOR: #b51a00;
	FONT-WEIGHT: bold;
}


#header{
	position: relative;
  background-color: #fff;
  width: 100%;
  height: 155px;
  padding: 0;
  border-bottom: 5px #4b6985 solid;
	z-index: 10;
}

#header .logo{
  padding: 40px 0 0px 15px;
  float: left;
  display: block;
  width: 200px;
}

#header .banner{
	position: absolute;
	left: 330px;
	top: 40px;
}

#header .header-right{
  height: 100%;
  display: block;
  margin-left: 220px;
}

#toplinks{
  position: absolute;
  right: 20px;
  width: 390px;
  padding: 0;
}

#toplinks a {
  float: right;
  padding-right: 0px;
  padding-left: 10px;
  text-decoration: none;
  height: 26px;
}

#toplinks a img{
  padding-top: 3px;
}

#toplinks a span{
  color:#4B6985;
  font-size:12px;
  font-weight:bold;
  line-height:150%;
  vertical-align:25%;
  text-transform: uppercase;
}

#toplinks img#phone{
  float: right;
  top: 55px;
  position: absolute;
  right: 0px;
  padding: 0;
}

#topnav{
  position: absolute;
  top: 98px;
  left: 225px;
  right: 0;
  height: 57px;
	font-size: 100%;
	z-index: 2;
}

#container{
  border-top: 2px #6599cd solid;
  position: relative;
}

#content{
	position: relative;
  margin-left: 223px;
	right: 0px;
	z-index: 6;
}

#content > .main{
	position: relative;
	margin-right: 293px;
	left: 0px;
}

#content > #right_panel{
	background-color: #fff;
	position: absolute;
	right: 0px;
	width: 255px;
	top: 0;
}

/*
*
* Breadcrumbs
*
*/

.NavigationPath {

}

.NavigationPath, .NavigationPath a:link, .NavigationPath a:hover, .NavigationPath a:visited {
  color: #4b6985;
  font-size: 14px;
  font-weight: normal;
  line-height: 150%;
  margin-top: 100px;
}

/*
 *  Footer styles - Global styles
 *  Added by msimpson at Thu Dec 11 19:57:29 CST 2008
 */
#footer{
  font-size: 12px;
  position: relative;
  width: 100%;
  border-top: 2px #6599cd solid;
}

#footer ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer ul li{
  padding: 0 5px;
  margin: 0;
  float: left;
  border-left: 2px solid #999;
}

#footer ul li:first-child{
  border: none;
}

#footer a:link, #footer a:visited, #footer .middle li.copyright{
  line-height: 150%;
  display: block;
  font-size: 14px;
}

/*
 *  Footer specific styles
 *  Updated by msimpson at Mon Mar  2 01:52:44 CST 2009
 */
/* positioning styles */
#footer > div{
  width: 100%;
  position: relative;
}
#footer .top{
  height: 27px;
}

#footer .top > div{
  position: absolute;
  height: 100%;
}

#footer .top .left{
  left: 0;
  width: 21px;
  background: url(../images/footer_left.png) no-repeat top left;
}

#footer .top .middle1{
  left: 21px;
  width: 135px;
  background: url(../images/footer_outline.png) repeat-x top left;
  padding-top: 3px;
}

#footer .top .middle2{
  left: 156px;
  width: 6px;
  background: url(../images/footer_tab.png) no-repeat top left;
}

#footer .top .middle3{
  left: 162px;
  right: 18px;
  background: #4b6985;
  text-align: right;
}

#footer .top .middle3 ul{
  float: right;
  padding-top: 3px;
}

#footer .top .right{
  right: 0;
  width: 18px;
  background: url(../images/footer_right.png) no-repeat top right;  
}

#footer .middle ul{
  height: 28px;
  float: right;
  padding: 5px 8px 0 0;
}

#footer .bottom .hacker_proof{
  float: right;
  padding: 0px 18px 18px 0;
}

/* Text styles */
#footer .top .middle1 a:link, #footer .top .middle1 a:visited, 
#footer .middle a:link, #footer .middle a:visited, #footer .middle li.copyright{
  color: #57738d;
}

#footer .top .middle1 a:hover, #footer .middle a:hover{
  color: #900;  
}

#footer .top .middle3 a:link, #footer .top .middle3 a:visited{
  color: #fff;
}

#footer .top .middle3 a:hover{
  text-decoration: underline;
}

#footer .top .middle3 ul li{
  border-color: #fff;
}
.Button1{
BACKGROUND-IMAGE: url(../images/button_bg.jpg);
  width:141px;
  height:30px;
  
  
  }
a.Button:link, a.Button:visited {
  font-weight: bold;
  vertical-align:middle;
  font-size: 12px;
  width:141px;
  
  /*background: #4b6985;*/
  padding: 0px;
  color: #333366;
}

a.Button:hover{
  /*background: #5A7EA0;*/
}

