﻿body {
	background-color: #333;
	min-height: 600px;
}

* {
	padding: 0;
	margin: 0;
	zoom: 1;
}

body.window { 
	background-color: #fff; 
	min-height: 100px;
}

p {
	color:#666666;
	font-family:'Verdana',Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;
	font-size:11px;
	line-height:18px;
	margin:20px 20px 10px;
}

img { border: none; }


div#contentArea {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.panMainAreaTwo
{ 
    background-color: #fff;
    
}

.panMainAreaOne
{
    background-image: url(/userImages/backgroundIns.JPG);
	background-position:left;
	background-repeat:repeat-y;
}

div#applications, div#products, div#systems {
	width: 300px;
	height: 320px;
	padding-right: 20px;
	float: left;
	position: relative;
}

div#systems { padding-right: 0px; }

table.padded td { padding: 4px; }

.positioned {
	width: 291px;
	height: 31px;
	top: 37px;
	left: 0px;
	padding-left: 9px;
	padding-top: 9px;
	position: absolute;
	background-image: url(/images/dropdownBackground.png);
	background-position: top left;
	background-repeat: repeat;
	z-index: 1000;
} 

.panSideMenuArea
{
    width: 198px;
	background-color: #F2F2F2;
	float: left;
	
	
}
/*  	  #F2F2F2 */

div#lhColumn {
	width: 197px;
	margin-bottom: 70px;
	margin-top: 0px;
	float: left;
	background-color: #F2F2F2;
}

div#topArea {
	width: 980px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

div#top {
    width: 980px;
	height: 70px;
	background-color: #333;
	border-bottom: 5px solid #00a0c6;
}

div#logoArea {
	width: 980px; 
	height: 65px;
}

div#logoLeft {
	width: 425px;
	height: 65px;
	float: left;
}

div#logoRight {
	width: 555px;
	height: 65px;
	background-color: #333;
	float: left;
}	

div#news { padding-bottom: 40px; }

div#newsTitle {
	width: 33px;
	height: 125px;
	margin-right: 20px;
	float: left;
}

div#newsInformation {
	width: 227px;
	font-size: 13px;
	line-height: 1.6;
	float: left;
}

div#hours { padding-bottom: 40px; }

div#hoursTitle {
	width: 33px;
	height: 90px;
	margin-right: 20px;
	float: left;
}

div#hoursInformation {
	width: 227px;
	font-size: 13px;
	line-height: 1.6;
	float: left;
}

div#timetableTitle {
	width: 33px;
	height: 228px;
	margin-right: 20px;
	float: left;
}

div#timetableInformation {
	width: 227px;
	font-size: 13px;
	float: left;
}

div#timetableInformation table { border-top: 1px dashed #eaeaec; }

div#timetableInformation td {
	height: 55px;
	border-bottom: 1px dashed #eaeaec;
}

div#rhColumn {
	width: 660px;
	background-color: #fff;
	padding-bottom: 25px;
	margin-right: 20px;
	float: left;
}
div#headerLogin {	
	width: 225px;
	margin-left: 43px;
	margin-top: 12px;
	float: right;
	color: #fff;
}

.message {	
	font-size: 10px;
}

/*Login Panel*/
div.loginCross {
	color: #00a0c6;
	font-weight: bold;
	font-size: 12pt;
	float: left;
	vertical-align: top;
}

div.mainMenuCrossR {
	color: #00a0c6;
	font-weight: bold;
	font-size: 12pt;
	float: left;
    vertical-align: top;
}

span.mainMenuCrossR {
	color: #00a0c6;
	font-weight: bold;
	font-size: 12pt;
    vertical-align: top;
}

.loginTitle {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	float: left;
	vertical-align: bottom;
	text-align: left;
    line-height: 18px;
}

.logoutTitle {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-align: right;
	float: right;
}

.loginTitle:hover {
	color: #999;
}

.loginTitleRight {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	float: right;
	text-align: right;
}

.loginInput { font-size: 12px; }

/*Login Panel*/

div#menuArea {
    width: 712px;
	margin-top: 38px;
    background-color:#333;
    height: 32px;
	float: left;   
}

div#menuArea ul {
	padding-left: 0px;
	list-style-type: none; 
}

div#menuArea ul li { 
	background-color: #333; 
	height: 30px;
	line-height:1.1;
	float: left;
	font-weight:500;
	position: relative;
	border-right: 1px solid #000;
	text-align:center;
}

div#menuArea ul li a:hover, div#menuArea ul li a.selected {
	color: #fff;
	background-color: #00a0c6;
	line-height:1.0;
	
}
/*color: #00ADEF;
	background-color: #333333; */
	
div#menuArea ul li a.selected {
	color: #FFFFFF;
	background-color: #00a0c6;
}

div#beforeMenu 
{
    width:198px;
    height: 32px;
    background-color: #01AEF0;
    float:left;
}

div#aftermenu /* just to cover last border of menu  */
{
       width:3px;
       height: 32px;
       position:relative;
       
       top:-34px;
       background-color: #333333;
       float:right;
   }


div#menuArea ul li ul li a, div#menuArea ul li ul li a:hover   
{
	display: block;
    line-height:2.5;
	font-size:12px;
	height:100%;
	vertical-align:middle;
	padding-bottom:0px;
	padding-top:0px;
	
}

div#menuArea ul li ul li { 
	background-color:  #333333;	
	color:White;	
	border-right: none;
	line-height:2.5;
	font-size:11px;
	width: 240px;
	
	text-align:left;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	
	 
}

div#menuArea ul li a {
	display: block;
	line-height:1.1;	
	font-size: 14px;
	
	color: White;
	font-weight:100;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:9px;
	padding-top:9px;
	
}

div#menuArea ul li ul {
	position: absolute;
	color: White;
	display: none;
	z-index: 10000;
	left: 0;
	top: 32px;
}

div#menuArea ul li:hover ul {
	display: block;
}

 .secondLevelM 
{
    display: block;
    min-width:160px;
    min-height:30px;
    max-height:100px;
   
}
/* #213E9A
background-color:#00ADEF; 
position:relative;
	height:32px;
	width:197px;
	top:-32px;
*/

div#beforeSideMenu
{
    background-color:#00ADEF; 
	
}

div#mainMenuName
{
    line-height:30px;
    padding-left:10px;
    color: #00ADEF;
  width: 197px;
    font-size:22px;   
	font-weight:100;
	padding-bottom:10px;
	padding-top:10px;
	
}

div#sideMenuArea { 
	behavior: url(/scripts/csshover3.htc);	
	
	width: 197px;
}

div#sideMenuArea ul {
	border-top: 1px solid #ffffff;
	list-style-type: none;
	width: 197px;
	margin-left:0px;
	padding-left: 0px;
}

div#sideMenuArea ul li {
	position: relative;
	border-right: 0;
	clear: left;
	line-height:20px;
	border-right: none;
	color:#999999;
	height:45px;
	text-align:left;
	border-bottom: 1px solid #213E9A;
	background-color: #F2F2F2;
	
	
   
}
div#sideMenuArea ul li a  {
	display: block;
	border-right: 0;
	clear: left;
	color:#999999;
	padding-left:10px;
	padding-right:7px;
	border-right: none;
	background-color: #F2F2F2;
	 text-decoration:none;
	border-bottom: 1px solid #fff;
	text-align:left;
	
   
}

div#sideMenuArea ul li a.selected  
{
    background-color: #333333;
    color:White;
}
div#sideMenuArea ul li a:hover  
{

    color:black;
 } /*      background-color: #333333;*/

div#sideMenuArea ul li:hover ul { display: block; }

div#sideMenuArea ul li ul {
	display: none;
	background-color: #F2F2F2;
	position: absolute;
	left: 100%;
	width: 180px;
	top: -1px;
	z-index: 1000;
}

div#sideMenuArea ul li ul li, div#sideMenuArea ul li ul li a 
{ 
    background-color: #01AEF0;		
	border-right: none;
	
	height:60px;
	text-align:left;
	border-bottom: 1px solid #213E9A;
    width: 100%; 
  }


div#sideMenuArea ul li ul li a:hover { background-color: #01AEF0; color:#FFFFFF;}

div#sideMenuArea ul li ul li:hover ul { visibility: visible; }

div#sideMenuArea ul li ul li ul {
	visibility: hidden;
	background-color: #f2e6df;
	position: absolute;
	left: 100%;
	width: 175px;
	top: -1px;
	z-index: 1000;
}

div#sideMenuArea ul li ul li ul li { width: 100%; }
	
div#sideMenuImage { padding-top: 20px; }
/* inevitable hacks for IE6  and < */
* html div#menuArea {
	z-index: 1;
}

* html div#menuArea ul li ul {
	z-index: 400;
}

* html div#menuArea a { }
 
* html div#menuArea ul ul a {
	zoom: 100%;
} 

div#promotions {
	width: 100%;
	height: 39px;
	line-height: 39px;
	color: #fff;
	background-color: #747476;
	font-size: 16px;
	font-weight: bold;
	text-indent: 20px;
}

div#content {
	margin-left: 14px;
	margin-right: 14px;
}

div#contentImage {
	width: 660px;
	height: 320px;
	margin-bottom: 20px;
}

div#contentBlock {
	margin-left: 20px;
	margin-right: 40px;
}


.todaysDate { letter-spacing: 12px; }

.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; }

.clearfix { height: 1%; }
/* End hide from IE-mac */

.clearfix { display: block; }
/* End hide from IE-mac */


div#mainColumnDownload, div#mainColumnDownload2  
{
   
    float:left;
}

div#rhColumnDownload, div#rhColumnDownload2 { 
	
	float:right;
	margin-left:20px;
	
}/* width:210px; */


div#Downloadcolumn1 {
border-right:1px dashed #CCCCCC;
float:left;
margin-top:25px;
padding-right:20px;
width:260px;
}

div#Downloadcolumn2 {

    padding-left:40px;
    padding-bottom:30px;
    width:740px;

}
div#Downloadcolumn3 {
    float:right;
    padding-bottom:30px;
}
div#fileCount a, div#fileCount a:link
{
    color:#002977;
}
.DownloadButton
{
    color:#002977;
}
div#displayButt
{
     width:150px;
     font-size:13px;
     padding-left:45px;
     padding-top:10px;
     position:relative;
     top:510px;
     left:500px;
}

div#displayButt a, div#displayButt a:link
{
     color:#002977;
     font-size:13px;
     text-decoration:none;
}

.DownloadCH
{
       float:right;
       position:relative;
       top:-20px;
       left: 445px;
          
}
.DownloadCHAll
{
       float:right;
       position:relative;
       top:-20px;
       left: 444px;
       border:solid 2px #C9C8D6 ;
       
          
}
div#previewPanel { text-align: center; }

div#fileCount { font-size: 11px; }

div#preview {
	width: 230px;
	height: 300px;
	border-bottom: 1px solid #999;
	padding-left:20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}




.bigLinkImage
{
    width:280px;    
    padding:10px 10px 10px 10px; 
    
    
}


div#bButtons {
    list-style-type: none;
    vertical-align:top;
    min-height:350px;
    width:980px;
    padding-bottom:30px;
}

div#homeCol1  
{
  float:left; 
  width:300px;
  display: block;
  
}
div#homeCol2  
{
  float:left;
  width:300px; 
  padding-left:13px; 
}
    
div#homeCol3  
{
  float:left;
  width:300px; 
  padding-left:13px;  
    }


#bButtons  #homeCol1 li , #bButtons  #homeCol2 li, #bButtons  #homeCol3 li
{
    display: block;
    width:235px;
    margin-top:20px;
    padding-bottom:20px;
    background-image: url(/userImages/shadow.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
    
}

#bButtons #homeCol1 li a , #bButtons #homeCol2 li a , #bButtons #homeCol3 li.links a, #bButtons #homeCol3 li.block {
    width:300px;
	float:left;	
    display: block;
   
    text-decoration: none;
     background-image: url(/userImages/shadow.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
    background-color:#F2F2F2;
   

}

#bButtons #homeCol1 li a:hover, #bButtons #homeCol2 li a:hover, #bButtons #homeCol3 li.links a:hover {
	color: #dd6f06;
	
    background-color: #cdd1ce;
} 
.bigLinkButtonShadow
{
   position:relative;
    top:50px;
}  /* */
.bigLinkButton  
{
    width:300px;    
	float:left;
	margin-right:13px;	
	background-color:#F2F2F2;
}
.bigLinkButtonLast
{
    width:300px;
    float:left;   
	background-color:#F2F2F2;
	
}


div#bottom { 
	width: 100%; 
	height: 50px;	
}

div#footer {
	width: 980px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	background-color: #00a0c6;
	margin-right: auto;	
	font-size: 11px;
	
}

div#footer a { color: #fff; }

div#footer_left {
    padding-top: 7px;
	height: 50px;
	width: 580px;
	float: left;
}

div#footer_right{ 
	height: 50px;
	width:360px;
	float:left;
	color:#333333;
	font-family:'Verdana',Verdana,Lucida,Geneva,Helvetica,Arial,sans-serif;
	font-size:7pt;
	margin-top:10px;	
}

div#footer_logo{ 
	height: 35px;
	width:38px;
	margin-top: 15px;
	float:left;
}




#menu_foot {
	font-family: 'Arial', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	padding-left:0px;
	padding-top: 17px;
	font-size:11px;
}
	
#menu_foot ul {
	text-decoration: none;		
}
		
#menu_foot li {
		display: inline;
		height:20px;
}

#menu_foot li a {
	padding-right:5px;
	font-weight:500;
	text-decoration: none;	
	font-size:11px;	
	color: #fff;
	border-left: 1px solid #fff;
	padding-left:5px;
}

#menu_foot li a:hover { 
	color: #666; 
}


p.footer, p.footer a, p.footer a:visited {
	color:#fff;
	font-family: "Verdana", Arial, sans-serif;	
	font-style: normal;
	line-height:20px;
	margin-top:12px;
	font-size:10px;
	text-align:right;
	text-decoration:none;
	padding:0px;
	
}
.oneColumnCont
{
    padding-right:50px;
    padding-left:50px;
}

.twoColumnCont
{
    width:740px;
    float:right;
   
    padding-right:20px;
    padding-left:20px;
    padding-bottom:50px;
}
.twoColumnContTop
{
    width:740px;
    float:right;
	padding-top: 20px;
    padding-right:20px;
    padding-left:20px;
    padding-bottom:20px;
}

div#hold3col
{   
    width:740px;
    float:right;
    padding-right:20px;
    padding-left:20px;
    padding-bottom:50px;
}
.twoColumn1clm 
{
    width:340px;
    float:left;
    font-size:13px;   
    padding-right:20px;  
}


.twoColumn2clm
{
    width:165px;
    background-color:#F2F2F2;
    float:left;
    border-left-style:dashed;
    border-right-style:dashed;
    border-left-width:1px;
    border-right-width:1px;    
    font-size:13px;
    padding-left:15px;
    padding-right:15px;
    padding-top:20px; 
    padding-bottom:20px;       
    
    }
.twoColumn3clm 
{
    width:160px;
    float:right;
    font-size:13px;
    padding-left:15px;
}
div#hold2col
{   
    width:740px;
    float:right;
    padding-right:20px;
    padding-left:20px;
    padding-bottom:50px;
}
.twoColumn2_1clm 
{
    width:407px;
    float:left;
    font-size:13px;   
    padding-right:50px;  
}


.twoColumn2_2clm
{
    width:250px;
    background-color:#F2F2F2;
    float:left;
    border-left-style:dashed;
    border-right-style:dashed;
    border-left-width:1px;
    border-right-width:1px;    
    font-size:13px;
    padding-left:15px;
    padding-right:15px; 
    padding-top:20px; 
    padding-bottom:20px;     
    
    }
.tdtitle {
	font-size: 11px;
	text-align: left;
	width: 70px;
	color: #999;
}

.tdinput {
	font-size: 13px;
}

.tdregister {
	margin-left: 160px;
	padding: 0px;
	width: 70px;
}

.ctrls {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

.specButton {
	width: 300px;
	height: 35px;
	line-height: 35px;
	display: block;
	color: #fff;
	text-align: center;
	background-color: #333;
	font-size: 14px;
	text-decoration: none;
}

.specButton:hover {
	background-color: #00a0c6;
	color: #fff;
}

.searchResult {
	width: 300px;
	height: 103px;
	float: left;
	margin-right: 20px;
	background-color: #f2f2f2;
}

.searchResult:hover { background-color: #cdd1ce; }

.searchImage {
	width: 138px;
	height: 104px;
	float: left;
}

.searchTitle {
	width: 152px;
	height: 94px;
	padding: 5px;
	float: left;
}
