@charset "UTF-8";
/* Instivate layout */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img {
	padding: 0;
	margin: 0;
	border: 0;
	}

body {
	font: .7em Arial, Helvetica, Verdana, sans-serif ;
	color:#666666;
	}

body.home {
	background: transparent url(/media/system/ui/bg.gif) repeat-x;
	}
	
body.interior {
	background: transparent  url(/media/system/ui/bg_int.gif) repeat-x;
	}

h1 {
	font-weight: normal;
	font-size: 2.6em;
	color: #999;
	padding: 20px 0px;
	}

h2 {
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	color: #000;
	padding: 0px;
	}

p {
	padding: 0px 0px 20px 0px;
	}

a {
	outline: none; 
	text-decoration: none;
	color: #0099ff;
	}

ul{
	list-style: none;
	}

.right {float: right;}
.left {float:  left;}
.center {float:  left; padding-left: 30px;} /* also see '.interior #main .center' (below)*/

#header {
	height:  98px;
	}

#logo {padding-top: 61px;}

#wrap {
	width: 840px;
	margin: 0px auto;
	text-align: left;
	}


/*---- NAV ---- */

#Nav {
	padding-top: 20px;
	width: 155px;
	}
	
#Nav li {
	padding: 10px 5px;
	}
	
#Nav li a {
	color: #fff;
	font-size: 20px;
	padding: 5px 10px;
	font-weight: 600;
	background: #234476 url() no-repeat;
	text-transform: uppercase;
	line-height: 1.2em;
	}
	
#Nav li a:hover {
	background: #3399ff url() no-repeat;
	}

.interior #Nav {
	width: 840px;
	height: 28px;
	overflow: hidden;
	padding-top: 13px;
	_padding-top:7px;
	*padding-bottom:4px;
	}

.interior #Nav ul li {
	display: inline;
	}

.interior #Nav li  a.active {
	color: #4284e8;
	background: #fff url() no-repeat;
	}

/* These are the rounded nav items */

#features { 
	margin-top: 50px;}

#features a {
	background: #4284e8 url() no-repeat;
	display: block;
	color: #fff;
	padding: 10px;
	margin-left: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 125px;
	}

#features a:hover {
	background: #234476 url() no-repeat;
	}

#features .top {
	display: block;
	font-weight: bold;
	font-size: 1.5em;}


.interior #features {
	display: inline;
	position: absolute;
	top:  102px;
	margin-left: 400px;
	}

.interior #features .top {
	display: inline;
	font-weight: bold;
	font-size: 1.2em;
	}
	
.interior #features a {
	padding: 5px 10px;
	width: 200px;
	}
	

/*--- TAGLINE --*/

#tagline {
	position: absolute;
	height: 44px;
	margin-left: 150px;
	}

.interior #tagline {
	margin-left: 5px;
	position: static;;
	}



/*--- MAIN CONTENT AREAS --*/

#main {
	margin-top: 44px;
	_margin-top:41px;
	overflow: auto;
	}

.interior #main {
	clear: both;
	padding-left: 5px;
	font-size: 1.1em;
	margin-top: 0px;
	}

#leftColumn, #rightColumn {
	background: transparent url(/media/system/ui/main_column_back.gif) no-repeat;
	width: 325px;
	margin-top: 6px;
	padding: 15px 0px 0px 4px;
	text-align: center;
	}

#leftColumn img, #rightColumn img {
	display:block;
	margin-left:10px;
	*margin-left:0px;
	}


.mainLink { /* The big link under the screenshots */
	font-size: 1.6em;
	text-transform: uppercase;
	padding: 5px 15px;
	}
	
a.mainLink  {
	color: #fff;
	}

#leftColumn .mainLink {
	background: #234476;
	}

#rightColumn .mainLink {
	background: #990000;
	}

#rightColumn .mainLink:hover, #leftColumn .mainLink:hover {
	background: #000 url() no-repeat;
	}


#vprops {
	text-align: left;
	margin: 20px 10px;
	}


.vprop {
	text-align: left;
	margin: 10px 0px;
	padding: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:265px;
	}

.neighborlogsvprop {
	font-size:14px;
	color:#234476;
	font-style:italic;
	font-weight:500;
}

#nvprop1 {
	background: #eee url(/media/system/ui/nvprop1.gif) no-repeat;
	background-position:top right;
}

.instiadsvprop {
	font-size:14px;
	color:#234476;
	font-style:italic;
	font-weight:500;
}

.interior #main .left, .interior #main .center, .interior #main .right {
	width: 300px;
	color: #666;
	line-height: 1.3em;
}





/*---- AD BLOCK ---- */

#adBlock {
	background: #e4e4e4 url() no-repeat;
	width:  502px;
	padding: 5px 0px 5px 5px;
	position: absolute;
	top: 20px;
	margin-left: 200px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}


/*---- FOOTER ----*/


#footer {
	clear: both;
	font-size: .9em;
	border-top: 1px solid #999;
	color: #000;
	height: 26px;
	padding-top: 10px;
	margin-top: 20px;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}

#footer a:hover {
	color: #4284e8;
	}


/*---- Extra ----*/

/* Can be used insdead of HR tag */

input.grey {
	background: transparent url() no-repeat;
	border: 0px;
	font-size: 1.4em;
	padding: 8px;
	font-family: arial, helvetica, verdana, sans-serif;
	color: #0b8ef4;
	font-weight: normal;
	vertical-align: top;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 13px;
	outline: 0px solid #999;
	}

textarea.grey {
	background: transparent url() no-repeat;
	border: 0px;
	font-size: 1.2em;
	padding: 8px;
	font-family: arial, helvetica, verdana, sans-serif;
	color: #0b8ef4;
	font-weight: normal;
	vertical-align: top;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 13px;
	outline: 0px solid #999;
	}

#divider {
	clear:  both; 
	border-bottom: 1px solid #56656c;
	padding: 10px 0;
	}

#firstname_fs  {
	vertical-align: middle;padding-bottom: 10px;	
	background: url(/media/system/ui/input_bg_site_name.gif) no-repeat 0px 7px;
	*background: url(/media/system/ui/input_bg_site_name.gif) no-repeat 0px 7px; /* IE spaceing */
	}
	
#lastname_fs {
	vertical-align: middle;padding-bottom: 10px;	
	background: url(/media/system/ui/input_bg_site_name.gif) no-repeat 0px 7px;
	*background: url(/media/system/ui/input_bg_site_name.gif) no-repeat 0px 7px; /* IE spaceing */
	}

#email_fs {
	vertical-align: middle;padding-bottom: 10px;	
	background: url(/media/system/ui/input_bg_site_name.gif) no-repeat 0px 7px;
	*background: url(/media/system/ui/input_bg_site_name.gif) no-repeat 0px 7px; /* IE spaceing */
	}

#phone_fs {
	vertical-align: middle;padding-bottom: 10px;	
	background: url(/media/system/ui/input_bg_site_name.gif) no-repeat 0px 7px;
	*background: url(/media/system/ui/input_bg_site_name.gif) no-repeat 0px 7px; /* IE spaceing */
	}
	
#questions_fs {
	vertical-align: middle;padding-bottom: 10px;	
	background: url(/media/system/ui/input_bg_contact.gif) no-repeat 0px 7px;
	*background: url(/media/system/ui/input_bg_contact.gif) no-repeat 0px 7px; /* IE spaceing */
	}

.blueButton {
	background: #376cbb url() no-repeat;
	color: #fff;
	text-transform: uppercase;
	padding: 4px 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: normal;
	font-size: .9em;
	border: 0px solid #999;
	font-family: arial, sans-serif;
	}
	
.blueButton:hover {background: #234476 url() no-repeat;}
