/*******************
 * Core CSS layout *
 *******************/
/*********************************************************
 * Clearing after floats fix                             *
 * http://www.positioniseverything.net/easyclearing.html *
 *********************************************************/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block; position: relative; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
#mainFrame {
    width: 970px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    overflow: hidden;
    z-index: 2;
    background-color: #ffffff;
    min-height:950px;
    
}
#mainContent {
    overflow: hidden;
}

#mainHeader {

}

#mainFooter {
    text-align: center;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow: hidden;
	font-size:10pt;
}
.helpBox {
	font-size:10pt;
}
.contentLeft {
    float: left;
    overflow: hidden;
    margin-right: 5px;
    width: 480px;
}
.contentRight {
    float: left;
    overflow: hidden;
    width: 485px;
}
a { color:#000}

.main_nav {
	border-top-left-radius: 5px;
 	border-top-right-radius: 5px;
 	color:#ffffff;
 	padding:3px;
 	width:100px;
 	text-align:center;
 	font-weight:bold;
}
.main_nav a{
	text-decoration:none;
	color:#ffffff;
}
#seeker_on{
	background-color: #55D7D7;
}

#employer_on{
	 background-color: #ffe5b1;
}

#seeker_off{
	background-color: #55D7D7;
}

#employer_off{
	 background-color: #ffe5b1;
}