@charset "UTF-8";
/* Main LexPRO CSS Document */

* {margin:0; padding:0;}
html, body {
	height: 100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #747676;
	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: #000000;
}
.oneColFixCtrHdr #container {
	width: 808px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border-left: 1px solid #ECA917;
	border-right: 1px solid #ECA917;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	/*STICKY FOOTER DATA*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -42px; /* the auto margins (in conjunction with a width) center the pagethe bottom margin is the negative value of the footer's height */
	
}
/* Color Pallate */
.grey { background-color:#747676;}
.orange {background-color:#ECA917;}

/* HEADER TAGS */
.oneColFixCtrHdr #header {
	background: #747676; 
	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. */
	height:71px;
	margin:0 -1px;
	border-left:1px solid #747676;
	border-right:1px solid #747676;
	z-index:2000;
}
.oneColFixCtrHdr #header #hBox {
	position:relative;
	width:808px;
	height:71px; /* Same as #header */
	margin:0 auto;
}
#languageSelect {
	position:absolute;
	right:20px;
	bottom:10px;
}
.oneColFixCtrHdr #header #hBox #navBox {
	position:absolute;
	left:45px;
	top:45px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #747676;*/
	color:#FFFFFF;
	position:relative;
}

/*FOOTER CLASSES */

#footer, .push {
	height: 40px; /* .push must be the same height as .footer */
}

.oneColFixCtrHdr #footer {
	width:100%;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer #column {
	margin: 0 auto; /* 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:9px;
	color:#FFFFFF;
	text-align:center;
	width:808px;
	background:#747676;
}

.oneColFixCtrHdr #footer #column a.footLink, .oneColFixCtrHdr #footer #column a.footLink:link, .oneColFixCtrHdr #footer #column a.footLink:visited {
	color:#FFFFFF;
}
#footText {
	position:relative;
	top:-5px;
}
.oneColFixCtrHdr #footer #column a.footLink:hover {
	color:#ECA917;
}
#whoson {
	margin:0; padding:0;
	
}
/* Form ELements */
select {
	border:1px solid #999999;
	}
