﻿@charset "UTF-8";
/* CSS Document */

div#buckets {
	padding-top: 18px;
	height: 111px;
	padding-bottom: 22px;
}

/*div#buckets div.bucket {
	float: left;
	width: 192px;
	height: 153px;
	border: 1px solid #c1dce5;
	margin-right: 6px;
	color: #057497;
	text-align: center;
}*/

div#buckets div#bucket1 {
	float: left;
	width: 192px;
	height: 111px;
	border: 1px solid #c1dce5;
	margin-right: 6px;
	color: #057497;
	text-align: center;
	border-left: none;
}
div#buckets div#bucket2 {
	float: left;
	width: 188px;
	height: 111px;
	border: 1px solid #c1dce5;
	margin-right: 6px;
	color: #057497;
	text-align: center;
}
div#buckets div#bucket3 {
	float: left;
	width: 188px;
	height: 111px;
	border: 1px solid #c1dce5;
	margin-right: 6px;
	color: #057497;
	text-align: center;
}

/*div#buckets div#bucket4 {
	border-right: none;	
	margin-right: 0;
	float: right;
}*/
div#buckets div#bucket4 {
	float: left;
	width: 188px;
	height: 111px;
	border: 1px solid #c1dce5;
	margin-right: 6px;
	color: #057497;
	text-align: center;
}
div#buckets div#login {
	width: 190px;
	height: 111px;
	border: 1px solid #c1dce5;
	color: #057497;
	text-align: center;
	border-right: none;	
	margin-right: 0;
	float: left;

}

#bottom_nav {
	
}
#green_space_left {
	background-image:url('../images/bottom_panel.jpg');
	width:193px;
	height:34px;
	margin-right:6px;
	float: left;
}
#engineers {
	background-image:url('../images/engineers.jpg');
	width:190px;
	height:34px;
	margin-right:6px;
	float: left;
}
#condos {
	background-image:url('../images/condos.jpg');
	width:190px;
	height:34px;
	margin-right:6px;
	float: left;
}
#hospitals {
	background-image:url('../images/hospitals.jpg');
	width:190px;
	height:34px;
	margin-right:6px;
	float: left;
}
#green_space_right {
	background-image:url('../images/bottom_panel.jpg');
	width:193px;
	height:34px;
	float: left;
}



