#content {
	display: none;
	background: #fafafa url('../images/top-back.jpg') repeat-x;
	background-position: bottom;
	color:#30508B;
	padding-bottom: 20px;}

#content h2{
	margin: 0;
	padding: 5px 0 0 5px;
	font-weight: normal;
	font-size: 1.2em;
	color: #30508B;
	font-family: arial, sans-serif;}
	
#content h4{
	margin: 0;
	font-size: 1em;
	padding: 5px 0 5px 0;
	color: #093;}
	
.box a{
	color: #30508B;
	text-decoration: none;}
	
.box a:hover{
	color: #30508B;
	text-decoration: underline;}
		
.box ul{
	padding-left: 20px;
	padding-top: 10px;
	width: 180px;
	float: left;}
	
.box li{
	list-style: none;
	margin: 0 0 2px 0;}
		
.box li img{
	background-color: #FFF;
	border: 1px solid #333;
	vertical-align: bottom;}
		

#form{	
	padding: 10px;
	color:#FFF;
	float: right;
	border-left: 1px dashed #BAD3BD;
	display: inline;}

.loading {
	padding: 10px 0 0 15px;}

/* =tabs
-----------------------------------------------------------------------------*/
.shadetabs{
	padding: 3px 0;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 0;
	font-size:  0.85em;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	margin: 0;
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
	padding: 8px 0 10px 6px;
	line-height: 30px;
	margin-bottom: 20px;
	text-decoration: none;
	background: url('../images/header-tabs.png') no-repeat top left;
	font-family: arial, sans-serif;
}

.shadetabs li a span{
	margin: 0;
	padding: 8px 6px 11px 0;
	line-height: 30px;
	text-decoration: none;
	background: url('../images/header-tabs.png') no-repeat top right;
	font-family: arial, sans-serif;
	}
	
.shadetabs li a:visited{
	color: #333;
}

.shadetabs li a:hover{
	background: url('../images/header-tabs-on.png') no-repeat top left;
		color: #000;

}

.shadetabs li a:hover span {
	background: url('../images/header-tabs-on.png') no-repeat top right;
}
.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
	background: url('../images/header-tabs-sel.png') no-repeat top left;
	color: #000;
}

.shadetabs li.selected a span{ /*selected main tab style */
	background: url('../images/header-tabs-sel.png') no-repeat top right;
	color: #000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs li.new-tab{
position: absolute;
right: 10px;
height: 16px;
margin-top: -10px;
padding: 0;
}

.shadetabs li.new-tab img{
margin: 0;
padding: 0;
}

.shadetabs li.new-tab a{ /*selected main tab style */
background-image: none;
border: none;
margin: 0 10px 0 0;
padding: 0;}

.shadetabs li.new-tab a:hover{ /*selected main tab style */
text-decoration: underline;
}
	