@charset "UTF-8";
@import url("footer.css");

/* 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: #ffffff;
	font-size: 18px;
	text-align: center;
	padding-top: 6px;
	}
h3 {
	color: #754c29;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	margin: 0px 5px;
	}
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;
	}
.betterBlue {
	color: #0074be;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 28px;
	margin-left: 140px;
	text-align: left;
	}
.seniorBrown {
	color: #754c29;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 38px;
	margin-left: 140px;
	text-align: left;
	}
.servicesGreen {
	color: #6c9539;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 32px;
	margin-left: 140px;
	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;
}
.backgroundblack {
	background-color: black;
}
.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: 20px;
}
#leftSidebar #logo {
	background: url(../_images/senior-move-logo-home.png) no-repeat top left;
	padding-bottom: 20px;
	height: 200px;
	width: 330px;
}
#partnerInfo {
	background: #ffffff url(../_images/header-partner.png) no-repeat top left;
	height: auto;
	width: 330px;
	padding-bottom: 10px;
	-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;
	text-align: center;
}
#partnerContact {
	float: right;
	height: auto;
	padding-top: 10px;
	width: 210px;
}
.partnerheading {
	font-size: 16px;
	line-height: 18px;
	padding-top: 38px;
}
.partnername {
	color: #0074be;
	font-size: 18px;
	padding-top: 10px;
	font-weight: bold;
}
.partnercreditials {
	color: #666666;
	font-size: 12px;
}
.partnernumber {
	color: #0074be;
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
}
.partnerimg {
	display: inline;
	float: left;
	margin-left: 6px;
	padding: 6px 0px;
}
#realtorContact {
	height: auto;
	width: 330px;
}
#realtorContact p {
	line-height: 24px;
	padding-top: 5px;
	}
#realtorContact img {
	display: block;
	margin: 3% auto;
	}
#realtorLogos {
	height: auto;
}
#realtorLogos img {
	display: inline;
	float: right;
	padding: 5px 5px;
}
.agencyaddress {
	color: #666666;
	font-size: 16px;
}

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

#mainContent {
	padding: 10px 0;
	width: 650px;
	float: right;
}
#floatContainer {
	float: right;
	width: 650px;
	height: auto;
	padding: 10px 0;
	margin-top: 38px;
}
#mainContent h1 {
	color: #0074be;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 28px;
	margin-left: 5px;
	text-align: left;
	}
#mainContent p {
	font-size: 16px;
	line-height: 22px;
	margin: 0 10px;
	padding: 5px 0;
}
.bodytext {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	line-height: 22px;
	margin: 0px 0px 0px 5px;
	padding-top: 10px;
}
#mainContent ul {
	color: #0074be;
	text-align: left;
	list-style-position: outside;
	margin-left: 40px;
	padding-bottom: 10px;
}
#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
#mainHome {
	background: url(../_images/new-home.png) no-repeat top left;
	width: 650px;
	height: auto;
	min-height: 280px;
	float: right;
	margin-top:36px;
}
#mainAbout {
	width: 650px;
	height: auto;
	min-height: 280px;
	float: right;
}
#headingFull, #headingHalf {
	width: auto;
	margin: 0;
	padding: 0;
	height: 34px;
}
.heading {
	margin: 0 20px;
	background: url(../_images/bckgrd-subheading.png) repeat-x top;
	height: 34px;
}
.mainGraphic {
	padding: 30px 0px 5px 5px;
	float: right;
}


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

#mainHalf {
	width: 320px;
	height: auto;
}
#contentHalf {
	margin-left: 3px;
	height: 214px;
	width: 314px;
	-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 */
}
#contentHalf p {
	padding-top: 14px;
}
#contentTestimonials {
	font: italic 1.1em/1.5em "Times New Roman", Times, serif;
	text-align: center;
	margin-left: 3px;
	padding: 42px 12px 12px 12px;
	height: 160px;
	width: 290px;
	-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 */;
}
#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;
}
