/* NEUTRINO CONSULTING: ECF GLOBAL CSS */

/* RESET */



/* CONTACT US CONTENT */

#email-us label {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	float: left;
	display: block;
	margin: 0 0 9px 0;
}
#email-us {
	width: 400px;
	margin: 9px 0;
}
#email-us label span {
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#email-us #fullname,
#email-us #subject,
#email-us #phone,
#email-us #email,
#email-us #message {
	float: left;
	display: block;
	margin: 5px 0 10px 0;
	width: 400px;
	color: #333;
	padding: 1px 0;
	border-width: 1px;
	border-style: solid;
	border-top-color: #7c7c7c;
	border-left-color: #c3c3c3;
	border-bottom-color: #ddd;
	border-right-color: #c3c3c3;
	background: #FFF url('/global/img/fieldbg.gif') top center repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 95%;
}
#message {
	height: 150px;
	font-size: 100% !important;
}
#email-us fieldset {
	border: none;
}
#thankyou {
	width: 100%;
	margin: 50px 0;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #444;
	font-family: Verdana, sans-serif;
}

/* CAPTCHA BOX */

#email-us .captchaBox {
	text-align: center;
	vertical-align: middle;
	margin: 7px 0 0 0;
	padding: 0;
	width: 318px;
	margin: 0 auto;
}

/* BUTTON-FORMS */

.buttons a, .buttons button{
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #f5f5f5;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 90%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 5px 10px 6px 7px; /* Links */
}
	.last { margin-right: 0px !important; }
.buttons button{
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}
	button.positive, .buttons a.positive{
	color: #0066FF;
	}
	.buttons a.positive:hover, button.positive:hover{
	background-color: #E5EBFF;
	border: 1px solid #79B3FF;
	color: #0066FF;
	}
	.buttons a.positive:active{
	background-color: #0066FF;
	border: 1px solid #0066FF;
	color: #fff;
	}
	.buttons a.negative, button.negative {
		color: #d12f19;
	}
	.buttons a.negative:hover, button.negative:hover {
		background: #fbe3e4;
		border: 1px solid #fbc2c4;
		color: #d12f19;
	}
	.buttons a.negative:active {
		background-color: #d12f19;
		border: 1px solid #d12f19;
		color: #fff;
	}

/* MAPS API */

.mapFacilities {
	width: 560px;
	height: 400px;
	background: #EEE;
}
.mapSideBar {
	width: 560px;
	margin: 9px 0;
	font-family: Arial, Verdana, sans-serif;
}
	.mapSideBar a:link, .mapSideBar a:visited {
		display: block;
		margin: 0 0 5px 0;
		padding: 0 0 5px 0;
		border-bottom: 1px solid #EEE;
		text-decoration: none;
	}
.name {
	font-weight: bold;
	text-decoration: none;
	line-height: 1.25em;
	font-size: 90%;
	color: #006ec5;
}
.desc {
	line-height: 1.25em;
	font-size: 80%;
	color: #444;
	font-weight: normal;
	text-decoration: none;
}
