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

body  {
	font-size:16px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fafafa;
	background-image:url(../images/articles.png);
	background-color:#993300;
	background-position:top;
	background-repeat:no-repeat;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}

.thrColLiqHdr #container {
	width: 980px;  /* this will create a container 80% of the browser width */
	min-height: 700px;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 15px solid #330000;
	background-color:#651D07;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColLiqHdr #header { 
	  /* 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. */
} 
.thrColLiqHdr #header p {
	clear:both;
	background-image:url(../images/background2.jpg);
	height: 126px;
	text-align:center;
	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-right:3px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-bottom:14px;
}

/* 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.editregion5
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; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 16%; /* since this element is floated, a width must be given */
/*	background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding:0 5px 0 0; /* top and bottom padding create visual space within this div  */
	text-align:center;
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; 
	margin-right: 10px;
}

.thrColLiqHdr #mainContent { 
	padding-left:10px;
	padding-right:5px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:200px;
	min-height:770px;
	width:500px;
}

.thrColLiqHdr #footer { 
	clear:both;
	background-image:url(../images/footerbg.jpg);
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0px;
	text-align:center;
	color:#000000;
	height: 40px;
	border: 2px solid #000000;
	vertical-align:bottom;
}
.thrColLiqHdr #stickyNote {
	position:absolute;
	left:170px;
	top:152px;
}
.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;
}

.style5 {font-size:30px;}
.style18 {color: #FFCC66; font-size:25px;}
.style48 {font-size: 30px}
.style59 {font:Verdana, Arial, Helvetica, sans-serif; color: #FFCC66;}
.style84 {font:Verdana, Arial, Helvetica, sans-serif; font-size: 18px;}
.style90 {color: #FFFFFF}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.estimateAlign {
	margin-left:250px;
}
.thrColLiqHdr #seminarLink {
	background-color:#952530;
	/*border:#FF0000 medium dashed;*/
	position:absolute;
	left:300px;
	top:390px;
}

#arrowStory {
	width:150px;
}

.link-content p, .thrColLiqHdr #mainContent p {
	font-size:14px;
}
.link-content p a, .thrColLiqHdr #mainContent p a {
	font-size:15px;
	color:#CC9966;
}
.vidContainer {
	margin-right:300px;
}
#sidebarSignUp {
	float:right;
	width:190px;
	height:2261px;
	background-color:#712105;
	background-image:url(../images/sidebar-bg-full.png);
	padding:0 20px 13px 20px;
	margin:0;
	font:Arial, Helvetica, sans-serif;
}
.leftMargin {
	padding-left:20px;
}
.stepRight {
	padding-left:30px;
}
#sidebarForm {
	background-color:#936a5c;
	border:medium dotted #261611;
}
