/* CSS Document */

/* !Document */

body {
	margin: 0 0 5px 0;
	background-color: #669933;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
/* 	font-family: Arial, sans-serif; */
	font-size: 12px;
	color: #4b4b4b;
}

/* !Structure */

#wrapper {
	width: 928px;
	margin: 0 auto;
}

#page {
	float: left;
	width: 908px; /*928 actual */
	background: url(images/page_tile.gif) repeat-y center top;
	padding: 6px 10px 1px 10px;
}

#header {
	width: 908px;
	height: 20px;
/* 	background: url(images/bg_header.jpg) no-repeat center top; */
}

#billboard {
	width: 908px;
	height: 122px;
	background: url(images/bg_billboard.jpg) no-repeat center top;
}

#navbar {
	position: relative;
	width: 908px; /* 908 actual */
	height: 35px;
	background: url(images/bg_nav.jpg) no-repeat center top;
/* 	padding-left: 144px; */
/* 	border-top: 1px solid blue; */
}

.homeIcon {
	float: left;
	width: 110px;
	padding: 6px 0 0 34px;
}

#col01 {
	float: left;
	width: 220px;
/* 	height: 100px; */
	background: url(images/bg_col01.gif) no-repeat center top;
	padding-top: 40px;
	text-align: center;
}

#col02 {
	float: left;
	width: 448px; /* 468 actual */
	padding: 35px 10px 0 10px;
}

#col02 p {
	line-height: 16px;
}

#col03 {
	float: left;
	width: 220px;
	background: url(images/bg_col03.jpg) no-repeat center top;
	padding-top: 160px;
}

#footer {
	float: left;
	width: 928px;
	height: 47px;
	background: url(images/bg_footer.jpg) no-repeat center top;
	margin: 0 auto;
	padding-top: 2px;
}

.legal {
	font-size: 9px;
	color: #b3cc99;
	text-align: center;
}

/* !TAGS */

a:link {
	color: #3266cc;
}

a:visited {
	color: #464646;
}

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

a.FFM:link,
a.FFM:visited {
	color: #b3cc99;
	text-decoration: none;
}

a.FFM:hover {
	text-decoration: underline;
}

h1 {
/* 	font-family: Times, serif; */
	font-size: 18px;
/* 	font-style: italic; */
/* 	color: #9e0b0f; */
	color: #252525;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #252525;
	text-transform: uppercase;
/* 	border-bottom: 1px dotted #520608; */
}

img {
	border: 0;
}

/* !Academy List */

.academy {
	width: 220px;
	height: 56px;
}

.A {
	background: url(images/a.jpg) no-repeat left top;
}

.B {
	background: url(images/b.jpg) no-repeat left top;
}

.C {
	background: url(images/c.jpg) no-repeat left top;
}

.D {
	background: url(images/d.jpg) no-repeat left top;
}

.academy .name {
	position: relative;
	top: 9px;
	left: 66px;
	line-height: 20px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #663300;
	text-align: left;
	text-transform: uppercase;
}

.academy .phone {
	position: relative;
	top: 10px;
	left: 80px;
	line-height: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

/* !Tabbed Boxes */

#tabbedBoxWrapper {
	clear: both;
}

.tabbedBox {
	float: left;
	width: 221px;
	margin-top: 20px;
	margin-right: 8px;
}

.last {
	margin-right: 0;
}

.tabbedBox ol,
.tabbedBox ul {
	margin-top: 0;
}

.tabbedBox .title {
	height: 24px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #ffcc00;
	text-indent: 10px;
}

.tabbedBox .body {
	width: 201px;
	height: 95px;
	padding: 5px 10px 5px 10px;
	font-size: 10px;
	color: #FFF;
}

.tabbedBox ul {
	list-style: square outside none;
	margin-left: 10px;
	padding-left: 5px;
}

.tabbedBox ol {
	list-style: decimal outside none;
	margin-left: 15px;
	padding-left: 5px;
}

.tabbedBox a:link,
.tabbedBox a:visited {
	color: #FFF;
}

.redTab {
	background: url(images/boxTop_red.gif) no-repeat left top;
}

.red {
	background-color: #9e0b0f;
}

.blueTab {
	background: url(images/boxTop_blue.gif) no-repeat left top;
}

.blue {
	background: url(images/pic_register.jpg) no-repeat right bottom;
	background-color: #3366cc;
}

.register {
}

.orangeTab {
	background: url(images/boxTop_orange.gif) no-repeat left top;
}

.orange {
	background: url(images/pic_events.jpg) no-repeat right bottom;
	background-color: #db8a15;
}

.greenTab {
	background: url(images/boxTop_green.gif) no-repeat left top;
}

.green {
	background-color: #47731c;
}

.address {
	margin-left: 15px;
	padding-left: 4px;
	border-left: 3px solid #9e0b0f;
}

.bio {
	margin-left: 15px;
	padding: 4px 0 0 4px;
	border-left: 3px solid #CCC;
	font-size: 9px;
}

/* !Miscellaneous */

.left {
	float: left;
	margin: 0 10px 5px 0;
}

.right {
	float: right;
	margin: 0 0 5px 10px;
}

.border {
	border: 2px solid #db8a15;
	padding: 1px;
}

.academyPic {
	border: 3px solid #db8a15;
	padding: 1px;
	margin: 2px 0;
}

.map {
	border: 3px solid #db8a15;
	padding: 1px;
	margin: 2px 0;
}

.slideshow {
	width: 440px;
	margin: 0 auto;
	padding: 1px;
	border: 2px solid #000;
}

.more {
	margin-top: 3px;
}

.clear {
	clear: both;
}
