/* CSS Document */
#header{ height: 360px; background: #FFFFFF url(../images/header_bg_03.jpg) top right no-repeat; }

#content{
	float: left;
	margin: 0; padding: 0;
	width: 960px;
	/*background-color: #F1F9EA;*/
}

#content #title { display: none; }
/*#content h4 { display: none; }*/

#content p.firstP{ margin: 20px 0 0 0; }
#content p{
	float: left;
	margin: 0;
	padding: 0 170px 10px 210px;
	width: 630px;
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 16px;*/
	font-size: 14px;
	color: #999999;
	/*background-color: #F1F9EA;*/
}

#candidateNav{
	float: left;
	margin: 20px 0 0 0; padding: 0;
	text-align: right;
	list-style: none;	
	width: 210px;
	/*background-color: #00FFFF;*/
}

#candidateNav li{
	float: right;
	margin: 0; padding: 0;
	width: 210px;
}

#candidateNav li a{
	display: block;
	margin: 0 5px 0 0; padding: 3px 15px 3px 5px;	
	font-size: 12px;
	text-decoration: none;
	color: #999999;
	background: url(../images/sgl_pointing_20.gif) top right no-repeat;

}

#candidateNav li a:hover { 
	text-decoration: underline;
}

#candidateNav li a.selected{
	margin: 0;
	padding: 10px 5px 10px 5px;
	width: 200px;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/x-gradient-alt.gif) top left repeat-y;
}

#candidateServices{
	float: left;
	margin: 20px 60px 10px 0!important; 
	margin: 20px 30px 10px 0; 
	padding: 20px 50px 50px 50px;
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 14px;*/
	font-size: 12px;
	width: 500px;
	background-color: #F1F9EA;
	background-color: #F6F6F6;
}

#candidateServices p{
	float: none;
	margin: 0 0 .75em 0; padding: 0;
	width: auto;
	color: #999;
}

#candidateServices h4, #candidateServices h5{
	color: #999;
}

#candidateServices h4{
	font-size: 18px;
}

#candidateServices h5{
	font-size: 14px;
}

#candidateServices ul, #candidateServices ol{
	color: #999;
	font-size: 14px;
}

#candidateServices li{
	margin-bottom: .25em;
}

#candidateServices span{
	float: left;
}

#candidateServices #sample_resume, #candidateServices #application, #candidateServices #submit_resume{
	height: 300px;	
}
