/***********************************************/
/* HTML tag styles                             */
/***********************************************/
#body {
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding: 0px;
	margin:0px;
	scrollbar-base-color: #A64C4B; 
	scrollbar-face-color: #A64C4B; 
	scrollbar-track-color: #999; 
	scrollbar-arrow-color: #530000;
	scrollbar-highlight-color: #901F1E; 
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-shadow-color: #901F1E;
	scrollbar-darkshadow-color: #990000; 
}

#wrapper {
	text-align: left;
	margin: 0px auto 60px auto;
	padding: 0px;
	border:0;
	width: 775px;
	background-color:#989795;
}

#header {
	height: 106px;
}

#container {
	background-color:#C5C5C5;
}

.sectionSeparator {
	border-bottom: 1px dashed #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sectionTitle, .sectionTitleBold {
	color: #333333;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: url(../images/icon_redSquare.gif) no-repeat left top;
	text-indent: 15px;
}

.sectionTitle {
	font-weight: normal;
}

.sectionTitleBold {
	font-weight: bold;
}

/***********************************************/
/* Page Layout styles                          */
/***********************************************/

/****************Left Content Styles **************/
#contentLeftWrapper {
	float: left;
	width: 200px;
	height: 100%;
	background-color:#901F1E;
	border-top: 1px solid #901F1E;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}

#contentLeftNav {
	height: 138px;
}

.redBG {
	background-color: #A64C4B;
	width: 100%;
	height: 10px;
}

.stageContainer {
	background: url(../images/img_onStage.gif) no-repeat left center;
	height:175px;
	width: 200px;
	padding:0px;
	margin:0px;
}

.stageTextContainer {
	height:175px;
	width: 200px;
	float:none;
}

.stageText {
	position: relative; 
	top: 70%;
	left: 7%;
	text-align:center;
	float:none;
	height:30px;
	width: 160px;
	margin-bottom:20px;
	padding: 5px;
	color: #FFF;
	font-weight:bold;
	border: 1px solid #CCCCCC;
	background:#990000;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
}

.comingSoonContainer {
	border: 1px solid #990000;
	width: 188px;
	margin:7px 2px 12px 8px;
	background-color:#000; 
	color:#ffffff; 
}

.comingSoonText {
	margin:0px;
	padding:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ffffff; 
	background-color:#000; 
	width:170px;
}

/****************Center Content Styles **************/

#contentCenterWrapper { 
	float: left;
	width: 242px;
	background-color:#797775;
	height: 100%;
	border-top: 1px solid #B7B7B6;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	border-left: 1px solid #C5C5C5;
}

#contentCenterWrapperFullScreen { 
	float: right;
	width: 570px;
	background-color:#797775;
	height: 100%;
	border-top: 1px solid #B7B7B6;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	border-left: 1px solid #C5C5C5;
}


#contentCenterText { 
	padding: 10px;
	background-color: #C5C5C5;
}

.titleHome, .titleBio, .titleCoaching, .titleShows, .titleMarjoRecords, .titleContact {
	height:50px;
}

.titleHome {
	background: #989795 url(../images/header_home.gif) no-repeat center center;
}

.titleBio {
	background: #989795 url(../images/header_bio.gif) no-repeat center center;
}

.titleCoaching {
	background: #989795 url(../images/header_coaching.gif) no-repeat center center;
}

.titleShows {
	background: #989795 url(../images/header_shows.gif) no-repeat center center;
}

.titleMarjoRecords {
	background: #989795 url(../images/header_marjoRecords.gif) no-repeat center center;
}

.titleContact {
	background: #989795 url(../images/header_contact.gif) no-repeat center center;
}

.affiliations {
	background: #A8A8A7 url(../images/img_affiliations.gif) no-repeat center center;
	height:78px;
	padding:0px;
	margin:0px;
	text-align:center;
}

/****************Right Content Styles **************/
#contentRightWrapper {
	float: right;
	width: 326px;
	height: 100%;
	background-color:#333333;
	border: 1px solid #666666;
}

#contentRight {
	padding: 0px;
}

#footer {
	clear: both;
	background: #000000;
	color:#FFFFFF;
	height: 25px;
	text-align:right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 40px;
}

#footer a{
	color:#CC0000;
}

/***********************************************/
/* Text formatting styles                      */
/***********************************************/

/************* link styles ***************/

a:link, a:visited {
	color: #DB0000;
	text-decoration:underline;
}

a.footer:link, a.footer:visited, a.footer:hover, {
	color: #DB0000;
	text-decoration:none;
}

a.footer:hover, a:hover,{
	text-decoration:underline;
}

.pointer{
cursor:pointer;
}

/************* text styles ***************/

/*.mainText{
	clear: both;
	padding: 0px 10px 5px 10px;
	text-align:left;
}

.subText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#666666;
	font-size: 9px;
}
*/
.referenceText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#333333;
	font-size: 10px;
	font-style:italic;
	padding: 5px;
	background: #BDBDBC;
	border:1px solid #999;
	margin: 5px;
}

.boldText {
	font-weight: bold;
}

.normalText{
	font-weight:normal;
}

.centerText {
	text-align: center;
}

label{
	font: bold 100% Verdana,sans-serif;
	color: #334d55;
}

li.arrowLinks{
	margin-top:-4px;
	margin-left:20px;
	padding-top:1px;
	padding-left:0px;
	padding-bottom:8px;
	margin-bottom: 8px;
	list-style-image:url(../images/arrow_link.gif);
}

/************* formatting styles ***************/

.noBorderCell {
	padding: 0px;
	border: none;
	border-color: #CCCCCC;
	}	
	
.centerAlign {
	padding-top: 10px;
	text-align: center;
}


img.floatLeft{
	border: 1px solid #AEAEAE;
	background-color: #FFFFFF;
	padding: 4px;
	margin:0px 8px 8px 8px;
	float:left;
}

img.floatRight{
	border: 1px solid #AEAEAE;
	background-color: #FFFFFF;
	padding: 4px;
	margin:0px 8px 8px 8px;
	float:right;
}

img.nav {
	padding:0px;
	margin: 0px;
	text-align:left;
	}

/*ul{
	list-style-type: none;
}
*/
.clear {
	font-size: 0px;
	margin: 0px;
	padding:0px;
	clear: both;
	border: 0px;
	}

.clear  {
	height: 25px;
	}

.clearRed {
	height: 10px;
	}

.clearGrey {
	height: 10px;
	background-color:#C5C5C5;
	}

.clearLightGrey {
	height: 100%;
	background-color:#989795;
	}

/***********************************************/
/*Component Divs                               */
/***********************************************/

table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

td {
	vertical-align: middle;
	text-align: center;
}

.sectionHidden, .sectionShow{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-align:left;
	padding: 3px 0px 5px 20px;
	color: #FF6600;
	border-bottom: #848F99 0px dotted;
	margin: 0px 0px 5px 0px;
}
.sectionShow{
	background: url(../images/icon_collapse.gif) no-repeat left center;
	cursor:pointer;
}

.sectionHidden {
	background:url(../images/icon_expand.gif) no-repeat left center;
	cursor:pointer;
}
