@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font-size: 12px;
	margin: 0; 
	padding: 0;
	text-align: center;
	background:#ebebe9 url(images/z_background.jpg) repeat-x top;
	background-position: 0 30px;


	
	}

a {
	text-decoration: none;
	font-weight:bold;

}

ul,li {
	padding: 0px;
	margin-left: 12px;
	margin-bottom: 4px;

}

h2 {
	margin-bottom: 2px;

}



.header {
	width: 980px;
	margin: 0 auto;
	text-align: right;
	height: 100px;
}


.title {
	 font-size: 300%; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FF6600;
	
	}
	
	
.error {
	color: #300;
	font-weight: bold;
	}


.wrapper { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/* this overrides the text-align: center on the body element. */

} 

.barContent {
	width: 1080px;
	margin: 0 auto;
	text-align: left;
	overflow: inherit;
 	 min-height:400px;
  	height:auto !important;
 	 height:400px;
	}

.content {
	margin: 40px;
}

.barTop {
	background-color: #52385a;
	height: 150px;
	margin: auto;
	width: 100%; 
}

#searchBox { 
	margin: 0;
	padding: 0;
	float: left;
	width: 220px;
	height: 40px;
	line-height: 40px;
}
.navigationBar {
	width: 990px;
	margin: 10px auto 0 auto;
}

.navigation {
	width: 770px;
	height: 30px;
	margin: 0 auto;
	font-size: 140%; 
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	
}

.navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.navigation li{
	float: left;
	margin: 0;
}


.navigation li a{

	padding: 2px 15px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	float: left;
	display: block;
	border-right: 1px solid #dcdce9;
	color:#FFFFFF;
	text-decoration: none;
	text-align: right;
	
}
.navigation li a:hover{
	color:#6699FF;
}

/* Hide from IE5-Mac \*/
.navigation li a
{
float: none
}
/* End hide */





.barBottom {
	background-color:#292829;
	clear: both;
	width: 100%;
	margin: auto;
}

.navigationBottom {
	padding-top:20px;
	padding-bottom: 300px;
	color:#999999;
	text-align: center;
	width: 1080px;
	margin: 0 auto;
}



.navigationBottom a{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

.navigationUserBg {
	background-color:#292829;
	width: 100%; 
	height: 40px;
}
.navigationUser {
	text-align:right;
	padding-top: 10px;
	margin: 0 auto;
	width: 1080px;
}
.navigationUser a{
	color: #FFCCFF;
	padding-right: 10px;
}


/*/////////////////////////////////
/* 2 column css elements */
.columnHolder {
   clear: both;
   width: 100%;
   position: relative; 
   margin-bottom: 100px;
}

.leftSelections {
	float: left; 
	width: 17%;
	border-right:1px solid #CCCCCC;
	padding: 2px 10px 10px 10px;
	font-weight: bold;
	color: #999999;
	background-color:#FFFFFF;
}

.leftSelections ul{ 
	  padding:0; 
	  margin: 0 0 0 -18px; 
	  } 
	  
.leftSelections li { 
	  list-style-type:none; 
	  display:block; 
	  padding: 2px 2px 2px 6px; 
	  background-color: #F1F1F1;
	  margin-bottom:1px;
	  font-size: 11px; 
	  } 

.leftSelections a, .leftSelections a:visited {
	color: #0099CC;
	  } 




.rightContent {
	float: left; 
	width: 79%; 
	margin-left: 10px; 
	margin-top: 0px;
	background-color: #FFFFFF;
}

.rightContentWL {
	padding: 20px;
	}


.classiBox {
	 width: 32%; 
	 float:left; 
	 padding:0px;
	 height: 500px;
 }
 .classiBox a{
 	color:#666666;
 	font-size:12px;
 }
 
 
/*/////////////////////////////////
/* buiness admin column elements */

.bizTopBar {
	clear: both;
    width: 100%;
    position: relative;   
   
}

.bizContentArea {
	float:left;
	width:71%;
	padding: 20px;
	font-size: 11px;
	background-color: #f4f4f4;
}

.bizContentArea a{
	font-size: 12px;
}


.bizNavArea {	
	float: left;
	width: 20%;
	border-left: 1px solid #666666;
	padding-left: 14px;
	background-color: #E0E0E0;
	height:1200px;
	font-size: 12px;
}


.resultsLine {
	border-bottom: 1px solid #CCCCCC;
}


.clear {
	clear: both;
}




 
 