@charset "UTF-8";
/* CSS Document */

html, body{
	background:url('images/bg.jpg') repeat-x #fff top left;
	font-family:helvetica, arial, sans-serif;
	margin-top:0px;
	padding-top:10px;
}

p{margin-bottom:10px;}

h1{
	font-size:26px;
	font-weight:bold;
	color:#4c4c4c;
	font-family:Arial, Helvetica, sans-serif;
}

.hide{display:none;}

.clear{clear:both;}

#container{
	width:980px;
	margin:0 auto;
	height:auto;
}

#nav{
	height:94px;
	background:#f5f5f5 url('images/nav-bg.jpg') no-repeat;
	padding-top:25px;
	padding-left:17px;
	position:relative;
	z-index:5;

}

#nav-logo{width:480px;float:left;}
#navigation{
	float:right;
	width:465px;
	padding-top:20px;
}

ul#nav-items a{
	font-size:14px;
	color:#898989;
	font-weight:bold;
	list-style-type:none;
	text-decoration:none;
	float:left;
}

ul#nav-items li a{
	padding-right:20px;
}

.primary-column{
	padding-top:10px;
}

.primary-column a{
	color:#a2a2a2;
	text-decoration:none;
}

.primary-column a:hover{
	text-decoration:underline;
}


#slider{
	margin-top:21px;
	width:980px;
	height:300px;
	position:relative;
	z-index:1;
}

#slider-shadow{
	height:45px;
	background:url('images/slider-shadow.jpg') no-repeat;
	border-bottom:1px solid #e2e2e2;
}

#description{
	font-size:16px;
	color:#868686;
	height:38px;
	padding-top:25px;
}

#estimate{
	background:url('images/estimate.jpg');
	height:49px;
	width:166px;
	float:right;
	margin-top:-10px;
}

*+html #estimate{margin-top:-30px !important;}

#estimate:hover{
	background-position:0px -55px;
	cursor:pointer;
}

#estimate a{
	display:block;
	height:100%;
	width:100%;
}

#box-1{
	margin-top:10px;
}

.descriptor{
	width:290px;
	float:left;
	margin-right:52px;
	margin-top:4px;
}

.no-margin{
	margin-right:0px !important;
}

.descriptor h1{
	font-size:22px;
	color:#494949;
	padding-bottom:7px;
	border-bottom:1px solid #e2e2e2;
	width:290px;
	margin-bottom:20px;
}

.descriptor img.pic{
	padding-bottom:3px;
}

.descriptor p{
	font-size:12px;
	color:#979797;
	line-height:20px;
	margin-bottom:8px;
}

p.border{
	border-bottom:1px solid #e2e2e2;
	padding-bottom:5px;
}

.read-more{
	background:url('images/read-more.jpg') no-repeat;
	width:86px;
	height:26px;

}

.read-more a{
	display:block;
	text-decoration:none;
	height:100%;
	outline:none;
}

.read-more:hover{
	cursor:pointer;
	background-position:0px -27px;
}

.testimonial-name{
	font-size:12px;
	color:#4f4f4f;
	line-height:20px;
	float:right;
	width:220px;
	margin-top:3px;
	font-style:italic;
}

.spacer{
	margin-top:8px;
	margin-bottom:10px;
}
#footer{
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	border-bottom:1px solid #e2e2e2;
}

.footer-item{
	width:186px;
	height:auto;
	float:left;
	margin-right:65px;
	position:relative;
}
.footer-item h1{
	font-size:16px;
	color:#504f4f;
	margin-bottom:10px;
}

ul.list li{
	list-style-type:none;

}

.contact-list li{
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
}

ul.list li{
	border-bottom:1px solid #e2e2e2;
	font-size:11px;
	color:#aeaeae;
}

ul.list li:hover{
	background-color:#f5f5f5;
}

ul.list li a {
	color:#aeaeae;
	text-decoration:none;
	display:block;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
}

ul.list li a.no-padding{
	padding:0px !important;
}


.last{
	margin-right:0px !important;
}

#sub-footer{
	margin-top:10px;
	font-size:10px;
	color:#e2e2e2;
	margin-bottom:10px;
}

#sub-footer p{
	margin-top:5px;
	line-height:16px;
}

#sub-footer a{
	color:#e2e2e2;
	text-decoration:none;
}
#sub-footer h3{
	font-size:12px;
	color:#979797;
	text-align:center;
}

/*nav*/
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: .55em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#898989;
	font-size:14px;
}
.sf-menu li {
}
.sf-menu li li {
	background:		#e6e6e6;
	border-bottom:1px solid #aeaeae;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	color: #a81c1c;
}
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.6em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

ul.subnav{
	margin-top:-10px;position:absolute;z-index:2;
}

#non-profits{margin-top:20px;width:985px;float:right;}
#non-profits img{margin-right:15px;float:left;}

.credit{width:100px; height:28px !important; background:url('images/orangepxl.png') no-repeat 3px -30px; border-bottom:none !important; margin-top:8px !important;}
.credit a{display:block; width:100%; height:100%; padding:0px !important;}
.credit:hover{height:15px !important; background-position: 3px 0px; cursor:pointer; background-color:#fff !important;}


