/* CSS Document */

/* -- General ------------------------------ */

html, body {
	margin: 0px; padding: 0px;
	background:  #E8E4DA url(../images/background.gif) repeat-x;
	font-family: Verdana, Helvetica, sans-serif; font-size: 10px; 
	color: #424242;
}	

html, body { height:100%; } 

html, body { margin:0;padding:0; }

/* -- Position ---------------------------- */

#container		  { min-height: 100%; height:auto;}
* html #container { height:100%; }


#container {
	width: 778px;
	margin: 0 auto -21px auto;
	padding: 0 0px 0 0px;
	background-image: url(../images/mainBack.gif);
	background-repeat: repeat-y;
	background-color:#F1F1F1;
}
#collegeBanner {
	margin: 0 auto;
	height: 40px; width: 778px;
	background: #FFFFFF;
	text-align: right;
}
#header {
	margin: 0 auto;
	height: 90px; width: 778px;
	background: #FFFFFF;
	text-align: right;
}
#headerPrint{
display:none;
}


#menutop {
	margin: 0 auto;
	float: right;
	height: 31px; width: 602px;
	background: #FFFFFF url(../images/backTopBanner.gif) repeat-x;
	text-align: right;

}



#colL { height: auto; width: 176px; float: left; 
		background: #c1c1c1;
		}
		
#colL table { height: auto; margin-bottom: 0px;}


#colR { 
height: auto; width: 580px; float: right; padding: 5px 8px 5px 5px; 
}
#colRnoMenu {
height: auto; 
width: 760px;
padding: 35px 8px 5px 5px;
}
 
#colRnoMenu table{
width:100%;}

#content { width: 100%; font-size: 11px; }


#space 			  { clear:both; height:35px; } /*needed to make room for footer*/
* > html #space  { float:left; width:100%;  } /* ie mac styles */

#liftText {   
   position: absolute; text-align: right; width: 580px; top:20px; border:0px; margin:0px; padding:0px;
}
   
#liftText {	
    position:absolute;
	text-align:right;
	/*use the "right" property on a full width page*/
	/*right:193px;*/
	/*use the "width" property on a template page*/
	/*these are new*/ width:50px;
    /*these are new*/ top:-200px;
	border:0px;
	margin:0px;
	padding:0px;
}

#liftText a:hover{
   text-decoration: underline; color: #ffffff; font-weight: 500;
}

#footer {
	display: block; margin: 0 auto; 
	width:776px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px; font-weight: normal;
	color:#000000; text-align: center;
	padding: 5px 0 5px 0; 
	border-bottom:1px solid  #000000;
	border-top:1px solid #BCBCBC;
	border-left:1px solid  #000000;
	border-right:1px solid  #000000;
	background-color:#e2e2e2;
}

.topline{ border-bottom: 1px dashed #000000; width:100%;
	/*padding:8px;*/}
	
.redtext{
	color: #FF0000; font-weight:500; font-size:11px; margin-top:0; vertical-align:top;
}

.news{
	margin-top:5px; margin-left:3px; margin-right:5px; font-family:Verdana, Helvetica, sans-serif;	 color: #663300; font-weight:500; font-size:16px; text-align: justify;
}
/* ---- Top menu layout ------------------- */

#topmenu-nav    { border: 0;  margin: 0;  margin-top: 4px; float: right; text-align: center; 	color: #FFFFFF; }
#topmenu-nav li { display: block; float: left; height:23px; list-style-type: none; text-align: center; border-left: 1px dotted #000000; margin: 0px;}
#topmenu-nav a{
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-weight:700;
	text-decoration:none;
	background: none;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;

}
#topmenu-nav a:hover  {
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-weight:700;
	text-decoration:none;
	background: none;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	text-decoration:underline;
}

         

.borderTable{ margin-top:1px; border-bottom: 1px solid #000000;
}

.mainMenu{ margin:0; margin-top: 1px; border: 0; float: right;
}


/* ---- Side menu layout ------------------- */

#sidemenu, .mainlevel { font-weight: bold; font-size: 11px; margin: 0; padding: 0; border:0px; }

#sidemenu a, .mainlevel {
	min-height: 16px; display:block;
	padding: 5px 5px 5px 15px;
	color: #FFFFFF; text-decoration: none;
	background: url(../images/btnLeft.gif)  no-repeat;
	/*border-bottom:solid;
	border-bottom-color:#8d8d8d;
	border-bottom-width: 1px;*/
	
}

#sidemenu a:hover, .mainlevel:hover { background: url(../images/btnLeftOn.gif) no-repeat;  color: #ffffff; text-decoration: none; }

#sidemenu a:active, .mainlevel:active {
	min-height: 16px; display:block;
	padding: 5px 5px 5px15px;
	color: #FFFFFF; text-decoration: none;
	background: url(../images/btnLeft.gif)  no-repeat;
	
}

#sidemenu    { border: 0;  }
#sidemenu li { list-style-type: none;  }
#sidemenu a  { display: block; width: 99.99%; }

.mainlevel {
	position: relative; z-index: 100; margin:0px ; 
}
/* -- Forms ---------------------------- */

.formtable {

	color:#FFFFFF;
	font-size:10px;
	font-family:Verdana, Helvetica, sans-serif;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

input.inputbox, textarea.inputbox {
	margin-top: 0px; margin-bottom: 0px;
	background-color: #ffffff;
	border: 1px solid #86806B;
	color: #0A223D; font-size:11px;
}

.button {
	width:25px; height:17px;
	font-family:Verdana, Helvetica, sans-serif;	
	color: #0A223D; font-weight:bold; font-size:10px;
	border-style: solid;
	border: 1px solid #86806B;
	background-color: #F2F1ED;
}

/* -- Module---------------------------- */

.moduletable{
	width:560px;
	border:0;
	padding:0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
}
.moduletableTitle{
	width:500px;
	height:10px;
	padding:2px 2px 2px 10px; display:text;
	vertical-align:middle;
	font-family:Verdana, Helvetica, sans-serif;
	color: #006600; font-weight:700; font-size:11px;
	/*border-bottom: 1px solid #CCCCCC;*/
	background: url(../images/bckModuleTitle.gif) no-repeat left;
}
.moduletableTitle p{
margin-top:0px;
margin-bottom:0px;
}

.moduletableback{
	width:60px;
	height:10px;
	font-family:Verdana, Helvetica, sans-serif;
	color: #663300; font-weight:700; font-size:11px;
	border-bottom: 1px solid #663300;
}
.moduletabledescription{
	font-size:11px;
	width:560px;
	padding:4px;
	color: #000000; font-weight:normal;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
}
.moduletabledescriptionNoMenu{
	font-size:11px;
	width:100%;
	padding:4px;
	text-align:justify;
	color: #000000; font-weight:500;
	border-left: 1px solid #000000; border-right: 1px solid #000000;
}

.moduledescription{
	font-size:11px;
	width:555px;
	padding:4px;
	text-align:justify;
	color: #000000; font-weight:500;
}

.moduletablepicture{
	width:565px;
	border: 1px solid #000000;
}
.moduletabletabs{
	font-size:11px;
	width:560px;
	color: #000000; font-weight:500;
	border-collapse:collapse;
	border-width: 0;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 5px solid #000000;
}
.moduletabletabs table{
border-collapse:collapse;
border: 1px solid #000000;
}
.moduletabletabs table tr td{
border-collapse:collapse;
border: 1px solid #000000;
padding:3px;
}

.moduletabletable{
	width:570px;
	color: #000000; font-weight:500;
	border-width: 0;
	border-bottom: 5px solid #000000;
}
.moduletabletable img{
    padding:0px;
}
.moduletableNoMenu table{
	width:755px;
	color: #000000;
	font-weight:500;
	background-color:#FBF2F0;
	border-width: 0;
	border-bottom: 5px solid #000000;
}

#moduletable td{
	border-bottom: 1px dashed #669900; width:560px;
	}

.formtabledescription{
	width:560px;
	padding:4px;
	color: #000000; font-weight:500;
	border: 0;
}
.moduletabledown{
	width:560px;
	padding:4px;
	text-align:justify;
	color: #000000; font-weight:500;
	border-width: 0;
	border-right: 1px solid #000000; 	border-left: 1px solid #000000;
	border-bottom: 5px solid #000000;
}

/* -- News---------------------------- */

#moduleNews {
    width:560px;
	float: center;
	padding:0;
	height:20px; background:#CCCC66 margin-top:5px; margin-left:10px; margin-right:5px; color: #000000; font-weight:500; font-size:11px;
}

#moduleNews td{
	border-bottom: 1px solid #999999;
	}

.td{
	border-left: 1px solid #000000; 
	}

#moduleNews .title{
	height:20px; margin-top:5px; margin-left:4px; margin-right:5px; color: #000000; font-weight:500; font-size:11px;
}

#moduleNews .descrip{
	margin-top:5px; margin-left:10px; margin-right:5px; color: #000000; font-weight:500; font-size:11px;
}

#moduleNews .line{
	border-right: 1px solid #000000; height:100px;
}

#moduleNews .lineRight{
	border-left: 1px solid #000000; height:100%;
}

#moduleNews .text{
	display:text; color: #000000; font-weight:500; font-size:10px; margin-left:5px; margin-top:0; vertical-align:top; horizontal-align:top; 
}

#moduleNews .redtext{
	color: #FF0000; font-weight:500; font-size:11px; margin-top:0; vertical-align:top;
}

a{ color: #008200; text-decoration:underline; background: none;}

a:hover  { color: #0033CC; text-decoration: underline; background: none; }
	
a:active{ color: #003300; text-decoration:underline; background: none;}

#moduleNews img{
	padding:0px; 
	border-width: 0;
	vertical-align:top;
}
/* -- general---------------------------- */
.images{
	padding:0px; 
	border-width: 0;
	border-left: 1px solid #660000; height:100%; 	border-right: 1px solid #660000; height:100%;
}

a.small {
	font-family: Verdana, Helvetica, sans-serif; font-size: 11px;
	font-weight: normal; color: #ff9900;
	text-decoration: none;
}
a.small:visited {color:#ff9900; }
a.small:active { color: #ff9900; text-decoration: underline; }
a.small:hover { color: #FF9900; text-decoration: underline;}

a.footerlink {
	font-family: Verdana, Helvetica, sans-serif; font-size: 11px;
	font-weight: normal; color: #009900;
	text-decoration: none;
}
a.footerlink:visited {color:#009900; }
a.footerlink:active { color: #009900; text-decoration: underline; }
a.footerlink:hover { color: #000000; text-decoration: underline;}


/*-------- Recruitment Table ------*/

.recruitmentList{
border-collapse:collapse;
}

.recruitmentList td{
border:1px solid #838383;
}

/*------ extra video links ------*/

#videoExtraBox{
	padding:4px;
	background-color:#417E65;
	margin-left:15px;
	margin-right:20px;
	margin-bottom:15px;
	margin-top:15px;
	width:146px;
	}
#videoExtraBox .titleVideoBox{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:underline;
		

	}
#extraVideosLinks{
	margin:5px;
	width:auto;
	height:auto;
	display:block;
	}
	
	#extraVideosLinks a{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
		color:#FFF;
		font-weight:normal;
	}
	#extraVideosLinks a:hover{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:underline;
		color:#FFF;
		font-weight:normal;
	}
	
