@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #C0C0C0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.twoColFixLtHdr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #container #frame {
	margin: 0px 30px;
	padding: 0px 10px;
	background: url(../images/indexImages/frameHeaderBackground_2x32.jpg) repeat-x top;
	border-top: 1px solid #FFFFFF;
	border-right: 2px solid #EBEBEB;
	border-bottom: 6px solid #8B9B23;
	border-left: 2px solid #EBEBEB;
}

.twoColFixLtHdr #header {
	background: #FFFFFF url(../images/indexImages/headerBackground_2x119.jpg) repeat-x;
	padding: 22px 50px 0px 50px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 95px;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColFixLtHdr #header #nav {
	height: 25px;
	width: 399px;
	padding: 0px;
	text-align: left;
	margin: 0px 0px 0px 505px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 5px 0px 15px 20px;
	display: inline;
}
.twoColFixLtHdr #sidebar1 #top {
	background: #FFFFFF;
	display: block;
	margin: 0px 0px 20px;
	padding: 0px 0px 5px;
	border: 1px solid #EEEEEE;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #sidebar1 #top input{
	border: 1px solid #BFC2A1;
}
.twoColFixLtHdr #sidebar1 #top #text1 {
	width:60px;
}
.twoColFixLtHdr #sidebar1 #top #text2 {
	width:60px;
}
.twoColFixLtHdr #sidebar1 #top #submit {
	margin: 0px;
	padding: 0px 65px;
}

.twoColFixLtHdr #sidebar1 #top .input {
	margin: 0px 5px 5px 0px;
	padding: 0px;
	float: right;
}
.twoColFixLtHdr #sidebar1 #top a {
	color: #e45302;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1 #top a:hover {
	color: #e45302;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 #middle {
	background: #F9F7F7;
	display: block;
	margin: 0px 0px 20px;
	padding: 0px 0px 5px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}
.twoColFixLtHdr #sidebar1 #middle li {
	margin: 0px 0px 10px -20px;
	padding: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	list-style: url(../images/indexImages/bulletArrow_7_8.jpg);
}
.twoColFixLtHdr #sidebar1 #middle a {
	color: #527701;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 #middle a:hover {
	color: #527701;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1 #bottom {
	background: #F9F7F7;
	display: block;
	margin: 0px 0px 50px;
	padding: 0px 0px 5px 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}
.twoColFixLtHdr #sidebar1 #bottom li {
	margin: 0px 0px 10px -20px;
	padding: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	list-style: url(../images/indexImages/bulletDiamond_6_9.jpg);
}
.twoColFixLtHdr #sidebar1 #bottom a {
	color: #333333;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1 #bottom a:hover {
	color: #333333;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
.twoColFixLtHdr #mainContent #stepFrame{
	width: 614px;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	padding: 10px;
	background: url(../images/indexImages/steps/hdr_stepFrame_636x30.jpg) no-repeat top;
}
.twoColFixLtHdr #mainContent #sample1 {
	padding: 20px 30px;
	border: 1px solid #CCCCCC;
	float: left;
}
.twoColFixLtHdr #mainContent #sample2 {
	margin: 0px 224px;
	padding: 20px 30px;
	border: 1px solid #CCCCCC;
}
.twoColFixLtHdr #mainContent #sample3 {
	margin: 0px;
	padding: 20px 30px;
	border: 1px solid #CCCCCC;
	float: right;
}
.twoColFixLtHdr #mainContent #layout1 {
	float: left;
	border-right: 1px solid #dbe0e4;
	border-bottom: 1px solid #dbe0e4;
	border-left: 1px solid #dbe0e4;
	width: 164px;
	background: #fafafa;
	margin-left: 16px;
	display: inline;
}

.twoColFixLtHdr #mainContent #layout2 {
	padding: 0px;
	width: 164px;
	margin: 0px 224px;
	border-right: 1px solid #dbe0e4;
	border-bottom: 1px solid #dbe0e4;
	border-left: 1px solid #dbe0e4;
	background: #fafafa;
}
.twoColFixLtHdr #mainContent #layout3 {
	float: right;
	width: 164px;
	border-right: 1px solid #dbe0e4;
	border-bottom: 1px solid #dbe0e4;
	border-left: 1px solid #dbe0e4;
	background: #fafafa;
	margin-right: 18px;
}
.twoColFixLtHdr #mainContent #btnHdr1 {
	float: left;
	width: 200px;
}
.twoColFixLtHdr #mainContent #btnHdr2 {
	padding: 0px;
	width: 200px;
	margin: 0px 207px;
}
.twoColFixLtHdr #mainContent #btnHdr3 {
	float: right;
	width: 200px;
}
.twoColFixLtHdr #mainContent #seperate {
	border-top: thin dashed #999999;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	height: 22px;
}
.twoColFixLtHdr #mainContent .step2header {
	border-top: thin solid #999999;
	height: 23px;
	border-right: thin solid #999999;
	border-bottom: 1px solid #999999;
	border-left: thin solid #999999;
	background: url(../images/indexImages/steps/silverBkg_4x21.jpg);
}


.twoColFixLtHdr #mainContent h1 {
	font: lighter 20px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
} 
.twoColFixLtHdr #mainContent p {
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #footer {
	padding: 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#8B9B23;
	margin: 5px 30px 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #footer a {
	color:#FFFFFF;
	text-decoration:none;
} 
.twoColFixLtHdr #footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
} 
.centreLayoutImg {
	margin: 10px 13px;
}
.centrePreviewBtn {
	margin: 10px 22px;
}
.centreNextStepBtn {
	margin: 28px 234px;
}


.tagLine {
	color: #8d8875;
	font: bold 13px Arial, Helvetica, sans-serif;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	clear: both;
}
.orangeMain {
	color: #eb7204;
}

.healthywebdesign {
	font: 18px "ZapfHumnst BT", Verdana, Arial;
}
.blueMain {
	color: #027692;
}

.greenMain {
	color: #90a702;
}
.greanHealthyWeb {
	color: #90a702;
	font-size: 32px;
}
.orangeHealthyWeb {
	color: #ff8400;
	font-size: 36px;
}
.blueStep {
	color: #027692;
	font: bold 19px "Swis721 Lt BT", "Arial Narrow", Arial;
}

.greenStep {
	color: #599925;
	font: bold 19px "Swis721 Lt BT", "Arial Narrow", Arial;
}
.orangeStep {
	color: #eb7204;
	font: bold 19px "Swis721 Lt BT", "Arial Narrow", Arial;
}

.grey {
	color: #6b6655;
	font-size: 18px;
}
.tahoma {
	font: bold 16px Tahoma, Verdana;
}
.tahomaSmall {
	font: bold 11px Tahoma, Verdana;
	margin-left: 10px;
}
.tahomaGreen {
	font: bold 16px Tahoma, Verdana;
	color: #69a13c;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloatRight {
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearfloatLeft {
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.centreImg {
	text-align: center;
}
a {
	border: none;
	text-decoration: none;
}
a img {
	border: none;
}
.tahomaOrange {
	font: bold 16px Tahoma, Verdana;
	color: #ea7001;
}
.padding20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
