@charset "UTF-8";
/* CSS Document */
body  {
	/* background: #666666; */
	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: #6a5f5f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container { 
	width: 1024px;
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #c60;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #header { 
	background: #DDDDDD; 
	padding: 0;  /* 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. */
} 

.thrColFixHdr #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: 60px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px 20px 20px; /* padding keeps the content of the div away from the edges */

}


.thrColFixHdr #mainContent {
	margin: 0px 0px 0px 340px;
	padding: 35px 30px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
} 

.thrColFixHdr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #C60;
}

.thrColFixHdr #mainContent h2
{
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	border: 0px;
}

.thrColFixHdr #mainContent ul li
{
	font-style: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	margin: 0px 0px 0px -20px;
	list-style: disc;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	border-top: 1px solid #c60;
	height: 70px;
}
 
.thrColFixHdr #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 */
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a5f5f;
	line-height: 16px;
}

.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;
}

.thrColFixHdr #navbar {
	float: left; /* since this element is floated, a width must be given */
	width: 910px;
	padding: 10px 5px 10px 110px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 10px 0px;
	background-color: #6a5f5f;
	color: #ffffff;
}

#logo
{
	border: 0;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.topborder
{
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 7px;
}

.titleimage
{
	margin-top: 15px;
	margin-right: 7px;
	margin-bottom: 9px;
	margin-left: 7px;
}


h3
{
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border: 0px;
	margin: 0px 0px 20px 0px;
}

p
{
	font-style: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

p.small_text
{
	font-style: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
	margin: 2px 0px 20px 10px;
}	


.feature_text
{
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C60;
	line-height: 14px;
	text-decoration: none;
}

.thrColFixHdr #container #navbar #orange {
	color: #c60;
}

.navbar_link
	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px; 
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	}

.navbar_link:visited 	
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px; 
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	text-decoration: none;
	}

.navbar_link:hover 	
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px; 
	color: #c60;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	text-decoration: none;
	}


.thrColFixHdr #container #mainContent h1.margin20px {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 30px 0px 0px 0px;
	color: #C60;
}

#text
{
	position: relative;
	z-index: 2;
	display: block;
	height: 78px;
	width: 133px;
	top: -140px;
	left: 495px;
	margin: 50px 0px 0px 5px;
	color: #ffffff;
	text-decoration: none;
}

.white
	{	
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	}

.white:visited 	
	{
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
		}

.white:hover 	
	{
	color: #ffffff;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.orange_link
	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px; 
	color: #c60;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	}

.orange_link:visited 	
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px; 
	color: #c60;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	}

.orange_link:hover 	
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px; 
	color: #6a5f5f;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	}

img
{
border: 0px;
}