/* Reset
-----------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Global
-----------------------------------------------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	background: #004278;
}

img {
	border: 0 none;
}

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #484848;
	margin: 0;
	padding: 0 0 16px 0;
	letter-spacing: 2px;
}

h1 {
	font-size: 34px;
	line-height: 38px;	
}

h2 {
	font-size: 28px;
	line-height: 32px;
}

h3 {
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 1px;
}

h4 {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
}

p {
	padding-bottom: 16px;
}

hr {
	width: 100%;
	height: 1px;
	color: #525252;
	background-color: #525252;
	border: 0;
}

ul {
	margin: 0 0 0 30px;
	padding: 0 0 18px 0;
}

textarea,
input[type=text],
input[type=password] {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px ridge #d7d6d3;
	padding: 2px;
}

/* Fonts
-----------------------------------------------------------------------------------------*/
body,
textarea,
input {
	font: 14px/20px Arial, Helvetica, sans-serif;
}

body {
	color: #000;
}

a:link,
a:visited,
a:active {
	color: #004684;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong, b, .bold {
	font-weight: bold;
}

em, i, .italic {
	font-style: italic;
}

/* Structure
-----------------------------------------------------------------------------------------*/
#wrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 965px;
	background: #004278;
}

#logo-bar {
	width: 100%;
	height: 64px;
	background-color: #004278;
	position: relative;
}

#logo-bar #logo-bar-content {
	width: 960px;
	height: 38px;
	margin: 0 auto;
	padding: 13px 0;
	position: relative;
}

#main {
	width: 100%;
	height: auto;
	min-height: 450px;
	background: #fff;
	position: relative;
}

#main #content {
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

#main #content ul {
	padding-bottom: 0;
	margin-bottom: 16px;
}

#left-column {
	float: left; 
	width: 640px;
}

#right-column {
	float: left;
	width: 300px; 
	margin-left: 20px;
}

#logos, #logos-wide {
	width: 200px; 
	float: left; 
	margin-right: 40px;	
}

#logos-wide {
	width: 420px;
}

#event-info, #event-info-wide {
	width: 400px;
	float: left;
}

#event-info-wide {
	width: 500px;
}

.section-hdr {
	width: 100%;
	background-color: #004278;	
	padding: 6px;
	margin-top: 10px;
	font: bold 16px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #fff;
}

.section-text {
	padding: 10px 0;	
}

.current-photo {
	width: 300px; 
	margin-bottom: 16px; 
	text-align: center;
}

#footer {
	width: 100%;
	height: auto;
	background-color: #004278;
}

#footer #footer-content {
	width: 960px;
	padding: 30px 0;
	margin: 0 auto;
	position: relative;
	color: #fff;
}

#footer #footer-content #copyright {
	font: 10px Arial, Helvetica, sans-serif;	
	padding-left: 20px;
}

#footer #footer-content #copyright a, #footer #footer-content #copyright a:hover {
	display: block;
	padding-top: 18px;
	font: bold 18px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
}

.logo-print {
	display: none;
}

/* Buttons and links
-----------------------------------------------------------------------------------------*/
.form-button, .form-button-over {
	padding: 8px 12px;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #1c1c1c;
	color: #fff;
	background-color: #1c1c1c;
}

.form-button-over {
	border: 1px solid #004684;
	color: #fff;
	background-color: #004684;
	cursor: pointer;
}

.form-row { 
	padding: 5px 5px 15px 5px; 
	clear: both; 
}

.form-hdr { 
	padding: 5px; 
	color: #fff; 
	font-size: 16px; 
	font-weight: bold; 
	background-color: #1c1c1c; 
	clear: both; 
}

.form-subhdr { 
	height: 16px; 
	padding: 4px; 
	color: #fff; 
	font-weight: bold; 
	background-color: #747472; 
	clear: both; 
}

.form-label { 
	width: 160px; 
	float: left; 
	font-weight: bold; 
	text-align: right; 
	vertical-align: top; 
	margin-right: 5px; 
	padding-bottom: 6px;
	clear: both; 
}

.form-field { 
	width: 460px;
	float: left;
	padding-bottom: 10px;
	vertical-align: top;
}

#login-form {
	border: 1px ridge #1c1c1c;	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px;
	width: 300px;
	margin: 80px auto;
}

#login-form .form-label {
	width: 80px;
	float: left;
}

#login-form .form-field {
	width: 190px;
	float: left;
}

#display-msg, #error-msg, #login-error { 
	display: none; 
}

#error-msg, #login-error { 
	width: 906px; 
	background-color: #e6e6e6; 
	color: #ec1621; 
	font-size: 14px; 
	font-weight: bold; 
	border: 1px solid #d01f07; 
	padding: 10px; 
	margin: 0 0 15px 30px; 
	text-align: center; 
}

#login-error { 
	width: 280px; 
	margin: 30px 0 0 322px; 
}

#display-msg { 
	position: absolute; 
	top: 20px; 
	left: 28px; 
	width: 890px; 
	background-color: #e6e6e6; 
	color: #ec1621; 
	font-size: 14px; 
	font-weight: bold; 
	border: 1px solid #312452;
	padding: 4px; 
	z-index: 2; 
	text-align: center; 
}

/* Misc styles
-----------------------------------------------------------------------------------------*/
.center {
	text-align: center;
}

.icon, .inline-icon { 
	padding: 0 5px 4px 0; 
	vertical-align: middle; 
	border: 0; 
}

.img-left { 
	float: left; 
	margin: 0 15px 15px 0; 
}
.img-right { 
	float: right; 
	margin: 0 0 15px 15px; 
}

.clear { 
	clear:both; 
}

.caption {
	font: 11px/13px Arial, Helvetica, sans-serif;
	text-align: center;	
}

.text-xsmall {
	font: 10px/16px Arial, Helvetica, sans-serif;
}

.text-small {
	font: 12px/18px Arial, Helvetica, sans-serif;
}

.text-normal {
	font: 14px/20px Arial, Helvetica, sans-serif;
}

.text-large {
	font: 16px/22px Arial, Helvetica, sans-serif;
}

.text-xlarge {
	font: 18px/24px Arial, Helvetica, sans-serif;
}	