/* Welcome to the Crown Linen CSS! */

/*First of all, let's set all the page margins to 0 */
body {
	margin-top: 0px;
	margin-left: 0px;
	background-color:#FFFFFF
}

a {	color: #01463D;
}
a:hover{
	color: #E41A18;
}

ul 
{
	list-style: square inside;
	line-height: 20px;

}

/*The Dark Green Table */
.nav_box_left {
	background-color:#01463D;
		color: FFFFCC;
	
}

/*The Homepage Service Area Box */
.service_area_box {
	font:12px Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 10px;
	color: 666666;
}

/*The Homepage Whats New Boxes */
.whats_new_box {
	background-color: #EBEBE0;
	padding: 10px;
	font:12px Arial, Helvetica, sans-serif;
	color: 666666;
	margin: 0px;
}

.whats_new_box A:link{
	color: #01463D;
}

.whats_new_box A:visited{
	color: #01463D;
}

.whats_new_box A:active{
	color: #01463D;
}

.whats_new_box A:hover{
	color: #E41A18;
}

/*FOOTER STYLES */
.footer_text {
	font:9px Arial, Helvetica, sans-serif;
	color: 666666;
	}
	
.footer_text A:link{
	color: #01463D;
	text-decoration: none;
	}
.footer_text A:visited{
	color: #01463D;
	text-decoration: none;
	}		
.footer_text A:active{
	color: #01463D;
	text-decoration: none;
	}		
.footer_text A:hover{
	color: #E41A18;
	text-decoration: none;
	}		

/*CONTENT TEXT */	
.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 666666;
	text-indent: 0px;
	text-align: left;
}


.content_subs {
	font-family: Arial, Helvetica, sans-serif;
	color: #01463D;
	font-size: 14px;
	font-weight: 400;
	margin-left: 00px;
	font-variant: normal;
	font-style: normal;
}

.content_subs A:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #01463D;
	font-size: 14px;
	font-weight: 400;
	margin-left: 00px;
	font-variant: normal;
	font-style: normal;
}

.content_subs A:hover{
	text-decoration: none;
	color: #E41A18;
}

.content_subs A:visited{
	text-decoration: none;
	color: #01463D;

}

.content_subs A:active{
	text-decoration: none;
	color: #01463D;

}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 666666;
	text-indent: 0px;
	text-align: left;
}

/* Employment App CSS */
#personal { display: block; }
#jobs  { display: none; }
#education  { display: none; }