/* CSS Document */
body {
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: .95em;
	color:#000066;
	width:  100%;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;	
}

a{text-decoration:none;}

/*ensures Page is centerd*/ 
 #pageSet{margin:0 auto; background-color:#FFFFFF;}
 
/*Full Header*/
 #headSet{width:auto;} 

/*Top lt. blue bar with far right links*/ 
 #pageHead{background-color:#a3bbe1; text-align:right; font-size:13px;}
 #pageHead ul li{display:inline; list-style:none; color:#990000;}

/*Main Banner Image*/ 
 #pageBanner {width:100%; height:125px;}
 #pagelogo img {float:left; height:119px; padding-left:24px;}
 #pagesale img {float:left; padding-left:24px; padding-top:35px;}
 #pageAd {float:right; padding-top:25px; padding-right:24px;}

/*Links below banner*/ 
 #pageLinks{
 	background-color:#0137a1; 
	border:3px #000066; 
	width:100%;
	font-size:10pt;
	float:left;	
	font-weight:bold;
	padding-bottom:7px;
	}
 #pageLinks ul li{
	font-family: Arial, Helvetica, sans-serif;
 	display:inline; 
	float:left;
	list-style:square; 
	border-left: 1px solid #FFCC00;
	border-right: 1px solid #FFCC00; 
	color:#FFFFFF;
	font-size:9pt;
	font-weight: bold;
	padding:3px;
	padding-bottom:3px;
	}
 #pageLinks ul li a{text-decoration: none; color:#FFFFFF;}
 #pageLinks ul li a:hover{color:#FFCC00}
 
 /*Main body*/
 /*You'll want to change/ delete value of #mainSet height: in event you add below the login boxes*/
 #mainSet{background-color:#FFFFFF; width:100%; height:480px; padding-top:5px; padding-bottom:50px;}
 /*this formats the scrolling div include*/
  #adInsert{padding:5px; float:left;}
  #right-sidebar{padding:5px; float:right;}
 /*CSS code for if you want to place text here*/
  #TextArea{padding:5px; float:left;}
 /*Each of the info/login boxes*/
  #loginJob{width:300px; padding-left:55px; padding-top:10px; float:left;}
  #loginEmpl{width:300px; padding-left:30px; padding-top:10px; float:left;}
  .infoTitle {
  	width:100%; 
	padding:10px 0px; 
	background-image:url(/images/milconn_title_bg.png); 
	background-repeat:repeat-x;
	text-align:center;
	color:#FFFFFF;
	font-size:12pt;
	font-weight:bold;
	}
  .infoArea{
  	border:4px solid #0137a1;
	padding-top:8px; 
	padding-right:5px;
	background-color:#FFFFFF;
	}
  .infoArea ul li{color:#000066; list-style:circle; text-align:left; font-size:11px;}
  .buttons{
  	text-align:center;
	background-repeat:repeat;
	margin-top:auto;
	padding-top:5px;
	padding-bottom:5px;
	}
  .buttons a{
  	background-image:url(/images/milconn_submit_off.png); 
	background-repeat:repeat-x; 
	padding: 3px 10px;
	margin-right:8px;
	text-decoration:none;
	text-align:center; 
	color:#FFF;
	font-weight:normal;
	font-size:10pt;
	}
  .buttons a:hover{background-image:url(/images/milconn_submit_over.png); background-repeat:repeat-x;}

  /* Left Sidebar */
  #left-sidebar{padding:5px; float:right;}
  
  /*Footer of Page*/
  #pageFoot {background-color: #CCCCFF; font-size:9px; color:#000066; border-top: 3px solid #000066;}
  #pageFoot a:hover{color:#FFCC00;}
  #footLeft {float:left;}
  #footRight {float:right}
