/*
Copyright 2008, 10 Volt Media
------------------------
*/
#page { background: url(img/layout_skyline_day_nobuildings.jpg) no-repeat center bottom; }	

#nav {
	border-bottom: solid 1px #191919;
}

#rollout-wrapper {
	width: 100%;
	padding: 30px 0;
	background: #fff url(img/layout_bluefade.jpg) repeat-x center top;;
	border: none;
}
#rollout-wrapper * a, #rollout-wrapper p a {	color: #4b85c4; font-weight: bold; }
#rollout-wrapper * a:hover, #rollout-wrapper p a:hover { color: #78a42e; border-bottom: solid 1px #ccc;  }

#rollout {
	width: 950px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	color: #222;
}

#rollout h2 {	color: #5e310f; }

div.rollout-inner-content { border-top: solid 1px #78a42e; }

#rollout-close {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 10px;
	border-bottom: none;
}
#rollout-close span {	color: #4b85c4; font-weight: bold; }
#rollout-close span:hover { color: #78a42e; }

.fade .forminput {
	opacity: 0.25;
	-moz-opacity: 0.25;
	filter: alpha(opacity=25);
}

.contactconfirmation {
	color: #4b85c4;
}


.box {
	margin: 0 0 2em 0;
	padding: 20px 35px;
	background:#f1f1f1;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
