/* CSS Document */

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

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

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 -53px auto;
	padding: 0 0px 0 0px;
	background:  #F1F1F1 url(../images/mainBack.gif) repeat-y;
}
#collegeBanner {
	margin: 0 auto;
	height: 40px; width: 778px;
	background: #000000;
	text-align: right;
}
#header {
	margin: 0 auto;
	height: 90px; width: 778px;
	background: #000000;
	text-align: right;
}

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



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


#colR { height: auto; width: 580px; float: right; padding: 5px 8px 5px 5px; }

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


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

#liftText {   
   position: absolute; text-align: right; width: 580px; top:-200px; border:0px; margin:0px; padding:0px;
}
   
#liftText a{
   font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff; font-weight: 500; text-decoration: none;
   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;
	height:42px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px; font-weight: normal;
	color:#ffffff; text-align: center;
	padding: 5px 0 5px 0;
	border-bottom:1px solid  #000000;
	border-left:1px solid  #000000;
	border-right:1px solid  #000000;		
	background-image:url(../images/footer_bg.jpg);
}

#footerfull {
	display: block; margin: 0 auto; 
	width:100%;
	height:42px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px; font-weight: normal;
	color:#ffffff; text-align: center;
	padding: 5px 0 5px 0;
	border-bottom:1px solid  #000000;
	border-left:1px solid  #000000;
	border-right:1px solid  #000000;		
	background-image:url(../images/footer_bg.jpg);
}

#formtext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; font-weight: normal;
	color:#000000;
}

.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;
}

.whitetext{
	color: #ffffff; font-weight:500; font-size:11px; margin-top:0; vertical-align:top; 
}

.whitetitletext{
	color: #ffffff; font-weight:600; font-size:14px; 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; font-size:10px; }
#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; padding: 5px 5px 0px 10px; color: #000000; font-weight:700; text-decoration:none; background: none;}
#topmenu-nav a:hover  { display: block; text-align: center; padding: 5px 5px 0px 10px; color: #ff0000 ;font-weight:700; text-decoration:none; background: none; }

         

.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-family: Verdana, Helvetica, sans-serif;
	width:176px;
	height:22px;
	margin: 0; 
	padding: 0; 
	border: 0; 
}

#sidemenu .OnState {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight:600;
	font-size:11px;
	padding: 5px 5px 5px 15px;
	color: #ffffff;
	text-decoration: none;
	background: url(../images/btnLeftOn.gif) no-repeat;
	height: 28px;
}

#sidemenu a {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight:600;
	font-size:11px;
	height: 17px;
	padding: 5px 5px 5px 15px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/btnLeft.gif) no-repeat;
	min-height: 14px;
}

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

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


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

/* ---- Sub-menu layout ------------------- */

#submenu { font-family: Verdana, Helvetica, sans-serif; font-weight:500; font-size:11px; margin: 0; padding: 0; width:171px; border: 0; }

#submenu .titleMenu{

	font-family: Verdana, Helvetica, sans-serif;
	width: 99.99%;
	margin: 0; 
	font-weight:600; 
	font-size:11px;
	height: 23px;
	padding: 0px 0px 0px 20px;
	color: #003366;
	text-decoration: none;
	background: url(../images/areaTitle.gif) no-repeat;
}

#submenu .OnStateSub {

	font-family: Verdana, Helvetica, sans-serif;
	font-weight:500; 
	font-size:11px;
	display:block;
	height: 16px; width: 99.99%;	
	padding: 2px 0 2px 20px;
	color: #ffffff;
	text-decoration: none;
	background: url(../images/subbtnLefton.gif) no-repeat;
}

#submenu a {

	font-family: Verdana, Helvetica, sans-serif;
	font-weight:500; 
	font-size:11px;
	display:block;
	height: 16px; width: 99.99%;	
	padding: 2px 0 3px 20px;
	color: #000000;
	text-decoration: none;
	background: url(../images/subbtnLeft.gif) no-repeat;
}

#submenu a:hover { background: url(../images/subbtnLefton.gif) no-repeat;  color: #ffffff; text-decoration: none; }

#submenu    { border: 0;  }
#submenu li { list-style-type: none;  }

/* ---- left menu table layout ------------------- */

#Leftmenutable { font-family: Verdana, Helvetica, sans-serif; font-weight:500;  color:#FFFFFF; margin: 0; padding:0;  width:171px; border: 0; background:url(../images/leftMenuBgTable.gif)}

#Leftmenutable .contentTable{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:500; font-size:9px; 
	padding: 2px 15px 2px 2px;
	color: #ffffff; text-decoration: none; text-align:right; 
	
}

#Leftmenutable a {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-weight:500; font-size:9px; text-decoration: underline; font-weight:normal; 
	color: #ffffff;
	
}

#Leftmenutable a:hover { color: #000000; font-weight:normal;  }

#Leftmenutable a:active   { color: #000000; font-weight:normal; }

#Leftmenutable    { border: 0;  }

/* ---- left menu table layout ------------------- */

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

/* -- Forms ---------------------------- */

.formtable { 
	border: 0;  margin: 0;
	padding: 0px 5px 5px 5px; 
	color:#000000; font-size:10px;
	font-family:Verdana, Helvetica, sans-serif;
}

input.inputbox, textarea.inputbox {
	margin-top: 2px; 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 #663300;
	background: url(../images/bckModuleTitle.gif) no-repeat left;
}

.moduletableback{
	width:60px;
	height:10px;
	padding:2px 2px 2px 2px; display:text;	
	font-family:Verdana, Helvetica, sans-serif;
	color: #663300; font-weight:700; font-size:11px;
	text-decoration: none;
	border-bottom: 1px solid #663300;
}
.moduletabledescription{
	font-size:11px;
	width:560px;
	padding:4px;
	text-align:justify;
	background-color:#FFFFFF;
	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;
	background-color:#FFFFFF;
	border-width: 0;
	border: 1px solid #000000;
	border-bottom: 5px solid #000000;
}

.moduletabletable{
	width:570px;
	background-color:#FFFFFF;
	color: #000000; font-weight:500;
	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:11px; 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;
}

/* -- body buttons---------------------------- */

#services { font-family: Verdana, Helvetica, sans-serif; font-weight:700; font-size:11px; padding: 0; border: 0; text-decoration: none; text-align:left; color: #000000;   margin-top: 1px;  margin-bottom: 0px;  float:left;  }

#services  table  { margin: 0px; border:0; border-collapse:collapse;}

#services  img{ padding: 0px; border-left: 6px solid #003366; border-right: 0; border-top: 0; border-bottom: 0; margin:0;}


#services a {
	height: auto; display:block; width: 175px;
	color: #663300; text-decoration:none;
	background-color: #ffffff; 
	padding: 3px; 
	border-left: 1px outset #000000; 
	border-right: 1px outset #000000; 
	border-top: 1px outset #000000; 
	border-bottom: 1px outset #000000;	
}

#services a:hover { background-color: #993300; color: #ffffff; text-decoration: none; border-left: 1px inset #000000; border-right: 1px inset #000000; border-top: 1px inset #000000; border-bottom: 1px outset #000000;}


#services .tab{
	margin:0px;
	padding: 0px;
}

#services .Ontab{
	display:block; width: 175px;
	margin-top:0px;
	padding:3px;
	font-family:Verdana, Helvetica, sans-serif;
	color: #ffffff; font-weight:700; font-size:11px;
	background-color: #663300;
 	border-left: 1px outset #000000; 
 	border-right: 1px outset #000000; 
 	border-top: 1px outset #000000; 
 	border-bottom: 1px outset #000000;
}

/* -- 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:#37A645;
	text-decoration: none;
}
a.footerlink:visited {color:#ff9900; }
a.footerlink:active { color: #ff9900; text-decoration: underline; }
a.footerlink:hover { color: #ffffff; text-decoration: underline;}

/* -- table format - simple--------------------------- */
	
#tableBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;  padding: 0;   margin:0; border:0;
}

#tableBorder  td {
		background:#ffffff;	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;	padding: 2px; border:0;  border-collapse:collapse; height:25px;
}

#tableBorder  table{font-family: Verdana, Arial, Helvetica, sans-serif;	border:1px solid  #999999; width:100%;
	background:#cccccc;	color: #000000;	padding: 0px; height:auto; margin-top: 5px; }
	
#tableBorder  img{
	border:0; margin: 2px; padding: 0px;}

#tableBorder .titleSteps{
	background: url(../images/box_bg.gif) no-repeat; 
	padding:2px 2px 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color: #003366; font-weight:700;
	border-top: 0;	
	border-right:0;
	border-left: 0;
	border-bottom:1px solid #336633;

}
 #tableBorderJobPostings {
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;  padding: 0;   margin:0; border:0;
}

#tableBorderJobPostings  td, th {
	background:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 3px;
	text-align:left;
	border-collapse:collapse;
	height:25px;
	border: 1px solid #C0C0C0;
}

#tableBorderJobPostings  table{font-family: Verdana, Arial, Helvetica, sans-serif;	 width:100%;
	background:#cccccc;	color: #000000;	padding: 0px; height:auto; margin-top: 5px; border-collapse:collapse;}
	
#tableBorderJobPostings  img{
	border:0; margin: 2px; padding: 0px;}

#tableBorderJobPostings .titleSteps{
	background: url(../images/box_bg.gif) no-repeat; 
	padding:2px 2px 2px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color: #003366; font-weight:700;
	border-top: 0;	
	border-right:0;
	border-left: 0;
	border-bottom:1px solid #336633;
}
#tableBorderJobPostings .jobTableHeaders{
background-color:#E5E5E5;
}
#cellBorders td{
	height:20px;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color: #000000; font-weight:500;
	border-top: 0;	
	border-right:0;
	border-left: 0;
	border-bottom:1px solid #CC6600;

}

