@charset "UTF-8";
/* CSS Document */

* {
	padding: 		0;
	margin: 		0;
	}

body {
	text-align: 	center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	color: #000000;
	background-color: #102854;
	background-image: url(res/images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
#bodyBlack {
	text-align: 	center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	color: #000000;	
	}	

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #036;
}

a:active, a:link, a:visited,  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #036;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
		color: #036;

}


/* grid _______________________________________________________________________________*/

#container {
	margin: 		0 auto;
	text-align: 	left;
	width: 			955px;
	height:			589px;
	position: 		relative;
	border: 1px solid #000000;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	}

#container_m1 {
	margin: 		0 auto;
	text-align: 	left;
	width: 			955px;
	height:			750px;
	position: 		relative;
	border: 1px solid #000000;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
}

#container_m4 {
	margin: 		0 auto;
	text-align: 	left;
	width: 			955px;
	height:			640px;
	position: 		relative;
	border: 1px solid #000000;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
}

#container_m5 {
	margin: 		0 auto;
	text-align: 	left;
	width: 			955px;
	height:			870px;
	position: 		relative;
	border: 1px solid #000000;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
}
#container_m6 {
	margin: 		0 auto;
	text-align: 	left;
	width: 			955px;
	height:			1360px;
	position: 		relative;
	border: 1px solid #000000;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
}
/* ____________________________________________________________________________________*/

/* background _________________________________________________________________________*/

#col1 {
	margin:			0 0;
	width:			522px;
	height:			589px;
	position:		absolute;
	left: 0;
	background-image: url(res/images/map_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFF;

}

#col2 {
	margin:			0 0;
	left:			219px;
	width:			6px;
	height:			589px;
	background:		url(divider.gif) repeat-y left top;
	background-color: #FFFFFF;
	position: absolute
	
}

#col3 {
	margin:			0 0;
	left:			225px;
	width:			71px;
	height:			589px;
	background-color: #036d56;
	position: absolute
	
}

#col4 {
	margin:			0 0;
	left:			296px;
	width:			6px;
	height:			589px;
	background:		url(divider.gif) repeat-y left top;
	position: absolute

}

#col5 {
	margin:			0 0;
	left:			522px;
	width:			433px;
	height:			560px;
	background-color: #FFFFFF;
	position: absolute;
	background-image: url(res/bg/cock.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#col5b {
	margin:			0 0;
	left:			522px;
	width:			433px;
	height:			560px;
	background-color: #FFFFFF;
	position: absolute;
	background-image: url(res/bg/cock2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#col6 {
	margin:			0 0;
	left:			727px;
	width:			6px;
	height:			589px;
	background:		url(divider.gif) repeat-y left top;
	position: absolute

}

#col7 {
	margin:			0 0;
	width:			23px;
	height:			589px;
	background:		url(Crest_001c.gif) no-repeat left top;
	position:		absolute;
	left: 733px;

}

#col8 {
	margin:			0 0;
	left:			756px;
	width:			6px;
	height:			589px;
	background:		url(divider.gif) repeat-y left top;
	position: absolute

}

#col9 {
	margin:			0 0;
	width:			38px;
	height:			589px;
	background:		url(Crest_002c.gif) no-repeat left top;
	position:		absolute;
	left: 762px;

}

#col10 {
	margin:			0 0;
	left:			800px;
	width:			6px;
	height:			589px;
	background:		url(divider.gif) repeat-y left top;
	position: absolute

}

#col11 {
	margin:			0 0;
	width:			149px;
	height:			589px;
	background:		url(Crest_003c.gif) no-repeat left top;
	position:		absolute;
	left: 806px;

}


/* ____________________________________________________________________________________*/
/* results ____________________________________________________________________________*/

#results {
	margin: 		0 auto;
	text-align: 	left;
	width: 			955px;
	height:			inherit;
	overflow:		visible;
	position: 		relative;
	border: 		1px solid #000000;
	background-color: #FFFFFF;
	}
	
#resultsLogo {
	margin:			0 0;
	width:			955px;
	height:			73px;
	background:		url(results_header.gif) no-repeat left top;
	position:		absolute;
	left: 0;
	background-color:#FFFFFF;
	background-image: url(results_header.gif);
}

#resultsHolder {
	position:relative;
	padding-top:100px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:30px;
	height:inherit;
	width:860px;
	overflow:hidden;
}

#resultsBand {
	z-index: 2;
	position:absolute;
	right:0;
	height:10px;
	top:73px;
	background-image:url(footer_bg.gif);
	background-color:#FFFFFF;
	width:860px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-position: left;
	font-variant: small-caps;
	vertical-align: middle;
	text-align: center;
	margin-top: 0px;
	line-height: 30px;
	padding: 0px;
	left: 0px;
 }
 
#resultsFooter {

	position:absolute;
	right:0;
	height:30px;
	bottom:0px;
	background-image:url(footer_bg.gif);
	background-color:#FFFFFF;
	width:955px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-position: center;
	font-variant: small-caps;
	vertical-align: middle;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	line-height: 30px;
 }

#searchBox {
	z-index: 			4;
	position:			absolute;
	top:25px;
	left:260px;
	height: 32px;
	width: 400px;
		
}
#searchBox2 {
	z-index: 			4;
	position:			absolute;
	top:25px;
	right:30px;
	height: 32px;
	width: 300px;
		
}


/* Tools  _____________________________________________________________________________*/

#tools {
	z-index: 			4;
	position:			absolute;
	left:				227px;
	width: 				500px;
	height: 			300px;
	top: 				60px;

}

#content {
	z-index: 			5;
	position:			absolute;
	left:				25px;
	width: 				900px;
	height: 			450px;
	top: 				25px;
	padding-top: 73px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content_top{
	z-index: 			4;
	position:			absolute;
	left:				0px;
	width: 				900px;
	height: 			73px;
	top: 				0px;
}

#footer {
	z-index: 3;
	position:absolute;
	right:0;
	height:30px;
	bottom:0px;
	background-image:url(res/images/result_for_back.gif);
	background-color:#FFFFFF;
	width:955px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-position: center;
	font-variant: small-caps;
	vertical-align: middle;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	line-height: 30px;
	background-repeat: repeat-x;
 }


/* ____________________________________________________________________________________*/

/* text _____________________________________________________________________________*/

.headers {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #102854;
	text-decoration: none;
	padding-top: 10px;
	}
	
.subs {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #102854;
	text-decoration: none;	
	}	
	
.mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}	
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	}	

#pad_left {
	padding-left: 10px;
	padding-top: 10px;
}