/* Global CSS Document - Common to all pages */

body {
	background: #00205a url(/images/bkg-body.jpg) 50% 0 no-repeat;
	font: 12px/20px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}

* {
	outline: none;
	}
	
img {
	border: none;
	}

a:hover {
	cursor: pointer !important; /* Needed to override Sitefinity's cursor on the global nav */
	text-decoration: none;
	}

/* Outer most containing div used to center the layout */	
div#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-top: 8px;
	}

/* Masthead (Flyers logo and global navigation) */
h1#logoFlyers {
	background: transparent url(/images/logo-flyers.gif) no-repeat;
	text-indent: -9999px;
	width: 152px;
	height: 112px;
	margin: 0;
	padding: 0;
	}
/* Global navigation being pulled by the airplane */
div#globalNav {
	background: transparent url(/images/airplane.gif) no-repeat;
	width: 681px;
	height: 98px;
	margin: 22px 0 0 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	}

/* Footer */
div#footer {
	font-size: 11px;
	height: 90px;
	position: relative;
	top: 1px;
	color: #fff;
	line-height: normal;
	width: 960px;
	clear: both;
	}
	#footer address {
		background: url(/images/logo-alexian-field.gif) no-repeat;
		padding: 0 0 0 85px;
		float: left;
		height: 70px;
		font-style: normal;
		}
	#social {
		float: left;
		}
	#footer p {
		height: 36px;
		padding-top: 0;
		margin: 0;
		position: absolute;
		right: 0;
		line-height: normal;
		text-align: right;
		}
	#footer a, #footer a:visited {
		color: #fff;
		text-decoration: none;
		}
		#footer a:hover {
			text-decoration: underline;
			}
	#footer img {
		vertical-align: bottom;
		}