html{
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

.footer, .push {
	height: 85px;
	margin-right: auto;
	margin-left: auto;
}

/*Stick Footer ENDS*/






body  {
	font: 11px/1.67em "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	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;
	background-repeat: repeat-x;
	background-image: url(css_img/jane_swirls.gif);
	background-position: center top;
	height: 100%;
}
a:link {
}

#curveHeader {
	width: 100%;
	height: 220px;
	position: absolute;
	background-image: url(css_img/curve_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 0px;
	float: none;
	color: #333333;
}

.thrColLiqHdr #container {
	width: 780px;
	border: 1px none #ffffff;
	text-align: left;
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColLiqHdr #header {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	margin: 0px;
	height: 165px;
	width: 740px;
	background-image: url(css_img/curve_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-indent: 0px;
	color: #333333;
	font-weight: bold;
} 


/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {
	float: left;
	width: 140px;
	background: transparent;
	margin: 0px;
	color: #666666;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.thrColLiqHdr #sidebar1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22pt;
	line-height: 30pt;
	color: #961F64;
	font-weight: normal;
}

.thrColLiqHdr #sidebar2 {
	float: right;
	width: 220px;
	padding: 15px 0;
	color: #666666;
	border: 0px none #FFFFFF;
}

.thrColLiqHdr #sidebar2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22pt;
	line-height: 30pt;
	color: #961F64;
	font-weight: normal;
	text-transform: none;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	margin: 0px 235px 0px 175px;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #666666;
	text-align: justify;
	padding: 0px;
}
.thrColLiqHdr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22pt;
	color: #961F64;
	font-weight: normal;
	line-height: 30px;
}

.thrColLiqHdr #footer {
	color: #972064;
	font-size: 7pt;
	line-height: 9.5pt;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(css_img/curve_footer_new.gif);
	background-position: center bottom;
	height: 80px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 740px;
} 
.thrColLiqHdr .footer #footer a:link {
	color: #FEBA2E;
}


.thrColLiqHdr #footer p {
	margin: 0;
	padding: 10px 0;
	text-align: right;
	color: #FFFFFF;
}

/* Miscellaneous classes for reuse */
.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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#button {
	width: 140px;
	border-right: 0px solid #CCCCCC;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size : 11px;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: normal;
	background-image: none;
        }

        #button ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #button li {
                border-bottom: 1px solid #CCCCCC				;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #button li a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 0px;
                border-right: 0px;
                background-color: #333333;
                color: #fff;
                text-decoration: none;
                width: 100%;
                }

        #button li a:hover {
                border-left: 0px;
                border-right: 5px solid #FFFFFF;
                background-color: #333333;
                color: #FEBA2E;
                }

        #button li #active {
                border-left: 0px;
                border-right: 5px solid #FFFFFF;
                background-color: #666666;
                color: #FEBA2E;
                }
.Quotation {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 22px;
	font-weight: 100;
	color: #FFFFFF;
	line-height: 30px;
	font-variant: normal;
	font-style: normal;
}
.QuotationSmaller {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FEBA2E;
	line-height: 30px;
	font-style: normal;
}

#Menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	display: inline;
	margin: 0px;
	font-weight: normal;
	vertical-align: middle;
	color: #96959D;
	font-variant: normal;
	padding: 0px;
	float: left;
	border: 0px none;
}

#Menu ul { 
text-align: left; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */ 
margin: 0px, 20px, 10px, 20px; /* Just some margin to align the blue border below the menu */ 
} 
#Menu li {
	display: inline;
	padding: 0px 10px 0px 0px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */ 
} 
#Menu li a { 
padding: 10px 10px 0px 0px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */ 
color: #636363; 
text-decoration: none; 
} 
#Menu li a:hover {
	background-color: #FFFFFF;
	color: #961F64;
} 


[if IE]> 
<style type="text/css"> 
/* Unfortunately, for some reason both IE6 and IE7 needs to be hacked. */ 
.Menu1 li a { 
padding: 0px, 0px, 0px, 0px; 
} 
</style> 
[endif] 



[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColLiqHdr #sidebar2, .thrColLiqHdr #sidebar1 { padding-top: 30px; }
.thrColLiqHdr #mainContent { zoom: 1; padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
[endif]
.thrColLiqHdr #nav {
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-color: #ffffff;
	margin: 0px;
	height: 70px;
	width: 780px;
	background-image: url(css_img/jane_parker_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.navigation {

	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	background-color: #ffffff;
	margin: 0px;
	height: 40px;
	width: 780px;
}
a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #961F64;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #333333;
}

iframe {
	border: 1px solid #961F64;
}
.iframePagesDiv {
	padding: 0px 10px 10px;
	background-color: #FFFFFF;
}
.boldPurpleText {
	font-size: 13px;
	font-weight: bold;
	color: #961F64;
	text-align: justify;
}
hhw {
	color: #FFFFFF;
}

.bullets {
	list-style-image: url(css_img/bullet.gif);
	list-style-position: outside;
	text-align: left;
	line-height: 22px;
}
.hardhatYellow {
	color: #FEBA2E;
}
