@charset "utf-8";

.multifamily {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
}
.multifamilyTitleBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e25b01;
}
.multifamilyTextBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
}
.multifamilyTitleBigL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5da6db;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: capitalize;
}
.multifamilyTextFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #5da6db;
	text-transform: capitalize;
}
.multifamilyTextBigintro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
}
.multifamilyTextBigintro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
}
.multifamilyTitleBigXL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5da6db;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: capitalize;
}
.multifamilyLeftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}
.multifamilyTitleProductsBigXL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: capitalize;
}
.multifamilyTitleHeaderBigXL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: capitalize;
}
.multifamilyTextM_services {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
	line-height: normal;
}
.multifamilyTitleBigL_county {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: capitalize;
}

/* button 
---------------------------------------------- */
.button {
	display: block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: .5em 1em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	behavior:url('http://www.apple.com/v/home/h/scripts/promo_iepngfix.htc'); /* Custom IE6 Fix for homepage promos, correctly calculates widths */
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-top-right-radius: .5em;
	border-top-left-radius: .5em;
	border-bottom-right-radius: .5em;
	border-bottom-left-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* green */
.green {
	color: #fff;
	width:246px;
	margin: 14px 0 18px 0;
	border: solid 1px #538312;
	background: #64991e;
	behavior:url('http://www.apple.com/v/home/h/scripts/promo_iepngfix.htc'); /* Custom IE6 Fix for homepage promos, correctly calculates widths */
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	behavior:url('http://www.apple.com/v/home/h/scripts/promo_iepngfix.htc'); /* Custom IE6 Fix for homepage promos, correctly calculates widths */
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	behavior:url('http://www.apple.com/v/home/h/scripts/promo_iepngfix.htc'); /* Custom IE6 Fix for homepage promos, correctly calculates widths */
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

.right-titles {
	width:235px;
	color: #000;
	display: inline-block;
	text-align: left;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	margin: 14px 0 18px 0;
	padding-left:7px;
	padding-bottom:4px;
	padding-top:3px;
	border: solid 1px #CCC;
	background: #F5F1E6;
	behavior:url('http://www.apple.com/v/home/h/scripts/promo_iepngfix.htc'); /* Custom IE6 Fix for homepage promos, correctly calculates widths */
	border-radius: .3em;
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
}

.right-titles-access {
	width:235px;
	color: #000;
	display:block;
	text-align: left;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	margin: 14px 0 0 0;
	padding-left:7px;
	padding-bottom:4px;
	padding-top:3px;
	border: solid 1px #CCC;
	background: #F5F1E6;
	behavior:url('http://www.apple.com/v/home/h/scripts/promo_iepngfix.htc'); /* Custom IE6 Fix for homepage promos, correctly calculates widths */
	border-radius: .3em;
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
}

.right-titles-state {
	width:235px;
	color: #000;
	display:block;
	text-align: left;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	margin: 0;
	padding-left:7px;
	padding-bottom:4px;
	padding-top:3px;
	border: solid 1px #CCC;
	background: #F5F1E6;
	behavior:url('http://www.apple.com/v/home/h/scripts/promo_iepngfix.htc'); /* Custom IE6 Fix for homepage promos, correctly calculates widths */
	border-radius: .3em;
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
}

.bottom-links {
	margin: 0;
	text-align:center;
	padding: 0 20px 0 0;
}
	