/* Layout */

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(/images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #003366;
	margin: 0;
	padding: 0;
	font-size: 90%;
}
#page {
	margin: 0 auto;
	background-image: url(/images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#page_header {
	height: 250px;
}

#nav {
	width: 955px;
	margin: auto;
}

#content_header {
	width: 955px;
	height: 120px;
	margin: auto;
	padding: 0;
	background-image: url(/images/bg_content_top.gif);
	background-repeat: no-repeat;
}

#content_header h1 {
	background-repeat: no-repeat; 
	height: 40px; 
	margin-top: 40px; 
	margin-left: 70px;
}

#content_layout {
	width: 955px;
	margin: 0 auto;
	padding-top: 5px;
	background-image: url(/images/bg_content.gif);
}

#right {
	float: right;
	width: 200px;
	padding-top: 15px;
	margin-right: 70px;
	display: inline;
}

.content_box {
	width: 570px;
	margin-left: 70px;
}

#content_footer {
	width: 955px;
	height: 68px;
	margin: 0 auto;
	padding: 0;
	background-image: url(/images/bg_content_bottom.gif);
	background-repeat: no-repeat;
}

#footer {
	width: 955px;
	margin: 10px auto 50px auto;
	padding: 0;
	font-size: 75%;
}


/* HTML Elements */

h1, h2, h3, h4, h5, h6 { 
	margin: 0;
	padding: 10px 0;
}

h1.title {
	display: none;
}

a {
	text-decoration: none;
	color: #cc0000;
}
a:hover {
	text-decoration: underline;
}

a:active {
	color: #003399;
}

img {
	border: 0;
}

img.border {
	border: 1px solid #cccccc;
}

img.gallery {
	margin: 4px;
}

hr {
	height: 1px;
	color: #cccccc;
	background-color: #cccccc;
	border: 0;
}

/* Accessibility */

h1.accessible, h2.accessible, p.accessible, div.accessible, a.accessible, a.accessible:hover, h1.title, li div.accessible {
	margin-top: 0;
	margin-bottom: 0;
	height: 0;
	overflow: hidden;
	text-indent: -3000px;
}

button.accessible div {
	text-indent: -3000px;
}

a.accessible:hover {
	text-decoration: none;
}

hr.accessible {
	display: none;
}


/* Reusable Styles */

.image-left {
	float: left;
	margin-right: 10px;
}

.image-right {
	float: right;
	margin-left: 10px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.fontLarge {
	font-size: 120%;
}

br.clear {
	clear: both;
}

br.clearLeft {
	clear: left;
}

br.clearRight {
	clear: right;
}

/* Nsvigation */

div#nav_logo {
	background: url(/images/logo.gif);
	background-repeat: no-repeat;
	width: 173px;
	height: 38px;
	margin-top: 15px;
	margin-left: 40px;
	float: left;
	display: inline;
}

div#nav_logo a {
	width: 173px;
	height: 38px;
	display: block;
}

div#nav ul {
	list-style: none;
	float: right;
	margin-top: 28px;
	margin-right: 40px;
}

div#nav ul li {
	float: left;
	display: block;
}

div#nav ul li a, div#nav ul li a:hover  {
	background-image: url(/images/nav.gif);
	background-repeat: no-repeat;
	height: 27px;
	display: block;
	margin-left: 4px;
}

a#nav_home { width: 50px; background-position: 0 0; }
a:hover#nav_home { background-position: 0 -27px; }
a#nav_about { width: 74px; background-position: -50px 0; }
a:hover#nav_about { background-position: -50px -27px; }
a#nav_programs { width: 81px; background-position: -124px 0; }
a:hover#nav_programs { background-position: -124px -27px; }
a#nav_students { width: 75px; background-position: -205px 0; }
a:hover#nav_students { background-position: -205px -27px; }
a#nav_photos { width: 62px; background-position: -280px 0; }
a:hover#nav_photos { background-position: -280px -27px; }
a#nav_contact { width: 87px; background-position: -342px 0; }
a:hover#nav_contact { background-position: -342px -27px; }


/* Right Navigation */

#right hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

.rightnav h2 {
	margin: 0;
	padding: 0;
}

.rightnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.rightnav li {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 9px 0;
}
.rightnav li a {
	font-size: 130%;
}
.rightnav .subtitle {
	color: #666;
	font-size: 70%;
	display: block;
}

/* Login */

.auth {
	line-height: 1.2em;
}

.auth a {
	color: #039;
}

.login_element {
	float: left;
	width: 100px;
	line-height: 0.8em;
}

.login_element label, .login_element button {
	font-size: 70%;
	font-weight: bold;
}

.login_element input {
	font-size: 80%;
	font-weight: bold;
	color: #333;
	background-color: inherit;
	width: 95px;
	height: 15px;
	border: 1px solid #cccccc;
	margin: 2px 0;
	padding: 2px 0;
}

.login_actions {
	margin-top: 5px;
	font-size: 70%;
}

button#loginbutton {
	font-size: 70%;
	background-color: transparent;
	color: #c00;
	font-weight: bold;
}

#loggedin button#loginbutton {
	margin-top: 10px;
}

#loggedout button#loginbutton {
	margin-top: 0px;
	margin-bottom: 5px;
}

span.rank {
	color: #000000;
	background-color: inherit;
}

span.rank2, span.rank3, span.rank21, span.rank23 { color: #666666; }
span.rank4 { color: #cc9900; }
span.rank5 { color: #ff9900; }
span.rank6 { color: #339900; }
span.rank7, span.rank8 { color: #003399; }
span.rank9, span.rank10 { color: #cc0000; }


/* Events */

h2.date {
	background-image: url(/images/event_bg.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	width: 55px;
	text-align: center;
	float: left;
	display: inline;
}
h2.date span {
	display: block;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	color: #fff;
	line-height: 100%;
}
h2.date span.month {
	font-size: 50%;
}
h2.date span.day {
	font-size: 140%;
	font-weight: bold;
}
.event {
	margin-left: 65px;
	font-size: 80%;
	margin-bottom: 20px;
}
.event strong {
	font-size: 100%;
	line-height: 120%;
}

.event a {
	color: #039;
}

/* Footer */


div#footer_lower_left {
	color: #ffffff;
	float: left;
	width: 25%;
	margin-left: 40px;
	display: inline;
}

div#footer_lower_right {
	color: #ffffff;
	float: right;
	width: 25%;
	margin-right: 40px;
	text-align: right;
	display: inline;
}

div#footer_lower_center {
	color: #cccccc;
	text-align: center;
}

div#footer_lower_center p {
	margin-top: 0;
	padding-top: 0;
}

div#footer_lower_center a {
	font-weight: bold;
	color: #ffffff;
}

div#footer_lower_center a:hover {
	color: #99ccff;
	text-decoration: underline;
}

div#footer_jdg_design {
	margin: auto;
	background-image: url(/images/sitedesignbyjdg.gif);
	background-repeat: no-repeat;
	width: 111px;
	height: 30px;
	color: #003366;
	background-color: inherit;
}

/* Tables */

table {
	border: none;
	border-collapse: collapse;
	width: 98.5%;
}

th, td {
	font-size: 90%;
	background-repeat: repeat-x;
	text-align: center;
	padding: 5px;
	border: 1px solid #ffffff;
}

th {
	background-image: url(/images/bg_programs_table_header.jpg);
	background-color: #0066cc;
	color: #ffffff;
}

td {
	background-image: url(/images/bg_programs_table_data.jpg);
	background-color: #eeeeee;
	color: #003399;
}

table.technique tr td a strong {
	color: #000000;
	font-size: 120%;
}


/* Forms */

form {
	margin: 0;
	padding: 0;
}

form.formCenter label {
	text-align: right;
	float: left;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}

form.formCenter fieldset {
	border: none;
}

form.formCenter fieldset label {
	text-align: left;
	float: none;
	color: #333333;
}

form.formCenter, form.formCenter input, form.formCenter select, form.formCenter .input, form.formCenter fieldset, form.formCenter textarea {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}


form.formCenter label {
	width: 200px;
}

form.event label {
	width: 75px;
}

/* Buttons */

button {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	cursor: pointer;
	vertical-align: top;
}

button#sendbutton {
	width: 62px;
	height: 27px;
	background: url(/images/button_send.gif) no-repeat center top;
}

button#unsubscribebutton {
	width: 108px;
	height: 27px;
	background: url(/images/button_unsubscribe.gif) no-repeat center top;
}

button#subscribebutton {
	width: 92px;
	height: 27px;
	background: url(/images/button_subscribe.gif) no-repeat center top;
}

button#updatebutton {
	width: 75px;
	height: 27px;
	background: url(/images/button_update.gif) no-repeat center top;
}

button#registerbutton {
	width: 87px;
	height: 27px;
	background: url(/images/button_register.gif) no-repeat center top;
}

button#submitbutton {
	width: 74px;
	height: 27px;
	background: url(/images/button_submit.gif) no-repeat center top;
}

button#printbutton {
	width: 74px;
	height: 27px;
	background: url(/images/button_print.gif) no-repeat center top;
}

/* Grid Layout */

ul.grid2col, ol.grid2col {
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}

ul.grid2col li, ol.grid2col li {
	float: left; 
	width: 270px; 
	margin-left: 5px;
	margin-right: 5px;
 	background-repeat: no-repeat; 
	padding-bottom: 10px;
}

ul.grid2col li p, ol.grid2col li p {
	font-weight: bold;
}

ul.grid2col li p.name, ol.grid2col li p.name {
	margin-top: 20px;
	font-size: 120%;
}

.height75, ul.height75 li, ol.height75 li {
	height: 75px;
}

.height150, ul.height150 li, ol.height150 li {
	height: 150px;
}

.height220, ul.height220 li, ol.height220 li {
	height: 220px;
}

/* 3col Layout */

ul.grid3col, ol.grid3col {
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}

ul.grid3col li, ol.grid3col li {
	float: left; 
	width: 175px; 
	margin-left: 5px;
	margin-right: 5px;
 	background-repeat: no-repeat; 
	padding-bottom: 10px;
}

/* Error Message */
#videoContent {
	margin-top: 10px;
}

/* Error Message */

div.message_box {
	font-size: 90%;
	padding: 10px;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
	background-repeat: repeat-x;
}

div.message_title {
	margin-left: 47px;
	font-weight: bold;
	font-size: 110%;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.message_warning {
	background-image: url(/images/bg_warning.jpg);
	background-color: #ffff99;
}

div.message_warning div.message_title {
	color: #CC0000;
}

div.message_ok {
	background-image: url(/images/bg_ok.jpg);
	background-color: #cccccc;
}

div.message_ok div.message_title {
	color: #000000;
	background-color: transparent;
}

/* Slimbox */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* Home Page */

#features, #spotlights {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#feature_area {
	display: block;
	width: 570px;
	height: 260px;
	overflow: hidden;
}

#features {
	float: right;
	width: 130px;
	height: 260px;
	background-image: url(/images/feature_black.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#features ul {
	list-style-type: none;
	margin-left: 10px;
	margin-top: 19px;
	margin-bottom: 0;
	padding: 0;
}

#features li {
	margin-top: 5px;
}

.feature {
	color: #fff;
	padding: 0;
	margin-right: 130px;
	background-image: url(/images/feature_blue.jpg);
	background-position: bottom left;
}

.feature .details {
	margin-top: 190px;
	height: 68px;
}

.feature p {
	margin: 0;
	padding: 0 30px;
	color: #fff;
}

.feature a {
	color: #fff;
}
.feature a:hover {
	text-decoration: none;
	color: #ff9;
}

.feature .title {
	font-weight: bold;
	font-size: 160%;
	padding-top: 5px;
}
.feature .subtitle {
	font-size: 80%;
}

#spotlights li {
	margin-top: 10px;
	width: 185px;
	height: 225px;
	margin-right: 7px;
	float: left;
	background-repeat: no-repeat;
	color: #fff;
}

#spotlights a {
	display: block;
	padding-top: 170px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.0em;
}

#spotlights a:hover {
	text-decoration: none;
	color: #ff9;
}

#spotlight_about { background: url(/images/spotlight_about.jpg); }
#spotlight_testimonials { background: url(/images/spotlight_testimonials.jpg); }
#spotlight_taelee { background: url(/images/spotlight_taelee.jpg); }




