/*Reset Styles!*/


/* remember to define focus styles! */

body {
	line-height: 0;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

}
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;
	}
	
p {
	margin:10px 0;
	}
	


/*START MAIN STYLES*/	
body {
	color:#fff;
	font:12px arial;
	line-height:15px;
	}
	
/*CENTER ALIGN CONTENT*/	
#container {position:relative; width:1000px; margin:0;}	

		
/* NAVIGATION - CSS SPRITES*/

#nav {
	float:left;
	width:1000px;
	height:20px;
	margin-top:0px;
	}	
	
/*SON OF SUCKER FISH DROP DOWNS MODIFIED*/	
#drops, #drops ul {
	padding:0;
	margin:0;
	clear:both;
	float:left;
	width:inherit;
	}
	
#drops ul.drop {
	background:#000;
	padding:5px;
	width:inherit;
	clear:both;
	float:left;
	margin-top:20px;
	font-style:arial;
	font-size:12px;
	}

#drops ul.drop li {
    width:inherit;
	clear:both;
	font-style:arial;
	font-size:12px;
	}
	
#drops ul.drop a {
	
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
	font-style:arial;
	font-size:12px;
	}
	
#drops ul.drop1 {
	background:#000;
	padding:5px;
	width:109px;
	clear:both;
	float:left;
	margin-top:20px;
	font-style:arial;
	font-size:12px;
	}

#drops ul.drop1 li {
    width:inherit;
	clear:both;
	font-style:arial;
	font-size:12px;
	}
	
#drops ul.drop1 a {
	
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
	font-style:arial;
	font-size:12px;
	
	}
	
#drops a {
	display: block;
	/*width: 10em;*/
	float:left;
	clear:both;
}

#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;
}

#drops ul.drop a:hover{
	color:#888888;
	padding:0px;
}

#drops ul.drop1 a:hover{
	color:#888888;
	width:118px;
	padding:0px;
	font-style:arial;
	font-size:12px;
}


/*END SUCKERFISH*/

/*SPRITE BACKGROUP POSITIONING*/	
#nav a.spacer, #nav a.home, #nav a.aboutUs, #nav a.subscribe, #nav a.advertise, #nav a.contactUs, #nav a.sections, #nav a.socialCalendar, #nav a.spacer2 {
	float:left;
	background:url(navigation_Sprite.png) no-repeat;
	height:20px;
	text-indent:-9999px;
	}
	
#nav a.spacer {	
	background-position:0px 0;
	width:117px;
	}
	
#nav a.home {	
	background-position:-117px 0;
	width:90px;
	}

#nav a.aboutUs {	
	background-position:-207px 0;
	width:121px;
	}

#nav a.subscribe {	
	background-position:-328px 0;
	width:123px;
	}	
	
#nav a.advertise {	
	background-position:-451px 0;
	width:120px;
	}	
	
#nav a.contactUs {	
	background-position:-571px 0;
	width:133px;
	}	
	
#nav a.sections {	
	background-position:-704px 0;
	width:119px;
	}	
	
#nav a.socialCalendar {	
	background-position:-823px 0;
	width:160px;
	}	
	
#nav a.spacer2 {	
	background-position:-983px 0;
	width:17px;
	}	

#nav a.home:hover, #nav a.home:focus {	
	background-position:-117px -20px;
	}
	
#nav a.aboutUs:hover, #nav a.aboutUs:focus {	
	background-position:-207px -20px;
	}

#nav a.subscribe:hover, #nav a.subscribe:focus {	
	background-position:-328px -20px;
	}

#nav a.advertise:hover, #nav a.advertise:focus {	
	background-position:-451px -20px;
	}	
	
#nav a.contactUs:hover, #nav a.contactUs:focus {	
	background-position:-571px -20px;
	}	
	
#nav a.sections:hover, #nav a.sections:focus {	
	background-position:-704px -20px;
	}
	
#nav a.socialCalendar:hover, #nav a.socialCalendar:focus {	
	background-position:-823px -20px;
	}
	

/*END NAVIGATION*/
