/************************************************************************
CSS Reset via 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: "" ""; }

/************************************************************************
global
************************************************************************/

body
{
	font-size: 100%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-image: url(../images/sponsor_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

p, ul
{
	font-size: .82em;
	line-height: 1.5em;
	color: #666666;
	padding: 5px 25px;
}

li
{
	padding: 5px 0;
	list-style-type: square;
	margin-left: 15px;
}

strong{font-weight: 700;}
em{font-style: italic;}

h1
{
	font-size: 1.5em;
	line-height: 2.5em;
	color: #cccccc;
	padding: 0 25px;
}

h2
{
	font-size: 1.3em;
	line-height: 1.5em;
	color: #cccccc;
	padding: 15px 25px;
}

h3
{
	font-size: .95em;
	line-height: 1em;
	color: #cccccc;
	font-weight: 700;
	padding: 10px 25px 0 25px;
	color: #191919;
}
h4
{
	font-size: .85em;
	line-height: 1em;
	color: #cccccc;
	font-weight: 700;
	padding: 10px 25px 0 25px;
	color:#ea5c00;
}

.clearing
{
	display: block;
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0;
}

a.top{
	width: 184px;
	height: 11px;
	display: block;
	text-indent: -5000px;
	margin:5px 0 25px 25px;
	background-image: url(../images/top.png);
}
/************************************************************************
special headlines
************************************************************************/
h1#whoWeAre
{
	width: 580;
	height: 30px;
	display: block;
	margin: 25px 0 2px 25px;
	background-image: url(../images/who_is.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

h1#dLoad
{
	width: 285px;
	height: 31px;
	display: block;
	margin: 25px 0 2px 0;
	background-image: url(../images/download_info.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
}
h1#nav
{
	width: 285px;
	height: 31px;
	display: block;
	margin: 25px 0 2px 0;
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
}


h1#whatWeCanDo
{
	width: 571px;
	height: 31px;
	display: block;
	margin: 35px 0 2px 25px;
	background-image: url(../images/what_we.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

h1#sponsorship
{
	width: 571px;
	height: 31px;
	display: block;
	margin: 35px 0 2px 25px;
	background-image: url(../images/sponsorship_levels.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

/************************************************************************
structure
************************************************************************/

#wrap
{
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/sponsor_wrap_bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: transparent;
}

#innerWrap
{
	width: 960px;
	margin: 0 20px;
}

#headImage
{
	width: 960px;
	height: 531px;
	position: relative;
	background-image: url(../images/sponsor_header_image.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
}

#headImage a
{
	width: 405px;
	height: 110px;
	display: block;
	position: absolute;
	top: 42px;
	text-indent: -5000px;
}

/************************************************************************
content
************************************************************************/

#mainContent { float: left; }

/************************************************************************
left column
************************************************************************/

#leftColumn
{
	width: 650px;
	float: left;
}

/************************************************************************
left column
************************************************************************/
table {
	border-left-color: #666666;
	border-bottom-color: #666666;
	border-right-color: #666666;
	border-top-color: #666666;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-collapse: collapse;
	background-color: white;
	margin: 25px;
	color: #333333;
	font-size: .8em;
}
table th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: #666666 #666666 #666666 #666666;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	font-weight: 700;
}
table td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: #666666 #666666 #666666 #666666;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
/************************************************************************
right column
************************************************************************/

#rightColumn
{
	width: 310px;
	float: left;
}

#rightColumn p, #rightColumn ul { padding: 5px 25px 5px 0; }

#rightColumn ul li
{
	list-style-type: none;
	margin: 0;
	height: 20px;
	border-bottom: 1px solid #ccc;
}

#rightColumn ul li a
{
	display: block;
	color: #ffae78;
	text-decoration: none;
}

#rightColumn ul li a:hover
{
	display: block;
	color: #000;
	text-decoration: none;
}

/************************************************************************
footer
************************************************************************/
#footer{
	width:1000px;
	height: 70px;
	margin: 0 auto 25px auto;
	padding: 0;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position:center bottom;
}
#footer p{padding:10px 0 0 55px;font-size: .6em;}
