/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#666;
 font-size:92%;
 font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
} 
 
#pagewidth{ 
 width:780px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
  background-image: url(/images/bg.gif); 
  
 
} 
 
 
#header{
 position:relative; 
 height:80px; 
 background-color:#ffffff; 
 width:100%;
 border-bottom:solid #666666;
} 
 
#leftcol{
 width:20%; 
 float:left; 
 position:relative; 
 background-color:#BB5949; 
 }
 
#twocols{
 width:80%; 
 float:right; 
 position:relative; 
 length:100%;
 background-image: url(/images/bg-twocol.gif); 



  }
 
#rightcol{
 width:25%; 
 float:right; 
 position:relative; 
 background-color:#FFAD08;

 }


#maincol{background-color:#FFF4DE;  
 float: left; 
 display:inline; 
 position: relative; 
 width:75%;
 min-height:380px; 
 }
 
#footer{
 background-color:#001F3D; 
 clear:both;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:.9em;
 text-align:center;
 padding-top:10px;
 color:#AAAAAA;
 } 
 
/*      NAVIGATION                                              */

#nav {
	margin: 0;
	padding: 0;
	background: #C22115;
	list-style-type: none;
	width: 156px;
	float: left;
	
	font-family:trebuchet ms, arial, helvetica, sans-serif;
	font-weight:bold;
}

#nav li {
	margin: 0 0 0 0 ;
	padding: 0;
	float: left; /* This corrects the */
	width: 100%; /* IE whitespace bug */
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 10px;
	line-height: 2.5; border-bottom:1px solid #EBB295;
}

#nav #nav_pro a {
	border-top:1px solid #EBB295;
}

#nav a:hover {
	background: #990000;
}

#body_hom #nav_hom a, #body_pro #nav_pro a, #body_ind #nav_ind a, #body_sup #nav_sup a, #body_abo #nav_abo a, #body_req #nav_req a, #body_con #nav_con a {
	background: #FFAD08;
	color: #1A1303;
	font-weight:bolder;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


/*          secondmenu   BEGIN       -------------------------------   */
div.secondmenu {
	margin: 0px 0 10px 0; 
	padding: 0;
	border-bottom:3px solid #283877;
	height:30px;

 }


ul#secondmenu {
	margin: 0px 0 0 0 ;
	padding:0px;
	text-align:right;
	float:right;
}
 
#secondmenu li {
	margin: 0px 2px 0px 0px;
	padding: 5px 3px 5px 3px;
	float: left;
	border:1px solid black;
	background-color:#C2C6D9;
	list-style:none;
	list-style-position:inside;
}

#secondmenu li:hover {
	background-color:#fff;
}

#secondmenu li a {
	color: #000;
	text-align:center;
	text-decoration: none;
	display:block;
}

#secondmenu li a:hover {
	background-color:#fff;
}

/* -------------- secondmenu on this page styles -------------- */
#abo-overview li#abo-overview, #abo-quality li#abo-quality, #pro-overview li#pro-overview, #pro-industries li#pro-industries, #resources li#resources {  /* affects tab you're on */
	color:#E2AE10;
	background-color:#283877;
	margin-top:2px;
	border-bottom:none;
	background-color:#283877;
}

#abo-overview li#abo-overview a, #abo-quality li#abo-quality a, #pro-overview li#pro-overview a, #pro-industries li#pro-industries a, #resources li#resources a {
	color:#fff;
	text-decoration:none;
	background-color:#283877;
}

#overview li#overview a:hover, #admission li#admission a:hover, #programs li#programs a:hover, #courses li#courses a:hover, #resources li#resources a:hover {
	background-color:#283877;
}

/*      secondmenu END            */

