/* Main layout */

html
{
height: 100%;
}

body
{
height: 100%;
background: #44474c url(../images/bg.jpg) no-repeat center top;
margin:0;
padding: 0;
	color: white;
	font: 0.8em/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: black 0 1px 0;
}

img {
	border: none;
}

#main div.left h2 {
	text-shadow: black 0 1px 0;
	font: bold 18px "Century Gothic", Trebuchet, Helvetica, Arial, sans-serif;
}
#main div.left h3 {
	text-shadow: black 0 1px 0;
	font: bold 14px "Century Gothic", Trebuchet, Helvetica, Arial, sans-serif;
}
#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#content
{
padding-bottom: 145px;
width:995px;
margin:0px auto;
}

#slideshow {
	float: right;
	display: block;
	width: 460px;
}

#ss-main {
	width: 438px;
	height: 247px;
	background: url(../images/slideshow-main.jpg) no-repeat left center;
	display: block;
	padding-left: 16px;
}

.stepcarousel{
		position: relative; /*leave this value alone*/
		border: 0px solid black;
		overflow: scroll; /*leave this value alone*/
		width: 406px; /*Width of Carousel Viewer itself*/
		height: 247px; 
}
		
		.stepcarousel .belt{
		position: absolute;
		top: 15px;
		left: 0px;
}
		
		.stepcarousel .panel{
		float: left; /*leave this value alone*/
		overflow: hidden; /*margin around each panel*/
		width: 406px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

#main div.left {
	padding-left: 25px;
	width: 460px;
	margin-bottom: 30px;
}

#main {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	margin-top: 10px;
	height: 100%;
}

*:first-child+html #main { /* IE7 hack */
margin-top: 25px;
}

img.btn-green {
	margin-top: 15px;
	margin-bottom: 15px;
}

#testimonial {
	width: 405px;
	background: url(../images/quote-left.jpg) no-repeat left top;
	height: 100px;
	color: #fee5b4;
	margin-left: 16px;
	margin-top: 20px;
}

#testimonial p {
	background: url(../images/quote-right.png) no-repeat right bottom;
	padding: 16px 25px 16px 24px;
	font-weight: bold;
	text-shadow: black 0 1px 0;
	line-height: 19px;
}



/*links*/

a, a:link, a:visited {
	color: #f8e100;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #f5aa00;
}

#footer
{
height: 145px;
width: 100%;
background-position: left top;
background-repeat: repeat-x;
background-image: url(../images/footer-bg.png);
position: relative;
margin-top: -145px;  /* need to know how big footer is in height to pull it back up */ 
}

#footer div.inner {
	width:995px;
margin:0px auto;
}

#btns {
	width: 410px;
	display: block;
	float: right;
}

#copyright {
	float: left;
	display: block;
	color: #937966;
	font-size: 11px;
	margin-left: 20px;
	margin-top: 20px;
}



#strap {
	float: right;
	color: black;
	text-align: right;
	margin-top: 15px;
	font: 1.2em "Century Gothic", Verdana, Arial;
	text-shadow: white 0 1px 0;
}
#strap h1 {
	color: black;
	text-shadow: white 0 1px 0;
	margin-bottom: 0;
	padding-bottom: 0;
	font: 1.1em "Century Gothic", Verdana, Arial;
}


#logo {
	
	margin-left: 3px;
	
}

/* Main nav */

#nav {
	font-weight: bold;
	text-shadow: 0px 1px 0px black;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin-top: 6px;
	margin-left: 60px;
	height: 60px;
	display: block;
	width: 876px;
	
}

#nav ul {
	list-style-type: none;
	float:left;
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 7px;
}

#nav li {
	height: 38px;
	text-align: center;
	float:left;
	display: inline;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: 0px 0px 0px 24px;
}

*:first-child+html #nav li { /* IE7 hack */
margin: 4px 0px 0px 25px;
}

* html #nav li {  /* IE 6 only */
margin/**/: 3px 0px 0px 25px; 
}

#nav a, #nav  a:link, #nav a:visited {
	
	text-decoration: none;
	line-height: 30px;
	text-shadow: 0px 1px 0px black;
	color: white;
}

#nav  a:hover {
	color: #fbec8d;
	text-decoration: none;
}


/* Footer nav */

#footer ul {
	list-style-type: none;
	float:left;
	display: inline;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-shadow: 0px 1px 0px black;
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 23px 0px 0px 20px;
	width: 500px;
}

#footer li {
	margin:0px;
	text-align: center;
	float:left;
	display: inline;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 3px;
}

#footer  a, #footer  a:link, #footer a:visited {
	color: white;
	text-decoration: none;
}

#footer  a:hover {
	color: #fbec8d;
	text-decoration: none;
}

hr {border-left-style: dotted; border-bottom-style: none; border-right-style: dotted; border-top-style: dotted; border-color: #bababa; border-width: 1px;}