@charset "UTF-8";
body  {
	background: #FFFFFF; /* 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;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-weight: normal;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-weight: normal;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #AF4C2C;
}
a img {
border : 0;
}
a, a:visited {
	color: #8E322A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul  {
	margin-left: 10px;
	padding-left: 10px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
} 
#apDiv1 {
	position:absolute;
	width:135px;
	height:150px;
	text-align: right;
	padding-top: 0px;
	top: 0px;
	left: 50%;
	z-index: 999;
	margin-left: 155px;
}
#headStripe {
	background-color: #B15135;
	height: 8px;
	margin-bottom: 8px;
	margin-right: 15px;
	margin-left: 15px;
}
 #header {
	background-image: url(images/expolHead.gif);
	height: 160px;
	background-repeat: no-repeat;
} 
#searchBox {
	float: right;
	width: 175px;
	color: #666666;
	font-size: 10px;
	margin-right: 15px;
	margin-top: 20px;
}
#contentWrapper {
	background-image: url(images/expolMainpanel.gif);
	background-repeat: repeat-y;
}
#contentHead {
	background-image: url(images/expolMainhead.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 100%;
}
#mainPanel {
	float: left; /* since this element is floated, a width must be given */
	width: 590px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#rightPanel {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 645px;
} 
#orangePanel {
	background-image: url(images/expolOrangepanel.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #FFF;
	overflow: auto;
}
#greyPanel {
	background-image: url(images/expolGreypanel.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#clearPanel {
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 10px;
	overflow: auto;
}
#benefitsPanel {
	width: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.rightPanelrulebelow {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: center;
}
#footer {
	text-align: center;
	background-image: url(images/expolFooter.gif);
	background-repeat: no-repeat;
	color: #FFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 14px;
} 
#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 */
}
.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;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.floatRightpanel {
	float: right;
	width: 300px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.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;
}
.greyBox {
	background-image: url(images/greyPanel02.gif);
	background-repeat: repeat-y;
	width: 310px;
}
.greyBoxhead {
	background-image: url(images/greyPanel01.gif);
	height: 11px;
}
.greyBoxbase {
	background-image: url(images/greyPanel03.gif);
	height: 17px;
}
.greyBoxcontent {
	padding-right: 15px;
	padding-left: 15px;
}
.mainPanelcontent {
	padding-right: 12px;
}
.orangeText {
	color: #EF7F29;
}
.leftColumn {
	width: 48%;
	float: left;
}
.rightColumn {
	width: 48%;
	float: right;
}
.panelOrangedark {
	color: #FFF;
	background-color: #B85639;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	overflow: auto;
}
.panelBlack {
	color: #FFF;
	background-color: #000;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: auto;
}
.panelBlue {
	color: #FFF;
	background-color: #113862;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	overflow: auto;
}
.panelDarkgrey {
	color: #FFF;
	background-color: #333;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	overflow: auto;
}
.panelBlackheader {
	color: #FFF;
	background-color: #000;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	overflow: auto;
}
.panelClear {
	padding-right: 10px;
	padding-left: 10px;
	overflow: auto;
	margin-bottom: 5px;
}
.panelGrey {
	background-color: #C9C9C9;
	padding-right: 15px;
	padding-left: 15px;
	overflow: auto;
	text-align: left;
}
.panelGrey ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-image: url(images/tick.gif);
}
.panelOrangelight {
	background-color: #D78970;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	overflow: auto;
}


/* -----------      menu system      ----------- */

#container {
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 970px;
}

ul#topnav {
	margin: 0;
	padding: 0;
	float: left;
	width: 970px;
	list-style: none;
	position: relative;
	font-size: 1em;
	background-color: #132234;
}

ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 2px solid #FFF;
	width: 88px;
	text-align: center;
	font-size: 1em;
}
ul#topnav li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
ul#topnav li:hover {
	background-color: #973828;
}
ul#topnav li:hover span {display: block;}
ul#topnav li span {
	float: left;
	position: absolute;
	left: 0;
	top:27px;
	display: none;
	width: 920px;
	color: #000;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	font-size: 0.9em;
	padding-top: 18px;
	padding-bottom: 30px;
	text-align: left;
	margin-left:50px;
}
ul#topnav li:hover span { display: block;}
ul#topnav li span a { display: inline; 
color: #000;
}
ul#topnav li span a:hover {text-decoration: underline;}
#container #topnav .homeNav li a {
	background-color: #FFF;
	color: #666;
}
/* -----------     end menu system      ----------- */
.tableLeftcolumn {
	width: 50%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	overflow: auto;
}
.tableRightcolumn {
	width: 50%;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	overflow: auto;
}
.clearDiv {
	overflow: auto;
}
.redText {
	color: #F00;
}
.padded10pxleft {
	padding-right: 10px;
	padding-left: 10px;
}
.smallerText {
	font-size: 10px;
}
