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, sup, tt, var,
dl, dt, dd, ol, ul, li,
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;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	width: 1px;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.3em;
}

html body {
	background: #e8f7ff url('images/back.jpg') repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

html {
	padding-bottom: 15px;
}

table {
	width: 100%;
}

a {
	color: #5ba9c4;
}

#container {
	position: relative;
	width: 960px;
	margin: auto;
}

#header {
	background: url('images/header_back.png') repeat-x bottom;
	height: 179px;
}

#logo {
	float: left;
}

#top_bar {
	background: url('images/header_right_corner.png') no-repeat top right;
	position: absolute;
	top: 35px;
	left: 216px;
	width: 744px;
	padding-top: 10px;
}

#top_bar_address {
	float: left;
	color: #95bdd3;
	font-weight: bold;
}

#top_bar_nav {
	float: right;
}

#top_bar_nav a {
	float: left;
	color: #95bdd3;
	font-weight: bold;
	text-decoration: none;
	padding: 0 15px 0 15px;
}

h1#title {
	position: absolute;
	top: 88px;
	left: 216px;
	font-size: 34px;
	color: #FFF;
}

#search {
	position: absolute;
	top: 98px;
	left: 660px;
	color: #ffffff;
}

#search input#input_search_field {
	float: left;
	width: 200px;
	border: 1px solid #2CA5E4;
	height: 15px;
    padding: 4px 2px 4px 2px;
	font-size: 12px;
	color: #1A5069;
}

#search input#input_search_button {
	float: left;
    border: none;
    background: #FFF url('images/header_search_button.png') no-repeat top left;
    padding: 0 6px 2px 0;
	width: 64px;
	height: 25px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}

#navigation {
	position: absolute;
	top: 146px;
	left: 216px;
	width: 744px;
	background: url('images/header_button_back.png')  top left;
}

#navigation a {
	float: left;
	height: 26px;
	background: url('images/header_button_back.png')  top right;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	padding: 7px 8px 0 8px;
}

#navigation a#current {
	background-position: right 66px;
}

#navigation a:hover {
	background-position: right 33px;
}

#jsddm
{	margin: 0;
	padding: 0;
/* 			z-index: 1000; */
			}
	
	#jsddm li
	{	
		display: inline-block;
		float: left;
		position:relative;
		list-style: none;
/* 			z-index: 1000; */
			}

	#jsddm li a
	{	display: block;
		text-decoration: none;
		white-space: nowrap;
/* 			z-index: 1000; */
			}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			top: 34px;
			left: 0px;
			width: 206px;
/* 			z-index: 1000; */
			visibility: hidden;}
		
		#jsddm li ul li
		{
			margin: 0;padding:0;
			z-index: 1000;
		}
		
		#jsddm li ul li a
		{	
/* 			display: block; */
/* 			margin:0; */
			width: 190px;
			height: 18px;
			background: #336699;
/* 			z-index: 1000; */
			/* background: url('images/header_button_back.png')  top left; */
		}
		#jsddm li ul li a:hover {
			background: #5199b2;
			/* background-position: left 33px; */
		}
		


#body {
	clear: both;
	background: #1A5069;
}

#column {
	float: left;
	margin: 6px;
	width: 204px;
}

#subnav {
	width: 732px;
	float: right;
	background: url('images/subnavbg.png');
	padding: 6px 6px;
}

#subnav a {
	margin-right: 5px;
	padding-right: 10px;
	background: url('images/subnavspacer.png') top right no-repeat;
	text-decoration: none;
	color: #fff;
}

#subnav a.current {
	font-weight: bold;
}

#content {
	width: 708px;
	float: right;
	background: #FFF url('images/page_corner.png') no-repeat top right;
	padding: 15px;
	margin: 6px 6px 6px 0;
}

.col_box {
	margin-top: 6px;
	padding: 0 3px 3px 3px;
	background: #133c4f;
	border: 1px Solid #2CA5E4;
	text-align: center;
}

.col_box h3 {
	color: #fff;
	font-weight: bold;
	padding: 6px;
	font-size: 13px;
}

#quicklinks {
	margin-top: 6px;
	border: 1px solid #2CA5E4;
	text-align: left;
	width: 204px;
	background: #e8e8e8;
}

#quicklinks h3 {
	font-weight: bold;
	text-align: center;
	padding: 6px;
	font-size: 13px;
	color: #fff;
	background: #5199B2;
}

#quicklinks .inner-box {
	margin: 0;
	padding: 0;
}

#quicklinks ul {
	margin:0;
	padding:0;
}

#quicklinks li {
	margin:0;
	list-style: none;
	border-top: 1px solid #2ca5e4;
	padding: 1px 6px;
	color: #1a5069;
}

#content h1 {
	font-size: 22px;
	color: #00ccff;
	margin-bottom: 12px;
}

#content h2 {
	font-size: 18px;
	color: #00ccff;
	margin-bottom: 12px;
}

#content h3 {
	font-size: 20px;
	color: #a1b616;
	margin-bottom: 12px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#home_left {
	width: 402px;
}

#main_image {
	padding-bottom: 12px;
}

#announcements {
	position: relative;
	top: -4px;
	width: 294px;
	background: url('images/announcements_back.png');
}

#announcements h3 {
	background: url('images/announcements_top.png') no-repeat top;
	width: 278px;
	height: 41px;
	padding: 13px 0 0 16px;
	margin: 0px;
}

#announcements span.date {
	font-size: 10px;
	background: #c6e4fe;
}

#announcements span.title {
	font-size: 13px;
	color: #2CA5E4;
	font-weight: bold;
}

#announcements span.text {
	font-size: 12px;
}

#announcements span.sub_text {
	font-size: 10px;
	color: #005aff;
}

#announcements .entry {
	position: relative;
	top: -6px;
	padding: 6px 12px 0 12px;
	margin: 0 4px 0 4px;
}

#announcements div.entry:hover {
	background: #e7f7ff;
}

#announcements hr {
	border-top: 1px Solid #CCC;
	border-bottom: 0px Solid #FFF;
	border-left: 0px Solid #FFF;
	border-right: 0px Solid #FFF;
	padding: 0px;
	margin: 6px 0 0 0;
}

#announcements_older {
	float: right;
	margin: 0 12px 0 0;
	font-size: 10px;
	background: #c6e4fe;
	padding: 2px;
	font-weight: bold;
}

#announcements_bottom {
	clear: both;
	background: url('images/announcements_bottom.png') no-repeat bottom;
	width: 294px;
	height: 25px;
}

#announcements-height {
	height: 15px;
}

.leftbox {
	float: left;
}

.rightbox {
	float: right;
}

strong {
	font-weight: bold;
}

.board-member {
	float: left;
	width: 324px;
	margin: 0px;
	padding: 5px;
	/* background: url('images/bodbg.jpg') top left no-repeat; */
}

.board-member .name {
	
	margin: 0 !important;
	border-bottom: 1px solid #aaa;
	font-size: 16px;

}

.board-member div.coach {
	padding-top: 24px;
}

.board-member .name span {
	float: right;
	font-size: 12px;
}

.board-member .info {
	padding: 5px 16px 0 6px;
}

.board-member .info div {
	line-height: 23px;
}

.coachemail {
	width: 49%;
	float: left;
	border-right: 1px solid #aaa;
}

.coachphone {
	width: 49%;
	float: right;
	text-align: right;
}

#recent-posts {
	border: 1px solid #aaa;
	background: #ccc;
	float: right;
	width: 250px;
}

#recent-posts h4 {
	font-weight: bold;
	border-bottom: 1px solid #aaa;
}

#recent-posts ul {
	margin-left: 22px;
}

#recent-posts li {
	margin: 5px 0;
}

.blog h3 {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.blog .source {
	margin-bottom: 15px;
}

.quicknav {
	margin-right: 30px;
}

.staff-member {
	margin-bottom: 15px;
	width: 711px;
	font-size: 14px;
}
.staff-member .info {
	padding: 12px;
}

.staff-member .name-holder {
	border-bottom: 1px solid #aaa;
}

.staff-member h2 {
	float: left;
	margin: 0 !important;
}

.staff-member .subjects {
	float: right;
	margin: 3px 3px 0 0;
}

.staff-member .contact {
	font-size: 14px;
}

.staff-member .contact .phone {
	float: left;
	width: 48%;
	border-right: 1px solid #a8a8a8;
}

.staff-member .contact .email {
	float: right;
	width: 48%;
	text-align: right;
}

.staff-member .contact

.guidance-member {
	float: left;
	margin-right: 6px;
	padding: 6px;
	width: 213px;
	height: 76px;
	background: url('images/guidbg.jpg') top left no-repeat;
}
.guidance-member .info {
padding: 6px;
}

.guidance-member h2 {
	margin: 0 !important;
	border-bottom: 1px solid #aaa;
}

.guidance-controls {
	text-align: right;
	margin-top: 25px;
}

.guidance-links {
	margin: 25px;
}

.guidance-links li {
	margin-bottom: 10px;
}

.sidebox {
	background: url('images/mapquickbg.jpg') top left no-repeat;
	color: #fff;
}

.content-box {
	width: 350px;
}

.content-box li {
	list-style: none;
}

.content-box h3 {
	padding: 45px 0 5px 75px !important;
	margin-bottom: 12px !important;
	font-size: 20px;
	color: #a1b616;
}

.inner-box {
	padding: 5px 10px 20px 25px;
}

.inner-box-calendar {
	padding: 5px 0px 20px 12px;
}

.doc {
	background: url('images/box-doc.jpg') left top no-repeat;
}

.doc .inner-box {
	background: url('images/box-doc.jpg') left bottom no-repeat;
}

.write {
	background: url('images/box-write.jpg') left top no-repeat;
}

.write .inner-box {
	background: url('images/box-write.jpg') left bottom no-repeat;
}

.cal {
	background: url('images/box-cal.jpg') left top no-repeat;
}

.cal .inner-box, .inner-box-calendar {
	background: url('images/box-cal.jpg') left bottom no-repeat;
}

.reg {
	background: url('images/box-reg.jpg') left top no-repeat;
}

.reg .inner-box {
	background: url('images/box-reg.jpg') left bottom no-repeat;
}

.inner-box table th {
	text-align: left;
	font-size: 16px;
	font-weight:bold;
}

.inner-box th, .inner-box td {
	border-bottom: 1px solid #e8e8e8;
	padding: 0 4px 5px 4px;
}

