/***  File:  root_style.css  ***/
/***  Stylesheet definitions for the Riekes Center for Human Enhancement  ***/

/*** Contents:
	1.  Text, Font, and Background Styles
	2.  Link Styles
	3.  Div Styles
	4.  BigButtons Horizontal Menu Bar Styles
	5.  Popout Menu Styles
	6.  Staff Photo & Bio Styles
***/


/*** 1.  Text, Font, and Background Styles ***/

body {
	background-color:#FFFFFF;
	font: serif;
	padding:0px;
	border:0px;
	margin:0px;
}

.menutext {
	font-family: verdana;
	font-size: 11px;
}

.navtext {
	font-family: verdana;
	font-size: 10px;
	text-align: right;
}

.dropdownmenutext {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

.contenttext {
	font-family: arial;
	font-size: 12px;
	font-weight: none;
}


.titletext {
	font-family: arialblack, verdana, arial;
	font-size: 30px;
	font-weight: bold;
	border-bottom: solid #000000 0px;
}

.bigtext {
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: none;
	border-bottom: solid #000000 0px;
}



.headertext {
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid #000000 1px;
}


.headertext2 {
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid #000000 0px;
}



.gettingstarted {
	padding: 0px 4px 0px 0px;
	margin-bottom: 6px;
	height: 300px;
	border: solid #666666 1px;
	color: #000000;
	background-color: #cccccc;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
}


.admin {
	padding: 4px 4px 4px 4px;
	margin-bottom: 6px;
	border: solid #666666 1px;
	color: #000000;
	background-color: #cccccc;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
}

.athleticfitness {
	padding: 4px 4px 4px 4px;
	margin-bottom: 6px;
	border: solid #666666 1px;
	color: #000000;
	background-color: #cccccc;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
}

.natureawareness {
	padding: 4px 4px 4px 4px;
	margin-bottom: 6px;
	border: solid #666666 1px;
	color: #000000;
	background-color: #cccccc;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
}

.creativearts {
	padding: 4px 4px 4px 4px;
	margin-bottom: 6px;
	border: solid #666666 1px;
	color: #000000;
	background-color: #cccccc;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
}

.whiteheader2 {
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid #000000 0px;
	color: #ffffff;
}

.whiteheader {
	font-family: verdana, arial;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid #000000 0px;
	color: #ffffff;
}

.whitetitle {
	font-family: arialblack, verdana, arial;
	font-size: 30px;
	font-weight: bold;
	border-bottom: solid #000000 0px;
	color: #ffffff;
}


.white {
	font-family: arial;
	font-size: 12px;
	font-weight: none;
	color: #ffffff;
}


/*** 2.  Link Styles ***/
a {
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

a {
	color: #333333;
	text-decoration: none;
}

#frontpageDiv a:link {
	color: #999999;
	text-decoration: none;
}

#frontpageDiv a:visited {
	color: #999999;
	text-decoration: none;
}

#frontpageDiv a:active {
	color: #999999;
	text-decoration: none;
}

#frontpageDiv a:hover {
	color: #333333;
	text-decoration: none;
}

#pagecontentDiv a:link {
	color: #ff0000;
	text-decoration: none;
}

#pagecontentDiv a:visited {
	color: #ff0000;
	text-decoration: none;
}

#pagecontentDiv a:active {
	color: #ff0000;
	text-decoration: none;
}

#pagecontentDiv a:hover {
	color: #ff0000;
	text-decoration: none;
}


#sidebar a:link {
	color: #999999;
	text-decoration: none;
}

#sidebar a:visited {
	color: #999999;
	text-decoration: none;
}

#sidebar a:active {
	color: #999999;
	text-decoration: none;
}

#sidebar a:hover {
	color: #999999;
	text-decoration: none;
}

/*** 3.  Div Layout Styles ***/ 

/*  centerTable formats the one-cell centered table in which the layout divs are nested */
#wrapperTable td {
	
}

.borderTable {	
padding: 4px 4px 4px 4px;
border: 1px solid #666666;
}

table.othertables {
	width:;
	padding:;
	border:0;
	margin:;
	background-color:#000000;
}

table.othertables td {
	width:;
	padding:;
	border:0;
	margin:;
	background-color:#000000;
}

/* the "hidden" class makes text "invisible" on the page, except to non-CSS-compliant browsers  */
.hidden {
	display:none;
 }

/* The "header" div formats the header at the top of the page */

.SearchBar {
background-color: #ffffff;
border-width: 1;
font-size: 8pt;
font-family: arial;
}

#header {
	float:left;
	width: 423px;
	height: 146px;
	background-color: #ffffff;
	position:absolute;
	left: 0px;
	top: 0px;
}

#header2 {
	float:right;
	width: 538px;
	height: 57px;
	background-color: #ffffff;
	position:absolute;
	left: 423px;
	top: 0px;
}

#header3 {
	float:right;
	width: 538px;
	height: 15px;
	text-align: right;
	background-color: #ffffff;
	position:absolute;
	left: 423px;
	top: 57px;
}

#header4 {
	float:right;
	width: 538px;
	height: 2px;
	background-color: #000000;
	position:absolute;
	left: 423px;
	top: 72px;
}

#header5 {
	float:right;
	width: 538px;
	height: 30px;
	background-color: #ff0000;
	position:absolute;
	left: 423px;
	top: 74px;
}


#header6 {
	float:right;
	width: 538px;
	height: 30px;
	background-color: #000000;
	position:absolute;
	text-align: right;
	left: 423px;
	top: 104px;
}

#header7 {
	float:right;
	width: 538px;
	height: 12px;
	background-color: #ffffff;
	position:absolute;
	left: 423px;
	top: 134px;
}

#searchinput {
	float:right;
	width: 59px;
	height: 27px;
	background-color: #000000;
	position:absolute;
	left: 325px;
	top: 3px;
}

#searchbutton {
	float:right;
	width: 59px;
	height: 27px;
	background-color: #000000;
	position:absolute;
	left: 475px;
	top: 3px;
}

#athleticrepubliclogo {
	float:right;
	width: 148px;
	height: 27px;
	background-color: #ffffff;
	position:absolute;
	left: 400px;
	top: 32px;
}

#infoblurb {
	float:right;
	width: 237px;
	height: 27px;
	background-color: #ffffff;
	position:absolute;
	left: 0px;
	top: 2px;
}

.inputbox
{
width: 150px;}

#pagecontentDiv {
	float:left;
	width: 935px;
	height:;
	background-color:;
	position:absolute;
	left: 26px;
	top: 143px;
	border-width: 0px;
	border-style: solid;
	border-color: #666666;
}

#textbox {
	float:left;
	width: 350px;
	height: 360px;
	background-color: ;
	position:absolute;
	left: 576px;
	top: 18px;
	border-width: 0px;
	border-style: ;
	border-color: ;
}


#garyscorner {
	float:left;
	width: 450px;
	height: 360px;
	background-color: ;
	position:absolute;
	left: 476px;
	top: 18px;
	border-width: 0px;
	border-style: ;
	border-color: ;
}


#menuDiv {
	float:left;
	width: 160px;
	height: 200px;
	background-color: #000000;
	position:absolute;
	left: 26px;
	top: 146px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}


#departmenttitle {
	float:left;
	width: 283px;
	height: 402px;
	background-color: #000000;
	position: absolute;
	left: 0px;
	top: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #666666;
}

#blog {
	float: left;
	width: 506px;
	height: 218px;
	background-color: #fff;
	color: #000;
	position: absolute;
	left: 285px;
	top: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #666666;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	font-color: #000000;
	padding: 4px 4px 4px 4px;
}

#adbox1 {
	float:left;
	width: 170px;
	height: 174px;
	background-color: #000000;
	position: absolute;
	left: 285px;
	top: 228px;
	border-width: 0px;
	border-style: solid;
	border-color: #666666;
}

#adbox2 {
	float:left;
	width: 170px;
	height: 174px;
	background-color: #000000;
	position: absolute;
	left: 457px;
	top: 228px;
	border-width: 0px;
	border-style: solid;
	border-color: #666666;
}

#adbox3 {
	float:left;
	width: 170px;
	height: 174px;
	background-color: #000000;
	position: absolute;
	left: 629px;
	top: 228px;
	border-width: 0px;
	border-style: solid;
	border-color: #666666;
}

#flashmenu {
	float:left;
	width: 300px;
	background-color: #ffffff;
	position:absolute;
	left: 0px;
	top: 355px;
	border-width: 
}

#flashbox {
	float:left;
	width: 300px;
	background-color: #ffffff;
	position:absolute;
	left: 680px;
	top: 355px;
	border-width: 
}

#frontpageDiv {
	float:left;
	width: 652px;
	height: 200px;
	background-color: #000000;
	position:absolute;
	left: 26px;
	top: 146px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}


#rightsideDiv {
	float:right;
	width: 273px;
	height: 200px;
	background-color: #CCCCCC;
	position:absolute;
	left: 686px;
	top: 146px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}


#wrapperDiv {
	float: center;
	width: 980px;
	height: 100%;
	background-color: #ffffff;
	position:absolute;
}



#bannerImage {position:absolute}  /* get rid of whitespace in IE */



/* format the content area */
#content {
	margin:0px;
	padding:0px;
	border:0px;
	position:relative;
	width: 600px;
	float: left;
	background-color: #FFFFFF;
	clear:right;
}

#footer {
	position:relative;
	margin:0px;
	bottom:0px;
	padding:0px;
	width:600px;
	clear: both;
	float:left;
	background-color:#991111;
}

#footerImage {
	width:600px;
	padding:0px;
	border:0px;
	margin:0px;
	float:left;
	clear: right;
}


/*** 5. Popout Menu Styles ***/



#popoutMenu {
	width: 150px; /* set width of menu */
} 

/* remove bullets and list indents */
#popoutMenu ul { 
	font-size: 1.0em;
	list-style: none;
	margin: 0;
	padding: 0;
}

/* style, color and size links and headings to suit */
#popoutMenu a {
	font: bold 0.8em arial, helvetica, sans-serif;
	display: block;
	z-index:1;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0px;
	padding: 5px 5px;
	color:#fff;
	background: #991111;
	text-decoration: none;
}

#popoutMenu a:hover {
	color:#000;
	background: #fc3;
}

#popoutMenu li {
/* make the list elements a containing block for the nested lists */
	position: relative;
} 

#popoutMenu ul li ul {
	position: absolute;
	top: 0px;
	left: 150px; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}

div#popoutMenu ul ul
{display: none;}

div#popoutMenu ul li:hover ul
{display: block;}


/* Side Bar Styles */

#sidebar {
	font-family: verdana;
	font-size: 11px;
	font-weight: none;
	color: #ffffff;
	line-height: 16px;
	width: 133px;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	background-color: #000000;
	color: #ffffff;
}

#sidebar ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
	} 
	
#sidebar li {
		border-bottom: 1px solid #ffffff;
		margin: 0;
	}
	
#sidebar ul li {
		position: relative;
	}

#sidebar li ul {
		list-style: none;
		position: relative;
		top: 1px;
		display: block;
		border-top: 1px solid #ffffff;
		border-bottom: 0px solid #ffffff;
		padding-left: 10px;
		background: url(../images/bullet.gif) scroll no-repeat 0px 0.8em;
		margin: 0;
	}

#sidebar li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		background-color: #000000;
		text-decoration: none;
		width: 100%;
		}
		
#sidebar a {
		color: #ffffff;
		}
		
#sidebar li a:hover {
		background-color: #333333;
		color: #cccccc;
		}

html>body #sidebar li a {
		width: auto;
		}
		

/* Top Bar Navigation */

ul li {
	position: relative;
	}


li ul {
	position: absolute;
	left: 0px;
	top: 16;
	display: none;
	}



.topmenuul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px;
	border-bottom: 0px solid #000;
}

.topmenuul2{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	border-bottom: 0px solid #000;
}


.topmenuli a{
	display: block;
	text-decoration: none;
	color: #000;
	padding: 0px;
	border: 0px solid #000;
	border-bottom: 0;
}

.submenuul{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
	border-bottom: 0px solid #000;
}

.submenuli a{
	display: block;
	text-decoration: none;
	color: #000;
	background: #fff;
	padding: 2px;
	border: 1px solid #000;
	border-bottom: 1px solid #000;
}


#nav1 li>ul { 
	top: auto;
	left: auto;
}

#nav2 li>ul { 
	top: auto;
	left: auto;
}

#nav3 li>ul { 
	top: auto;
	left: auto;
}

#nav4 li>ul { 
	top: auto;
	left: auto;
}

#nav5 li>ul { 
	top: auto;
	left: auto;
}

#nav6 li>ul { 
	top: auto;
	left: auto;
}


ul li a:hover { color: #B9B9B9; background: #FFFFFF; }

li:hover ul, li.over ul { 
	display: block; }
	
	

/* Images Align */

img.aligncenter {
	display: block; 
	margin: auto;   
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img.none { /* Add this class for images without border */
	border: 0;
	padding: 0;
	background: transparent;
	}



/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 4%; }
* html ul li a { height: 4%; }
/* End */
