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

/* PNG Fix for those pesky IE people */
img, div, a, table, tr, td, input, ul, li, { behavior: url(css/resources/iepngfix.htc) }

body {
	background-color: #272727;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Lucida Sans", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #CCCCCC;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-family: "Lucida Sans", Arial;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #222222;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#header {
	background-image: url(../images/header-tile.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 100%;
}
#header #container {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding: 0px;
	height: 110px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header #container #logo {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 180px;
}
#header #container #logo a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 110px;
	width: 180px;
	position: block;
}
#nav {
	background-color: #33A3DC;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 100%;
}
#nav #nav_container {
	display: block;
	padding: 0px;
	height: 50px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav #nav_container div {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 50px;
	float: left;
	overflow: auto;
}
#banner #top_container #intro div a  {
	height: 42px;
	position: block;
	display: block;
}
#nav #nav_container div.home {
	background-image: url(../images/home-btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 83px;
	display: block;
	height: 50px;
}
#nav #nav_container div.about {
	background-image: url(../images/about-btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 215px;
	float: left;
}
#nav #nav_container div.services {
	background-image: url(../images/services-btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 159px;
}
#nav #nav_container div.testimonials {
	background-image: url(../images/testimonials-btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 132px;
}
#nav #nav_container div.tips {
	background-image: url(../images/tips-btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 132px;
}
#nav #nav_container div.blog {
	background-image: url(../images/blog-btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 76px;
}
#nav #nav_container div.contact {
	background-image: url(../images/contact-btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 104px;
}
#nav #nav_container div:hover {
    background-position: 0px -50px
}

#banner {
	background-image: url(../images/banner-tile.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 360px;
	width: 100%;
}
#banner #top_container {
	display: block;
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
	height: 100%;
}
#banner #top_container #carousel {
	background-image: url(../images/carousel-shadow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 266px;
	width: 600px;
	float: left;
	padding: 0px;
	margin-top: 40px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#banner #top_container #intro {
	display: block;
	width: 250px;
	float: left;
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#banner #top_container #intro p {
	font-family: "Lucida Sans", Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-shadow: #3e3e3e 0 0 0;
}
#banner #top_container #intro p a {
	font-family: "Lucida Sans", Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #33a3d3;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-shadow: #3e3e3e 0 0 0;
	text-decoration: none;
}
#banner #top_container #intro p a:hover {
	font-family: "Lucida Sans", Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	color: #33a3d3;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-shadow: #3e3e3e 0 0 0;
	text-decoration: underline;
}
#banner #top_container #intro div {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 42px;
	position: block;
}
#banner #top_container #intro div a  {
	height: 42px;
	position: block;
	display: block;
}
#banner #top_container #intro div.more {
	background-image: url(../images/more-btn.png);
	background-repeat: no-repeat;
	background-position: 0px -42px;
	width: 122px;
	margin-left: -5px;
}

#banner #top_container #intro div:hover {
	background-position: 0px 0px
}
#content {
	background-image: url(../images/content-tile.gif);
	background-repeat: repeat-x;
	background-position: 0px top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #3E3E3E;
}
#content #main {
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
#content #main div {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 42px;
	position: block;
}
#content #main div a {
	height: 42px;
	position: block;
	display: block;
}
#content #main div.more_about {
	background-image: url(../images/more-about-btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 212px;
	margin-left: -5px;
}
#content #main #copy .box{
	display: block;
	float: left;
	width: 320px;
}
#content #main div.more_tips {
	background-image: url(../images/more-tips-btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 156px;
	margin-left: -5px;
}
#content #main div:hover {
    background-position: 0px -42px
}
#content #main #copy {
	display: block;
	padding: 0px;
	float: left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	min-height: 350px;
}
#content #main #copy p {
	font-family: "Lucida Sans", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-shadow: #3e3e3e 0 0 0;
}
#content #main #copy .ad label {
	font-family: "Lucida Sans", Arial;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #2c3e47;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-shadow: #3e3e3e 0 0 0;
}
#content #main #copy .ad {
	display: block;
	float: left;
	width: 196px;
	margin-right: 50px;
	height: 420px;
	margin-top: 0px;
	z-index: 999999;
	text-align: left;
	background-image: url(../images/ebook-promo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 160px;
	padding-bottom: 10px;
}
#content #main #copy .ad input {
	margin-bottom: 5px;
}
#content #main #copy #book {
	display: block;
	margin: 0px;
	padding: 0px;
}
p strong{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#content #main #right {
	padding: 0px;
	float: left;
	width: 220px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 50px;
	height: 100%;
}
#content #main #right p {
	font-family: "Lucida Sans", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-shadow: #3e3e3e 0 0 0;
}
#content #main #right ul {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-shadow: #3e3e3e 0 0 0;
	vertical-align: top;
	width: 240px;
}
#content #main #right li {
	font-family: "Lucida Sans", Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 18px;
	text-shadow: #3e3e3e 0 0 0;
	width: 240px;
	list-style-type: disc;
}
#footer {
	background-image: url(../images/footer-tile.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	display: block;
	padding: 0px;
	height: 80px;
	width: 100%;
	margin: 0px;
}
#footer #btm_container {
	display: block;
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
}
#footer #btm_container #copyright {
	font-family: "Lucida Sans", Arial;
	font-size: 11px;
	display: block;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	padding: 0px;
	float: left;
	width: 490px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer #btm_container #parachute {
	font-family: "Lucida Sans", Arial;
	font-size: 11px;
	display: block;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: right;
	padding: 0px;
	float: left;
	width: 490px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer #btm_container #parachute a {
	font-family: "Lucida Sans", Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#footer #btm_container #parachute a:hover {
	font-family: "Lucida Sans", Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 556px; /*Width of Carousel Viewer itself*/
	height: 237px; /*Height should enough to fit largest content's height*/
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 10px solid #FFFFFF;
	background-color: #FFFFFF;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 556px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

