/* --- GENERIC --- */
img,fieldset{
	border:none;
}

/* --- BODY --- */
body{
	width:940px;
	margin:0px auto;
	padding:0px;
	background:#ffffff;
	font-family: Arial, Verdana, Sans-serif;
	font-size:11px;
	color:#000000;
}

/* --- HEADER --- */
#header{
	width:940px;
	overflow:auto;
}
	#header .logo{
		float:left;
		margin:30px 0px 10px 25px;
		text-decoration:none;
	}
	#header .partners{
		float:right;
		margin:45px 5px 20px 0px;
	}
	#header h1{
		display:inline;
	}
	
/* --- TABS --- */	
#tabs{
	height:25px;
	background:url('../images/tabbg.gif') repeat-x bottom left;
	list-style-type:none;
	padding:0px 0px 0px 25px;
	margin:0px;
}
	#tabs li{
		float:left;
		margin-right:5px;
	}
		#tabs li a.here{
			display:block;
			float:left;
			height:25px;
			line-height:22px;
			padding:0px 15px;
			background:url('../images/tabh.gif') repeat-x bottom left;
			color:#696969;
			text-decoration:none;
			font-family:Arial, Verdana, Sans-serif;
			font-size:12px;
			font-weight:bold;
		}
		#tabs li a.nothere{
			display:block;
			float:left;
			height:25px;
			line-height:22px;
			padding:0px 15px;
			background:url('../images/tabn.gif') repeat-x bottom left;
			color:#ffffff;
			text-decoration:none;
			font-family:Arial, Verdana, Sans-serif;
			font-size:12px;
			font-weight:bold;
		}
		#tabs li a.here{
			background:url('../images/tabh.gif') repeat-x bottom left;
			color:#696969;
		}
		#tabs li a.nothere{
			color:#ffffff;
			background:url('../images/tabn.gif') repeat-x bottom left;
		}
		#tabs li.ImOver a.nothere {
			background:url('../images/tabh.gif') repeat-x bottom left;
			color:#696969;
		}
		#tabs li.ImOff a.nothere{
			background:url('../images/tabn.gif') repeat-x bottom left;
			color:#ffffff;
		}
		
/* --- MENU --- */		
#menu{
	width:930px;
	overflow:auto;
	height:24px;
	padding:0px 10px 0px 0px;
	margin:0px;
	background:url('../images/menubg.gif') repeat-x top left;
	list-style-type:none;
}
	#menu li{
		float:right;
		margin:0px 5px;
		background:url('../images/menusep.gif') no-repeat top right;
	}
	#menu li.last{
		background:none;
	}
		#menu li a:link,#menu li a:visited{
			font-family: Arial, Verdana, Sans-serif;
			font-size:10px;
			line-height:23px;
			text-decoration:none;
			color:#8f8f8f;
			margin-right:10px;
		}
				
/* --- BANNER --- */

#content{
	width:940px;
	overflow:auto;
}
	#content .banner{
		background:url('../images/bannerbg5.gif') repeat-x bottom left !important;
		height:150px !important;
		margin:0px 0px 0px 0px;
	}	
	.banner #searchtag{
		margin:0px 0px 0px 0px;
		width:940px;
	}
	#searchtag #tag{
		margin:0px;
		padding:10px 0px 0px 0px;
		font-size:20px;
		font-weight:bold;
		color:#7d8388;
		text-align:center;
	}
	.banner #search{
		height:64px;
		width:940px;
		padding:0px 0px 0px 0px;
		margin:10px 0px 10px 0px;
		background:url('../images/searchbg_small.gif') no-repeat top center;
	}
		#search form, #search fieldset{
			padding:10px 0px 0px 105px;
			margin:0px;
		}
		#search #s1{
			height:28px;
			width:310px;
			border:1px solid #7f9db9;
			margin-right:10px;
			padding:3px 0px 3px 0px;
			font-family: Verdana, Arial, Sans-serif;
			font-size:12px;
			color:#003876;
		}
		#search #s2{
			height:19px;
			width:100px;
			background:#ffffff;
			border:1px solid #7f9db9;
			margin-right:10px;
			vertical-align:bottom;
			padding:3px 0px 3px 20px;
			font-family: Verdana, Arial, Sans-serif;
			font-size:12px;
			color:#003876;
		}
		#search #s3{
			vertical-align:bottom;
		}
	.banner #searchinfo{
		margin:0px;							
		padding:0px 0px 10px 0px;
		width:940px;
	}
	#searchinfo p{
		font-family: Verdana, Arial, Sans-serif;
		font-size:12px;
		color:#7d8388;
		text-align:center;
	}

/* --- HEAD --- */

.head1{
	margin:0px;
	padding:0px;
	font-size:11px;
	font-weight:bold;
	color:#3f658b;
	text-align:center;
}
.head2{
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	color:#3f658b;
}
.head3{
	display:inline;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#3f658b;
}
.head4{
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

/* --- GREAT BOX ---*/
			
#content .grbox .toptabs{
	width:940px;
	background:url('../images/grt.gif') no-repeat bottom center;
	font-size:1px;
}
#content .grbox .top{
	width:940px;
	height:3px;
	background:url('../images/grt.gif') no-repeat top center;
	font-size:1px;
}
#content .grbox .bod{
	padding:10px 15px !important;
	width:908px !important;
	color:#949494;
	background:#f6f6f6;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
}
#content .grbox .bot{
	font-size:1px;
	width:940px;
	height:3px;
	background:url('../images/grb.gif') no-repeat bottom center;
}
	.grbox p.proby{
		margin: 0px;
		padding: 0px;
		text-align:center;
		color:#3f658b;
		font-size:12px;
		font-weight:bold;
	}

/* --- TABS --- */
#grtabs{
	height:33px;
	padding:0px 0px 2px 25px;
	margin:0;
}
	#grtabs li{
		float:left;
		margin:0 15px 0 0;
		list-style-type:none;
	}
		#grtabs li span.lhere{
			display:block;
			float:left;
			height:33px;
			width:6px;
			padding:0px;
			background:url('../images/grtabnl.png') no-repeat left bottom;
			color:#3f658b;
		}
		#grtabs li span.rhere{
			display:block;
			float:left;
			height:33px;
			width:6px;
			padding:0px;
			background:url('../images/grtabnr.png') no-repeat left bottom;
			color:#3f658b;		
		}
		#grtabs li span.lnothere{
			display:block;
			float:left;
			height:33px;
			width:6px;
			padding:0px;
			background:url('../images/grtabhl.png') no-repeat left bottom;
			color:#3f658b;		
		}
		#grtabs li span.rnothere{
			display:block;
			float:left;
			height:33px;
			width:6px;
			padding:0px;
			background:url('../images/grtabhr.png') no-repeat left bottom;
			color:#3f658b;		
		}
		#grtabs li a.here{
			display:block;
			float:left;
			height:33px;
			padding:0px 0px 0px 10px;
			background:url('../images/grtabnm.png') repeat-x left bottom;
			color:#3f658b;
			font-family:Arial, Verdana, Sans-serif;
			font-size:12px;
			font-weight:bold;
		}
		#grtabs li a.nothere{
			display:block;
			float:left;
			height:33px;
			padding:0px 0px 0px 10px;
			background:url('../images/grtabhm.png') repeat-x left bottom;
			color:#c1c1c1;
			font-family:Arial, Verdana, Sans-serif;
			font-size:12px;
			font-weight:bold;
		}
		#grtabs li a span{
			display:block;
			float:left;
			height:12px;
			padding:11px 10px 10px 0px;
			background:url('../images/grtabhm.png') repeat-x left bottom;
		}
		#grtabs li a.here{
			color:#3f658b !important;
			background:url('../images/grtabnm.png') repeat-x left bottom !important;
		}
		#grtabs li a.here span{
			background:url('../images/grtabnm.png') repeat-x left bottom !important;
		}
		#grtabs li a.nothere{bottom !important;
			color:#3f658b !important;
			background:url('../images/grtabhm.png') repeat-x left;
		}
		#grtabs li a.nothere span.ImOver{
			color:#3f658b;
		}
		#grtabs li a.nothere span.ImOff{
			color:#c1c1c1;
		}
		
/* --- PREMIUM LISTING --- */

#content #lgrbox{
	margin-bottom: 10px;
	padding: 0px;
	
}
	#content .blurb{
		margin:15px 0px 0px 0px;
		padding:0px;
	}
		.blurb .logo {
			width:150px;
			height:50px;
			margin:0px;
			padding:0px;
			border:0px;
		}
		.blurb  .first{
			width:294px;
			float:left;
			text-align:center;
		}
		.blurb  .second{
			width:294px;
			float:left;
			margin:0px 9px;
			text-align:center;
		}
		.blurb  .third{
			width:294px;
			float:left;
			text-align:center;
		}
		.blurb .bbod .first,.blurb .bbod .second,.blurb .bbod .third{
			padding:0px 35px;
			width:224px;
		}
		.blurb .bbod  p{
			margin:8px 0px 5px 0px;
			font-size:11px;
		}
		.blurb .sbod .first,.blurb .sbod .second,.blurb .sbod .third{
			padding:0px 35px;
			width:224px;
		}
		.blurb .sbod  p{
			margin:8px 0px 5px 0px;
			font-size:11px;
		}
		
	#content .blurb a:link,.blurb a:visited{
			color:#3f658b;
			font-size:11px;
			font-weight:bold;
			text-decoration:none;
		}

	/* --- 3 COLUMN --- */
	.prem-heads{
		width:907px;
		height:31px;
		background:url('../images/prem-heads_test_g.png') no-repeat top center;
		overflow:auto;
		margin:10px 0px 0px 0px;
	}
	.prem-head{
		margin:0px;
		padding:0px;
		font-size:14px;
		font-weight:bold;
		color:#ffffff;
		width:296px;
		text-align:center;
		float:left;
		line-height:30px;
	}
		#content #lgrbox #top{
			width:907px;
			height:31px;
			background:url('../images/lgrboxt_test_g.png') no-repeat top center;
		}
		#content #lgrbox #bod{
			background:url('../images/lgrboxbg_test_g.png') repeat-y top center;
			padding:1px 0px 10px 0px
			margin:0px;
			width:907px;
			overflow:auto;
		}	
		#content #lgrbox #bot{
			font-size:1px;
			width:907px;
			height:3px;
			background:url('../images/lgrboxb_test_g.png') no-repeat bottom center;
		}
		#content .blurb .btop{
			width:907px;
			height:53px;
			background:url('../images/blurbt_test_g.png') no-repeat top center;
			font-size:1px;
			padding: 0px;
			margin: 0px;
		}
		#content .blurb .bbod{
			background:url('../images/blurbm_test_g.png') repeat-y top center;
			padding:0px;
			margin: 0px;
			width:907px;
			overflow:auto;
		}	
		#content .blurb .bbot{
			font-size:1px;
			width:907px;
			height:40px;
			background:url('../images/blurbb_test_g.png') no-repeat bottom center;
			margin: 0px;
			padding: 0px;
		}
		
	/* --- 1 COLUMN --- */
	.single-prem-head{
		margin:0px;
		padding:0px;
		font-size:14px;
		font-weight:bold;
		color:#ffffff;
		width:907px;
		text-align:center;
		float:left;
		line-height:30px;
	}
	.sfh-heads{
		width:907px;
		height:31px;
		background:url('../images/sfh-head_test_g.png') no-repeat top center;
		overflow:auto;
		margin:10px 0px 0px 0px;
	}
	.mf-heads{
		width:907px;
		height:31px;
		background:url('../images/mf-head_test_g.png') no-repeat top center;
		overflow:auto;
		margin:10px 0px 0px 0px;
	}
	.ass-heads{
		width:907px;
		height:31px;
		background:url('../images/ass-head_test_g.png') no-repeat top center;
		overflow:auto;
		margin:10px 0px 0px 0px;
	}
	.com-heads{
		width:907px;
		height:31px;
		background:url('../images/com-head_test_g.png') no-repeat top center;
		overflow:auto;
		margin:10px 0px 0px 0px;
	}	
		#content #lgrbox #sfh{
			width:907px;
			height:31px;
			background:url('../images/lgrboxt_sfh.png') no-repeat top center;
		}
		#content #lgrbox #mf{
			width:907px;
			height:31px;
			background:url('../images/lgrboxt_mf.png') no-repeat top center;
		}
		#content #lgrbox #ass{
			width:907px;
			height:31px;
			background:url('../images/lgrboxt_ass.png') no-repeat top center;
		}
		#content #lgrbox #com{
			width:907px;
			height:31px;
			background:url('../images/lgrboxt_com.png') no-repeat top center;
		}		
		#content #lgrbox #sinbod{
			background:url('../images/lgrboxbg_single.png') repeat-y top center;
			padding:1px 0px 10px 0px
			margin:0px;
			width:907px;
			overflow:auto;
		}	
		#content #lgrbox #sinbot{
			font-size:1px;
			width:907px;
			height:3px;
			background:url('../images/lgrboxb_single.png') no-repeat bottom center;
		}
		#content .blurb .stop{
			width:907px;
			height:53px;
			background:url('../images/blurbt_single.png') no-repeat top center;
			font-size:1px;
			padding: 0px;
			margin: 0px;
		}
		#content .blurb .sbod{
			background:url('../images/blurbm_single.png') repeat-y top center;
			padding:0px;
			margin: 0px;
			width:907px;
			overflow:auto;
		}	
		#content .blurb .sbot{
			font-size:1px;
			width:907px;
			height:40px;
			background:url('../images/blurbb_single.png') no-repeat bottom center;
			margin: 0px;
			padding: 0px;
		}

/* --- PAGE NUMBERS --- */
.pageHere{
	color:#3f658b;
	font-family:Arial, Verdana, Sans-serif;
	font-size:12px;
	font-weight:bold;
}
.pageImOver{
	color:#3f658b;
	font-family:Arial, Verdana, Sans-serif;
	font-size:12px;
	font-weight:bold;							
}
.pageImOff{

}
#page_loading{
	display:none;
	text-align:center;
}
#pageResults #pageNumberTop{
	float:right;
	padding:0px 30px 0px 0px;
}
#pageResults #pageNumberBot{
	text-align:center;
	padding:5px 0px 15px 0px;
}

/* --- ADDITIONAL LISTING --- */
	#content .albox{
		margin:10px 0px;
		width:902px;
		overflow:auto;
	}
	#content .albox .top{
		width:902px;
		height:11px;
		background:url('../images/alt.gif') no-repeat top center;
		font-size:1px;
	}
	#content .albox .bod{
		background:url('../images/alm.gif') repeat-y top center;
		padding:10px 20px 10px 20px !important;
		width:860px !important;
		overflow:auto;
		color:#000000;
	}	
	#content .albox .bot{
		font-size:1px;
		width:902px;
		height:15px;
		background:url('../images/alb.gif') no-repeat bottom center;
	}	
		.albox .alist-logo{
			float:left;
			margin: 3px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			width:150px;
			height:50px;
					}
		.albox p.info{
			margin: 0px 0px 0px 10px;
			padding: 0px 10px 0px 10px;
			width: 550px;
			float: left;
		}
		.albox .info{
			margin: 0px 0px 0px 10px;
			padding: 0px 10px 0px 10px;
			width: 550px;
			float: left;
		}
		.albox .quote{
			float:right;
			margin: 3px 0px 0px 0px;
			padding: 0px 0px 0px 0px;		
		}		
		.albox a:link,.albox a:visited{
			color:#3f658b;
			font-size:12px;
			font-weight:bold;
		}
		.albox .ser-logo{
			float:left;
			margin: 0px;
			padding: 3px 10px 0px 10px;
					}
		.albox p.serinfo{
			margin: 0px;
			padding: 6px 10px 0px 10px;
			width: 600px;
			float: left;
		}
		
/* --- FOOTER --- */		
#footer{
	width:930px;
	padding:0px 10px 0px 10px;
	margin:0px;
	list-style-type:none;
}
	#footer p{
		text-align:center;
		font-family: Arial, Verdana, Sans-serif;
		font-size:10px;
		line-height:23px;
		text-decoration:none;
		color:#8f8f8f;
	}
		#footer p a:link,#footer p a:visited{
			font-family: Arial, Verdana, Sans-serif;
			font-size:10px;
			line-height:23px;
			text-decoration:none;
			color:#8f8f8f;
		}
