
/*** STATIC ***/
div#static-div h1 {
	font-size:24px;
	font-weight:normal;
	padding:15px 20px 15px 210px;
	margin:0;
	color:#4D4D4D;
}

/*** subscription ***/
div.form-row {
	padding-bottom:2px;
}
div.form-label {
	width:400px;
	float:left;
	margin-right:5px;
	text-align:right;
	padding-top:4px;
	font-size:14px;
}
div.form-label label {
	font-weight:bold;
}
div.form-data input {
	width:400px;
	font-size:14px;
}
div.form-data input.send-button {
	width: 100px;
	height: 30px;
	margin-left:305px;
	padding-bottom: 2px;
	background-color: #E6E6E6;
	border: 1px solid #AAA;
	font-size: 14px;
	cursor: pointer;
}

/*** interactive map ***/
div#interactive-map-div {
	margin-left:60px;
	margin-bottom:50px;
}

/*** links ***/
div.binder {
	position:relative;
	background: url("../ima/static/open-grey.png") 9px 6px no-repeat #4d4d4d;
	width:400px;
	height:20px;
	margin-bottom: 2px;
}
div.binder div.label {
	float: left;
	color: #e6e6e6;
	font-weight: bold;
	height: 18px;
	padding-left: 23px;
	padding-top: 2px;
	text-align: right;
}	
div.binder div.end {
	background-color: #E6AA14;
	float: left;
	height: 20px;
	margin-left: 7px;
	width: 5px;
}

div.links {
	margin: 0 50px 50px 150px;
	position: relative;
	border-bottom:2px solid #999;
	border-right:2px solid #999;
	padding-left:50px;
	padding-top:20px;
}
div.links ul {
	padding:0px;
}
div.links li {
	padding-bottom:5px;
}

div.short-list {
	margin: 0 50px 50px 100px;
	position: relative;
	border-bottom:2px solid #999;
	border-left:2px solid #999;
	padding-left:50px;
	padding-top:20px;
}
div.short-list ul {
	padding:0px;
}
div.short-list li {
	padding: 10px;
}



