/* Main Body */
html {
	margin: 0;
	padding: 0;
	}
body {
	background: #780707 url(../tmplt_imgs/bkgd.gif) repeat-x bottom left fixed;
	margin: 0;
	padding: 0;
	}
p {
	margin-top: 0;
	text-align: justify;
	}
#container {
	padding: 0 75px 0 210px;
	margin: 0 0 0 0;
	position: relative;
	}

#logo {
	clear:both;
	position:absolute;
	top:0;
	left:0;
	z-index: 11;
	width: 210px;
	height: 208px;
	}
#pageheader {
	text-align: center;
	margin-top: 5em;
	text-align: left;
	}
#selector {
  	min-height:15.5em;
  	height:auto !important;
  	height:15.5em;
	padding-top: 1em;
	text-align: left;
	}
#supportingText {	
	padding-left: 10px;
	padding-right: 10px; 
	margin-bottom: 40px;
	}
#footer {
	margin-bottom: .5em;
	padding: 0 .5em 0 .5em;
	}
#School {
	clear:both; 
	width: 210px; 
	float: left;
	}
#Sponsors {
	padding: 0 75px 0 0;
	clear: right;
	text-align: center;
	}
#name {
	margin-left: 10px;
	position: absolute;
	top: 0;
	right: 0;
	width: 65px;
	padding: 1em 0 0 .25em;
	min-height: 575px;
	text-align: center;
	}	
	
	
/* Text Edits */
h1 {
	font-style:italic;
	font-weight:bold;
	}
h2 {
	font-size: 2em;
	font-style: italic;
	}
h3 {
	font-size: 1.2em;
	}
.black {
	color: #000000;
	}
.black, body, #School, #footer, #supportingText, #Sponsors, h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
body, h3, a:hover, a:link, #School, #footer, #supportingText, #Sponsors  {
	color: #FFFFFF;
	}
	

/* Links */

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF
	}
a:hover { 
	text-decoration: underline; 
	}

/* Images */

.blackborder {
	color: #FFFFFF;
	border: medium solid #000000;
	}
	
/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv {		                                 /* position, size, and font of  menu */
	clear:both;
	position:absolute;
	top:17.5em;
	left:1.25em;
	z-index: 10;
	text-align: center;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#menuv a	{
	display: block;
	width: 12em;
	height: 1.25em;
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;
	background-color: #000000;
	border: 2px ridge #FFFFFF;
	white-space:nowrap;
	}

#menuv a, #menuv a:visited {				/* all menus at rest */
	color: #CCCCCC;
	text-decoration:none;				       /* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	{/* attaches parent-arrow on all parents */
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover 	{
	color: #CCCCCC;
	text-decoration: underline;
	}
	
#menuv li	{
	list-style-type:none;		            /* removes bullets */
	}

#menuv ul li	{
	position:relative;
	}

#menuv li ul	{
	position: absolute;
	top: 0;
	left: 12.2em;			             /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul {
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 12em;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul	{
	display: block;
	}



/* Popup Pics */
.highslide {
	cursor: url(../Scripts/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
	color: #000000;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(../Scripts/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(../Scripts/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url(../Scripts/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../Scripts/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}