
body {
	margin: 0;
	padding: 0;
	background: #fff url('images/bg.png') left top repeat-x;
	font-family: Tahoma;
	font-size: 11px;
}

body.home {
	background: #fff url('images/homebg.png') left top repeat-x;
}

a {
	color: #666;
}

h2.title {
	padding: 0;
	margin: 0 0 16px 0;
}

li {
	margin-bottom: 10px;
}

#top {
	height: 92px;
}

#header, #navigation, #splash, #content, #footer {
	width: 968px;
	margin: 0 auto;
}

#header {
	height: 57px;
	overflow: hidden;
	background: url('images/comingsoon.png') right bottom no-repeat;
}

#header h1 {
	padding: 0;
	margin: 0;
	background: url('images/logo.png') left top no-repeat;
	width: 230px;
	height: 57px;
	float: left;
}

#header h1 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 187px;
	height: 57px;
	text-indent: -9999px;
}

#tagline {
	margin-top: 4px;
	float: right;
	text-transform: uppercase;
	color: #616161;
	font-size: 12px;
	font-weight: bold;
}

#navigation {
	height: 35px;
	line-height: 35px;
}

#navigation a {
	width: 130px;
	height: 35px;
	color: #616161;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

#navigation a.active {
	background: url('images/menubuttons.png') -35px top no-repeat;
	color: #fff;
}

#navigation a#home {
	width: 32px;
	height: 35px;
	margin-right: 8px;
	text-indent: -9999px;
	background: url('images/menubuttons.png') left top no-repeat;
}

#splash {
	display: none;
	height: 275px;
	background: url('images/splash.jpg') right top no-repeat;
}

body.home #splash {
	display: block;
}

#preview {
	float: left;
	width: 330px;
	height: 275px;
	cursor: pointer;
	background: url('images/preview.jpg') left top no-repeat;
}

#preview-video {
	display: none;
	width: 400px;
	height: 300px;
	overflow: hidden;
}

#message {
	float: right;
	margin: 20px 44px 0 0;
	width: 575px;
}

#message h2 {
	color: #f8af44;
	font-size: 18px;
}

#message p {
	line-height: 1.7; 
	color: #fff;
	font-size: 15px;
}

#content {
	background: url('images/contentbottombg.png') left top repeat-y;
}

#content-inner {
	padding: 40px;
	background: url('images/contenttopbg.png') left top no-repeat;
	overflow: auto;
}

#footer {
	line-height: 2;
	text-align: center;
	padding-bottom: 10px;
	background: url('images/footer.png') left bottom no-repeat;
	margin-bottom: 10px;
}

#left {
	float: left;
	width: 548px;
}

#left-rpad {
	float: left;
	width: 508px;
	padding-right: 40px;
	color: #6a6a6a;
}

#right {
	float: right;
	width: 340px;
}


div.content-block {
	width: 230px;
	float: left;
	margin-right: 44px;
}

div.content-image {
	width: 230px;
	height: 99px;
	border: 2px solid #b9ddf3;
	background: url('images/thumbs.jpg') top left no-repeat;
}

div.content-image.multiple-listings {
	background-position: left -297px !important;
}

div.content-image.non-profits {
	background-position: left -198px !important;
}

div.content-image.contact {
	background-position: left -99px !important;
}

div.content-block p {
	margin: 0;
	padding: 0;
	display: block;
	height: 55px;
}

div.content-block {
	font-size: 12px;
}

div.content-block h3 {
	padding: 4px 0;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

div.content-block div.button {
	margin: 5px 0 15px 0;
	text-align: center;
}

div.button a, div.button img {
	border: none;
	text-decoration: none;
}

form {
	border: 2px solid #b9ddf3;
	background: #ebf4fb;
	padding: 18px;
	display: block;
}

div.info-block {
	border-bottom: 1px solid #b9ddf3;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

div.info-block h3 {
	margin: 0;
	padding: 0 0 4px 0;
}

div.checkbox-block {
	overflow: auto;
	margin-bottom: 10px;
}

div.input-block, div.radio-block {
	overflow: auto;
	margin-bottom: 10px;
}

div.input-block label, div.radio-block label {
	float: left;
	width: 120px;
	text-align: right;
	font-weight: bold;
}

div.input-block label span, div.radio-block label span {
	display: block;
	font-weight: normal;
	color: #666;
}

div.input-block input {
	float: right;
	border: 1px solid #b9ddf3;
	width: 152px;
	font-size: 14px;
	padding: 4px 2px;
}

div.radio-options {
	float: right;
	width: 152px;
}

div.input-block textarea {
	float: right;
	border: 1px solid #b9ddf3;
	width: 152px;
	font-size: 14px;
	height: 60px;
	padding: 4px 2px;
}

div.input-block select {
	float: right;
	border: 1px solid #b9ddf3;
	width: 158px;
	height: 26px;
}

div.submit-block {
	text-align: right;
	padding-right: 15px;
}

#accountform {
	display: none;
}
