body{
	font: 12px "Times New Roman", Palatino, Times, serif;
	margin: 0;
	padding: 0;
}

a{
	outline: none;
}

a, a:link, a:visited{
	text-decoration: none;
	color: #666;
}

#footer a:link,
#footer a:visited{
 	color:#999;	
}

a:hover, a:active{
	text-decoration: none;
	color: #000;
}

#wrapper{
	width: 800px;
	position: relative;
	margin: 0 auto;
}

#header {
	color: #999;
	text-align: right;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 10px;
}
	
	#logo{
		color: #999;
		background: url("../gfx/logo.jpg") no-repeat 0px 0px;
		height: 50px;
		width: 289px;
		text-indent: -9999px;
		letter-spacing: -10000px;
		overflow: hidden;
		font-size: 1px;
		text-align: left;
		float: left;
	}

	#logo a{
		display: block;
		height: 100%;
	}

#navbar{
	background:url("../gfx/navbar-bg.jpg") repeat-x scroll 0 0 transparent;
	border:1px solid #CCCCCC;
	height:27px;
	margin:0;
	line-height: 27px;
	position: relative;
	-webkit-box-shadow: 0px 2px 10px #ccc;
	-moz-box-shadow: 0px 2px 10px #ccc;
	box-shadow: 0px 2px 10px #ccc;
}

#navbar ul{
	list-style: none;	
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}

#navbar li{
	color: #505050;
	display: inline-block;
	font-style: italic;
	letter-spacing: 0.02em;
	padding: 0 12px;
	cursor: pointer;
	position: relative;
}
	

	#navbar ul ul{
		left: -9999px;
		position: absolute;
		background-color: white;
		padding-top: 23px;
		padding: 10px 0;
		z-index: 10;
		border-radius: 0 0 10px 10px;
		box-shadow: 2px 5px 15px #999;
		overflow: hidden;
	}
	
	#navbar ul ul li{
		display: block;
		text-align: left;
	}
	
	#navbar li.parent:hover ul{
		left: 0;
	}
	
	/* faux drop shadow on top of sub-menus */
	#navbar ul ul li.menu-top-shadow{
		height: 15px;
		padding: 0 25px;
		box-shadow: 0 0 15px #999;
		margin: -25px 0 10px -25px;
		
	}


#navbar #holiday-flag{
	height: 40px;
	width: 356px;
	position: absolute;
	top: 28px;
	right: 0;
	background: transparent url(../gfx/celebrate-holidays-wide.jpg) top center no-repeat;
	z-index: 100;
}

	#holiday-flag a{
		display: block;
		height: 100%;
		font-size: 0px;
		text-indent: -9999px;
		overflow: hidden;
	}



#footer{
	color: #d0d0d0;
	margin: 25px 0;
	text-align: right;
	clear: both;
}



/** FONT STYLES **/

.red-orange {	color: #cf5300;	}
.brown		{	color: #8C6C13;	}
.light-green {	color: #adb04d;	}
.yellow		 {	color: #fee77d;	}
.olive 		{	color: #85760b;	}
.light-blue {	color: #65b4dF;	}		/* formerly #85a4ff */


.gray-med	{	color: #999999;	}


.fortyfour	{	font-size: 44px;	}
.eighteen	{	font-size: 18px;	}
.sixteen	{	font-size: 16px;	}
.fifteen	{	font-size: 15px;	}
.fourteen	{	font-size: 14px;	}
.thirteen	{	font-size: 13px;	}
.twelve		{	font-size: 12px;	}



/* uniersal form elements */
.enrollment-warning{
	color: red;
	font-style: italic;
	width: 500px;
}

.clear{
	clear: both;
}
