/* ------------------------------------------
author: christopher huizar
one great thing
------------------------------------------ */


body
{
	margin: 25px 0 20px 0;
	padding: 0;
	font-family: Lucida Sans Unicode, Lucida Grande,sans-serif;
	font-size: 0.8em;
	text-align: left;
	color: #000000;
	line-height: 1.3em;
	background-image:none;
	background-color: #FED29F;
}

a
{
	color: #660000;
	text-decoration: none;
}

a:visited
{
	color: #660000;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#headWrap
{
	margin: 0 auto;
	width: 950px;
}

#icon
{
	width: 195px;
	background-image: url("images/logo.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 175px;
	float: left;
}

#white
{
	width: 755px;

	background-color: #ffffff;
	padding-top: 25px;
	float: left;
}

#header
{
	float: left;
	height: 150px;
	border-left: solid #FFA44F thin;
}

h1
{
	font-size: 1.3em;
	color: #CA3827;
}
h2
{
	font-size: 1.2em;
}

h3
{
	font-size: 1.1em;
	color: #CA3827;
	line-height: 1.3em;
	margin-bottom: 0px;
}

#header h1  
{
	color: #000000;
}

#wrap
{
	background-color: #ffffff;
	width: 950px;
	margin: 0 auto;
	clear: both;
}

#menu
{
	width: 195px;
	float: left;
	text-align: left;
}
#menuBorder
{
	border-top: solid #FFA44F thin;
	margin-left: 15px;
	padding-top: 30px;

}

#menuItems
{
	width: 162px;
}

/* These are the list attributes */
#menu dl 
{
	margin: 0; 
	padding: 0px 0px 1px 0px; 
	position: relative; 
	font-size:77%; 
	line-height: 190%;
}
#menu dt 
{
	margin: 0; 
	padding-bottom:10px; 
	font-size: 1.1em; 
	font-weight: bold; 
	color: #fff; 
}
#menu dd 
{
	margin:0; 
	padding:0; 
	font-size: 1.0em; 
}

/* These are additional attributes for the links */
#menu dd a, dd a:visited 
{
	text-decoration:none; 
	display:block; 
	font-weight:normal; 
	padding: 5px 5px 5px 40px; 
}
#menu dd a:hover 
{
	color:#F26639;
}

#menu dd a 
{
	color:#686868;
}
#menu dt a, dt a:visited 
{
	color:#fff; 
	text-decoration:none; 
	display:block; 
	font-weight:bold; 
	padding:5px 5px 5px 20px; 
	background: #FFA44F; 
}
#menu dt a:hover 
{
	background: #F26639; 
	color:#ffffff;
}
/* end all menu attributes */

#mainContent
{
	background-color: none;
	text-align: left;
	font-size: 0.9em;
	width: 670px;
	float: left;
	padding: 50px 25px 0px 25px;
	margin-bottom: 8px;
	border-top: solid #FFA44F thin;
	border-left: solid #FFA44F thin;
}

#mainContent a:hover
{
color: #CA3827;
}

#mainFooter{
	font-size: 0.9em;
	line-height: 14px;
	text-align:left;
	clear: both;
}

.indentLeft{
	margin-left: 100px;
}

#day
{
	width: 150px;
	margin-right: 10px;
	float: left;
}

#time
{
	width: 150px;
	margin-right: 10px;
	float: left;
}

.instructorImage
{
	padding: 0 10px 10px 0px;	
}

#option
{
	width: 200px;
	margin-right:10px;
	float:left;
}
#cost
{
	width: 90px;
	margin-right: 10px;
	float: left;
}
#student
{
	width: 90px;
	margin-right: 10px;
	float: left;
}
#seniors
{
	width: 270px;
	margin-right: 10px;
	float: left;
}
 
#footer {
	margin:0 auto;
	padding: 12px 0;
	font-size: 0.9em;
	color: #FF6A33;
	text-align:center;
	width:950px;
	clear: both;
}

#footer a {
	color: #FF6A33;
	font-size: 0.8em;
}

#footer a:hover {
	color: #CA3827;
	font-size: 0.8em;
}






	