/* DBCS Global Stylesheet 8/31/07 */

/* --------------------- Global Styles -------------------------- */
body, html {
	margin:0;
	padding:0;
	font: 11px/0.90 Verdana, Arial, sans-serif;
	line-height:1.2em;
	background-color:#5D1322;
	}
img, a:link img {
	border: 0;
	}
h2 {
	background:url("../images/header_gradient.jpg") top left repeat-y;
	background-color:#5D1322;
	padding:10px 0px 10px 10px;
	margin:0;
	font-weight: bold;
	font-size: 1.5em;
	color:#FFF;
	display:block;
	}
h3,
#file_owner {
	font-size:1.6em;
	display:block;
	border-bottom:1px solid #5D1322;
	color:#5D1322;
	padding:5px 0px;
	margin-top:10px;
	}
input,
textarea {
	padding:2px;
	font: 11px/0.90 Verdana, Arial, sans-serif;
	}
#container[id] {
	width:100%;
	background:url("../images/redGradient.png") no-repeat;
	}
/* Image for IE 6- */
#container {/*
	width:100%;	
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/redGradient.png') no-repeat;
	*/}
/* --------------------- Header Styles --------------------------- */
#headerContainer {
	width:820px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	z-index:10;
	}
#header h1 {
	display:none;
	}
/* Image for Mozilla, IE7+ */
#emblem[id] {
	background:transparent url("../images/emblem.png");
	width:120px;
	height:120px;
	float:left;
	cursor:pointer;
	z-index:5;
	}
/* Image for IE 6- */
#emblem {
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/emblem.png');
	width:120px;
	height:120px;
	float:left;
	cursor:pointer;
	}
/* Image for Mozilla, IE7+ */
#logo[id] {
	background:transparent url("../images/logo.png");
	width:220px;
	height:60px;
	margin-top:15px;
	float:left;
	clear:right;
	cursor:pointer;
	}
/* Image for IE 6- */
#logo {
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/logo.png');
	width:220px;
	height:60px;
	margin-top:15px;
	float:left;
	clear:right;
	cursor:pointer;
	}
/* Image for Mozilla, IE7+ */
#subtitle[id] {
	background:transparent url("../images/students_leaders4.png") no-repeat;
	/*width:352px;
	height:65px;*/
	width:465px;
	height:90px;
	float:right;
	/*top:12px;*/
	position:relative;
	}
/* Image for IE 6- */
#subtitle {
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/students_leaders4.png');
	/*width:352px;
	height:65px;*/
	width:465px;
	height:90px;
	float:right;
	/*top:12px;*/
	position:relative;
	}
	
/* Navigation Tabs */
#navigation {
	  font-weight:bold;
	  float:left;
	  clear:left;
	  width:100%;
	  background:url("../images/nav_back.jpg") repeat-x left top;
	  position:absolute;
	  top:90px;
      }
#mainTabs {
	  width:800px;
	  margin-left: auto;
	  margin-right: auto;
	  }
#navigation ul {
	  padding:3px 0 0 120px;
	  margin:0;
	  list-style-type:none;
	  display: block; 
      }
#navigation li {
      display:inline;
	  padding:0 0 20px 0;
	  }  
#navigation a {
      float:left;
      background:url("../images/tab_left.gif") no-repeat left top;
      padding:0 3px 0 7px; 
      text-decoration:none;
      }  
#navigation a span {
      float:left;
      display:block;
      background:url("../images/tab_right.gif") no-repeat right top;
      padding:5px 1.2em 10px 0.5em;
      color:#FFF;
      }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
/* End IE5-Mac hack */

#navigation a:hover {
      background-position:0% -42px;
      }
	  
#navigation a:hover span {
      background-position:100% -42px;
	  color:#FFF;
      }
/* --------------------- Body Styles ----------------------------- */
#moduleA {
	background:url("../images/yourChoice.jpg") no-repeat;
	width:260px;
	height:453px;
	float:left;
	clear:right;
	margin:0px 0px 10px 0px;
	}
#moduleA a:link {
	display:block;
	}
#moduleB {
	background:url("../images/ourPassion.jpg") no-repeat;
	width:260px;
	height:453px;
	float:left;
	clear:right;
	margin:0px 0px 10px 10px;
	}
#moduleC {
	background:url("../images/theirFuture.jpg") no-repeat;
	width:260px;
	height:453px;
	float:left;
	clear:right;
	margin-left:7px;
	margin:0px 0px 10px 10px;
	}

#subMenu {
	float:left;
	clear:right;
	width:200px;
	background-color:#666;
	border:1px solid #FFF;
	margin-top:10px;
	/*padding:4px 0px;*/
	}
#subMenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	font-weight:bold;
	}
#subMenu li {
	margin:0;
	padding:0;
	}
#subMenu a:link,
#subMenu a:visited,
#subMenu a:active {
	padding:6px 0px 6px 10px;
	color:#FFF;
	text-decoration:none;
	display:block;
	margin:0;
	}
#subMenu a:hover {
	padding:6px 0px 6px 5px;
	background-color:#CCC;
	display:block;
	color:#000;
	border-left:10px solid #5D1322;
	margin:0;
	}
#pageContent {
	float:left;
	clear:right;
	width:580px;
	margin-left:15px;
	}
#content {
	clear:both;
	background:url("../images/radialGradient_back.jpg") top left no-repeat;
	background-color:#999;
	border-top:2px solid #400814;
	border-bottom:2px solid #400814;
	padding:5px;
	/*height:400px;*/
	/*padding:5px 0 5px 0;*/
	}
#homePage,
#loginPage,
#aboutusPage,
#informationPage,
#contactusPage,
#ourstaffPage {
	width:800px;
	/*margin-top:5px;
	margin-bottom:5px;*/
	margin-left: auto;
	margin-right: auto;
	padding:10px;
	border:1px solid #FFF;
	/*height:400px;*/
	background:url("../images/gradient_back.jpg") top left repeat-x;
	background-color:#FFF;
	text-align:justify;
	line-height:1.3em;
	min-height:300px;
	}
#pageContent ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
#pageContent li {
	margin:0;
	padding:0;
	}

#loginPage ul {
	margin:0;
	padding:0;
	}
#loginPage li {
	display:inline;
	}
#content p {
	padding:0 15px;
	margin-top:0;
	}
#contactusPage ul,
#loginPage ul {
	margin:0;
	padding:5px 15px;
	list-style-type:none;
	line-height:2.1em;
	}
#loginPage li.manageFiles {
	list-style-image:url("../../images/documents.png");
	height:16px;
	width:16px;
	}
.boldText {
	font-weight:bold;
	}
#info {
	float:left;
	clear:right;
	width:400px;
	}
#info p,
#form p {
	padding-top:10px;
	}
#form {
	float:left;
	clear:right;
	width:300px;
	margin-left:20px;
	}
#fileDisplay table {
	border:1px solid #666;
	background-color:#FFF;
	width:100%;
	margin-top:15px;
	}
#fileDisplay a:link {
	font-weight:bold;
	text-decoration:none;
	}
#fileItem td {
	border-bottom:1px dashed #666;
	}
.tableHeader td {
	background-color:#666;
	color:#FFF;
	padding:5px;
	font-weight:bold;
	}
#fileDisplay td {
	border-bottom:1px dashed #CCC;
	padding:5px;
	}
/* --------------------- Footer Styles --------------------------- */
#footerContainer {
	text-align:center;
	color:#DCBAC1;
	}
#footerContainer ul {
	margin:20px 0 0 0;
	padding:0px 0 15px 0;
	list-style-type:none;
	}
#footerContainer li {
	display:inline;
	padding:0;
	margin:0;
	}
#footerContainer li a:link,
#footerContainer li a:visited,
#footerContainer li a:hover,
#footerContainer li a:active {
	color:#DCBAC1;
	padding:4px 7px;
	text-decoration:none;
	}
#footerContainer li a:hover {
	background-color:#400814;	
	color:#fff;
	padding:4px 7px;
	text-decoration:none;
	}
.divider {
	padding:0px 0px 0px 5px;
	}
.copyright {
	padding:4px 0px;