
/* ----- index.css ----- */
@media all {
/*
/
/ Left and Right DIVs
/
*/

#leftContent {
	width:602px;
	float:left;
	background-color:#ffffff;
	border-right: 1px solid #666666;	
}

#rightContent {
	width:165px;
	text-align:center;
	float:left;
}


/*
/
/ Left DIV specific Sections
/
*/

#leftTop {
	height:134px;
	width:602px;
	border-bottom:1px solid #666666;
	float:left;
}

#leftTopNoImage {
	width:602px;
	border-bottom:1px solid #666666;
	float:left;
}

#leftTopNoImageHeading {
	font-size:14px;
	font-weight:bold;
	padding:5px;
	width:592px;
}

.leftTopNoImageCols {
	width:290px;
	padding:5px;
	float:left;
	line-height:16px;
	font-size:11px;
}


#leftMiddle {
	width:602px;
	float:left;
}

#indexBottom1 {
	width:764px;
	float:left;
	padding:3px;
	font-size:11px;
	line-height:13px;
	background-color:#ffffff;
	border-top:1px solid #666666;
}

#indexBottom2 {
	width:764px;
	padding:3px;
	float:left;
	background-color:#ffffff;
	border-top:1px solid #666666;
}


#indexBottom3 {
	width:764px;
	float:left;
	padding:3px;
	font-size:11px;
	line-height:13px;
	background-color:#ffffff;
	border-top:1px solid #666666;
}


/*
/
/ leftTop formatting for index page
/
*/

#leftTopLeft {
	width:339px;
	height:134px;
	overflow:hidden;
	float:left;
}

#leftTopRight {
	width:249px;
	height:123px;
	font-size:11px;
	line-height:12px;
	padding:5px;
	float:left;
}

#indexPicContainer {
	float:left;
	height:134px;
	width:339px;
}

#indexPic {
	opacity: .0;
	filter: alpha(opacity='0');

}

#logo {
	width:232px;
	height:90px;
	float:left;
}

#indexText { 
	width:222px;
	height:40px; 
	font-size:11px;
	font-weight:normal;
	font-family:helvetica;
	text-align:right;
	line-height:12px;
	background-color:#ffffff;
	float:left;
	padding-right:10px;
}

.indexTextSpecific {
	color:#000000;
}

/*
/
/ leftMiddle formatting for JobSeekers and Employers areas
/
*/
#leftMiddle ul {
	line-height:13px;
	list-style-image:none;
	list-style-type:disc;
	padding-left:10px;
}

#leftMiddle li {
	font-size:11px;
	padding-bottom:5px;
}

#leftMiddle a {
	font-weight:bold;
}

#jobSeekers {
	width: 302px;
	float:left;
}

#employers {
	float:left;
	width: 299px;
	overflow:visible;
	border-left:1px solid #666666;
}

.secTitleRow {
	width:90%;
	height:23px;
	padding-top:3px;
	font-size: 18px;
	font-weight: bold;
	font-family: sans-serif;
	color: #003366;
	background: url('/images/title_bg.jpg') repeat-x;
	margin-left:8px;
	float:left;
}

.secTitleRow2 {
	width:90%;
	height:25px;
	font-size: 18px;
	font-weight: bold;
	font-family: sans-serif;
	color: #004587;
	background: url('/images/title_bg2.jpg') repeat-x;
	margin-left:8px;

}

.secTitle {
	float:left;
}

.blip {
	margin-left: 5px;
	margin-top:-3px;
	height:25px;
	float:left;
}

.loginBtnRow {
	width:290px;
	float:left;
	padding-bottom:15px;
}	

.loginBtn {
	float:right;
	margin-left:5px;
	height:14px;
	z-index:50;
	display:block;
	text-decoration:none;
	text-align:center;	
}

.loginBtnLeft {
	height:14px;
	width:15px;
	background-color: #3a7bb0;
	border-width: 1px 0px 1px 1px;
	border-color: #000000;
	border-style: solid;
	color: #ffffff;
	font-size: 10px;
	float:left;
	margin-top: 2px;
	padding:1px;
}

.loginBtnRight {
	height:14px;
	width:50px;
	background-color: #004587;
	border-width: 1px 1px 1px 0px;
	border-color: #000000;
	border-style: solid;
	color: #ffffff;
	font-size: 10px;
	float:left;
	margin-top: 2px;
	padding:1px;
	padding-right:5px;
}

.loginBtnRight:hover {
	text-decoration:underline;
}

.jobSearchBtn {
	display:block;
	float:left;
	height:50px;
	width:120px;
	font-weight:normal;
	text-decoration:none;
}

.jobSearchTxt:hover {
	text-decoration:underline;
}

.jobSearchTxt {
	border:2px solid #3a7bb0;
	background:#004587;
	width:105px;
	height:40px;
	color:#ffffff;
	font-weight:normal;
	margin-left:10px;
	text-align:center;
	padding-top:10px;
}
}

