@import url("sIFR-print.css");

/* These are screen styles that need to be hidden 
--------------------------------*/
#navbar, #results, #resultsContent, #byline  { display: none !important; }

/* ___________ Overall Layout ______________________________________ */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
}

#content {
	clear: both;
	float: left;
	margin: 0 0 45px 0;
}

#approach {
	clear: both;
	float: left;
	width: 60%;
	margin: 30px 0 0 0;
	border-top: 1px solid #a1d5a0;
}

#contact {
	width: 35%;
	margin: 30px 0 0 0;
	padding: 0 0 0 30px;
	border-top: 1px solid #a1d5a0;
	border-left: 1px solid #a1d5a0;
	float: left;
}

#results {
	position: absolute;
	width: 388px;
	height: 475px;
	background-position: bottom;
	left: 500px;
	top: 135px;
	background-image: url(../images/man_mountain.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}

#resultsContent {
	position: absolute;
	margin: 45px 0 0 0;
	width: 375px;
	height: 500px;
	left: 520px;
	font: 11px/1.5em verdana, arial, helvetica, sans-serif;
}

#footer {
	clear: both;
	margin: 45px 0 0 0;
}




/* ___________ Universal Typography ______________________________________ */
html, body {
	font: 11px/1.5em verdana;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #33b658;
	text-transform: lowercase;
}

h4 {
	font-size: 12px;
}

a img {
	border: none; 
}

a {
	color: #006633;
}




/* ___________ Header and Universal Navigation Styles ______________________________________ */
#header {

}

#logo {
	text-indent: -5000em;
	background-image: url(../images/logo_print.gif);
	background-repeat: no-repeat;
	height: 125px;
	width: 700px;
	float: left;
}








/* ___________ Content Area Styles ______________________________________ */
#content p {
	margin: 0 0 15px 0;
	line-height: 20px;
}

#content h2 {
	margin: 25px 0 15px 0;
	font-size: 32px;
	font-weight: 100;
	width: 450px;
	height: 35px;
}

#content h3 {
	margin: 20px 0 0 0;
	font-size: 16px;
	font-weight: 100;
	width: 500px;
	height: 20px;
}

#content ul {
	margin: 0 0 25px 45px;
}

#content li {
	line-height: 20px;
}

ul#solution {
	width: 400px;
	margin: 20px 0 0 0;
	list-style: none;
}

#solution li, #approach li {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 15px;
	background-image: url(../images/bullet_add.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	font: 11px/1.5em verdana, arial, helvetica, sans-serif;
	line-height: 23px;
}

#contactus ul {
	list-style: none;
}



/* ___________ Results Area Styles ______________________________________ */
#results blockquote {
	text-indent: -5000em;
}

#resultsContent blockquote {
	color: #00588a;
	font-size: 11px;
	line-height: 18px;
	background-image: url(../images/quotes_closed.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.callout, .calloutResults  {
	margin: 0 0 0 65px; 
	padding: 15px 25px 25px 25px;
	border-left: 1px solid #a1d5a0;
}

.calloutResults {
	background-image: url(../images/quotes_open.gif);
	background-repeat: no-repeat;
	background-position: 20px 35px;
}

.calloutHome {
	margin: 20px 0 0 45px;
	padding: 15px 25px 25px 25px;
}

#resultsContent h3, #results h3 {
	width: 150px;
	height: 22px;
}

#results h3 {
	margin: 0 0 0 15px;
}

ul#inspiration li {
	margin: 0 20px 7px 0;
	padding: 0 0 0 20px;
	background-image: url(../images/shape_square_go.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	line-height: 16px;
}

ul#submenu li {
	margin: 0 20px 7px 0;
	padding: 0 0 0 20px;
	background-image: url(../images/bullet_add.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	line-height: 16px;
}



/* ___________ Approach and Contact Area Styles ______________________________________ */
#approach h3, #contact h3 {
	margin: 10px 0 0 0;
	font-size: 16px;
}

#contact h3 {  /* I'm only doing this to make sIFR work */
	width: 90px;
	height: 22px;
}

#approach h3 { /* I'm only doing this to make sIFR work */
	width: 110px;
	height: 22px;
}

#approach p {
	margin: 0;
	width: 290px;
}

#contact ul, #approach ul, #resultsContent ul {
	list-style: none;
	line-height: 21px;
	margin: 0;
}


/* ___________ Footer Area Styles ______________________________________ */
#footer p {
	width: 860px;
	font-size: 10px;
	color: #006633;
	line-height: 16px;
	margin: 0 auto;
	font: 10px/1.5em verdana, arial, helvetica, sans-serif; 
}