@charset "UTF-8";

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
div#maincontent table {
	font-size: 90%;
}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Removes list-style from lists */
ol, ul {
	list-style: none;
}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Removes list-style from lists */
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 440px;
}

/* Removes border from fieldset and img */
fieldset, img {
	border: 0;
}

/* Left-aligns text in caption and th */
caption, th {
	text-align: left;
}

/* Removes quotation marks from q */
q:before, q:after {
	content: '';
}

body {
	text-align: center; /* center page pre-IEW6 */
	margin: 0;
	padding: 0;
	border: 0;
	background: #8e181b url(images/red-bg.jpg) repeat-x left top;
	color: #666;
	font: small/18px "Lucida Sans", "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif; /* simplified Fahrner keyword method to establish small base font size */
}

.hide {
	display: none;
}


div#wrap {
	margin: 0 auto;
	width: 760px;
	background: #fff url(images/content-bg-long.jpg) repeat-y left top;
	min-height: 800px;
	text-align: left; /* compensates for body's text-align */
}

div#navigation {
	background: #dee4f4 url(images/navbar-bg.jpg) repeat-x left top;
	position: relative;
	margin: 0 auto;
	color: #002b63;
	height: 33px;
	padding: 0;
}
div#header, div#content, div#footer, div#navigation {
	width: 728px;
	margin: 0 auto;
}
div#content {
	background: transparent url(images/content-top.jpg) no-repeat left top;
	padding: 2em 0;
	position: relative;
	min-height: 800px;
	margin-bottom: 1.5em;
}
div#maincontent {
	width: 450px;
	margin: 0;
	padding-left: 22px;
	float: left;
}
div#sidebar {
	width: 200px;
	float: right;
	margin: 0;
	display: inline;
	padding-right: 22px;
}
* html #sidebar {
	display: inline;
}
div#sidebar p {
	font-size: 80%;
	line-height: 2em;
	padding-bottom: 0.75em;
	color: #8E181B;
}
div#header {
	width: 728px;
	height: 151px;
}
div#footer {
	clear: both;
	border-top: 1px solid #002b63;
	background-color: #dee4f4;
	margin-top: 1em;
}
div#map {
	margin-top: .75em;
	margin-bottom: 1.5em;
}
div#footerbase {
	width: 760px;
	height: 22px;
}
div#footer p {
	font-size: 80%;
	padding: 1.5em 22px .5em 22px;
}
div#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #333;
}
div#footer a:hover {
	text-decoration: underline;
}
div#maincontent img {
	margin: .75em 0 1.5em 1.5em;
	float: right;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
	border: 1px solid #CCCCCC;
}
div#maincontent p {
	font-size: 90%;
	padding: 0 0 .75em 0;
}
div#maincontent a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	padding-bottom: 1px;
}
div#maincontent a:hover {
	background-color: #e5e5e5;
	border-bottom: 1px dotted #666;
}
div#maincontent h2 {
	font-size: 120%;
	color: #8E181B;
	font-weight: normal;
	padding: 1em 0 .5em 0;
}
div#maincontent h1 {
	font-size: 140%;
	font-weight: normal;
	color: #001A4C;
	padding-bottom: 1em;
}
.ads {
	padding: 0 0 12px 0;
}
.ads img {
	margin-bottom: 4px;
}

/* navigation structure */

#navbar {
	float: left;
	height: 33px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navbar li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	height: 33px;
	background-image: url(images/soa-navbar.jpg); /* repeated here to avoid IE6/Win flicker */
	background-repeat: no-repeat;
	}
#navbar a {
	float: left;
	height: 33px;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
	background-image: url(images/soa-navbar.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	}
#home a, #home li { 
	width: 58px; 
	background-position: 0 0;
	}
#home a:hover { 
	background-position: 0 -33px; 
	}
#home a.current {
	background-position: 0 -66px;
	}
#event a, #event li {
	width: 123px;
	background-position: -58px 0;
	}
#event a:hover { 
	background-position: -58px -33px; 
	}
#event a.current { 
	background-position: -58px -66px; 
	}
#vol a, #vol li {
	width: 84px;
	background-position: -181px 0;
	}
#vol a:hover { 
	background-position: -181px -33px; 
	}
div#galleries img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#vol a.current { 
	background-position: -181px -66px; 
	}
#spon a, #spon li {
	width: 94px;
	background-position: -265px 0;
	}
#spon a:hover {
	background-position: -265px -33px;
	}
#spon a.current {
	background-position: -265px -66px;
	}
#loca a, #loca li {
	width: 76px;
	background-position: -359px 0;
	}
#loca a:hover { 
	background-position: -359px -33px; 
	}
#loca a.current { 
	background-position: -359px -66px; 
	}
#photo a, #photo li {
	width: 63px;
	background-position: -435px 0;
	}
#photo a:hover { 
	background-position: -435px -33px; 
	}
#photo a.current { 
	background-position: -435px -66px; 
	}
div#maincontent h3 {
	font-size: 120%;
	color: #8E181B;
	font-weight: normal;
	padding: 1em 0;
}
#maincontent h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 95%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e5e5e5;
	margin-bottom: .5em;
}
ul.sponsors {
	font-size: 90%;
	color: #000000;
	margin-left: 2em;
	list-style-type: square;
	padding-bottom: 1em;
}
ul.opps {
	font-size: 90%;
	color: #666666;
	margin-left: 2em;
	list-style-type: square;
	padding-bottom: 1em;
}
ul.teams {
	font-size: 90%;
	color: #000000;
	margin-left: 2em;
	list-style-type: square;
	padding-bottom: 1em;
}
div.thumbnail {
	float: left;
	width: 100px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}
div#galleries p {
	font-size: 85%;
	color: #8D171A;
	padding: 6px;
	margin-bottom: 10px;
	background-color: #e5e5e5;
	width: 420px;
}
.clearer {
	clear: both;
}
.topad {
	margin-bottom: 1em;
}
#galleries a:hover {
	color: #8E181B;
}
img.valid {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.thanks {
	border: 2px solid #881519;
	padding: 15px;
	background-color: #e5e5e5;
	margin-bottom: 1em;
}
div.thanks h2 {
	font-size: 120%;
	letter-spacing: 1em;
	text-align: center;
	margin: 0px;
	margin-bottom: 1.25em;
	padding: 0px;
	padding-bottom: 1em;
	text-transform: uppercase;
	border-bottom: solid 1px #f7f7f7;
	line-height: 1em;
}
div.thanks p {
	font-size: 100%;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div.thanks a:hover {
	background: #f7f7f7;
}div.thanks li {
	padding-left: 30px;
	padding-bottom: .5em;
}
div.thanks ul {
	margin-bottom: 1em;
	font-size: 95%;
}
div.thanks em {
	font-style: italic;
}
