@charset "utf-8";
body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	background: #BDC0C9 url(../images/common/background-repeat.png) repeat-x;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #26329B;
}
h1, h2, p {
	padding: 5px;
	margin: 0px;
} /* BWA: This is to override browser default settings and give a more consistent look. */
a img {
	border: none;
}
#container { 
	width: 740px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto 10px 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. */
	position: relative;
}
#header { 
	background: #C8903A url(../images/common/header-repeat.png) repeat-x;
	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. */
	text-align: center;
	height: 68px;
}
#header div {
	position: relative;
	width: 100%; /* BWA: This seems to keep IE6 happy about positioning the corner image elements; they do not appear correctly without an explicit width on this parent div */ 
}
#header div #logo { 
	position: absolute;
	right: 15px;
	top: 13px;
}
#header div .cornerleft { 
	position: absolute;
	left: 0px;
	top: 0px;
}
#header div .cornerright { 
	position: absolute;
	right: 0px;
	top: 0px;
}
#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: 21px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.8em;
	font-weight: bold;
}
#topmenu {
	margin: 0px 0px 0px 24px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	background: none;
	position: relative;
	z-index: 999;
}
#topmenu a:link {
	color: #26329B;
	text-decoration: none;
}
#topmenu a:hover {
	color: #26329B;
	background: #EB9C25;
	text-decoration: none;
}
#topmenu a:visited {
	color: #26329B;
	text-decoration: none;
}
#topmenu li {
	background: #FAD69A;
	padding: 0px;
	margin: 0px;
	width: auto;
	float: left;
	position: relative;
}
#topmenu li a {
	display: block;
	margin: 0px;
	padding: 5px 10px 5px 10px;
}
#topmenu li ul {
	list-style-type: none;	
	position: absolute;
	width: auto;
	margin: 0;
	padding: 0px 5px 0px 0px;
	left: -100000px;
}
#topmenu ul li {
	margin: 0px;
	padding: 0px;
	left: 0px;
	width: 150px;
}
#topmenu ul li a {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 4px;
	display: block;
}
.TwoColFixedHeadFoot #sidebar1 {
	margin: 0 auto 0 auto;
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* 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: 15px 0px 15px 20px;
	font-size: 8px; /* BWA: This is necessary to get the buttons to line up at the correct distance vertically.  There are other ways, but this works fairly well. */
}
.TwoColFixedHeadFoot #sidebar1 span {
	padding: 0px 2px 0px 0px;
	margin: 0px;
}
.TwoColFixedHeadFoot #mainContent { 
	margin: 30px 0 20px 250px; /* 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: 0px 20px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.TwoColFixedHeadFoot #mainContentHome { 
	margin: 30px 0 20px 250px; /* 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: 0px 20px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: right;
}
.TwoColFixedHeadFoot .floatleft { 
	width: auto;
	float: left;
	padding: 0px 10px 5px 10px;
}
.TwoColFixedHeadFoot .floatcontainer { 
	float: left;
	padding: 0px 10px 5px 10px;
	width: 95%;
}
.TwoColFixedHeadFoot .floatright { 
	float: right;
	width: auto;
	padding: 10px 0px 5px 10px;
}
.TwoColFixedHeadFoot .centeralign { 
	width:  inherit;
	text-align: center;
}
#mainContent h1 {
	color: #FFA623;
	font-size: 1.6em;
	text-align: center;
}
#mainContent h2 {
	color: #FFA623;
	font-size: 1.4em;
	text-align: center;
}
.SingleColFixedHeadFoot #mainContent .employeeaccesslist {
	margin: 100px 50px 150px 200px;
	font-size: 1.4em;
}
.SingleColFixedHeadFoot #mainContent .employeeaccesslist li {
	margin-bottom: 30px;
}
#mainContent .basictable {
	border-collapse: collapse;
	border: 1px #26329B solid;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#mainContent li {
	margin: 5px auto 5px auto;
}
#mainContent .basictable th {
	border: 1px #26329B solid;
	text-align: center;
	background: #D3D3E7;
	padding: 5px 5px 5px 5px;
}
#mainContent .basictable td {
	border: 1px #26329B solid;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
#footer { 
	background: #C8903A url(../images/common/footer-repeat.png) repeat-x;
	height: 68px;
} 
#footer div {
	position: relative;
	width: 100%; /* BWA: This seems to keep IE6 happy about positioning the corner image elements; they do not appear correctly without an explicit width on this parent div */ 
	padding: 0px;
	margin: 0px;
	font-size: 0.75em;
}
#footer div .w3clogo { 
	position: absolute;
	left: 10px;
	top: 12px;
}
#footer div .cornerleft { 
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#footer div .cornerright { 
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 10px 5px 10px;
	text-align: right;
	color: #888EC6;
}
#footer a {
	color: #888EC6;
}
.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;
}