/* # GLOBALS
--------------------------------------------------- */
body, html {
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	}

html>body {
	font-size: 13px;
	}

/* --- Resets --- */
div, {
	margin:0;
	padding:0;
	} 

/* --- Images --- */
img { border: 0; }


/* --- Text Elements --- */
p { 
	font-size: 1em;
	line-height: 1.5em;
	margin: 0.3em 0 1.7em 0;
	}
h2,  { font-family: Verdana, Geneva, sans-serif; }


h2 {
	font-size: 22px;
	line-height: normal;
	
	}

a {
	color: #3366cc;
	}
a:hover {
	color: #959595;
	}

/* # STRUCTURE
--------------------------------------------------- */
div#container {
	height: 100%;
	margin: 0px auto;
	width: 940px;
	}

div#header {
	clear: left;
	float: left;
	margin: 0 auto;
	margin-bottom: -3px;
	width: 938px;
	}

div#sidebar {
	float: left;
	width: 280px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	text-align: left;
	}

div#footer {
	clear: both;
	width: 100%;
	}

/* # CONTENT
--------------------------------------------------- */
.blue {
	color: #0166D0;
	}
	

/* -- Links -- */
 #sidebar .top-box a, #sidebar .top-box a:visited,   {
	color: #0166D0;
	text-decoration: underline;
	}
	#sidebar .top-box a:hover,{
		color: #959595;
		}

/* # SIDEBAR
--------------------------------------------------- */
#sidebar .top-box {
	background: #e6e6e6 url(images/topbox-sidebar.jpg) top left no-repeat;
	border-bottom: 1px solid #c0c0c0;
	width: 260px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	}

/* # MIDDLE HOMEPAGE
--------------------------------------------------- */
#countdown-live {
	color: #000000;
	font: normal 28px Arial, Helvetica, sans-serif;
	background: url(../images/countdown_bg.gif) left top no-repeat;
	padding-left: 110px;
	padding-top: 8px;
	height: 62px;
	margin-top: 0;
	margin-right: -8px;
	margin-bottom: 0;
	margin-left: -8px;
	}
#countdown-livecopy {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 5px;
	float: right;
	margin-right: 5px;
	height: 45px;
	width: 260px;
	text-align: right;
}

	#countdown-live span {
		letter-spacing: -.04em;
		}

	#countdown-live.event { background-image: url(../images/countdown_graphic.gif); }


	#countdown-live.event-copy {
	background-image: url(Images/Carmel_State_Beach.jpg);
}
	
/* # LISTS ON HOMEPAGE
--------------------------------------------------- */
ul.instructor-list {
	height: 250px;
	padding: 0;
	list-style: none;
	width: 640px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}

	ul.instructor-list li, {
		float: left;
		font-size: 11px;
		height: 70px;
		line-height: 12px;
		margin: 5px 2px;
		margin-left: -25px;
		margin-right: 26px;
		padding: 0;
		overflow: hidden;
		width: 192px;
		}
		
	ul.instructor-list li img, {
		float: left;
		padding: 7px;
		padding-top: 2px;
		}
		
		ul.instructor-list li strong, {
			color: #404040;
			font-size: 12px;
			font-weight: bold;
			font-style: normal;
			line-height: 15px;
			}

	#sidebar .top-box p, #{
		margin-bottom: 10px;
		margin-top: 7px;
		}

