@charset "utf-8";

body {
	font:12px arial,sans-serif;
	color:#111;
	background-color:#fff;
	margin:0;
	padding:0;
	text-align:center;
	/*background-image:url(../images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;*/
}

a:link {
	color:#3a6e8a; 
	text-decoration:none;
}

a:visited {
	color:#015172; 
	text-decoration:none;
}
a:hover {
	color:#000; 
	text-decoration:underline;
}

h1 {
	color:#015172; 
	font-size:18px;
	margin:0;
	padding:0 0 10px 0;
	line-height:24px;
}

h3 {
	color:#015172; 
	font-size:14px;
}

hr {
	color:#fff; 
	width:100%;
}

input {
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
}

input[type="button"], input[type="submit"] {
	background-color:#eee;
	border:1px solid #bbb;
	cursor:pointer;
}

textarea {
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
}

select {
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
}

.ebpwebsite #loginbox {
	text-align:right;
	width:738px;
	height:20px;
	color:#fff;
	padding:5px;
	border:1px solid #eee;
	position:absolute;
	display:block;
	top:0;
}

.ebpwebsite #loginbox a:link {
	color:#000;
	text-decoration:none;
}

.ebpwebsite #loginbox a:hover {
	color:#aaa;
	text-decoration:none;
}

.ebpwebsite #loginbox a:visited {
	color:#000; 
	text-decoration:none;
}

.ebpwebsite #mailinglistbox {
	width:160px;
	height:70px;
	padding:8px 8px 3px 0;
	color:#333;
	font-size:9px;
	margin-bottom:1px;
	text-align:left;
}

.ebpwebsite #mailinglistboxtitle {
	font-size:11px;
	font-weight:bold;
}

.ebpwebsite #mailinglistboxtext {
	padding:5px 0 3px 0;
	font-size:9px;
}

.ebpwebsite #subscriberemail {
	padding:4px;
	border:0;
	width:90px;
	height:15px;
	background:#fff;
	vertical-align:top;
	font-size:9px;
}
	
.ebpwebsite #subscribebutton {	
	padding:0;
	margin:0;
	border:0;
	width:59px;
	height:23px;
	color:#fff;
	font-weight:bold;
	background:#015172;
	cursor:pointer;
	font-size:9px;
}

.ebpwebsite #searchbox {
	background:#eee;
	width:160px;
	height:70px;
	padding:8px 8px 3px 8px;
	color:#000;
	font-size:9px;
	margin-bottom:1px;
	text-align:left;
}

.ebpwebsite #searchboxtitle {
	font-size:11px;
	font-weight:bold;
}

.ebpwebsite #searchboxtext {
	padding:5px 0 3px 0;
	font-size:9px;
}

.ebpwebsite #searchtext {
	padding:4px;
	border:0;
	width:90px;
	height:15px;
	background:#fff;
	vertical-align:top;
	font-size:9px;
}

.ebpwebsite #searchbutton {
	padding:0;
	margin:1px 0 0 0;
	border:0;
	width:59px;
	height:23px;
	color:#fff;
	font-weight:bold;
	background:#000;
	cursor:pointer;
	font-size:9px;
}

.ebpwebsite #livesearchbox {
	background:#eee;
	width:160px;
	height:70px;
	padding:8px 8px 3px 8px;
	color:#000;
	font-size:9px;
	margin-bottom:1px;
	text-align:left;
}

.ebpwebsite #livesearchboxtitle {
	font-size:11px;
	font-weight:bold;
}

.ebpwebsite #livesearchboxtext {
	padding:5px 0 3px 0;
	font-size:9px;
}

.ebpwebsite #livesearchtext {
	padding:4px;
	border:0;
	width:150px;
	height:15px;
	background:#fff;
	vertical-align:top;
	font-size:9px;
}

.ebpwebsite #livesearchbutton {
	padding:0;
	margin:1px 0 0 0;
	border:0;
	width:59px;
	height:23px;
	color:#fff;
	font-weight:bold;
	background:#000;
	cursor:pointer;
	font-size:9px;
}

.ebpwebsite #newscontainer {
	background:#eee;
	width:160px;
	padding:8px 8px 3px 8px;
	text-align:left;
	overflow:visible;
}

.ebpwebsite #newscontainer h1 {
	color:#000; 
	font-size:11px;
	padding:0;
	margin:0;
}

.ebpwebsite #newscontainer img {
	cursor:pointer;
}

.ebpwebsite #newsitem {
	padding:10px 0 0 0;
	text-align:left;
}

.ebpwebsite #newsitemtitle {
	font-size:12px;
	font-weight:bold;
	color:#808080; 
	text-decoration:none;
	padding:0 0 10px 0;
}

.ebpwebsite #newsitemcontent {
	padding:10px 0;
}

.ebpwebsite #newsitem a:link {
	color:#000;
	text-decoration:none;
	font-size:8pt;
}

.ebpwebsite #newsitem a:hover {
	color:#000;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
}

.ebpwebsite #newsitem a:visited {
	color:#000;
	text-decoration:none;
	font-size:8pt;
}

.ebpwebsite #floatinglayercontainer {
	position:absolute;
	top:0;
	width:100%;
	border:0;
}

.ebpwebsite #floatinglayer {
	border:0;
	text-align:left;
}

.ebpwebsite #floatinglayercontent {
	position:relative;
	left:-10px;
	top:30px;
	width:118px;
	height:122px;
	border:1px solid #eee;
	overflow:hidden;
	z-index:1;
	display:/*block*/none;
}

.ebpwebsite #outercontainer { 
	width:100%;
	/*background:#fff;*/
	margin:0 auto;
	text-align:center;
	border:0;
	z-index:1;
} 

.ebpwebsite #innercontainer { 
	width:920px;
	/*background:#fff;*/
	margin:0 auto;
	text-align:left;
	border:0;
	background:url(../images/inner_bg.gif) repeat-y;
} 

.ebpwebsite #header {
	margin:0;
	position:absolute;
	border:0;
}

.ebpwebsite #headerlinks {
	color:#fff;
	padding:20px 0 0 526px;
	font-size:10pt;
	text-align:right;
	border:0;
	display:block;
}

.ebpwebsite #headerlinks a:link {
	color:#fff;
	text-decoration:none;
	font-size:10pt;
}

.ebpwebsite #headerlinks a:hover {
	color:#eee;
	text-decoration:none;
	font-size:10pt;
}

.ebpwebsite #headerlinks a:visited {
	color:#fff;
	text-decoration:none;
	font-size:10pt;
}

.ebpwebsite #logo {
	margin:0;
	padding:0;
	text-align:center;
}

.ebpwebsite #logo img {
	border:0;
	margin:0;
	padding:0;
}

.ebpwebsite #logo a:link {
	display:block;
	font-size:20px;
	padding:60px 0 70px 0;
	text-decoration:none;
	font-weight:bold;
	border:0;
}

.ebpwebsite #logo a:hover {
	display:block;
	font-size:20px;
	padding:60px 0 70px 0;
	text-decoration:none;
	font-weight:bold;
	color:#ffcd66;
	border:0;
}

.ebpwebsite #logo a:visited {
	display:block;
	font-size:20px;
	padding:60px 0 70px 0;
	text-decoration:none;
	font-weight:bold;
}

.ebpwebsite #banner {
	border:1px solid #eee;
	margin:0;
	padding:0;
	text-align:center;
}

.ebpwebsite #banner img {
	border:0;
	margin:0;
	padding:0;
	cursor:none;
}

.ebpwebsite #banner a:link {
	display:block;
	font-size:20px;
	padding:60px 0 70px 0;
	text-decoration:none;
	font-weight:bold;
	border:0;
}

.ebpwebsite #banner a:hover {
	display:block;
	font-size:20px;
	padding:60px 0 70px 0;
	text-decoration:none;
	font-weight:bold;
	color:#ffcd66;
	border:0;
}

.ebpwebsite #banner a:visited {
	display:block;
	font-size:20px;
	padding:60px 0 70px 0;
	text-decoration:none;
	font-weight:bold;
}

.ebpwebsite #navigation {
	height:31px;
	border:0;
	padding:0 55px;
	background:url(../images/nav_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	/*display:none;*/
}

.ebpwebsite #navigation img {
	float:left; 
	height:30px; 
	width:1px;
}

.ebpwebsite #subnavigation a {
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #fff;
	text-decoration: none;
	font-weight:normal;
	font-size:12px;
	border-bottom:solid 1px #edba89;
	width: 145px;
}

.ebpwebsite #subnavigation a:hover, a:focus, a:visited {
	color:#3A6E8A;
	font-weight:normal;
	font-size:12px;
}

.ebpwebsite #floatingnavigationcontainer {
	position:absolute;
	top:0;
	width:100%;
	border:0;
}

.ebpwebsite #floatingnavigation {
	border:0;
	text-align:left;
}

.ebpwebsite #floatingnavigationcontent {
	position:relative;
	left:0;
	top:180px;
	height:30px;
	border:0;
	overflow:hidden;
	z-index:1;
	display:block;
	width:900px;
}

.ebpwebsite #leftcontainer {
	float:left;
	padding:5px 0px 5px 62px; 
	color:#FFFFFF;
}

.ebpwebsite #left {
}

.ebpwebsite #left img {
	border:0;
}

.ebpwebsite #contentcontainer {
	padding:15px 60px 10px 80px;
	margin-top:0;
}

.ebpwebsite #content {
}

.ebpwebsite #content img {
	border:0;
}

.ebpwebsite #map {
	height:320px;
	border:1px solid #eee;
} 

.ebpwebsite #rightcontainer {
	float:right;
	padding:5px 48px 5px 0;
}

.ebpwebsite #right {
}

.ebpwebsite #right img {
	border:0;
}

.ebpwebsite #outersubfootercontainer { 
	width:100%;
	text-align:center;
}

.ebpwebsite #innersubfootercontainer { 
	text-align:center;
}

.ebpwebsite #subfooter { 
	padding:0;
	border:1px solid #eee;
	height:20px;
	display:none;
} 

.ebpwebsite #subfooter p {
	margin:0;
	padding:10px 0;
	font-size:80%;
}

.ebpwebsite #subfooter p a:link {
	color:#333;
}

.ebpwebsite #subfooter p a:hover {
	color:#888;
}

.ebpwebsite #subfooter p a:visited {
	color:#333;
}

.ebpwebsite #outerfootercontainer { 
	width:100%;
	margin:0 auto;
	text-align:center;
}

.ebpwebsite #innerfootercontainer { 
	margin:0 auto;
	text-align:center;
}

.ebpwebsite #footer { 
	padding:20px 10px 0 20px;
	text-align:center;
	font-size:10px;
	background:url(../images/footer_bg.gif) no-repeat top #015172;
	color:#eee;
	height: 80px;
} 

.ebpwebsite #footer a:link {
	color:#ddd;
	font-size:10px;
}

.ebpwebsite #footer a:hover {
	color:#aaa;
	font-size:10px;
}

.ebpwebsite #footer a:visited {
	color:#ddd;
	font-size:10px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size:0;
    line-height:0;
}

#floatinglayercontent2 {
	display:none;
}
#floatinglayercontent3 {
	display:none;
}
#floatinglayercontent4 {
	display:none;
}
#floatinglayercontent5 {
	display:none;
}
#floatinglayercontent6 {
	display:none;
}
#floatinglayercontent7 {
	display:none;
}
#floatinglayercontent8 {
	display:none;
}
#floatinglayercontent9 {
	display:none;
}
#floatinglayercontent10 {
	display:none;
}


*html .ebpwebsite #navigation {
	margin-top:-3px;
}
*html .ebpwebsite #navigation a:link {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:15px;
}
*html .ebpwebsite #navigation a:visited {
	color:#fff;	
	font-weight:bold;
	text-decoration:none;
}
*html .ebpwebsite #navigation a:hover {
	color:#A8CBE1;
	font-weight:bold;
	text-decoration:none;
}
h2 {
	color:#015172; 
	font-size:14px;
}h4 {
	color:#015172; 
	font-size:14px;
}h5 {
	color:#015172; 
	font-size:14px;
}
h6 {
	color:#015172; 
	font-size:14px;
}
/* stylesheet update :: 1259023661427 */

/* block navigation container */

.ebpwebsite #blocknavigationcontainer {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	border:0px solid #ffffff;
	visibility:visible;
	z-index:1000;
}

.ebpwebsite #blocknavigationsubcontainer {
	height:0px;
	text-align:left;
	border:0px solid #00ffaa;
	visibility:visible;
	z-index:1000;
}

/* block navigation positioning */

.ebpwebsite #blocknavigation1 {
	position:relative;
	top:294px;
	left:140px;
	width:500px;
	display:none;
	overflow:hidden;
	z-index:1;
}

.ebpwebsite #blocknavigation2 {
	position:relative;
	top:294px;
	left:280px;
	height:300px;
	width:300px;
	display:none;
	overflow:hidden;
	z-index:1;
}

.ebpwebsite #blocknavigation3 {
	position:relative;
	top:294px;
	left:540px;
	width:300px;
	display:none;
	overflow:hidden;
	z-index:1;
}

.ebpwebsite #blocknavigation4 {
	position:relative;
	top:294px;
	left:300px;
	height:300px;
	width:300px;
	display:none;
	overflow:hidden;
	z-index:1;
}

.ebpwebsite #blocknavigation5 {
	position:relative;
	top:294px;
	left:400px;
	height:300px;
	width:300px;
	display:none;
	overflow:hidden;
	z-index:1;
}

.ebpwebsite #blocknavigation6 {
	position:relative;
	top:294px;
	left:600px;
	height:300px;
	width:300px;
	display:none;
	overflow:hidden;
	z-index:1;
}

.ebpwebsite #blocknavigation7 {
	position:relative;
	top:294px;
	left:700px;
	height:300px;
	width:300px;
	display:none;
	overflow:hidden;
	z-index:1;
}

.ebpwebsite #blocknavigation8 {
	position:relative;
	top:294px;
	left:800px;
	height:300px;
	width:300px;
	display:none;
	overflow:hidden;
	z-index:1;
}

.ebpwebsite #blocknavigation9 {
	position:relative;
	top:294px;
	left:900px;
	height:300px;
	width:300px;
	display:none;
	overflow:hidden;
	z-index:1;
}

.ebpwebsite #blocknavigation10 {
	position:relative;
	top:294pxs;
	left:1000px;
	height:300px;
	width:300px;
	display:none;
	overflow:hidden;
	z-index:1;
}

/* block navigation style */

.blockmenutlc {
	width:0px;
	height:5px;
	background:#666666;
	border:0px solid #ffffff;
}

.blockmenutmc {
	height:5px;
	background:#FF7E00;
	border:0px solid #ffffff;
}

.blockmenutrc {
	width:0px;
	height:5px;
	background:#666666;
	border:0px solid #ffffff;
}

.blockmenumle {
	width:0px;
	height:5px;
	background:#666666;
	border:0;
}

.blockmenumle img {
	width:0px;
	height:5px;
}

.blockmenumc {
	height:5px;
	background:#FF7E00;
	border:0;
}

.blockmenumre {
	width:0;
	height:5px;
	background:#666;
	border:0;
}

.blockmenumre img {
	width:0px;
	height:5px;
}

.blockmenublc {
	width:0px;
	height:5px;
	background:#666666;
	border:0;
}

.blockmenubmc {
	height:5px;
	background:#FF7E00;
	border:0;
}

.blockmenubrc {
	width:0px;
	height:5px;
	background:#666;
	border:0;
}

/*  JW SECTION  */

.ebpwebsite #content table a:link {
	text-decoration:underline;
}
.ebpwebsite #content table a:visited {
	text-decoration:underline;
}
.ebpwebsite #content table a:hover {
	text-decoration:none;
}



/* stylesheet update :: 1260531145937 */

.ebpwebsite #blog {
	padding:20px 0px 0px 0px;
	margin:0px;
}

.ebpwebsite #blog h1 {
	padding:0px;
	margin:0px;
}

.ebpwebsite #blog img {
	padding:0px;
	margin:0px;
	display:inline;
}

.ebpwebsite #blogpublished {
}

.ebpwebsite #blogtitle h1 {
	text-decoration:none;
	padding:5px 0px 5px 0px;
	margin:0px;
}

.ebpwebsite #blogcontent {
	font-size:12px;
	display:block;
	overflow:hidden;
}

.ebpwebsite #blogusername {
	font-size:9px;
	text-decoration:none;
}

.ebpwebsite #blogusername a {
	font-size:9px;
	text-decoration:none;
}

.ebpwebsite #blogusername a:visited {
	font-size:9px;
	text-decoration:none;
}

.ebpwebsite #bloglinktitle a {
	font-size:9px;
	text-decoration:none;
}

.ebpwebsite #bloglinktitle a:visited {
	font-size:9px;
	text-decoration:none;
}

.ebpwebsite #blogcomments {
	cursor:text;
	padding:5px;
	width:680px;
}

.ebpwebsite #blogcommentpublished {

}

.ebpwebsite #blogcommenttitle h1 {
	text-decoration:none;
	padding:5px 0px 5px 0px;
	margin:0px;
}

.ebpwebsite #blogcommenttitle img {
	text-decoration:none;
	padding:0px;
	margin:0px;
}

.ebpwebsite #blogcommentcontent {
	font-size:12px;
	display:block;
	overflow:hidden;
	padding:10px 0px 10px 0px;
}

.ebpwebsite #blogcommentusername {
	font-size:9px;
	text-decoration:none;
}

.ebpwebsite #blogcommentusername a {
	font-size:9px;
	text-decoration:none;
}

.ebpwebsite #blogcommentusername a:visited {
	font-size:9px;
	text-decoration:none;
}

.ebpwebsite #blogcommentcomments {
	cursor:text;
	padding:5px;
	width:680px;
}


/* stylesheet update :: 1263737448062 */

.validationError {
	background-color:#FF0000;
	color:#FFFFFF;
}

/* stylesheet update :: 1263737706984 */

.ebpwebsite #captchaerror {
	height:32px;
	background-color:#FF0000;
	color:#FFFFFF;
	width:95%;
	text-align:center;
	padding-top:8px;
	font-size:16px;
}

/* stylesheet update :: 1263737990375 */

.validationSuccess {
	background-color:#FFFFFF;
	color:#000000;
}
