/* Style reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of style reset */

/* ------------------------- */

/* Begin general styles */

html {
	height: 100%;
	
}

body {
	height: 100%;
	margin: 0px;
	background-color: #e6e6e6;
	line-height: 1.1em;
	font-size: .9em;
}

h1 {
	color: #0078c3;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.3em;
}

h2 {
	color: #0078c3;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

a {
	color: #0078c3;
}

a:hover {
	color: #40b0e8;
}

a:visited {
	color: #5babd6;
}

/* Bold tag isn't working for some stupid reason rabble rabble */
h3 {
	font-weight: bold;
}

table {
	border: 1px solid #cccccc;
	padding: 0px;
	margin: 0px;
}

tr {
	padding: 0px;
	margin: 0px;
}

td {
	padding: 3px 9px;
	background-color: #efefef;
	border: 1px solid #cccccc;
}

th {
	padding: 3px 0px;
	border: 1px solid #dddddd;
	text-align: center;
}

.wrapper {
	height: 100%;
	min-height: 100%;
	margin-bottom: -68px;
	position: relative;
}

/* End of general styles */

/* ------------------------- */

/* Beginning header styles */

.header {
	height: 138px;
	background-color: white;
	text-align: center;
}


.header_logo {
	padding-top: 10px;
	width: 980px;
	height: 95px;
	margin: 0px auto;
	vertical-align: top;
}

.navigation {
	padding-top: 0px;
	height: 43px;
	background: white url('../images/nav.png') repeat-x left bottom;
	vertical-align: middle;
	text-align: center;
}

.nav_container {
	padding: 3px;
	width: 980px;
	margin: 0px auto 0px;
}

.navigation_bar {
	height: 35px;
	min-width: 800px;
	width: 800px;
	margin: 0px auto 0px;
}

.navigation a {
	color: #ffffff;
	text-decoration: none;
	font-size: .9em;
	font-family: Arial,Helvetica,sans-serif;
}

.nav_block {
	border-right: 1px solid #198ccc;
	border-left: 1px solid #0070b1;
	padding-top: 0px;
	text-align: center;
	width: 98px;
	height: 35px;
	float: left;
}


.nav_block .submenu {
	position: absolute;
	visibility: hidden;
	margin-top: 11px;
	padding: 0;
	background: #0074c0;
	border: 1px solid #ffffff;
	width: 98px;
}

.nav_block .submenu  a{
	display: block;
	margin-top: 0px;
	padding: 2px 5px;
	text-align: left;
	text-decoration: none;
	background: #0074c0;
	color: #ffffff;
	border: 1px solid #0074c0;
}

.nav_block .submenu  a:hover{
	background: #ffffff;
	color: #0074c0;
	text-decoration: none;
}


.nav_block p {
	color: #ffffff;
	margin-top: -28px;
}


.nav_block:hover {
	background: #0089cd url('../images/nav-hover.png') repeat-x left bottom;
}

.nav_block a:hover {
	color: white;
	text-decoration: underline;
}

.nav_dropdown {
	visibility: hidden;
}

/* End of header and menu styling */

/* ------------------------- */

/* Begin sidebar styles */

.sponsors {
	text-align: center;
}

.sponsors h1 {
	border-bottom: 1px solid black;
}

.sponsors a {
	color: #0078c3;
	text-decoration: none;
}

.sponsors a:hover {
	color: #40b0e8;
}

.links {
	text-align: center;
}

.links img {
	margin: 0px 0px;
}

/* End of sidebar styles */

/* ------------------------- */

/* Begin content styles */

.content {
	padding: 12px;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	min-width: 980px;
	background: transparent url('../images/sprite_rotator/fighter2/rotate2.php') no-repeat right top;
	height: 100%;
}

.link_header {
	text-align: center;
}

.link_header a {
	color: #0078c3;
	text-decoration: none;
}

.link_header a:hover {
	color: #40b0e8;
}

.fighter1 {
	position: absolute;
	left: 5px;
	float: left;
	z-index: -5;
}

.content_container {
	width: 900px;
	margin: 0px auto 0px;
	text-align: left;
	clear: both;
}

.content_column_right {
	width: 177px;
	min-height: 150px;
	float: right;
}

.content_main {
	margin-right: 5px;
	float: left;
	width: 713px;
}

.content_main h1 {
	padding-left: 42px;
	padding-top: 4px;
	margin-bottom: 10px;
	min-width: 88px;
	height: 55px;
	color: #0078c3;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.3em;
	background: transparent url('../images/article-header.png') no-repeat left top;
}

.content_box {
	clear: both;
	padding: 12px 15px 15px;
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
	margin-bottom: 5px;
}

.registration {
	width: 100%;
}

.attendee_container {
	width: 990px;
	margin: 0px auto 0px;
	text-align: left;
}

.attendee_box {
	width: 960px;
	clear: both;
	padding: 12px 15px 15px;
	background-color: #ffffff;
	border: 1px solid #b2b2b2;
	margin: 0px auto 5px;
	overflow: auto;
}

.attendees {
	margin-left: -45px;
	float: left;
	min-width: 990px;
}

.attendees td, th {
	vertical-align: middle;
}

.attendees tbody td{
	max-width: 190px;
	word-wrap: break-word;
}

/* End of content styles */

/* ------------------------- */

/* Begin footer styles */

.clearfooter {
	height: 10px;
	clear: both;
}

.footer {
	padding-top: 3px;
	position: relative;
	background: transparent url('../images/footer.png') repeat-x bottom left;
	height: 65px;
	margin: 0px auto 0px;
	text-align: center;
}


.footer_container {
	width: 900px;
	height: 65px;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto 0px;
	background: transparent url('../images/footer-info.png') repeat-x bottom left;
}

.footer_info {
	clear: both;
	padding-top: 44px;
	text-align: left;
	color: #0da5dd;
	font-family: Arial,Helvetica,sans-serif;
	font-size: .9em;
}

.footer_info a {
	color: #0da5dd;
	font-family: Arial,Helvetica,sans-serif;
	font-size: .9em;
	text-decoration: none;
}

.footer_info a:hover {
	color: #ffffff;
}

/* End of footer styles */