@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	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: #000000; 
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	line-height:1.5em;
}

a:visited    { text-decoration: underline; color: #DE7C25; }
a:link       { text-decoration: underline; color: #DE7C25; }
a:active      { text-decoration: underline; color: #DE7C25; }
a:hover      { text-decoration: none; color: #FF5C38;}

.twoColFixLtHdr #container { 
	width: 928px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right: 6px solid #B16016;
	border-left: 6px solid #B16016;
	border-bottom: 6px solid #B16016;

} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	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. */
	
} 

/* =============== SIDE BAR AND NAV ======================== */
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 214px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	color:#38558C;
	font: normal 12px Arial, Helvetica, sans-serif;
}

#navcontainer ul {
	list-style-type: none;
	text-align: left;
	line-height:80%;
}

#navcontainer ul li {
	padding:1px;
	margin:0;
}
#navcontainer ul li a {
	text-align: left;
	text-decoration: none;
	color: #38558C; 
	padding: 0 0 0 10px;
	margin:0;
}

#navcontainer ul li a:hover
{
color: #273C64;
}

/* Special Alert Box */
#alert { 
	background-image:url(images/alert_box.gif); 
	background-repeat:repeat-y; 
	color:#FFFFFF;
	padding:10px;
	margin:0;
	
}

.third { 
	color: #537ED2;
}

/* ================== MAIN CONTENT ==================== */

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 214px; /* 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;
	font-size:14px;
	background-image:url(images/bg2.jpg);
	background-repeat:no-repeat;
	background-color:#CDD0D5;
	width:711px; 

} 

.twoColFixLtHdr #mainContent h1 { 
	padding: 20px 20px 0 20px;
	font-size:20px;
	color: #DE7C25;
} 

.twoColFixLtHdr #mainContent h2 { 
	padding: 0 20px 0 20px;
	font-size:14px;
	color: #32393F;
	font-weight:bold;
} 

.twoColFixLtHdr #mainContent p { 
	padding: 0 20px 0 20px;
	font-size:12px;
	color: #000000;
} 

.news { 
	padding: 0 20px 0 20px;
	font-size:12px;

}

.services { 
	line-height:1.1em; 
	padding: 0 0 0 35px;
}

/* ================== SUBPAGE MAIN CONTENT ==================== */

.twoColFixLtHdr #mainContent2 { 
	margin: 0 0 0 214px; /* 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;
	font-size:12px;
	width:711px; 
	background-color:#E8E9EB;
} 

.twoColFixLtHdr #mainContent2 h1 { 
	padding: 20px 20px 0 20px;
	font-size:20px;
	color: #DE7C25;
} 

.twoColFixLtHdr #mainContent2 h2 { 
	padding: 0 20px 0 20px;
	font-size:14px;
	color: #32393F;
	font-weight:bold;
} 

.twoColFixLtHdr #mainContent2 p { 
	padding: 0 20px 0 20px;
	font-size:12px;
	color: #000000;
} 

/* right side box */
.box { 
	border: solid 1px #999999; 
	padding:0; 
	margin:20px; 
/*	background-image:url(images/alert_box.gif); 
	color:#FFFFFF; */
}

/* ================== FOOTER ==================== */
.twoColFixLtHdr #footer { 
	padding:20px;
	font-size:12px;
	color:#666666;
	text-align:center;
	border-top: 1px solid #999999;

} 
.twoColFixLtHdr #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: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

.twoColFixLtHdr #footer a:visited    { text-decoration: none; color:  #666666; }
.twoColFixLtHdr #footer a:link       { text-decoration: none; color: #666666; }
.twoColFixLtHdr #footer a:active      { text-decoration: none; color: #666666; }
.twoColFixLtHdr #footer a:hover      { text-decoration: none; color: #000000;}


/* ================== MISC ==================== */

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