@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/bgrepeat.jpg);
	background-repeat:repeat-x;
		margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	margin-top:5px;
}
.oneColLiqCtrHdr #container {
	width: 900px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: none;
	text-align: left;
	
}
.oneColLiqCtrHdr #header {
	background-image:url(../images/shieldteam.jpg);
	background-repeat:no-repeat;
	height:150px;
	width:900px;	
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; 
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; 
	background:  #FFFFFF;
	border-left:  1px solid #FF9900;
border-right:  1px solid #FF9900;
border-top:  1px solid #FF9900;
height:auto;

}
.oneColLiqCtrHdr #footer { 
	
	background-color:transparent;
	background-image: url(../images/footer.jpg);
	width:900px;
	height:75px;
	background-repeat:no-repeat;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0;
}
#nav {
	width: 900px;
	height:30px;
	background-image:url(../images/shieldteambottom.jpg);
	background-repeat:no-repeat;
	height:28px;
	
	
	
	
	
}
#nav  a {
	background-image:none;
		width:120px;
	height:19px;
	display:inline;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:8px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bolder;
	padding-left:0px;
	text-align:center;
	
}
#nav  a:hover {
	color: #FFCC99;
}
#left{
float:left;
width:250px;



}

#right{ float:right;
width:600px;}

.h1 {
	color: #0099cc;
	font-size:18px;
	font-style:normal;
}


#links a {
color:#0099FF;
text-decoration:none;}

#links a:hover {
color: #999999;
text-decoration:none;}

#links2 a {
color:#FFFFFF;
text-decoration:none;}

#links2 a:hover {
color: #999999;
text-decoration:none;}

.specialtabs{
background-image:url(../images/tab.png);
background-repeat:no-repeat;
vertical-align:bottom;
width:148px;
background-position:center bottom;
height:40px;

}

.specialsnav{

height:10px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top:10px;
	text-decoration:none;
	text-align:center;
	vertical-align:bottom;
	color:#FFFFFF;
	}
	
/**
* Call to action
**/
.top-widget {
  float: right;
  clear: right;
  margin-top: 20px;
  width: 25%;
  min-height: 0;
  padding: 0 3px 0 0;
  border: none;
  background: none;
  text-align: right;
}
  
a.btn {
  background: #d6ff69;
  font-size: 18px;
  color: #132f2f;
  padding: 5px 10px;
  border-radius: 8px;
  width: 250px;
  margin: 10px auto;
  display: block;
  text-decoration: none;
}