@charset "UTF-8";

/* senior move colors
blue		#0074be	rgb(0, 116, 190)
lt blue	#81badf	rgb(129, 186, 223)
dk blue	#14528a	rgb(20, 82, 138)
green		#6c9539	rgb(108, 149, 57)
lt green	#b8d48e	rgb(184, 212, 142)
pl green	#f0f4c3	rgb(240, 244, 195)
brown		#754c29	rgb(117, 76, 41)
*/

/* Notes: Place padding only on the top and/or bottom of the divs. Use margins on the side or use side padding to the elements within divs to prevent any "box model math". Also, if you must add a margin to the same side an element floats toward add a "display:inline" declaration to the div's rule to fix earlier Internet Explorer bug. */

/* ------ basic style ---------------------------- */

body {
	background: #b8d48e url(../_images/background-grad.jpg) repeat-x;
	color: #000;
	font: 100%/1.3 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
ul, ol, dl {
	padding: 0;
	margin: 0;
	}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	}
h1 {
	text-align: left;
	}
h2 {
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding-top: 4px;
	}
h3 {
	color: #754c29;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	margin: 0px 5px;
	}
h4 {
	color: #000;
	font-size: 20px;
	text-align: center;
	}
a img {
	border: none;
	}
a:link {
	color: #0074be;
	text-decoration: underline;
	}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
	}
a:hover, a:active, a:focus {
	text-decoration: none;
	}
#container {
	background: none;
	width: 990px;
	margin: 0 auto;
	}
.titleBlue {
	color: #0074be;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 28px;
	margin-left: 10px;
	text-align: left;
	}
.titleBrown {
	color: #754c29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 38px;
	margin-left: 10px;
	text-align: left;
	}
.titleGreen {
	color: #6c9539;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 32px;
	margin-left: 10px;
	text-align: left;
	}
.quote {
	color: #754c29;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	line-height: 20px;
	margin-left: 10px;
	text-align: left;
	font-style: italic;
}
.quoteCredit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.backgroundwhite {
	background-color: white;
}
.backgroundnone {
	background: none;
}
.padtopfive {
	padding-top: 5px;
}
.padtopten {
	padding-top: 10px;
}
.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
#clear {
	clear: both;
	}

/* ------ color classes ------------------------- */

.blue {
	color: #0074be;
	}
.brown {
	color: #754c29;
	}
.green {
	color: #6c9539;
	}
.promoGreen {
	background-color: #f0f4c3;
	color: #6c9539;
	font-size: 18px;
	}

/* ------ header styles --------------------------- */

#superHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	height: 34px;
	width: auto;
	position: relative;
	background-color: #b8d48e;
	background-image: url(../_images/banner-portal.png);
	background-repeat: no-repeat;
	background-position: 30px 0px;
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.50); /* Firefox v3.5+ */
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.50); /* Safari v3.0+ and by Chrome v0.2+ */
	box-shadow: 0px 2px 6px rgba(0,0,0,0.50); /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=5,Color=#bf000000,Positive=true); /* IE6-9 */
	}
#superHeader p {
	margin-left: 64px;
	padding-top: 5px;
	}
#superHeader a, #superHeader a:visited {
	color: #FFF;
	margin-left: 36px;
	padding: 2px 10px;
	width: 60px;  /* this width makes the entire button clickable for IE6 */
	text-decoration: none;
	background-color: #81badf;
	-moz-border-radius: 2px; /* Firefox v1.0+ */
	-webkit-border-radius: 2px; /* Safari v3.0+ and by Chrome v0.2+ */
	border-radius: 2px; /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	-moz-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.75); /* Firefox v3.5+ */
	-webkit-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.75); /* Safari v3.0+ and by Chrome v0.2+ */
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.75); /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	}
#superHeader a:hover, #superHeader a:active, #superHeader a:focus {
	background-color: #b8d48e;
	color: #333;
}
#header {
	float: right;
	padding-top: 20px;
	height: 110px;
	width: 650px;
}
#header h1 {
	margin-left: -4000px;
	font-size: 2pt;
}
#header ul.nav {
	list-style: none;
}
#header ul.nav li {
	margin-left: 14px;
	float: right;
}
#header ul.nav a, #header ul.nav a:visited {
	background: url(../_images/navMain.png) no-repeat;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #efefef;
	text-align: center;
	text-decoration: none;
	padding-top: 54px;
	height: 56px;
	width: 94px;
}
#header ul.nav a:hover, #header ul.nav a:active, #header ul.nav a:focus {
	background: url(../_images/navMain-over.png) no-repeat;
	color: #ffffff;
}
.current {
	background: url(../_images/navMain-over.png) no-repeat;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	text-align: center;
	padding-top: 54px;
	height: 56px;
	width: 94px;
}
	
/* ------ left sidebar styles --------------------- */

#leftSidebar {
	float: left;
	height: auto;
	width: 330px;
	padding-top: 10px;
}
#leftSidebar #logo {
	background: url(../_images/senior-move-logo.png) no-repeat top left;
	padding-bottom: 5px;
	height: 170px;
	width: 330px;
}
#partnerInfo {
	background: #ffffff;
	height: auto;
	width: 330px;
	-moz-border-radius: 4px; /* Firefox v1.0+ */
	-webkit-border-radius: 4px; /* Safari v3.0+ and by Chrome v0.2+ */
	border-radius: 4px; /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.50); /* Firefox v3.5+ */
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.50); /* Safari v3.0+ and by Chrome v0.2+ */
	box-shadow: 0px 2px 6px rgba(0,0,0,0.50); /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=5,Color=#bf000000,Positive=true); /* IE6-9 */
}

/* ------ partner styles ------------------------- */

#partnerInfo p {
	margin: 0;
	padding: 0;
}
#partnerInfo #titleBlock {
	padding: 10px 0px;
}
.treeGraphic {
	float: left;
	margin-left: 20px;
	padding-top: 5px;
}
#partnerContact {
	height: auto;
	padding-bottom: 10px;
}
#partnerContact p {
	margin-left: 50px;
}
.imgCenter{
	display: block;
	margin: 3% auto;
	}
.partnerpicture {
	display: inline;
	float: left;
	margin-left: 50px;
	padding: 6px 0px;
}
.partnername {
	color: #0074be;
	font-size: 18px;
	padding-top: 10px;
	font-weight: bold;
}
.partnercreditials {
	color: #666666;
	font-size: 14px;
}
.partnernumber {
	color: #0074be;
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
}
.realtorlogo {
	display: inline;
	float: left;
	margin-left: 40px;
	padding-top: 40px;
}
#realtorContact {
	height: auto;
	width: 330px;
}
#realtorContact p {
	line-height: 24px;
	padding-top: 5px;
	}
#realtorContact img {
	display: inline;
	float: right;
	margin-right: 20px;
	padding-top: 5px;
	}
#realtorLogos {
	height: auto;
	margin-left: 10px;
}
#realtorLogos img {
	display: inline;
	float: left;
	padding: 5px 0px;
}
.agencyaddress {
	color: #666666;
	font-size: 16px;
}
#partnerContact a, #partnerContact a:visited {
	color: #FFF;
	padding: 2px 10px;
	width: 80px;  /* this width makes the entire button clickable for IE6 */
	text-decoration: none;
	background-color: #81badf;
	-moz-border-radius: 2px; /* Firefox v1.0+ */
	-webkit-border-radius: 2px; /* Safari v3.0+ and by Chrome v0.2+ */
	border-radius: 2px; /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	-moz-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.75); /* Firefox v3.5+ */
	-webkit-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.75); /* Safari v3.0+ and by Chrome v0.2+ */
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.75); /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	}
#partnerContact a:hover, #partnerContact a:active, #partnerContact a:focus {
	background-color: #b8d48e;
	color: #333;
}

/* ------ main content styles --------------------- */

#mainContent {
	padding: 20px 0 10px 0;
	width: 650px;
	float: right;
}
#mainContent h1 {
	color: #0074be;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 28px;
	margin-left: 18px;
	text-align: left;
	}
#mainContent p {
	font-size: 16px;
	line-height: 22px;
	margin: 0 20px;
	padding: 5px 0;
}
.bodytext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	margin-left: 5px;
	padding-top: 10px;
}
#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	text-align: left;
	list-style-position: inside;
	padding: 5px 5px 5px 10px;
}
#mainHome {
	background: url(../_images/new-home.png) no-repeat top left;
	width: 650px;
	height: auto;
	min-height: 280px;
	float: right;
}
#mainAbout {
	width: 650px;
	height: auto;
	min-height: 280px;
	float: right;
}
.mainGraphic {
	padding: 10px 0px 5px 5px;
	float: right;
}

/* ------ half container styles --------------------- */

#floatContainer {
	float: right;
	width: 650px;
	height: auto;
	padding: 10px 0;
}
#mainHalf {
	width: 318px;
	height: auto;
}
#headerHalf {
	margin: 0;
	padding: 0;
	background: url(../_images/header-sub.png) no-repeat top left;
	height: 34px;
}
#contentHalf {
	margin-left: 2px;
	height: 214px;
	width: 314px;
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.50); /* Firefox v3.5+ */
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.50); /* Safari v3.0+ and by Chrome v0.2+ */
	box-shadow: 0px 2px 6px rgba(0,0,0,0.50); /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=5,Color=#bf000000,Positive=true); /* IE6-9 */
}
#contentHalfshort {
	margin-left: 2px;
	height: 144px;
	width: 314px;
	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.50); /* Firefox v3.5+ */
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.50); /* Safari v3.0+ and by Chrome v0.2+ */
	box-shadow: 0px 2px 6px rgba(0,0,0,0.50); /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=5,Color=#bf000000,Positive=true); /* IE6-9 */
}
.halfcontentimg {
	margin-left: 7px;
	padding-top: 7px;
}

/* ------ form styles -------------------------- */

form {
	padding-bottom: 10px;
}
fieldset {
	border: none;
	margin-left: 140px;
	width: 420px;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #0074be;
}
label {
	display: block;
	margin: 0;
	padding: 0;
	font-size: .9em;
}
form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
form li {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
#radioInput {
	display: block;
	float: left;
	margin: 0;
	margin-right: 30px;
	padding: 0;
	width: auto;
}
.question {
	margin: 0;
	padding: 0;
	font-size: .9em;
}
.radio {
	margin: 0;
	padding: 0;
}
.required {
	color: #F00;
}
input[type="text"], input[type="email"], textarea {
	width: 300px;
	font-size: .95em;
}
textarea {
	height: 100px;
}
input[type="submit"] {
	background-color: #81badf;
	border: none;
	color: #FFF;
	cursor:  pointer;
	font-size: 1em;
	padding: 4px 10px;
	text-decoration: none;
	-moz-border-radius: 2px; /* Firefox v1.0+ */
	-webkit-border-radius: 2px; /* Safari v3.0+ and by Chrome v0.2+ */
	border-radius: 2px; /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	-moz-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.75); /* Firefox v3.5+ */
	-webkit-box-shadow: inset 0px 0px 2px rgba(0,0,0,0.75); /* Safari v3.0+ and by Chrome v0.2+ */
	box-shadow: inset 0px 0px 2px rgba(0,0,0,0.75); /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	}