/* HOMEPAGE RULES */

div#employee_login_box, div#client_login_box, div#subcontractor_login_box, 
div#weather_report_box, div#maps_and_directions_box {
	float: left;
	clear: left;
	text-align: right;
	font-size: 10px;
	overflow: hidden;
}

div#employee_login_box, div#weather_report_box, 
div#maps_and_directions_box {
	padding: 3px 17px 3px 90px;
	width: 142px;
	height: 114px;
}

div#employee_login_box, div#weather_report_box {
	color: #FFFFFF;
}

div#client_login_box, div#subcontractor_login_box {
	padding: 3px 17px 3px 40px;
	width: 192px;
	height: 94px;
}

div#employee_login_box {
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	background: transparent url("../images/employee_login_box_backgrou.jpg");
	background-repeat: no-repeat;
	color: #2A2A2A;

}

div#client_login_box {
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	background: transparent url("../images/client_login_box_background.gif");
	background-repeat: no-repeat;
	background-position: top right;
	color: #2A2A2A;
}

div#subcontractor_login_box {
	border-right: 1px dotted #000000;
	border-bottom: 1px solid #000000;
	background: transparent url("../images/subcontractor_login_box_bac.gif");
	background-repeat: no-repeat;
	background-position: top right;
	color: #2A2A2A;
}

div#weather_report_box {
	border-right: 1px dotted #000000;
	border-bottom: 1px solid #000000;
	background: transparent url("../images/weather_box_background.jpg");
	background-repeat: no-repeat;
	color: #FFFFFF;
}

div#maps_and_directions_box {
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	background: transparent url("../images/maps_box_background.jpg");
	color: #2A2A2A;
}

div#employee_login_box h3, div#weather_report_box h3, 
div#maps_and_directions_box h3 {
	padding: 60px 0px 0px 0px;
	height: 0px !important; 
	height /**/:60px;
	overflow: hidden;
	color: #FFFFFF;
}

div#client_login_box h3, div#subcontractor_login_box h3 {
	padding: 35px 0px 0px 0px;
	height: 0px !important; 
	height /**/:35px;
	overflow: hidden;
}

div#employee_login_box a, div#client_login_box a, 
div#subcontractor_login_box a, div#weather_report_box a, div#maps_and_directions_box a {
	color: #990000;
}

div#employee_login_box p, div#client_login_box p, 
div#subcontractor_login_box p, div#weather_report_box p, div#maps_and_directions_box p {
	margin: 0px 0px 12px 0px;
}