/*
File Name:
   dyson_page.css
File Author:
   j-morrow@northwestern.edu
Last Updated:
   5:58 PM 2/26/2007 JOE
*/


/*
//   Dyson Racing 2007 Colors:
//
//   Background Gray:	#4C4C4C;
//   Header Blue:	#001B72;
//   Menu Gray:		#666666;
//   Menu Border Gray:	#333333;
//   Accent Red:	#FF0141;
//   Link Light Blue:	#3366CC;
//   Link Dark Blue:	#003399;
//
*/




/*
//   Global Styles
*/


* {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
}

BODY {
	padding: 0px;
	margin: 0px;
}

DIV {
	position: relative;
}

TABLE {
	border-collapse: collapse;
}

TD {
	vertical-align: top;
	text-align: left;
}

TH {
	text-align: center;
	font-weight: bold;
	font-style: italic;
}

IMG,
IMG A {
	border: none;
}
/*
A {
	color: #001B72;
	text-decoration: underline;
}

A:hover,
A:active {
	color: #FF0141;
	text-decoration: underline;
}
*/

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}


/*
//   Front Page Styles
*/


BODY {
	background-color: #4C4C4C;
}

/*
TD.top_spacer {
	width: 50%;
}
*/

#top {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 680px;
//	top: 50%;
//	margin-top: -340px;
/*
	text-align: center;
*/
}

#header {
	width: 100%;
}

DIV#menu {
	width: 780px;
	margin-left: 10px;
	background-color: #666666;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#menu TD.middle_spacer {
	width: 48px;
}

#menu TD.side_spacer {
	width: 10%;
}

DIV#body {
	width: 740px;
	margin-left: 10px;
	background: #000000;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	background: #000000;
	min-height: 500px;
	text-align: left;
	padding-bottom: 10px;
}

#body {
	font-size: 12px;
	color: #FFFFFF;
	font-family: arial, helvetica, verdana, sans-serif;
}

#body TD, TH {
	padding: 5px;
	vertical-align: middle;
}

#body TH {
	font-weight: bold;
	text-align: left;
}

#body P {
	text-align: justify;
}

#body A,
#body A:link {
	color: #3366CC;
	text-decoration: none;
	font-weight: bold;
}

#body A:visited {
	color: #3366CC;
	text-decoration: none;
	font-weight: bold;
}

#body A:hover,
#body A:active {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}


/*
//   Team Info Styles
*/


TABLE.teamNav {
	width: 100%;
}

TABLE.teamNav TD.menu {
	width: 110px;
	padding-left: 20px !important;
}

TABLE.teamNav TD {
	text-align: left;
	vertical-align: top !important;
}

TABLE.teamNav TD.menu HR {
	margin-top: 2em;
	margin-bottom: 2em;
	color: #666666;
	border: none;
	height: 1px;
	background-color: #666666;
}


/*
//   Gallery Styles
*/


TABLE.gallery TR TD {
	text-align: left;
	vertical-align: top !important;
	padding-top: 0px !important;
	padding-bottom: 10px !important;
	padding-left: 0px !important;
	padding-right: 10px !important;
}	


/* --- Old Styles --- */


.headers {
	font-size: 20px;
	color: #FFFFFF;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
}

.headers A,
.headers A:link,
.headers A:visited {
	color: #FFFFFF !important;
}

.headers A:hover,
.headers A:active {
	color: #3366CC !important;
}


/*
.photoheaders {
	font-size: 16px;
	color: #FFFFFF;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
}
*/
.imagespacer {
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	float: left;
}

#navigation {
	z-index: 2;
	float: right;
}
