@charset "utf-8";
body {
	font:  13px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 25px 0px;
	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;
	scrollbar-base-color:#999999;
}

a {
color: #993333;
}

a:hover {
color: #000000;
}

.whitetext {
color: #3e1714;
}

.whitetext2 {
color: #ffffff;
}

.oneColFixCtrHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	border: 1px solid #000000;
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	padding: 0px 0px 0px 5px;  /* 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. */
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 50px;
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #6D6E70;
	text-align: left;
	width: 100%;
	z-index: 0;
}

.oneColFixCtrHdr #headContent {
	padding: 5px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #999999;
	text-align: right;
	color:#FFFFFF;
	font-size:25px;
	
}

.oneColFixCtrHdr #ColumnsContainer {
	background: #ffffff;
	padding: 0px 0px;
}

.oneColFixCtrHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 314px; /* 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: 0px;
	text-align: right;
	margin-top: 0px;
}

.oneColFixCtrHdr #pageContent {
	margin: 0px; /* the right margin on this div element creates the column down the right 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: 0px;
	text-align: left;
	width: 640px;
	float: left;
	min-height: 400px;
} 

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	text-align: left;
}
.oneColFixCtrHdr #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-size: 10px;
}


.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;
}

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]


/*  Top-menu  */

UL.top-menu {
	float: right;
	width: 630px;
    padding: 0px;
	margin: 40px 0px 0px 0px;
	list-style: none;
	z-index:100;
}

UL.top-menu LI {
    float: right;
    position: relative;
    margin: 0;
    padding: 0;
	display:inline;
	white-space: nowrap;
}


UL.top-menu LI A {
    color: #666666;
	display:inline;
	float: left;
    text-align: center;
	width: auto;
	white-space: nowrap;
	padding: 0px 15px 5px 15px;
	text-decoration: none;
}

UL.top-menu LI A:hover {
color: #000000;
}


UL.top-menu LI.last A{
background: none;
}

UL.top-menu LI.last ul.menu {
    left:-50px;
    //left:-46px;
}

UL.top-menu LI.margin A {
    padding-top: 6px;
    padding-bottom: 6px;
}
UL.top-menu LI:HOVER UL {
	display: block;
    position: absolute;
    left: 0px;
}


/*  Menu  */
UL.menu {
    position: absolute;
    margin: 0;
    padding: 0;
    display: none;
    width: 150px;
    list-style-type: none;
    padding-bottom: 0px;
	/*Padding Top Connects the drop menu to the main Navigation for the cursor to stay connected in the HREF*/
	padding-top: 1px;
    margin-left: 10px;
    float: left;
	margin-top: 20px;
	z-index:10;
	/*border-bottom: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;*/
}
UL.menu LI  {
    width: 150px;
    margin: 0;
    padding: 0;
	
    background:  #CCCCCC;
	border-bottom: #ffffff solid 1px;
	border-left: #ffffff solid 1px;
	border-right: #ffffff solid 1px;
	z-index:10;
}
UL.menu LI:HOVER  {
    color: #ffffff;
	background: #666666;
}
UL.menu LI A {
	width: 144px;
    padding: 2px 2px 2px 4px !important;
    margin: 0;
	color: #3e1714;
    font-weight: normal;
    text-align: left;
    display: block;
    height: auto;
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	text-decoration: none;
}
UL.menu LI A:HOVER, UL.menu LI:HOVER A {
	text-decoration: none;
    background: #666666;
	color: #FFFFFF;
}

