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

 

html, body{
	background-color:#E7F0F7;
	/*height:100%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003555;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
               body{font-size:13px;}
}

#Shell{
	width:930px;
	margin:auto;
	background:url(../images/bg-content.jpg) repeat-y;
	margin-top:30px;
}
	#Top{
		position:relative;	
	}
		#Tag{
			position:absolute;
			z-index:4;
			top:-30px;
			left:0px;
		}
	#Banner{
		width:902px;
		margin:0px 14px 0px 14px;
	}	
	#Menu{
		width:902px;
		height:45px;
		margin:0px 14px 0px 14px;
		background:url(../images/bg-menu.jpg) repeat-x;
	}
		#Menu img{
			border:0px;
			float:left;
		}
	#Content-Shell1{
		background:url(../images/bg-content-bottom1.jpg) bottom no-repeat;
	}
	#Content-Shell2{
		background:url(../images/bg-content-bottom2.jpg) bottom no-repeat;
	}
	#Content-Shell3{
		background:url(../images/bg-content-bottom3.jpg) bottom no-repeat;
	}
		#Content{
			/*width:902px;
			height:500px; temp value while waiting for content*/
			margin:0px 14px 0px 14px;
			padding:18px 18px 30px 18px;
		}		
	#Footer{
		background:url(../images/bg-footer.jpg) no-repeat;
		padding:0px 42px 0px 42px;
		height:39px;
	}	
		#Links{
			padding: 10px 10px;
			color:#FFF;
			float:left;
		}
			#Links a{
				color:#FFF;
				text-decoration:none;
			}
			#Links a:hover{
				color:#FFF;
				text-decoration:underline;	
			}
		#S-Media{
			float:right;
			padding:6px 10px;
			width:185px;
		}
			#S-Media img{
				float:left;	
				border:0px;
			}
	#Credits{
		width:874px;
		margin:auto;
		margin-top:5px;
		position:relative;
	}
		#Copyright{
			position:absolute;
			z-index:3;
			width:874px;
			font-size:11px;
			color:#0069AA;
		}
		#Presented{
			position:absolute;
			z-index:75;
		}
		#Presented img{
			float:left;
			border:0px;
		}

#Content a:link, #Content a:active, #Content a:visited{
	color:#E61A25;
	text-decoration:none;
}
#Content a:hover{
	color:#E61A25;
	text-decoration:underline;
}

.siteby:link, .siteby:active, .siteby:visited{
	color:#0069AA;
	text-decoration:none;
}	
.siteby:hover{
	color:#0069AA;
	text-decoration:underline;
}

a{ outline: none; }
a img{ border:0px; }
a:hover .rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	border:0px;
}