/*Reset Styles!*/

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, tt, var,
dl, dt, dd,  ul,
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;
}

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: "" "";
}

/*STYLES FOR GENERAL PROPERTIES*/
.clear {
	clear:both;
	}

	
a {color:#4192e4; text-decoration:underline; font-weight:bold; }	
a:hover {color:#fff;text-decoration:none;}

h1, h2 ,h3 {
	font-family:georgia, times, 'times new roman';
	}

em {
	font-style:oblique;
	}
	
strong {
	font-weight:bolder;
	}
	
blockquote {
	margin:50px;
	}

/*START MAIN STYLES*/	

	
/*CENTER ALIGN CONTENT*/	


		
/* NAVIGATION - CSS SPRITES*/

#nav {
	float:left;
	width:867px;
	height:28px;
	padding-top:5px;
	padding-left:30px;
		
	}	
	
/*SON OF SUCKER FISH DROP DOWNS MODIFIED*/	
#drops, #drops ul {
	padding:0;
	
	margin-top:0;
	clear:both;
	float:left;
	width:inherit;
	}
	
#drops ul.drop {
	
	padding:0;
	width:inherit;
	clear:both;
	float:left;
	z-index:20000;
	
	margin-top:28px;
	}

#drops ul.drop li {
    width:inherit;
	clear:both;
	}
	
#drops ul.drop a{
	
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	width:170px;
	clear:both;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:8px;
	padding-left:10px;
	border-bottom:1px solid #000;
	margin-top:0px;
	background-color: #6B000E;
	}
	


#drops a {
	display: block;
	/*width: 10em;*/
	float:left;
	clear:both;
	width:150px;
}

#drops li {
	float: left;
	/*width: 10em;*/
}

#drops li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#drops li:hover ul {
	left: auto;
	
	
}

#drops li:hover ul, #drops li.sfhover ul {
	left: auto;
	color:#F00;
	
	
}
#drops .drop li ul {
	float:left;
	/*width: 10em;*/
	
	
}
#drops .drop li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#drops .drop li:hover ul {
	left: 11.8em;
	
	
}

#drops .drop li:hover ul, #drops .drop li.sfhover ul {
	left: 11.8em;
	color:#F00;
	
}


/*END SUCKERFISH*/

/*SPRITE BACKGROUP POSITIONING*/	
#nav a.program, #nav a.Home, #nav a.Overview, #nav a.Profile, #nav a.Event, #nav a.Registration, #nav a.Media, #nav a.Contact {
	float:left;
	background:url(../images/navigation-sprite.gif) no-repeat;
	height:28px;
	
	text-indent:-999999px;
	}
	
#nav a.program {	
	background-position:left top;
	width:113px;
	}
	
#nav a.Home {	
	background-position:  0px 0px;
	width: 61px;
	
	}

#nav a.Overview {	
	background-position:-61px 0px;
	width:196px;
	}

#nav a.Profile {	
	background-position:-257px 0px;
	width:140px;
	}	
	
#nav a.Event {	
	background-position:-397px 0px;
	width: 139px;
	}	
	
#nav a.Registration {	
	background-position:-536px 0px;
	width: 115px;
	}
#nav a.Media {	
	background-position:-651px 0px;
	width: 107px;
	}
#nav a.Contact {	
	background-position:-758px 0px;
	width: 100px;
	}

#nav a.program:hover {	
	background-position:-264px -28px;
	}
	
#nav a.Home:hover {	
	background-position:0 -28px;
	}

#nav a.Overview:hover {	
	background-position:-61px -28px;
	}

#nav a.Profile:hover{	
	background-position:-257px -28px;
	}	
	
#nav a.Event:hover{	
	background-position: -397px -28px;
	}	
	
#nav a.Registration:hover {	
	background-position:-536px -28px;
	}
#nav a.Media:hover {	
	background-position:-651px -28px;
	}
#nav a.Contact:hover {	
	background-position:-758px -28px;
	}
	
#nav a#active1 {	
	background-position:left -64px;
	}
	
#nav a#active2 {	
	background-position:-113px -64px;
	}

#nav a.#active3 {	
	background-position:-197px -64px;
	}

#nav a#active4{	
	background-position:-299px -64px;
	}	
	
#nav a#active5{	
	background-position:-387px -64px;
	}	
	
#nav a#active6 {	
	background-position:-468px -64px;
	}	
/*END NAVIGATION*/

