@charset "utf-8";

/* CSS Document */

html, body{ 
    margin: 0; 
    padding: 0;
    background: #FFF;
    color: #333;
}

body { 
    font: 0.9em Arial, Helvetica, sans-serif;
	text-align: center;
}


/* Headers */

h1 {
    font-size: 1.5em; 
	text-transform: uppercase; 
	background-color: #EA118D; 
	font-weight: bold;
    color: #FFF; 
	margin-top: 0;
	padding: 0.1em 0.5em; 
}

h2 {
    font-size: 1.25em; 
	text-transform: uppercase; 
    color: #2CACE2; 
}

h3 {
    font-size: 1.1em; 
	text-transform: uppercase; 
    color: #EA118D; 
}


/* Links */

a, a:visited {
    color: #EA118D; 
	text-decoration: none;
}

a:hover {
    color: #2CACE2; 
	text-decoration: none;
}

a:active {
    color: #FCF21E; 
	text-decoration: none;
}


/* Lists */

#content li { 
	padding-bottom: 0.6em; 
}

#content li ul  { 
	padding-top: 0.6em; 
}

dt   { 
	font-size: 1.1em;
	font-weight: bold;
	color: #ea118d;
	padding-bottom: 0.6em; 
}

dd   { 
	padding-bottom: 0.9em; 
}


/* Layout */

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 950px;
}

#main {
	text-align: left;
}

#sidebar {
	float: left;
	margin-right: 40px;
	padding-top: 185px;
	overflow: hidden;
	width: 210px;
}

#sidebar #act-logo {
	margin: 50px 0;
}

#sidebar #act-logo img {
	border: 0;
}

#header {
	height: 265px;
	float: left;
	width: 675px;
}

#content {
	float: left;
	margin-top: 10px;
	width: 675px;
}

#footer {
	background: url('/images/footer.gif') no-repeat;
	clear: both;
	height: 100px;
}


/* Menu */

ul.menu { 
	font-size: 100%; 
	font-weight: bold; 
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: 210px;
}

ul.menu li { 
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	width: 210px;
}

ul.menu li a, ul.menu li a:visited { 
	background-color: #2CACE2; 
	color: #fff; 
	display: block;
	padding: 5px 7px;
	text-decoration: none; 
}

ul.menu li a:hover { 
	background-color: #EA118D;
}

ul.menu li a:active { 
	background-color: #fff200;
}

ul.submenu { 
	list-style-type: none;
	list-style-image: none;
	margin-left: 13px; 
	padding: 0;
 }

ul.submenu li { 
	font-size: 90%; 
	list-style-type: none;
	list-style-image: none;
	text-transform: none;
 }

ul.submenu li a, ul.submenu li a:visited { 
	background-color: #fff; 
	color: #666; 
	margin: 0;
	padding: 2px;
	text-decoration: none; 
}

ul.submenu li a:hover { 
	color: #2CACE2; 
	background-color: #fff; 
}

ul.submenu li a:active { 
	color: #fff200; 
	background-color: #fff; 
}

ul.submenu li a.selected, a[nohref], a[nohref]:hover {
    background: transparent;
    color: #000;
}


/* Splash Page */

#video {
	margin: 50px auto 15px auto;
	width: 735px;
}

#skip {
	color: #666;
	font-size: 90%;
	margin: 10px auto;
	text-align: right;
	width: 735px;
}

#extended {
	float: left;
	text-align: left;
	width: 200px;
}

#skip a, #skip a:visited, #extended a, #extended a:visited {
	color: #666;
}

#logos {
	text-align: right;
	font-weight: bold;
	margin: 0 auto;
	width: 245px;
}

#logos #act-logo {
	float: left;
	width: 65px;
}

#logos #act-logo img {
	border: 0;
}

/* Home Page */

.photo-credit {
	color: #999;
	font-size: 90%;
	margin-top: 10px;
}


/* Sponsors Page */

table.sponsors td {
	padding: 1.5em 0;
	font-weight: bold;
	text-align: center;
}

table.sponsors td img {
	border: 0;
}

table.sponsors td.singlecell img {
	padding: 0 0.75em;
}

table.sponsors th {
	background-color: #999;
	color: #fff;
	padding: 0.25em 0;
	text-align: center;
	text-transform: uppercase; 
	font-weight: bold;
}


