* {
	margin: 0;
}
html, body {
	height: 100%;
}



body  {
	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: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a {
	color: #83399C;
	text-decoration: none;
}
a:hover {
	color: #50235F;
	text-decoration: underline;
}

#container  {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	height: 174px;
	padding-bottom: 28px;
	padding-top: 28px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #83399c;
	margin-bottom: 28px;
} 
#topbanner {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 174px;
	width: 668px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}
#header    .logo a  {
	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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 174px;
	width: 282px;
	text-indent: -9999px;
	display: block;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 355px;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-left: 25px;
	background-image: url(../images/page-curl.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 30px;
}
#sidebar1 h3 {
	font-weight: bold;
	color: #83399C;
	font-size: 138.5%;
	margin-bottom: 10px;
}

#sidebar1Narrow {
	float: right; /* since this element is floated, a width must be given */
	width: 280px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 30px;
}

.pagecurl {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-image: url(../images/page-curl.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 30px;
	height: 180px;
}

#greypaneltop h2 {
	font-weight: bold;
}
#greypaneltopFullWidth h2 {
	font-weight: bold;
	color: #333333;
}

#pagecurl {
	clear: both;
	float: right;
	width: 375px;
	margin-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	background-image: url(../images/page-curl.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 187px;
}

#mainContent  {
	padding: 0;
	float: left;
	width: 530px;

} 

#mainContentWide  {
	padding: 0;
	float: left;
	width: 650px;

} 

#mainContentFullWidth  {
	padding: 0;
	float: left;
	width: 960px;
	margin-bottom: 20px;

} 


#title {
	background-image: url(../images/title-bg.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 28px;
	margin-bottom: 5px;
}
#container   #title h1 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 146.5%;
	float: left;
	width: 350px;
}
#titleFullWidth {
	background-image: url(../images/title-bg-full.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 28px;
	margin-bottom: 5px;
}
#container   #titleFullWidth h1 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 146.5%;
	float: left;
	width: 350px;
}

#mainContent h1, #mainContentWide h1 {
	font-weight: bold;
	color: #83399C;
	font-size: 146.5%;
}
#mainContent h2, #mainContentWide h2 {
	font-weight: bold;
	color: #83399C;
	font-size: 123.1%;
}
#mainContent h3, #mainContentWide h3 {
	font-weight: bold;
	color: #83399C;
	font-size: 108%;
}
#container #mainContentWide ul, #container #mainContentFullWidth ul, #container #mainContentWide ol, #container #mainContent ol, #container #mainContentFullWidth ol {
	padding-left: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#container #mainContentWide li, #container #mainContentFullWidth li {
	list-style-type: disc;
	list-style-position: outside;
}

#container #mainContentWide ol li, #container #mainContent ol li, #container #mainContentFullWidth ol li {
	list-style-type: decimal;
	list-style-position: outside;
}


.step {
	float: right;
	font-size: 116%;
}


#greypaneltop {
	background-image: url(../images/grey-panel-top.gif);
	width: 500px;
	background-color: #CCCCCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
	min-height: 240px;
}
#greypanelbtm {
	background-image: url(../images/grey-panel-btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #CCCCCC;
	padding: 0px;
	height: 10px;
}

#greypaneltopFullWidth {
	background-image: url(../images/grey-panel-top-full.gif);
	width: 930px;
	background-color: #CCCCCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: no-repeat;
	min-height: 240px;
}
#greypanelbtmFullWidth {
	background-image: url(../images/grey-panel-btm-full.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #CCCCCC;
	padding: 0px;
	height: 10px;
}

.btn-continue a {
	height: 30px;
	width: 190px;
	display: block;
	background-image: url(../images/btn-continue.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
}
.btn-continue a:hover {
	background-image: url(../images/btn-continue.gif);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#container  .btn-download a {
	background-image: url(../images/btn-download.gif);
	background-repeat: no-repeat;
	height: 115px;
	width: 259px;
	display: block;
	text-indent: -9999px;
}
#container .btn-download a:hover {
	background-position: 0px -115px;
	background-image: url(../images/btn-download.gif);
	background-repeat: no-repeat;
}
#container  .btn-get-quote {
	position: fixed;
	top:240px;
}


#container  .btn-get-quote a {
	background-image: url(../images/btn-get-a-quote.gif);
	background-repeat: no-repeat;
	height: 115px;
	width: 259px;
	display: block;
	text-indent: -9999px;
}
#container .btn-get-quote a:hover {
	background-position: 0px -115px;
	background-image: url(../images/btn-get-a-quote.gif);
	background-repeat: no-repeat;
}

#footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}

#footer  {
	height: 19px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;


} 
#footer li {
	display: inline;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

