/* Document tag defaults */
body {
	font-size: 11px;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	margin: 0px;
	background-color:#489898;
	background-image: url(../img/bg.gif);	
}

a {
	text-decoration: none;
}

ul, li {
	margin: 0px;	
	padding: 0px;
}
/* Header styles */
#header {
	height: 54px;
	background-color: #4F9DA3;
	background-image: url(../img/bg.gif);
}
/* End Header styles */

/* Content Elements */
#content {
	/*clear: left;
	position: relative;
	overflow: hidden;*/
	width:100%;
	background-color:#fff;
	clear:both;
}
#meh {
 text-align:center;/**/
	/*width: 820px;*/ 
	width:80%;
	border:1px solid #000;
}
#moo {
	/*width:844px !important; */ 
	text-align:center;
	color:#fff;
	background-color:#000;
}



#preview-pane {	position: relative;
	width: 180px; /*844-394-28*/
	/*left: 22px;*/
	top: 5px;
	/*bottom: 15px;*/
	/*margin-left: 2%;
	margin-top: 15px;*/
	/*border: 1px dashed #909090;*/
}

#preview-layer-1{	
	position: absolute;
	width: 500px; /*844-394-28*/	
	background-color: white;	
	background-repeat: no-repeat;
	background-position: center center;	
	z-index: 2;
	height: 500px;
}

#preview-layer-2{
	width: 500px; /*844-394-28*/		
	position: absolute;	
	background-color: white;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 3;
	height: 500px;
}

#info-pane {
	bottom: 0px;
}

#info-pane h4.bio {	
	margin: 0px 32px 0px 43px;	
	border-bottom: 1px solid #CFE5E6;	
	font-size: 10px;	
	font-weight: normal;
	color: #3B7D84;
	line-height: 11px;
}

#info-pane h3 {
	margin-left: 43px;
}


#info-pane p.bio {
	margin: 0 42px 0.8em 43px;
	font-size: 11px;
	color: #4F9DA3;
	line-height: 1.8em;}/* Gallery stuff */

.bib {

	font-size: 11px;
	color: #4F9DA3;
	line-height: 24px;
}


#gallery {	
	position: absolute;
	top: 227px;	/*border: 1px dotted silver;*/
	margin-left: 43px;
}
#viewport {
	position: relative;
	width: 264px;
	margin-left: 5px;
	margin-right: 5px;
	height: 52px;
	overflow: hidden;
}
.red_link, a.red_link {	color: #FF0000;text-decoration: none;}
a.red_link:hover { color: #FF0000;text-decoration: underline;}

#scroll-left, #scroll-right {
	cursor: pointer;
}


/* Index page styles */
ul#roster { margin-left:0;}


ul#roster li {	
	list-style-type: none;	
	text-align: right;
	width: 216px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: bottom right;
}
ul#roster li a {
	display: block;
	width: 216px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: bottom right;
}
ul#roster li#roster-head {
	background-image: url('../img/nowappearing.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}
ul#roster li a#sr {
	background-image: url('../img/sr-head.gif');
}
ul#roster li a#cd {
	background-image: url('../img/cd-head.gif');
}
ul#roster li a#db {
	background-image: url('../img/db-head.gif');
}
ul#roster li a#ds {	
	background-image: url('../img/ds-head.gif');
}
ul#roster li a#te {
	background-image: url('../img/te-head.gif');
}
/* End Index page styles */

/* End content styling */





/* Menu Styles */
#menubar {
	position: relative;
	background-color: black;
	margin:0px;
	/* text-align:center;*/
	width: 644px;
	/*width:100%;*/
	height: 2.0em;
	float:left;
	z-index: 99;
}

#menubar a {
	color: #909090;
	display: block;
	padding: 0px 1.0em 0px 1.0em;
	z-index: 99;
}
#menubar a.active {
	color: white;
}

#menubar a:hover {
	color:  #BABABA;
	z-index: 99;
}

#menubar ul.menu {
	font-size: 11px;
	padding: 0px;
	margin-left: 20px;
	list-style: none;
	float:inherit;
	z-index: 99;
}

#menubar ul.menu li {
	/* all list items */
	position: relative;
	float: left;
	line-height: 2.0em;
	color:#909090;
	border-left: 1px solid #909090;
	white-space: nowrap;
	z-index:99; /* IE needs this!!!! It only applies z-index correctly to relative positioned elements*/
}

#menubar ul.menu li.first {
	/* all list items */
	border-left: 0px;
	z-index: 99;
}

#menubar ul.submenu {
	position: absolute;
	z-index: 99;
	width: 8.8em;
	/*left:0px;*/
	margin:0px;
	padding:0px;
	display:none;
	list-style: none;
	background-color: white;
	border: 1px solid #909090;
	border-top: 0px;
	/*opacity: 0.9;*/
}

#menubar li:hover ul.submenu, #menubar li.over ul.submenu {
	display: block;
	border: 1px solid #909090;
	border-top: 0px;
	z-index:99;

}

#menubar ul.submenu li {
	width:8.8em;
	margin:0px;
	padding:0px;
	border: 0px;
	z-index:99;
}

#menubar ul.submenu a {
	color: #000000;
	z-index:99;
}
#menubar ul.submenu a:hover, #menubar ul.submenu li:hover  {
	color: black;
	background-color: #B3D6DA;
	z-index:99;
}
/* End Menu Styles */



/* Greeting Section of the header/menu */
#greeting-wrap {
	width:100%;
	background-color:#fff;
	height:42px;
	margin:0px;
	padding:0px;
	text-align:right;
	clear:both;
}
#greeting {
	height: 42px;
	width: 374px;
	text-align:right;
	/*right: 0px;
	top: 54px;
	float:right;*/
	z-index:99;
	background-color: black;
	background-image: url(../img/corner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}




#greeting-message {
	background-image: url(../img/welcome.gif);
	background-repeat: no-repeat;
	background-position: 94px 12px;
}




#greeting-bling {
	background-color: #505154;
	background-image: url(../img/bling.gif);	
	background-repeat: no-repeat;	
	background-position: center center;	
	width: 67px;
}/* Greeting Section end *//* Footer Section */
#footer {
	clear: left;
	height: 54px;
	background-color:#000; 
	/*background-image: url(../img/bg.gif);*/
}
#footer ul li { font-size: 11px;
	margin-left: 20px;
	line-height: 4.0em;
	display: inline;
	list-style-type: none;
	padding: 2px 6px 0px 6px;
}
#footer {
	clear:both; 
	background-color:#000; 
	width:100%; 
	height:23px; 
	text-align:center; 
	color:#fff; 
	padding:5px 0px 0px 0px;
}
#footer ul li a {
	color: black;}/* End of footer section */