/* Reset Styles, AKA Reset Reloaded from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Typography */
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-size-adjust: none;
	font-variant: normal;
	line-height: 17px;
	letter-spacing: -0.01em;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: white;
	line-height: 18px;
}
div#details p {
	font-size: 14px;
	color: white;
	line-height: 18px;
	margin-bottom: 10px;
}
#content p, #content ul {
	margin-bottom: 15px;
	letter-spacing: 0.03em;
}
a, a:link, a:visited {
	color: black;
}
a:hover {
	color: gray;
}


/* Blocks */
.wrapper{
	width: 960px;
	height: 1486px;
	margin: auto;
	background: url('../img/wrapper_bg2.jpg');
	position: relative;
}
#teal.wrapper{
	background: url('../img/wrapper_teal.jpg');
}
#details {
	margin: 0px 0px 55px 0px;
	
}
#content {
	width: 300px;
	position: absolute;
	left: 623px;
	top: 345px;
}
#teal #content {
	top: 293px;
}
#teal #sponsors {
	top: 1200px;
}
#sponsors {
	width: 756px;
	height: 176px;
	position: absolute;
	left: 205px;
	top: 1151px;
}
ul.menu{
	display: block;
	background: black;
	font-size: 14px;
	line-height: 14px;
}
ul.menu li a {
	display: block;
	color: white;
	text-decoration: none;
	border-bottom: solid 1px #222;
}
ul.menu li a:hover {
	color: black;
	background: white;
	border-bottom: solid 1px white;
}
ul.menu li.current a {
	background: white;
	color: black;
	border: none;
}
ul.menu li.current a:hover {
	background: white;
	color: black;
	border: none;
}
ul#main-menu li a {
	font-weight: bold;
	padding: 7px;
}
#main-menu {
	width: 184px;
	position: absolute;
	left: 1px;
	top: 60px;
}
#sub-menu{
	width: 184px;
	position: absolute;
	left: 411px;
	top: 445px;
	font-size: 12px;
	line-height: 12px;
}
ul#sub-menu li a {
	font-weight: bold;
	padding: 12px 9px 12px 9px;
}
#sub-menu-teal{
	width: 184px;
	position: absolute;
	left: 411px;
	top: 500px;
	font-size: 12px;
	line-height: 12px;
}
ul#sub-menu-teal li a {
	font-weight: bold;
	padding: 12px 9px 12px 9px;
}
ul.menu a span {
	color: gray;
}
h3, strong {
	font-weight: bold;
}
