/*-- reset css --*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline:0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
/*-- end eric meyer reset css --*/


/* CSS Document */
span.reg{
font-size:10px;
vertical-align:text-top;
} 

body {
background-image:url(../images/mainbg.gif);
background-repeat:repeat-x;
margin:0;
padding:0;
font-family:arial, sans-serif ;
text-align: left;
}
#page{
position: relative;
margin-right:auto;
margin-left:auto;
margin-top:0px;
margin-bottom:0px;
width:920px;
}
#pageheader{
position: relative;
background-color:#FFF;
/*background-image:url(../images/headerbg.png);*/
width:902px;
height:105px;
margin:0px;
padding:0px;
z-index:50000;
/*border-left:1px solid #aaa;
border-right:1px solid #aaa;*/
}
#pagecontent{
position: relative;
/*background-color:#FFF;*/
width:902px;
height:600px;
/*border-left:1px solid #aaa;
border-right:1px solid #aaa;
border-bottom:1px solid #aaa;*/
/*border:1px solid #000;*/
/*-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;*/
overflow:hidden;
}
.gallerywrap{
position:absolute;
width:900px;
left:0px;
height:380px;
border:1px solid #000;
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
}
.subpagewrap{
position:absolute;
width:900px;
left:0px;
height:50px;
border:1px solid #000;
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
}
#pagefooter{
position: relative;
width:900px;
height:50px;
border-top:1px solid #000
}
#divMenu{
top:62px;
right:43px;/*2*/
z-index: 11000;
position: absolute;
}
#headertagline{
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	top:72px;
	left:3px;
	width:396px;
	height:28px;
	margin:0;
	color:#f00;
	font-size:20px;
	text-align:right;
	font-style:italic;
	
	letter-spacing:0px;
/*font-weight:bold;*/
}
#headertxt1{
position:absolute;
text-align:center;
top:10px;
left:0px;
width:900px;
height:25px;
color:#fff;
font-size:24px;
line-height:1.2;
}
#isologo{
position:absolute;
top:7px;
right:7px;
width:150px;
height:46px;
}
#wbenclogo{
position:absolute;
top:7px;
right:167px;
width:106px;
height:46px;
}
.gallerybg{
position: absolute; 
margin: 0; padding: 0; 
top: 0px;
left: 1px; 
width: 920px; 
height: 350px; 
font-size: 10px;
text-align:center
}
.nogallerybg{
position: absolute; 
margin: 0; padding: 0;
top: 0px; 
left: 11px; 
width: 900px; 
height: 79px;
/*font-size: 10px;*/
}
.blackwrap{
position:absolute;
top:6px;
left:15px;
width:890px;
height:291px;
}
.galleryblack{
position:absolute;
top:0px;
left:0px;
width:890px;
height:291px;
background-color:#000000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.footeremed{font-size:13px;text-align:left;}
.footeraddress{font-size:13px;text-align:right;}

.coreleftwrapper{
	position:absolute;
	margin: 0;
	padding:0;
	left:  1px;
	top:   388px;
	width: 560px;
	height:228px;
}

.corerightwrapper{
	position:absolute;
	margin: 0;
	padding:0;
	right: 2px;
	top:   388px;
	width: 330px;
	height:228px;
}

.coreleftbox{
	width: 100%; height:100%;
	color: #000000;
	background-color: #ddd;
	border: 1px solid #000000;
	/* Do rounding (native in Firefox/Safari/Chrome) */
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:15px;
	line-height:18px;
}

.corerightbox{
	width: 100%; height:100%;
	color: #000000;
		background-color: #ddd;
	border: 1px solid #000000;
	/* Do rounding (native in Firefox/Safari/Chrome) */
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:16px;
	line-height:22px
}

.underlinecore{cursor: default; color:#c00; text-decoration:underline}
a.corenav:link{color:#000;text-decoration: none}
a.corenav:visited{color:#000;text-decoration: none}
a.corenav:hover{color:#c00;text-decoration: underline}
a.corenav:active{color:#000;text-decoration: none}

.bold{font-weight:bold}
.underline{text-decoration:underline}