﻿/* CSS for new borders */


/*================*/
/*       HEADER STYLES      */
/*================*/

#myheader {
	width: 760px;
	min-height: 127px;
	margin: 0 auto;
	border: 0;
	padding: 15px 0px 5px 0px;
	position: relative;
	top: 0;
	right: 0;
	overflow: hidden;       /* ensures divs inside this one are "seen", otherwise bg defaults to min height */
	}

#myheader h1 {
	text-align: center;
	font-size: 24px;
	font-family: verdana, helvetica, sans-serif;
	color: #004200;
	width: 600px;
	position: absolute;
	top: 29px; 
	margin-left: 150px;
	z-index: 1;
	float: right;
}


/* ================== */


/* Other 2-line Header Styles */
#myheader h1.line1 {
	text-align: center;
	font-size: 23px;
	font-family: verdana, helvetica, sans-serif;
	width: 600px;
	position: absolute;
	top: 20px;
	margin-left: 150px;
	margin-bottom: 0;
	z-index: 1;
	float: right;
}
#myheader h1.line2 {
	text-align: center;
	font-size: 18px;
	font-family: verdana, helvetica, sans-serif;
	width: 600px;
	position: absolute;
	top: 67px;
	margin-left: 150px;
	margin-top: 0;
	z-index: 1;
	float: right;
}


#myheader .line1small {
	text-align: center;
	font-size: 18px;
	font-family: verdana, helvetica, sans-serif;
	width: 600px;
	position: absolute;
	top: 25px;
	margin-left: 150px;
	margin-bottom: 0;
	z-index: 1;
	float: right;
}
#myheader .line2big {
	text-align: center;
	font-size: 23px;
	font-family: verdana, helvetica, sans-serif;
	width: 600px;
	position: absolute;
	top: 62px;
	margin-left: 150px;
	margin-top: 0;
	z-index: 1;
	float: right;
}


#myheader h1.h1top {
	text-align: center;
	font-size: 18px;
	font-family: verdana, helvetica, sans-serif;
	width: 600px;
	position: absolute;
	top: 20px;
	margin-left: 150px;
	margin-bottom: 0;
	z-index: 1;
	float: right;
}
#myheader .h2top {
	text-align: center;
	font-size: 23px;
	font-family: verdana, helvetica, sans-serif;
	width: 600px;
	position: absolute;
	top: 67px;
	margin-left: 150px;
	margin-top: 0;
	z-index: 1;
	float: right;
}



/*===================*/


/* Header Styles for Low-Down page only */
/* this only used in LD Archives now; current uses h1.line1 and h1.line2 */
#myheader h1.h1ldtop {
	text-align: center;
	font-size: 23px;
	font-family: verdana, helvetica, sans-serif;
	color: #004200;
	width: 600px;
	position: absolute;
	top: 13px;
	margin-left: 150px;
	margin-bottom: 0;
	z-index: 1;
	float: right;
}
#myheader h2.h2ldtop {
	text-align: center;
	font-size: 17px;
	font-family: verdana, helvetica, sans-serif;
	color: #004200;
	width: 600px;
	position: absolute;
	top: 68px;
	margin-left: 150px;
	margin-top: 0;
	z-index: 1;
	float: right;
}



#mybanner {
	background-image: url("../newborders/edbanner.jpg");
	background-repeat: no-repeat;
	width: 609px;
	height: 75px;
	float: right;  
	border: 0 none; 
	margin: 10px auto 5px auto;
	padding: 0;
	position: relative;
	top: 0;
	right: 0;
	z-index: 0;
	overflow: hidden;       /* ensures divs inside this one are "seen", otherwise bg defaults to min height */
	}



/* ================================= */
/*         Logo in page header - in PageHeader.htm          */
/* ================================= */

div#hdrlogo {
	border: 0;
	float: left;
	margin: 0;
	}
div#hdrlogo img {
	border: 0; 
	width: 145px;
	height: 91px;
}
div#hdrlogo a {
	z-index: 2;
}
div#hdrlogo a:link, div#hdrlogo a:hover, div#hdrlogo a:active {
	border-bottom: 0;
	}

/* ================================= */
/*         Navigation bar at top - in PageHeader.htm         */
/* ================================= */
/* ARE THESE STILL USED??? I DON'T THINK SO. THEY WERE FROM THE IMAGES; NOW i'M USING BORDER LINES TOP AND BOTTOM*/
#hdrnavbar { 
	clear: both;
	width: 760px;
	margin: 10px auto;
	padding: 0px 0 0px 0;
	font-family: Verdana, Arial, sans-serif;
	}
#hdrnavbar ul { 
	list-style-type: none; 
	width: 100%; 
	padding: 0; 
	margin: 0; 
	}
#hdrnavbar ul li {
	background-image: url("../newborders/edglobalbutton2.gif");
	background-repeat: no-repeat;
	background-position-x: center;
	list-style-type: none;
	list-style-image: none;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left; 
	width: 86px;
	height: 36px; 
	line-height: 33px; 
	font-size: 11px;
	}

#hdrnavbar ul li span {
	padding-right: 5px;
	}


/* ================== */
/*     NEW NAVIGATION BAR     */
/* ================== */
div#hdrnavbar2 {
	text-align: center;
	top: 0px;
	font-family: Verdana, Arial, sans-serif;
	clear: both;
	display: block;
	margin: 10px auto 0 auto;
	width: 760px;
	list-style-type: none;
	overflow: hidden;
/*	overflow: hidden; */
}


ul.navbaritems { 
	list-style-type: none; 
	padding-left: 0; 
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 auto; 
	text-align: center;
/*	width: 758px;  */
/*	width: 760px; */
	}
ul.navbaritems li {
	list-style-type: none;
	list-style-image: none;
	background: none;
	vertical-align: middle;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	border-left: none;
	border-right: none;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 19px;
	float: left; 
	font-size: 12px; /* was 11 before removing web services */
	}
ul.navbaritems li.last {
	padding-right: 0;
	margin-right: 0;
}

div#hdrnavbar2 a {
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0;
	border-top: 3px #A2CD5A solid;
	border-bottom: 3px #1E90FF solid;
	padding: 2px 8px 3px 8px;
	}

div#hdrnavbar2 a:link { 
	color: black;
	border-top: 3px #A2CD5A solid;
	border-bottom: 3px #1E90FF solid;
	}
div#hdrnavbar2 a:active { 
	color: firebrick; 
	border-top: 3px #1E90FF solid;
	border-bottom: 3px #A2CD5A solid;
	}
div#hdrnavbar2 a:visited { 
	color: black; 
	border-top: 3px #A2CD5A solid;
	border-bottom: 3px #1E90FF solid;
	}
div#hdrnavbar2 a:hover { 
	color: firebrick; 
	border-top: 3px #1E90FF solid;
	border-bottom: 3px #A2CD5A solid;
	}


/* =============================== */
/*                    HEADER LINK STYLES                     */
/* =============================== */

div#hdrnavbar a {
	font-weight: normal;
	text-decoration: none;
	border-bottom: 0;
	}

div#hdrnavbar a:link { 
	color: black;
	}
div#hdrnavbar a:active { 
	color: firebrick; 
	}
div#hdrnavbar a:visited { 
	color: black; 
	}
div#hdrnavbar a:hover { 
	color: firebrick; 
	}




/*=================*/
/*       FOOTER SITEMAP      */
/*=================*/

div#footercols {
	text-align: left;
	margin: 0 0 15px 0;
}

div#footercols p {
	font-size: 85%;
	text-align: left;
	margin: 0 0 2px 0;
	color: #8B7D6B;
	font-family: tahoma, arial, helvetica, sans-serif;
}
div#footercols p.hdr {
	font-weight: bold;
	font-family: tahoma, arial, helvetica, sans-serif;
	margin-top: 10px;
}

div#footercols p.dict {
	text-align: center;
	width: 65px;
}
div#footercols p.char1 a:hover {
	padding-left: 25px;
	padding-right: 25px;
}
div#footercols p.char2 a:hover {
	padding-left: 20px;
	padding-right: 20px;
}
p.dictwide {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}


div#footercols a {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 0;
	color: #8B7D6B;
}
div#footercols a:link {
	text-decoration: none;
	border-bottom: 0;
	color: #8B7D6B;
}
div#footercols a:visited {
	text-decoration: none;
	border-bottom: 0;
	color: #8B7D6B;
}
div#footercols a:hover {
	text-decoration: none;
	border-bottom: 1px #8B7D6B solid;
	color: #8B8378;
	background-color: #FCF6CF;
}


div.groupwrapper {
	display: block;
	width: 100%;
	overflow: hidden;
}
div.zodleft {
	padding-right: 5px;
	width: 30%;
	float: left;
}
div.zodleft p {
	text-align: right!important;
}
div.zodright {
	padding-left: 5px;
	width: 60%;
	float: right;
}
div.zodright p {
	text-align: left;
}


div.dictleft {
	padding: 0;
	width:37px;
	float: left;
}
div.dictctr {
	padding: 0;
	width: 37px;
	float: left;
}
div.dictright {
	width: 37px;
	float: right;
}
div.dictleft p, 
div.dictctr p, 
div.dictright p {
	text-align: center!important;
}



#footercol1 {
/*	width: 155px; */
	width: 180px;
	padding-right: 20px;
	padding-bottom: 15px;
	float: left;
}
#footercol2 {
/*	width: 137px; */
	width: 162px;
	padding-right: 20px;
	padding-bottom: 15px;
	float: left;
}
#footercol3 {
/*	width: 161px; */
	width: 186px;
	padding-right: 20px;
	padding-bottom: 15px;
	float: left;
}
#footercol4 {
	width: 160px;
	padding-bottom: 15px;
	float: left;
}
#footercol5 {
	width: 65px;
	padding-bottom: 15px;
	float: right;
}



#copywrapper {
	margin: 0 0 15px 0;
}
#copywrapper p {
	font-size: 85%;
	color: #8B7D6B;
	}
div#copywrapper a {
	text-decoration: underline;
	border-bottom: 0;
	color: #8B7D6B;
}
div#copywrapper a:link {
	text-decoration: underline;
	border-bottom: 0;
	color: #8B7D6B;
}
div#copywrapper a:visited {
	text-decoration: underline;
	border-bottom: 0;
	color: #8B7D6B;
}
div#copywrapper a:hover {
	text-decoration: underline;
	border-bottom: 0;
	color: #8B8378;
	background-color: #FCF6CF;
}






/*====================*/
/*          FOOTER STYLES          */
/*====================*/

/* ----- FOOTER ----- */
div#myfooter {
	width: 760px;
	margin: 0px auto 20px auto;
	padding: 0 0 20px 0;
	text-align: left;
	background-color: white;
	}

span.copyrightnotice {
	color: darkred;
	}

/* ----- FOOTER NAVIGATION LINK BAR ----- */
div#mybottomlinks {
	width: 100%;
	clear: both;
	margin-bottom: 5px;
	margin-top: 15px;
	text-align: center;
	}
div#mybottomlinks p {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
	}
div#mybottomlinks p.return2top {
	font-weight: normal;
	font-size: 65%;
	}
div#mybottomlinks span {
	padding-left: 5px;
	padding-right: 5px;
	}

hr#mybottomline {
	width: 75%;
	height: 1px;
	border-top: #8B7D6B 1px solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 25px auto 20px auto;
	clear: both;
	}




/*  end  */