
/** GLOBALS ****************************************************/

body {	
	background-color: #808080;
	background-image: url('img/bg2.gif');
	background-position: top center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

* { 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	font-family:  Verdana, Tahoma, Arial;
	font-size: 8pt;
	color: #191919;
}

input, textarea, select, submit { 
	border: 1px solid #C3C3C3; 
	background: #f1f1f1; 
	padding: 1px; 
	margin: 0px; 
}

input { padding: 3px; }
input:focus, textarea:focus { border: 1px solid #000; }

label { 
	margin-right: 10px; 
	padding-right: 6px; 
	width: 90px; 
	display: block; 
	float: left; 
	text-align: right; 
	position: relative; 
}

.btn { 
	width: 69px;
	height: 24px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-: 5px;
	background: url('img/buttonbg.gif') no-repeat left ;
	border: 0px;
	cursor: pointer;
}

table td { vertical-align: ; }

img { behavior: url('js/iepngfix.htc') }

em { color: #2E68E9; }

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

html>body p { margin-bottom: 8px; margin-: 8px; }

a { color: #092B88; text-decoration: underline; }
a:hover { color: #2E68E9; text-decoration: underline; }
a.rm { padding-right: 10px; background: transparent url('img/arrow.gif') no-repeat scroll right -2pt; }

acronym, abbr { cursor: help; border-bottom: 1px dotted #545454; }

h1 {
	color: #2E68E9;
	font-size: 18pt;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Arial;
	margin-: 0px;
	margin-bottom: 15px;
	padding: 0px;
	line-height: .8em;
	text-indent: 15px;
	background: #FFFE1D;
}

h1.error {
	color: red;
	font-size: 18pt;
	margin-: 20px; 
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Arial;
	background: transparent; 
}

h1 span { 	
	color: #2E68E9;
	background: white; 
	padding-right: 6px; 
	padding-left: 6px;
	font-size: 18pt;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Arial;
}

h1 span i { 	
	color: #2E68E9;
	font-size: 18pt;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-style: italic;
}

h1 span sup, h3 sup { color: #2E68E9; }

h2 {
	width: 110%;
	color: #ffffff;
	font-size: 110%;
	margin: 0px;
	margin-bottom: 8px;
	padding: 7px;
	text-indent: 8px;
	position: relative;
	text-align: left;
	left: -13px;
	background: url('img/sideh2bg.gif') no-repeat left ;
}

h3 {
	color: #1853D8;
	font-size: 110%;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0px;
}

h3 span.btop {
	float: right;
	position: relative;
	right: -100px;
	top: -16px;
	font-size: 10px;
	font-weight: normal;
}

h3 span.btop a { color: #c0c0c0; text-decoration: none; }

ul, ol {  list-style-image: url('img/arrow.gif'); margin-left: 15px;  }
ul li, ol li { padding: 1px; }

img.workoff { opacity:.30; filter: alpha(opacity=30); -moz-opacity:0.3; }
img.workon { opacity:1; filter: alpha(opacity=100); -moz-opacity:1; }

.ctr { text-align: center; }
.clr { clear: both; }
.fl { float: left; }
.fr { float: right; }
.toggler { cursor: pointer; font-size: 100%; }
.togglerm { cursor: pointer; font-size: 100%; padding-left: 15px; background: url('img/video.gif') no-repeat top left; }
.msg { width: 97%; padding: 6px; font-weight: bold; color: red; border: 1px dotted red; }
.banner { text-align: center; margin: 10px; }
.hidden { display: none; }
.clrfix:after { content: "."; display: block; height:0; clear: both; visibility: hidden; }





/** MAIN DIVISIONS ******************************************/


#main { 
	width: 850px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	padding-top: 5px;
	background-image: url('img/mainbg.png');
	background-repeat: repeat-y;
	background-position: top center;
}

#header {
	height: 188px;
	width: 100%;
	padding: 0px;
	margin-top: 80px;
	background-image: url('img/headerbg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#header2 {
	height: 188px;
	width: 100%;
	padding: 0px;
	margin-top: 80px;
	background-image: url('img/headerbgmain.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#congrats {
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -428px;
	padding: 0px;
	z-index: 5;
	width: 856px;
	height: 85px !important;
	background: transparent url('img/congratsbanner.png') top center no-repeat;
}

#navtools {
	position: absolute;
	top: 112px;
	z-index: 2;
	margin-left: 570px;
	font-size: 11px;
}

#navtools a { text-decoration: none; color: #2E68E9; padding: 2px; }
#navtools a:hover { text-decoration: underline; color: #2E68E9; }

#flash {
	margin-left: 19px;
	padding: 0px;
	position: relative;
	top: -1px;
	width: 505px;
	height: 200px;
}

.menu { 
	position: relative;
	height: 31px;
	width: 814px;
	background: #E2E2E2;
	background-image: url('img/menubg.gif');
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0px auto;
	padding: 0px;
}

.menu ul { list-style: none; position: absolute; z-index: 100; padding: 5px 10px; margin: 0px; }
.menu li { float:left; font-weight: bold; font-size: 13px; }
.menu a { 	font-size: 10pt; text-decoration: none; color: #2E68E9; padding: 5px; padding-left: 7px; }
.menu a:hover { color:red; }

#slide { 
	position: absolute; 
	top: -2px;
	height: 32px; 
	background: #ffffff; 
	z-index:10; 
	border: 1px solid #C4C4C4;
	border-bottom: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

#content {
	margin: 6px auto;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 92%;
	min-height: 350px;
}

#left { float: left; width: 67%; }
#left p { text-align: justify; }
#right { 
	float: right; 
	width: 29%; 
	border-left: 1px solid #B9B9B9; 
	padding: 0px; 
	padding-left: 12px; 
	padding-bottom: 5px;
	font-size: 11px;
}

.sidepanel {
	padding: 0px;
	margin-bottom: 12px;
}

.sidepanel p em { text-align: center; }
.sidepanel .fl { float: left; margin:0px; padding:0px; margin-right: 5px; }
.sidepanel img.b { border: 2px solid #B7C7F5; }

#footer {
	color: #7D7D7D;
	margin: 0px auto;
	width: 850px;
	height: 80px;
	font-size: 11px;
	text-align: center;
	padding-top: 25px;
	clear: both;
	background: transparent url('img/footerbg.png') no-repeat top center;
}

#footer div#topb { 
	float: right; 
	position: relative; 
	right: 35px; 
	top: 34px; 
	height: 25px;
	width: 55px;
}

.leftsection {
	width: 97%;
	padding: 2px;
	padding-bottom: 18px;
	padding-left: 10px;
	background: transparent;
	border: 1px solid #B9B9B9;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	clear: both;
	margin: 0px;
	margin-top: 8px;
}

.leftsection p { text-align: normal; width: 96%; }

.nb { border: 0px; border-bottom: 1px solid #CCCCCC; }
.bb { border: 1px solid #2E68E9; }
.fade { background: #ffffff url('img/leftsectionbg.gif') repeat-x center center; }
.fadeb { background: #ffffff url('img/leftsectionbg.gif') repeat-x center bottom; }

.leftsection h3 {
	color: #2E68E9;
	color: red;
	font-size: 110%;
	margin-bottom: 2px;
	margin-top: 6px;
	padding: 0px;
	padding-top: 10px; 
	padding-left: 32px;
	height: 25px;
}

h3.bluebg { color: white; background: transparent url('img/h3bgblue.png') no-repeat center left; padding: 7px; }
h3.redbg { color: white; background: transparent url('img/h3bgred.png') no-repeat center left; padding: 7px; }
h3.yellowbg { background: transparent url('img/h3bgyellow.png') no-repeat center left; padding: 7px; }

h3.media { background: transparent url('img/media.png') no-repeat center left;  }
h3.articles { background: transparent url('img/articles.png') no-repeat center left;   }
h3.press { background: transparent url('img/press.png') no-repeat center left;   }
h3.features { background: transparent url('img/features.png') no-repeat center left;   }
h3.enroll { background: transparent url('img/enroll.png') no-repeat center left;   }
h3.comp { background: transparent url('img/comp.png') no-repeat center left;   }
h3.special { background: transparent url('img/special.png') no-repeat center left;   }
h3.photo { background: transparent url('img/photo.png') no-repeat center left;   }


.leftsection_fl {
	padding: 8px;
	padding-bottom: 15px;
	background: #F3F3F3;
	border: 1px solid #cecece;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	float: left;
	margin: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.leftsection_fr {
	padding: 8px;
	padding-bottom: 15px;
	border: 1px solid #cecece;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	float: right;
	margin: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#coupon {
	margin: 5px; 
	padding: 10px; 
	border: 4px dashed red; 
	width: 450px;
	height: 150px;
}

#accordion { margin-top: 20px; }

#accordion h3 {
	color: red;
	text-decoration: underline;
	margin-bottom: 2px;
	margin-top: 6px;
	text-indent: 50px;
	height: 24px;
	padding-top: 10px;
	background: url('img/insth3bg.jpg') no-repeat top left;
}

#accord_vid h3 {
	color: red;
	text-decoration: underline;
	margin-bottom: 4px;
	margin-top: 2px;
	padding: 0px;
	padding-left: 15px; 
	background: url('img/video.gif') no-repeat top left;
}

.accord { 
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

.instructor {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 10px;
	border-bottom: 1px solid #F3F3F3;
}

.elementm { 
	margin-top: 15px; 
	text-align: center;
	background: url('img/mediabg.png') no-repeat bottom left;
	padding: 0px; 
}

img.galleryImg { border: 2px solid #B7C7F5; margin: 5px; }
img.galleryImg:hover { border: 2px solid yellow; }

#msslogan {
	text-align: right;
	position: relative;
	top: -28px;
	padding-right: 10px;
	font-size: 11px;
	height: 2px;
}

.faqq { font-weight: bold; margin: 5px; margin-top: 10px; }
.faqa { border-left: 6px solid #A7B9F1; padding-left: 8px; margin-left: 8px; margin-bottom: 12px; }

.testimonial { 
	padding-top: 7px;
	padding-left: 12px;
	background: url('img/quote.gif') no-repeat top left;
	text-align: justify;
}

.testimonial em { 
	display: block;
	margin: 6px;
	margin-bottom: 10px;
	color: #2E68E9;
}

.testimonial em a { font-style: normal; }

#newsbox {
	padding: 3px;
	padding-right: 8px;
	margin: 0px;
	margin-top: -5px;
	width: 97%;
	height: 262px;
	overflow: auto;
}

h3#newsyear { 
	color: #c7c7c7;
	font-size: 210%;
	letter-spacing: -2px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	top: -12px;
	line-height: .7em;
	margin: 0px;
	padding: 0px;
	text-align: left;
	padding-left: 5px;
}

.front_olymp { display: block; clear: both; margin-bottom: 8px;}
.front_champ { float: left; margin: 1px; width: 48%; font-size: 10px; }

#inst { text-align: center; }
#inst strong { margin-right: 4px; padding-right: 4px; display: block; float: left; text-align: right; position: relative; }

.announcement {
	width: 98%;
	height: 55px;
	padding: 3px;
	padding-top: 10px;
	/*background: transparent url('img/olympicsponsor.jpg') no-repeat top left;*/
	clear: both;
	font-size: 11px;
	text-align: center;
	border: 3px solid #B7C7F5;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.mb_post { border-bottom: 1px dotted #f1f1f1; padding: 4px; }

table#athletes { width: 100%; font-size: 11px; }
table#athletes td { padding-bottom: 8px; padding-top: 8px; padding-left: 4px; border-top: 1px dotted #cecece; }
table#athletes #headings { border: 0px; background-color: #F8F8F8;  }
table#athletes .aname { width: 150px; }
table#athletes .aclass { width: 100px; }

table#athletes #headings td {
	color: #1853D8;
	font-size: 110%;
	font-weight: bold;
}

table#athletes .biocell { 
	border: 0px; 
	padding-top: 2px; 
	padding-left: 12px; 
	padding-right: 12px;
}







/*** MOO STYLES ***********************************************/


#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading { background: #fff url('img/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('img/prevlabel.gif') no-repeat 0% 15%; }
#lbNextLink { right: 0; }
#lbNextLink:hover { background: transparent url('img/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('img/closelabel.gif') no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber { margin-right: 71px; }
#lbCaption { font-weight: bold; }






/** THICK BOX ****************************************************/


#TB_window { color: #333333; }
#TB_secondLine { color:#666666; }
#TB_window a:link { color: #666666; }
#TB_window a:visited {color: #666666; }
#TB_window a:hover { color: #000; }
#TB_window a:active { color: #666666; }
#TB_window a:focus{ color: #666666; }

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color: #000;
}

#TB_window {
	position: absolute;
	background: #aaaaaa;
	z-index: 102;
	color: #000000;
	border: 5px solid #2E68E9;
	text-align: center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

#TB_window img {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow{
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color: #e8e8e8;
	height: 27px;
	margin-bottom: 10px; 
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}


.yrs { color: #4D9AEF; font-size: 110%; }
