/* CSS Document */

* { margin: 0px; padding: 0px; }
html { margin: 0px; padding: 0px; overflow: scroll; }

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px; padding: 0px;
	font-size: 62.5%;
}
img { border: 0px; }
.imgLeft { float: left; margin-right: 10px; margin-bottom: 10px; }
.imgRight { float: right; margin-left: 10px; margin-bottom: 10px; }

a:link, a:visited { color: #372267; text-decoration: underline; }
/*a:visited { color: #666666; color: #8D83A2; text-decoration: underline; }*/
a:hover { color: #007D3B; text-decoration: underline; }
a:focus { outline: none; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em; line-height: 1.2em;
	font-weight: normal; color: #007D3B;
	margin: 0 0 0.4em 0px; padding: 0px;
}
h1.longHeading { font-size: 2.7em; }
h2, p.lrgPara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em; line-height: 1.4em;
	font-weight: normal; color: #372267;
	margin: 0 0 0.8em 0px; padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em; line-height: 1.4em;
	font-weight: normal; color: #372267;
	margin: 0 0 0.8em 0px; padding: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em; line-height: 1.4em;
	font-weight: bold; color: #372267;
	margin: 0 0 0.8em 0px; padding: 0px;
}

p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em; line-height: 1.3em;
	margin: 0 0 1.3em 0px; padding: 0px;
}
ul, ol {
	list-style-position: outside;
	margin-left: 15px;
}
li { list-style-type: disc; }

hr {
	clear: both;
	display: block;
	border: 0px;
	border-bottom: 1px solid #CCCCCC;
	padding: 0px; margin: 0 0 1.3em 0;
}

.skiplink, #loadImgs { display: none; }

strong.addressPrefix { font-weight: bold; color: #372267; font-size: 0.8em; }

p.notes { font-size: 1em; line-height: 1.3em; margin: 0 0 2em 0px; }

.noBMargin { margin-bottom: 0; }
.redText { color: #CC0000; }


/* **************** HEADER **************** */
#header {
	width: 950px; height: 70px;
	margin: 0px auto;
	background-color: #372267;
}
.ebplogo {
	float: left;
	height: 70px;
}
#hdrContacts {
	width: 230px; height: 57px; padding-top: 13px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#hdrContacts h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #D7D3E1;
	padding: 0px; margin: 0px; margin-bottom: 3px;
}
#hdrContacts p {
	font-size: 1.2em; line-height: 1.2em; font-weight: bold;
	padding: 0px; margin: 0px;
	color: #FFFFFF;
}
#hdrContacts a:link, #hdrContacts a:visited { color: #FFFFFF; text-decoration: none; }
#hdrContacts a:hover { color: #FFFFFF; text-decoration: underline; }

/* **************** NAVIGATION **************** */
#nav {
	width: 950px; height: 30px;
	clear: both;
	margin: 1px auto 11px auto;
	display: block;
}
#nav ul {
	margin: 0px; padding: 0px;
	font-size: 1.3em;
	list-style: none;
}
#nav li {
	display: inline;
	float: left;
	border-top: 1px solid #736594;
	border-right: 1px solid #6D5F8E;
	border-bottom: 1px solid #736594;
	border-left: 1px solid #9A8EB4;
}
#nav li a {
	height: 28px; line-height: 28px;
	color: #EBE9F0; text-decoration: none;
	text-align: center;
	background-image: url(../images/navtab.jpg);
	background-position: top; background-repeat: repeat-x;
	display: block;
}
#nav li a:hover { color: #FFFFFF; text-decoration: none; background-image: url(../images/navtab-hover.jpg); }
#nav li.current a, #nav li.current a:hover { color: #FFFFFF; background-image: url(../images/navtab-active.jpg); }

#nav li#tab1 a { width: 98px; }
#nav li#tab2 a { width: 98px; }
#nav li#tab3 a { width: 137px; }
#nav li#tab4 a { width: 143px; }
#nav li#tab5 a { width: 149px; }
#nav li#tab6 a { width: 83px; }
#nav li#tab7 a { width: 116px; }
#nav li#tab8 a { width: 110px; }

#nav div a.skiplink { display: none; }

/* **************** PAGE **************** */
#page {
	width: 950px;
	clear: both;
	margin: 0px auto;
}

#lhColumn {
	width: 200px;
	float: left;
	margin-bottom: 20px;
}
#mainColumn {
	width: 480px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
#rhColumn {
	width: 230px;
	float: right;
	margin-bottom: 20px;
}

/* **************** FOOTER **************** */
#footer {
	width: 950px; height: 20px;
	clear: both;
	display: block;
	font-size: 1em; line-height: 20px;
	background-color: #372267; color: #FFFFFF;
}
#footer a:link, #footer a:visited { color: #FFFFFF; text-decoration: none; }
#footer a:hover { color: #FFFFFF; text-decoration: underline; }
#footerNav {
	float: left;
	font-weight: bold;
	text-indent: 5px;
}
#footer ul {
	list-style: none;
	margin: 0px 5px 0px 5px; padding: 0;
	font-size: 1em; line-height: 19px;
}
#footer li {
	display: inline;
	padding: 0; margin: 0;
	padding-right: 5px; margin-right: 3px;
	border-right: 1px solid #8D83A2;
}
* html #footer li { margin-right: 7px; }
* + html #footer li { padding-right: 5px; margin-right: 5px; }
#footer li.lastItem { margin-right: 0; border-right: 0; padding-right: 0; }
#credits { float: right; margin-right: 5px; }

#validator {
	width: 950px;
	clear: both;
	color: #999999;
	text-align: left;
	display: block;
	margin: 10px auto 20px auto;
}
#validator ul, #validator li { list-style: none; }
#validator ul {
	margin: 0; padding: 0;
	font-size: 0.9em; line-height: 1em;
}
#validator li { display: inline; margin-right: 10px; }
#validator a:link, #validator a:visited { color: #999999; text-decoration: none; }
#validator a:hover { color: #000000; text-decoration: underline; }


/* **************** REGISTER LINK **************** */
ul#registerLink { margin: 0; padding: 0; margin-bottom: 10px; list-style: none; }
ul#registerLink li { margin: 0; padding: 0; list-style: none; }
ul#registerLink li.registerwithebp a, ul#registerLink li.registerwithebp a:link, ul#registerLink li.registerwithebp a:visited, ul#registerLink li.registerwithebp a:hover {
	padding: 5px 0px;
	font-size: 1.1em;
	display: block;
	background-color: #372267; color: #D7D3E1;
	background-image: url(../images/registerarrow.gif);
	background-position: 183px; background-repeat: no-repeat;
	text-decoration: none; text-indent: 8px;
}
* html ul#registerLink li.regbenefits { margin-top: -17px; }
/* + html ul#registerLink li.regbenefits { margin-top: -17px; }*/
ul#registerLink li.regbenefits a, ul#registerLink li.regbenefits a:link, ul#registerLink li.regbenefits a:visited, ul#registerLink li.regbenefits a:hover {
	color: #FFFFFF; background-color: #8D83A2;
	padding: 5px 8px;
	font-size: 1em; line-height: 1.3em;
	clear: both;
	display: block;
	text-decoration: none;
}

/* **************** ADVERTS **************** */
ul#adverts {
	clear: both;
	list-style: none;
	margin: 0; padding: 0;
}
* html ul#adverts { margin-top: -13px; }
/* + html ul#adverts { margin-top: -13px; }*/
ul#adverts li {
	clear: both;
	list-style: none;
	margin: 0; padding: 0;
	margin-bottom: 10px;
}
ul#adverts a {
	width: 200px; height: 100px;
	display: block;
}


/* **************** LATEST NEWS PANEL **************** */

#rhColumn h2.panelHdr, #rhColumn h2.newsArchive {
	font-weight: bold;
	color: #FFFFFF; background-color: #007D3B;
	padding: 5px 10px;
	display: block;
	margin: 0px 0px 5px 0px;
}
.latestNews h2 { margin-bottom: 5px; line-height: 1em; }
.latestNews h2 a { text-decoration: none; }
.latestNews img { clear: both; float: left; margin-bottom: 7px; }
#rhColumn .latestNews p {
	font-size: 1.1em; line-height: 1.2em;
	padding: 0; margin: 0;
	clear: both;
}
.newsStory {
	clear: both;
	border: 1px solid #007D3B;
	padding: 8px; margin-bottom: 5px;
	display: block;
}
a.morelink { font-weight: bold; }


/* **************** NEWS **************** */

#mainColumn .newsStory { border: 0; padding: 10px 0px 0px 0px; border-top: 1px solid #CCCCCC; }
#mainColumn .latestNews h2, #mainColumn .latestNews p { width: 260px; float: left; text-align: left; }
#mainColumn .latestNews h2.newsStoryNoPic, #mainColumn .latestNews p.newsStoryNoPic { float: none; width: auto; }
#mainColumn .latestNews h2.panelHdr { display: none; }
#mainColumn .latestNews img { float: right; clear: none; margin-bottom: 10px }

#rhColumn h2.newsArchive { background-color: #8D83A2; margin-bottom: 0px; }

p.newsBackLinks {
	font-size: 1.1em; font-weight: bold;
	border-top: 1px solid #8D83A2;
	padding-top: 8px;
	clear: both;
}
#rhColumn p.newsBackLinks { padding-top: 0px; display: block; border: 0px; }
#rhColumn p.newsBackLinks a {
	padding: 5px 8px;
	background-color: #7BB498; color: #FFFFFF;
	display: block;
	text-decoration: none;
}
#rhColumn p.newsBackLinks a:hover { background-color: #8D83A2; }

#archiveStories {
	background-color: #E6E6E6;
	padding: 10px;
	display: block;
}
#archiveStories p {
	color: #5B5566;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 5px; margin-bottom: 5px;
	display: block;
}
#archiveStories a:link, #archiveStories a:visited { color: #5B5566; text-decoration: none; }
#archiveStories a:hover { color: #000000; text-decoration: none; }


/* **************** REGISTER FORM **************** */
form#registerForm h2.panelHdr {
	background-color: #ABA0C2; color: #FFFFFF;
	background-image: url(../images/h2panel.gif);
	background-position: bottom; background-repeat: repeat-x;
	font-size: 1.4em; font-weight: bold;
	padding: 3px 10px;
	margin-bottom: 2px;
	display: block;
}
table.formTable {
	border-collapse: collapse;
	width: 480px;
}
table.formTable td {
	padding: 5px;
	text-align: left;
	background-color: #DEDCE1; color: #000000;
	border-bottom: 2px solid #FFFFFF;
	font-size: 1.2em;
}
table.formTable td.top {vertical-align:top;padding-top:8px;}
table.formTable label {
	margin-left: 5px;
	font-weight: bold;
}
span.reqStar, p.reqStar { color: #FF0000; }
p.reqStar { font-size: 1em; }
input.formField, textarea.formTextArea {
	width: 366px;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 2px;
}
input.formFieldShort { width: 150px; }

input.formButton {
	font-size: 12px; font-weight: bold;
	color: #EBE9F0;
	text-align: center;
	background-image: url(../images/navtab.jpg);
	background-position: top; background-repeat: repeat-x;
	padding: 3px;
	border-top: 1px solid #8D83A2;
	border-right: 1px solid #372267;
	border-bottom: 1px solid #372267;
	border-left: 1px solid #8D83A2;
	display: block;
}
input.formButton:hover { color: #FFFFFF; background-image: url(../images/navtab-hover.jpg); }


/* **************** RH COLUMN RUNNING TEXT **************** */
#rhColumn {
}
.rhRunningText {
	border-left: 1px solid #CCCCCC;
	padding-left: 10px;
	display: block;
}
.rhRunningText h2 { margin-bottom: 0.4em; }
.rhRunningText ul {
	font-size: 1.1em;
}

#slideshow {
	width: 480px; height: 300px;
	margin-bottom: 15px;
	display: block;
}

 .benefitsExpand {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 20px;
	display: none;
}

h4.newsPrompt {
	border: 1px solid #372267;
	padding: 10px;
	display: block;
	margin-bottom: 10px;
}


a.link_expand, a.link_close {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
	background-position: right 13px; background-repeat: no-repeat;
	display: block;
}
a.link_expand:link, a.link_expand:visited { color: #372267; text-decoration: none; background-image: url(../images/arrow_expand_1.gif); }
a.link_expand:hover { color: #007D3B; text-decoration: none; background-image: url(../images/arrow_expand_2.gif); }

a.link_close:link, a.link_close:visited { color: #007D3B; text-decoration: none; background-image: url(../images/arrow_closeup_2.gif); }
a.link_close:hover { color: #372267; text-decoration: none; background-image: url(../images/arrow_closeup_1.gif); }

div.error{font-size:12px;color:#FF0000;font-weight:bold;margin-top:2px;}

ul.sitemap { margin-left: 0; }
ul.sitemap li {
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
	list-style-position: inside;
}