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

/* Reset */
/* National Debate Series CSS Document - Created by Geoff White - geoffwhitedesign.com */

/* CSS Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
li {
	list-style: none;
}
body {
	line-height:1.35;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
table, td, th {
	vertical-align:middle;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}

/* Fonts */

/* For IE */

@font-face {
	font-family: 'Goudy Bookletter 1911';
	src: url('fonts/goudy_bookletter_1911.eot');
}

@font-face {
	font-family: 'DejaVu Serif';
	src: url('fonts/DejaVuSerif.eot');
}

/* For Other Browsers */

@font-face {
	font-family: 'Goudy Bookletter 1911';
	src: local('Goudy Bookletter 1911 Regular'),
	     local('GoudyBookletter1911-Regular'),
	     url('fonts/goudy_bookletter_1911.otf') format('opentype');
}

@font-face {
	font-family: 'DejaVu Serif';
	src: local('DejaVu Serif Book'),
	     local('DejaVuSerif-Book'),
	     url('fonts/DejaVuSerif.ttf') format('truetype');
}

@font-face {
	font-family: 'DejaVu Serif';
	src: local('DejaVu Serif Italic'),
	     local('DejaVuSerif-Italic'),
	     url('fonts/DejaVuSerif-Italic.ttf') format('truetype');
	font-style: italic;
}

@font-face {
	font-family: 'DejaVu Serif';
	src: local('DejaVu Serif Bold'),
	     local('DejaVuSerif-Bold'),
	     url('fonts/DejaVuSerif-Bold.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: 'DejaVu Serif';
	src: local('DejaVu Serif Bold Italic'),
	     local('DejaVuSerif-BoldItalic'),
	     url('fonts/DejaVuSerif-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'DejaVu Serif Condensed';
	src: local('DejaVu Serif Condensed Book'),
	     local('DejaVuSerifCondensed-Book'),
	     url('fonts/DejaVuSerifCondensed.ttf') format('truetype');
}

@font-face {
	font-family: 'DejaVu Serif Condensed';
	src: local('DejaVu Serif Condensed Book'),
	     local('DejaVuSerifCondensed-Book'),
	     url('fonts/DejaVuSerifCondensed-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'DejaVu Serif Condensed';
	src: local('DejaVu Serif Condensed Bold'),
	     local('DejaVuSerifCondensed-Bold'),
	     url('fonts/DejaVuSerifCondensed-Bold.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: 'DejaVu Serif Condensed';
	src: local('DejaVu Serif Condensed Bold Italic'),
	     local('DejaVuSerifCondensed-BoldItalic'),
	     url('fonts/DejaVuSerifCondensed-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}


/* Sticky footer */

* {margin:0;padding:0;} 

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%; margin: 0;}

#main {padding-bottom: 106px;}

#footer {position: relative;
	margin-top: -106px;
	height: 106px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Page Structure */
body {
	background-image:url(images/main-bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: white;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
}
#main {
	width: 1036px;
	margin: 0 auto;
	position: relative;
}
#header {
	width: 1000px;
	margin: auto;
	height: 163px;
	background-image:url(images/header-bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
}
#left-shadow {
	width: 18px;
	height: 572px;
	position: absolute;
	top: 0;
	left: 0;
	background-image:url(images/left-page-shadow.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#right-shadow {
	width: 18px;
	height: 572px;
	position: absolute;
	top: 0;
	right: 0;
	background-image:url(images/right-page-shadow.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#content-main {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
	background-image:url(images/page-lip-bg.jpg);
	background-repeat: repeat-x;
}
#left-sidebar {
	width: 220px;
	\width: 235px;
	w\idth: 220px;	
	padding-left: 15px;
	float: left;
}
#right-sidebar {
	width: 220px;
	\width: 235px;
	w\idth: 220px;
	padding-right: 15px;
	float: right;
}
#center-content {
	width: 498px;
	\width: 523px;
	w\idth: 498px;
	margin-left: 15px;
	float: left;
}
#footer {
	background-image:url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
#footer-content {
	display: block;
	width: 1000px;
	height: 106px;
	margin: 0 auto;
	background-image:url(images/footer.jpg);
	position: relative;
}
#copyright {
	display: block;
	text-align: center;
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 10px;
	display: block;
	width: 100%;
}


/* Main Nav */
ul#navbar {
	height: 40px;
	display: block;
	clear: both;
	position:absolute;
	bottom: 8px;
	left: 0;	
}
* html ul#navbar {
	bottom: 7px;
}
ul#navbar li {
	height: 40px;
	display: inline;
}
ul#navbar li a {
	display: block;
	float: left;
	color: #b9d5ff;
	text-shadow: black 1px 1px 1px;
	font-size: 16px;
	font-family: 'DejaVu Serif Book', Georgia, Times, 'Times New Roman', serif;
	padding: 10px 22px 0 22px;
	height: 30px;
	\height: 40px;
	he\ight: 30px;
	text-decoration: none;
	background-image: url(images/menu-dots.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-weight: normal;
}
ul#navbar li a:hover {
	color: white;
	background-color: #0f2c5b;
}

/* Footer Nav */

#footer-content ul {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding-top: 8px;
}

#footer-content ul li {
	display: inline;
}

#footer-content ul li a {
	color: #b9d5ff;
	font-family: 'DejaVu Serif Book', Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	padding: 0 26px;
	text-decoration: none;
	text-shadow: black 1px 1px 1px;
}

#footer-content ul li a:hover {
	color: white;
	text-decration: underline;
}

/* Content Styles */
a#reg-button {
	width: 220px;
	height: 79px;
	display: block;
	clear: both;
	overflow: hidden;
	background-image: url(images/register-free-button.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -1000px;
}
a#reg-button:hover {
	background-position: 0 -79px;
}
.promotile, .a2a_dd img {
	margin: 15px auto 0 auto;
	display: block;
	clear: both;
}

#center-content {
	font-size: 13px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: black;
}
#center-content p {
	margin: 10px 0;
}
#center-content h1 {
	font-family: 'Goudy Bookletter 1911', Georgia, Times, 'Times New Roman', serif;
	font-size: 22px;
	color: #13305e;
	line-height: 1.2;
	margin: 12px 0;
}
#center-content h3 {
	font-size: 14px;
	font-family: 'DejaVu Serif', Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
	color:#9f0706;
	margin: 10px 0 5px 0;
}
#center-content h2 {
	font-size: 15px;
	color: #13305e;
	font-weight: bold;
}
#center-content h2.dashed {
	border-top: 1px dashed #13305e;
	margin-top: 12px;
	padding-top: 12px;
	}

.countdown {
	font-family: 'Goudy Bookletter 1911', Georgia, Times, 'Times New Roman', serif;
	font-size: 22px;
	background-color:#9f0706;
	line-height: 1.2;
	margin: 0;
	font-weight: normal;
	color: white;
	padding: 2px 4px;
	text-align: center;
}
#center-content p.imageholder {
	margin-top: 18px;
	}
#center-content a {
	color:#9f0706;
	text-decoration: none;
}
#center-content a:hover {
	color: #cd2928;
	text-decoration: underline;
}

#center-content ul {
	margin-bottom: 12px
}
#center-content ul li {
	display: block;
	padding-left: 18px;
	font-size: 16px;
	margin-top: 4px;
	background-image:url(images/red-bullet.gif);
	font-family: 'Goudy Bookletter 1911', Georgia, Times, 'Times New Roman', serif;
	background-repeat: no-repeat;
	background-position: 0 6px;
}

.blue {
	color: #13305e;
}
.logobox {
	width: 220px;
	display: block;
	clear: both;
	background-image:url(images/spon-pres-box-bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 15px;
}
.logobox .boxtop {
	width: 220px;
	display: block;
	clear: both;
	background-image:url(images/spon-pres-box-top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.logobox .boxbottom {
	width: 220px;
	display: block;
	clear: both;
	background-image:url(images/spon-pres-box-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	padding: 5px 0;
}
.logobox h3 {
	font-family: 'Goudy Bookletter 1911', Georgia, Times, 'Times New Roman', serif;
	font-size: 16px;
	color: #13305e;
}
.logobox img {
	display: block;
	margin: 5px auto 5px auto;
}
