@charset "UTF-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #ecdec8;
	margin: 10px 0px 0px 0px; /* 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: #53565b;
}
.main #container {
	width: 948px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	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. */
}
.main #top {
	background: url(../images/bkg_top.gif) top left no-repeat;  width: 948px; height:15px; 
	padding: 0px 10px 0px 20px;  /* 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. */
}

*html .main #top {
	background: url(../images/bkg_top.gif) top left no-repeat;  width: 948px; height:15px; 
	padding: 0px 10px 0px 20px; margin-bottom: -3px;
}
.main #header { 
background: #fff; padding: 0px;  /* 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. */
}
.main #headerTop {float: left; background-color: #fff; width: 100%;}
.main #headerTop .left {float: left; width: auto; padding-left: 45px; padding-bottom: 10px;}
.main #headerTop .right {float: right; width: auto; text-align: right; padding-right: 20px;}
.main #headerTop a, .main #headerTop a:link, .main #headerTop a:visited, .main #headerTop a:active {color: #968872; font-size:11px; font-weight: normal;}
.main #headerTop .utility {padding-top: 50px; padding-right: 25px;}
.main #mainContent {float: left;
	padding: 0 20px; background: #fff;
	
}

.main #navigation {background: #fff; padding-left: 30px;}
.main #navigation .leftside {width: 750px; float: left;}
.main #navigation .rightside {width: 131px; background:url(../images/menu_right.jpg) top left no-repeat; height:31px; float: right; margin-right: 32px; font: bold 12px Arial, Helvetica, sans-serif;}
.main #navigation .rightside a, .main #navigation .rightside a:link, .main #navigation .rightside a:visited, .main #navigation .rightside a:active {color: #fff;}
.main .login {margin-top: 7px; margin-left: 75px;}
.main #flash {background: #fff; padding-left: 0px;}

/* These styles are for the home feature box for News */

#hmFeature {width: 191px; float: left; text-align: left; margin-top: 6px; padding-left: 24px;}
#hmFeature .top {float: left; background:url(../images/hm_ftr_top.gif) top left no-repeat; height: 32px; width: 191px; padding-bottom: 0px; font-size:14px; font-weight:bold; color:#fff;}
#hmFeature .mainCont { border-left: 1px solid #d3c7b6; border-right: 1px solid #d3c7b6; background: #fff; padding:10px 5px 15px 5px; font-size: 11px; font-weight: bold; color:#cec2ae; float: left; width:179px; height:138px; margin-top: -5px;}
#hmFeature .mainCont p {line-height: 6px;}
#hmFeature .ftrBtm {width: 191px; height: 12px; background:url(../images/ftr_bttm.gif) top left no-repeat; float: left;}
#hmFeature .topImg {margin-top: 5px; margin-left: 25px; float:left;}
#hmFeature .topTxt {float: left; padding-left: 5px; padding-top: 7px; position: relative; font-size: 12px; color: #968872;}
#hmFeature a, #hmFeature a:link, #hmFeature a:visited, #hmFeature a:active {text-decoration: none; font-weight:bold; font-size: 11px; color:#968872;}
#hmFeature .newsLnk {text-align: right; color:#968872;}
#hmFeature .newsTxt {color: #53565b;}

#hmFeature a:hover {text-decoration: underline;}

/* These styles are for the bottom sections of the home page */

.main #hmBttm {/*float: left;*/ width:888px; background:#fff; padding: 10px 0px 0px 20px;}
.main #hmBttm .leftTabs {float: left; margin-left: -5px;}
.main #hmBttm .middle {float: left; padding-left: 12px;}
.main #hmBttm .rtVideo {float: right; margin-right: 10px; margin-top: 5px;}
.main #hmBttm h3 {font-weight: bold; padding: 2px; font-size: 12px;}

.main #bttm {background: url(../images/bkg_bttm.gif) bottom left no-repeat;  width: 948px; height:15px;
	padding: 0 10px 0 20px; float: left;}

.main #footer { 
	 /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#53565b; color: #fff; font-size: 11px; font-weight:normal;
}

.main #footer a {color: #968872;}

.main #footer .lft { float: left;
	padding: 15px 0px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ecdec8; color: #968872; font-size: 11px; font-weight:normal;
}
.main #footer .rt { float: right;
	padding: 15px 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ecdec8; color: #968872; font-size: 11px; font-weight:normal;
}
.main #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 */
}

/* IE Hacks */

*html .main #bttm {background: url(../images/bkg_bttm.gif) bottom left no-repeat;  width: 948px; height:15px;
	padding: 0 10px 0 20px; float: left; margin-top: -3px;}
*html .main #mainContent {float: left;
	padding: 0 24px; background: #fff; width:733px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
*html .main #top {
	background: url(../images/bkg_top.gif) top left no-repeat;  width: 948px; height:15px; 
	padding: 0px 10px 0px 20px; margin-bottom: -3px;
}

*:first-child+html .main #mainContent {float: left;
	padding: 0 22px; background: #fff; width:904px;}
	
*html .main #flash {background: #fff; padding-left: 0px; margin-top: -2px;}
*html .main #hmBttm {width:120%; background:#fff; padding: 10px 0px 0px 20px;}
*html .main #navigation {background: #fff; padding-left: 30px; margin-left: 0px; width:918px; }
*html .main #navigation .rightside {background:url(../images/menu_right.jpg) top left no-repeat; height:31px; float: left; margin-right: 0px;}
*html #hmFeature .top {padding-bottom: 0px;}
*html .main #hmBttm .middle {float: left; padding-left: 4px;}
*html .main #hmBttm .rtVideo {float: right; margin-right: 4px;}
*html #hmFeature .topImg {margin-left: 12px;}
*html #hmFeature .mainCont { padding:13px 5px 0px 5px; font-size: 11px; font-weight: bold; color:#b7b9bd; margin-top: -5px;}
*html #hmFeature {margin-left: 5px;}
*:first-child+html #hmFeature .mainCont { height: 143px; margin-top: 0px; padding-top: 10px; padding-bottom: 10px;}
*:first-child+html #hmFeature .top {height: 27px; float: none;}
