/*
University of Maryland Eastern Short
Dec 16, 2009
Caleb White
Pursuant
*/

/****CSS Reset by Erik Meyer****/
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,b, u, i, center,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-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
/*********END CSS RESET*********/

img, div, a, h1, h2, h3, h4 { behavior: url(js/iepngfix.htc) }

/********************************
************GENERAL**************
********************************/
html {
	overflow:scroll;
}
body  {
	background: #6B1A27 url(../img/bg.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	color:#fff;
}
a {
	color:#ff6600;
	text-decoration:none;
}
a:hover {
	color:#000;
}
.imgtxt {
	display:block;
	text-indent:-10000px;
}
.clearme {
	clear:both;
	display:block;
}
hr {
	margin:0;
	padding:0;
	border:none;
	border-top:1px #E3E3E3 solid;
}
#mainwrap {
	position:relative;
	padding-top:105px;
}
h2, h3{
	text-transform: uppercase;
	color:#ff6600;
}
h2 {
	font-size:4em;
}
h3 {
	font-size:3em;
	line-height:1.2em;
}

/********************************
*************HEADER**************
********************************/
#header {
	height:10px;
	position:absolute;
	top:0;
	left:0;
	width:960px;
	z-index:900;
}
.logo {
	display:block;
	text-indent:-10000px;
	width:95px;
	height:69px;
	left:20px;
	top:18px;
	position:absolute;
	background:url(../img/birdhead.png) top left no-repeat;
}
h1 {
	left:130px;
	top:28px;
	position:absolute;
	width:505px;
	height:45px;
	text-transform:uppercase;
	font-size:3.8em;
	color:#fff;
}

/********************************
*******CHOOSE A SPORT MENU*******
********************************/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	right:0;
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
/*ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	/*padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	/*border-bottom: 0;
	}
	*/
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */
ul#menu {
	position:absolute;
	right:10px;
	top:28px;
	height:244px;
	z-index:1000;
}
ul#dropdown {
	width:370px;
	/*height:232px;*/
	height:110px;
	padding:12px 0 0 20px;
	background: url(../img/bgsubmenu.png) top left no-repeat;
	right:198px;
	z-index:1100;
}
#dropdown a {
	display:block;
	background:none transparent;
	font-size:1.1em;
	padding-bottom:2px;
	color:#fff;
	font-weight:normal;
}
#dropdown a:hover {
	color:#D87584
}
#dropdown div {
	float:left;
	width:160px;
}
ul a.btnchoose {
	width:199px;
	height:49px;
	background:url(../img/btnchoose.png) top left no-repeat;
	text-indent:-10000px;
	display:block;
}
ul a.btnchoose:hover {
	background-color:transparent;
}
/********************************
*********MAIN IMG SECTION********
********************************/
#imgblock {
	padding:10px 0 0 10px;
	background:url(../img/bgimgborder.png) top left no-repeat;
	width:950px;
	height:344px;
	z-index:2;
}
#imgholder {
	height:334px;
	width:938px;
	margin-bottom:25px;
	position:relative;
}
#imgholder div{
	width:938px;
	height:334px;
	position:absolute;
	top:0;
	left:0;
}
#imgholder div h4 {
	position:absolute;
	top:235px;
	left:100px;
	/*left:68px;*/
	color:#fff;
	font-size:5.2em;
	text-transform: uppercase;
	line-height:1em;
}
#imgholder div a.leftarrow {
	position:absolute;
	width:48px;
	height:50px;
	top:249px;
	left:34px;
}
#imgholder div a.rightarrow {
	position:absolute;
	width:48px;
	height:50px;
	top:249px;
	left:860px;
}
#imgholder div a.rightarrow:hover, #imgholder div a.leftarrow:hover {
	background:none;
}
#imgholder a.overlay {
	display:block;
	width:938px;
	height:334px;
	background:url(../img/mainoverlay.png) 0px -334px no-repeat;
	/*background:url(../img/mainoverlaynoarrow.png) 0px 0px no-repeat;*/
}
#imgholder div:hover a.overlay{

}
#mainimg1 {background:url(../img/mainimgs/volleyball.jpg) top left no-repeat;}
#mainimg2 {background:url(../img/mainimgs/basketballmen.jpg) top left no-repeat;}
#mainimg3 {background:url(../img/mainimgs/basketballwomen.jpg) top left no-repeat;}
#mainimg4 {background:url(../img/mainimgs/baseballmen.jpg) top left no-repeat;}
#mainimg5 {background:url(../img/mainimgs/bowling.jpg) top left no-repeat;}
#mainimg6 {background:url(../img/mainimgs/softball.jpg) top left no-repeat;}
#mainimg7 {background:url(../img/mainimgs/crosscountry.jpg) top left no-repeat;}
#mainimg8 {background:url(../img/mainimgs/tennis.jpg) top left no-repeat;}
#mainimg1, #mainimg2, #mainimg3, #mainimg4, #mainimg5, #mainimg6, #mainimg7, #mainimg8, #mainimg9, #mainimg10, #mainimg11, #mainimg12, #mainimg13, #mainimg14, #mainimg15, #mainimg16 {display:none;}

/********************************
*************FOOTER**************
********************************/
#footer {
	clear:both;
	background:url(../img/bgfooter.png) 0px 0px no-repeat;
	height:49px;
	position:static;
	margin-top:25px;
	left:0px

}
#footer p {
	padding:14px 0 0 17px;
	float:left;
	width:510px;
}
#footer a {
	background-position: 0px 0px;
	background-repeat:no-repeat;
	text-indent:-10000px;
	display:block;
	background-color:transparent;
/*	top:12px;*/
	z-index:1000;
	margin-right:18px;
	float:right;
}
#footer a:hover {

}
#footer a.twitter {
	width:90px;
	height:22px;
	background-image:url(../img/btntwitter.jpg);
/*	right:220px;*/
	margin-top:12px;
}
#footer a.twitter:hover {	background-position:0px -22px;}
#footer a.facebook {
	width:100px;
	height:21px;
	background-image:url(../img/btnfacebook.jpg);
/*	right:100px;
	top:13px;*/
	margin-top:13px;
}
#footer a.facebook:hover {	background-position:0px -21px;}
#footer a.youtube {
	width:67px;
	height:27px;
	background-image:url(../img/btnyoutube.jpg);
/*	right:20px;*/
	margin-top:12px;
}
#footer a.youtube:hover {	background-position:0px -27px;}
