/*----------------------------------------------------------------
	reset styles
----------------------------------------------------------------*/

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 {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	display: block;
}


.screenHide {display: none;}


/*----------------------------------------------------------------
	default link styles
----------------------------------------------------------------*/

a:link, a:visited {
	text-decoration: underline;
}
a:hover {
	color: #FFF; background: #CCC; text-decoration: none;
}
a:active {
	text-decoration: underline;
}

/*----------------------------------------------------------------
	content
----------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #05518D url(../images/bg.png) repeat-x scroll 0 0;
}
#container {
	margin: 0 auto;
	width: 925px;
	padding: 0 30px;
	background: url(../images/subbg.png) no-repeat scroll 0 0;
}
#search {
	height: 26px; 
	border-bottom: 1px solid #81B5DD;
	text-align: right;
	padding: 6px 3px 0 0;
	background: #003366;
}
.searchbox {
	background: #B5BDD2;
	border: 1px solid #CCC;
	height: 12px;
	width: 228px;
	text-transform: uppercase;
	color: #FFF;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 2px;
	margin: 0 5px 0 0;
}

#easy {
	margin-top: -34px;
	margin-left: 0px;
	height: 40px;
	width: 293px;
	position: absolute;
	z-index: 100;
	
}
#branding h1 {
	height: 40px;
	width: 925px;
	background: url(../images/eteda.jpg) no-repeat scroll top left;
	position: relative;
}
#branding h1 span {
	position: absolute; left: -999em;
}
#mainnav {
	height: 20px; 
	border-bottom: 1px solid #CCC;
	color: #FFF;
	text-transform: uppercase;
	font-size: 70%;
	font-weight: bold;
	background: #990000;
	padding: 0 0 0 13px;
	z-index: 200;
}
#mainnav li {
	float: left;
	/*padding: 0 16px;*/
	line-height: 20px; 
	letter-spacing: 2px;
}
#mainnav li ul {
	position: absolute; 
	width: 200px; 
	left: -999em;
}
#mainnav li ul ul {
	margin: -20px 0 0 200px;
}
#mainnav li ul li {
	width: 200px; background: #00488F; letter-spacing: 1px; font-size: 90%; 
}
#mainnav li li ul li {
	width: 260px; font-size: 100%; background: #0058AF;
}
#mainnav li:hover ul, #mainnav li.sfhover ul {
	left: auto;
}
#mainnav li:hover ul ul, #mainnav li.sfhover ul ul {
	left: -999em;
}
#mainnav li li:hover ul, #mainnav li li.sfhover ul {
	left: auto;
}
#mainnav li:hover, #mainnav li.sfhover {
	background: #003366;
}
#mainnav li:hover.spacer, #mainnav li.sfhover.spacer {
	background: #990000;
}
#mainnav a {
	display: block; padding: 0 8px;
}
#mainnav a:link, #mainnav a:visited {
	color: #FFF; text-decoration: none; 
}
#mainnav a:hover {
	color: #FFF; text-decoration: none; background: #003366;
}
#mainnav a:active {
	color: #FFF; text-decoration: none;
}
#mainnav li ul li a:link, #mainnav li ul li a:visited { 
	color: #FFF; text-decoration: none;
}
#mainnav li ul li a:hover {
	color: #FFF; text-decoration: none; background-color: #0078EF;
}
#mainnav li ul li a:active { 
	color: #FFF; text-decoration: none;
}
#mainnav li li ul li a:link, #mainnav li li ul li a:visited { 
	color: #FFF; text-decoration: none;
}
#mainnav li li ul li a:hover {
	color: #FFF; text-decoration: none; background-color: #0078EF;
}
#mainnav li li ul li a:active { 
	color: #FFF; text-decoration: none;
}
.spacer {
	padding: 0 23px;
}

#content-container { 
	float: right;
	width: 670px;
	height: 470px;
	display: inline;
	z-index: 100;
}
#content-container h1 {
	text-transform: uppercase; 
	line-height: 20px; 
	margin: 0 0 .7em 0;
	color: #003366;
	letter-spacing: 1px;
	font-weight: bold;
}
#content-container h3 {
	line-height: 30px; 
	margin: 10px 0px;
	color: #990000;
	font-size: 130%;
	letter-spacing: 1px;
	font-weight: normal;
}

#content { 
	width: 640px;
	height: 400px;
	margin: 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 18px 15px 0 15px;
	overflow: auto;
}
#content img {
	float: left; /*padding-left: 1em;*/ margin-bottom: .5em;
}

#content h2 {
	text-transform: normal; 
	color: #003366;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 0.2em 0;
}

#content h3 {
	text-transform: normal; 
	color: #003366; 
	margin: 0 0 -10px 0;
	line-height: 24px;
	font-weight: normal;
	font-size: 100%;
}
#content h4 {
	text-transform: normal; 
	color: #003366; 
	font-weight: normal;
	font-size: 88%;
}
#content h5 {
	text-transform: uppercase; font-size: 75%; margin: 1em 0 0 0; font-weight: normal;
}
#content p {
	font-size: 75%; line-height: 1.9; margin: 0 0 2em 0;
}
#content ul {
	margin: 0 0 1em 0;
}
#content li {
	font-size: 75%; 
	line-height: 1.9;
	margin: 0 0 0 7px;
	padding: 0 0 0 16px;
	background: url(../images/bullet.png) no-repeat scroll 0 5px;
	
}
#content a:link, #content a:visited {
	color: #003366;
}
#content a:hover {
	color: #FFF; text-decoration: none; background: #003366;
}
#content a:active {
	color: #003366;
}
#subcontent { 
	float: left;
	width: 255px;
	height: 415px;
	display: inline;
}
#subcontent ul {
	margin: 0 0 0 25px;
}
#subcontent ul li ul {
	margin: 0 0 0 12px;
}
#subcontent li {
	margin: 0 0 3px 0; line-height: 17px; font-size: 70%;
}
#subcontent li ul li {
	margin: 0; line-height: 11px; font-size: 90%;
}
#subcontent li a {
	display: block; width: 178px; height: 17px; padding: 0px 4px;
}
#subcontent li ul li a {
	display: inline; width: inherit; padding: 0;
}
#subcontent a:link, #subcontent a:visited {
	color: #FFF; text-decoration: none; background: #003366;
}
#subcontent a:hover {
	color: #FFF; text-decoration: none; background: #999;
}
#subcontent a:active {
	color: #FFF; text-decoration: none; background: #003366;
}
#subcontent li ul li a:link, #subcontent li ul li a:visited {
	color: #666; text-decoration: none; background: none;
}
#subcontent li ul li a:hover {
	color: #000; text-decoration: none; background: none;
}
#subcontent li ul li a:active {
	color: #666; text-decoration: none; background: none;
}


#expandiv {
	float: left;
	margin: 0;
	width: 230px;
	height: 235px;

}

#translations {  
	clear: both; height: 55px; background: #F0F2F6;
}
#translations li {
	text-transform: uppercase; 
	float: left;
	padding: 0 0 0 50px;
	font-size: 70%;
	line-height: 35px;
}
.japanese {
	background: url(../images/japan.png) no-repeat scroll 18px 50%;
}
.spanish {
	background: url(../images/spain.png) no-repeat scroll 18px 50%;
}
.german {
	background: url(../images/germany.png) no-repeat scroll 18px 50%;
}
.chinese {
	background: url(../images/china.png) no-repeat scroll 18px 50%;
}
#translations a:link, #translations a:visited {
	color: #333; text-decoration: none;
}
#translations a:hover {
	color: #FFF; text-decoration: none; background: #333;
}
#translations a:active {
	color: #333; text-decoration: none;
}
#footer {  
	height: 55px;
	color: white;
	text-transform: uppercase;
	position: relative;
	font-size: 60%;
	line-height: 1.5;
	padding: 6px 0 0 18px;
	letter-spacing: 1px;
}
#footernav li {
	float: left; margin: 0 0.5em 0 0;
}
#footernav a:link, #footernav a:visited {
	color: #FFF; text-decoration: none;
}
#footernav a:hover {
	color: #003366; text-decoration: none; background: #FFF;
}
#footernav a:active {
	color: #FFF; text-decoration: none;
}
.vcard {
	position: absolute;
	right: 18px;
	text-align: justify;
	top: -43px;
	color: #333;
}
.tel {
	margin: 0 0 0 16px;
}
#ssp1, #ssp2 {
	float: left; margin: 10px 10px 0 0; display: inline;
}
#welcome {
	float: left;
	display: inline;
	height: 140px;
	width: 550px;
	clear: both;
	padding: 0 25px 0 40px;
	color: #003366;
	text-align: justify;
}
#welcome h2 {
	text-transform: lowercase; 
	font-size: 140%; 
	margin: 0 0 0.1em 0; 
	font-weight: normal; 
	letter-spacing: 1px;
}
#welcome p {
	font-size: 75%; line-height: 1.3;
}
#news {
	height: 140px;
	width: 310px;
	float: right;
	display: inline;
	color: #003366;
}
#news h2 {
	text-transform: lowercase; 
	font-size: 140%; 
	margin: 0 0 0 25px; 
	font-weight: normal; 
	letter-spacing: 1px;
}
.altrow { 
	background-color: #FFF;
}
#news ul {
	width: 288px;
	height: 86px;  
	padding: 8px 0;
	background: url(../images/newsbg.png) no-repeat scroll 0 0;
	margin: 0 0 0 15px;
}
#news li { 
	position: relative; height: 29px; line-height: 12px; margin-left: 10px;
	width: 268px; 
	font-size: 70%;
}
#news .news_date { 
	width: 30px; float: right; text-align:right;
	position: absolute; top: -6px; right: 6px; color: #FFF;
}
#news a {
    display: block;
    height: 29px;
    padding: 2px 48px 0 5px;
}
#news a:link, #news a:visited {
	color: #003366; text-decoration: none;
}
#news a:hover {
	color: #A0A0A0; text-decoration: none;
}
#news a:active {
	color: #999; text-decoration: none;
}
#news li:hover, #news li.sfhover {
	background: #EEE; cursor: pointer;
}
.web_pages_content {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Styled TABLES
______________________________________________________________________________________ */

#styletable { 
	margin: 20px 0px 20px 0px;
	width: 89%;
	font: 75%/150% Arial, Helvetica, sans-serif;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-collapse: collapse; 
}
#styletable thead th {
	background-color: #990000;
	font-size: 100%;
	color: #fff;
	padding: 6px;
	font: bold 110% Arial, Helvetica, sans-serif;	
	}
#styletable tbody td {
	padding: 4px;
	font-size: 11px;
	border-bottom: 1px solid #777;
	}
	
#styletable h1 {
	color: #fff;
	padding: 6px;
	font: bold 100% Arial, Helvetica, sans-serif;
	letter-spacing:0;
	text-transform:uppercase;	
	vetrical-align:middle;
	}
	
#styletable h2 {
	color: #fff;
	padding: 0px;
	font: normal 100% Arial, Helvetica, sans-serif;
	letter-spacing:0;
	text-transform:uppercase;	
	vetrical-align:middle;
	}
#content #styletable h3 {
	color: #fff;
	padding: 0 0 6px 0;
	font: normal 100% Arial, Helvetica, sans-serif;
	letter-spacing:0;
	text-transform:none;	
	vetrical-align:middle;
	}
#styletable th, #styletable td { border-right: 1px solid #777; border-bottom: 1px solid #777; vertical-align: middle; }
#styletable tfoot { font: italic 100% Arial, Helvetica, sans-serif; }

.backblue { background-color: #003366; color: white; font-weight: bold; }
.backlight { background-color: #969696; color: white; font-weight: bold; }
.cent { text-align: center; }


/* TABLES OLD remove when changed over
______________________________________________________________________________________ */

.airtable { 
	margin: 20px;
	width: 91%;
	font: 75%/150% Arial, Helvetica, sans-serif;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-collapse: collapse; 
}
.airtable  thead th {
	background-color: #990000;
	font-size: 100%;
	color: #fff;
	padding: 6px;
	font: bold 110% Arial, Helvetica, sans-serif;	
	}
.airtable  tbody td {
	padding: 4px;
	font-size: 11px;
	border-bottom: 1px solid #777;
	}
.airtable  th, .airtable  td { border-right: 1px solid #777; border-bottom: 1px solid #777; }
.airtable  tfoot { font: italic 100% Arial, Helvetica, sans-serif; }

.backblue { background-color: #003366; color: white; font-weight: bold; }
.backlight { background-color: #969696; color: white; font-weight: bold; }
.cent { text-align: center; }


/*----------------------------------------------------------------
	contactForm
----------------------------------------------------------------*/

fieldset {
 border: 1px solid #c2c2c2;
 margin: 20px; padding: 20px;
}
#contactForm caption {
 padding:5px;
 color:#666;
 font-style:italic;
 border-bottom:1px solid #003366;
 background-color:#FFF;
 
}
#contactForm { width: 550px; }
#contactForm th {
 background-color:#FFF;
 padding:10px;
 text-align:right;
 vertical-align:top;
 padding-top:12px;
 width:30%;
 }
#contactForm th label { color: #003366; font-weight:normal; font-size:13px; }
.required {
 padding-left:15px;
 background-image:url(/images/required.gif);
 background-position:0px 0px;
 background-repeat:no-repeat;
 }
#contactForm td {
 text-align:left;
 padding:10px 0px 0px 10px;
 color:#333;
 font-size:10px;
 background-color: #e2e2e2;
 }
#contactForm td input, form td select {
  margin:0px 0px 6px 0px; padding: 3px;
  font-size:11px;
  border: 1px solid #c2c2c2;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  }
#contactForm td input.radio, form td input.check { margin:0; }
#contactForm input:focus, textarea:focus{ background-color: #E4ECFC; border: 1px solid #fff; }
#contactForm td label.sub {
 width:120px;
 display:block;
 float:left;
 font-weight:bold;
 clear:left;
 margin:3px 5px 0px 0px;
 text-align:left;
 padding:0px 0px 0px 4px;
 }
#contactForm td textarea {
 margin:0px 0px 6px 0px;
 border: 1px solid #c2c2c2;
 padding: 3px;
 }
#contactForm th.buttonbar {
 color:#C3BB9E;
 text-align:right;
 background-color:#fff;
 width: 100%;
 padding:10px;
 }
 

/*----------------------------------------------------------------
	news
----------------------------------------------------------------*/

.news_intro, .news_releases, .news_date, .news_blurb,
.news_release, .news_subtitle {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	width: 550px;
}

.news_blurb {display: block;}
.news_subtitle {display: none;}
.news_releases h3 {
	margin: 0 0 10px 0; 
	 
}
.news_releases p {
	margin: 0 0 20px 0; 
	 
}
.news_blurb {
	font-size: 100%;
	margin: -20px 0 0 0; 
	 
}
.news_date {
	display: block;
	text-transform: normal; 
	color: #999;
	margin: 15px 0 0px 0px;
	font-weight: normal;
	font-size: 100%;
	 
}

.news_release img {
	float: left; margin: 0px 15px 5px 2px;
}

.news_releases a {
        letter-spacing: 0px;
       
}
.news_releases a:link, .news_releases a:visited {
	color: #003366; text-decoration: none;
}
.news_releases a:hover {
	color: #A0A0A0; text-decoration: none;
}
.news_releasesa:active {
	color: #999; text-decoration: none;
}
.news_releases li:hover, .news_releases li.sfhover {
	background: #EEE; cursor: pointer;
}



/*----------------------------------------------------------------
	events
----------------------------------------------------------------*/

.events_intro, .events, .event_box, .events_blurb, .event, 
.events_subtitle {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/*----------------------------------------------------------------
	biography
----------------------------------------------------------------*/

.biographies, .biography_name, .biography_title, .biography_general_info, .biography_link, .biography_label, .biography_phone, .biography_fax, .biography_email, .biography_address, .biography_street1, .biography_street2, .biography_city, .biography_state, .biography_zipcode, .biography_section_header, .biography_section_text {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/*----------------------------------------------------------------
	site search
----------------------------------------------------------------*/

.site_search, .site_search_header, .site_search_results,
.site_search_count, .site_search_section, .site_search_hit,
.site_search_result_link, .site_searchPresult_brief {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.site_search_section h2 {

	margin: 0 0 10px 0;
padding: 10px 0 25px 0; 
border-top: solid 1px #c2c2c2;

	 
}
.site_search_results {
	width: 500px;
}

.site_search_result_link {
	margin: 0 0 20px 0; 
	line-height: 18px;
	 
}


.news_blurb {
	font-size: 100%;
	margin: -20px 0 0 0; 
	 
}

.site_search_count {
	display: block;
	text-transform: normal; 
	color: #999;
	margin: 0)px 0 15px 0px;
	font-weight: normal;
	font-size: 83%;
	 
}
.site_searchPresult_brief {
	display: block;

	text-transform: normal; 
	color: #999;
	margin: 0px 0 15px 0px;
	font-weight: normal;
	font-size: 85%;
	line-height: 16px;
	 
}

.news_release img {
	float: left; margin: 0px 15px 5px 2px;
}

.site_search_result_link a {
        letter-spacing: 0px;
        line-height: 0px;
}
.site_search_result_link a:link, .site_search_result_link a:visited {
	color: #003366; text-decoration: none;
}
.site_search_result_link a:hover {
	color: #A0A0A0; text-decoration: none;
}
.site_search_result_link a:active {
	color: #999; text-decoration: none;
}
.site_search_result_link li:hover, .site_search_result_link li.sfhover {
	background: #EEE; cursor: pointer;
}


/*----------------------------------------------------------------
	pdf creator
----------------------------------------------------------------*/

.pdf_creator_link, #pdf_creator_form, #pdfGenerator,
#pdfGenerationFields {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.pdf_creator_link {
	float: right;
}




/*----------------------------------------------------------------
	hCard styles
----------------------------------------------------------------*/

.vcard, .fn, .n, .family-name, .given-name, .additional-name, 
.honorific-prefix, .honorific-suffix, .nickname, .sort-string, 
.url, .email, .tel, .adr, .post-office-box, .extended-address, 
.street-address, .locality, .region, .postal-code, .country-name, 
.label, .geo, .latitude, .longitude, .tz, .photo, .logo, .sound, 
.bday, .title, .role, .org, .organization-name, .organization-unit, 
.category, .note, .class, .key, .mailer, .uid, .rev, .type, .value, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*----------------------------------------------------------------
	misc styles
----------------------------------------------------------------*/

.img-style-lt {
	float: left; padding-right: 1em; margin-bottom: 1em;
}
.img-style-rt {
	float: right; padding-left: 1em; margin-bottom: 1em;
}
.img-style-none {
	margin-right: 1em; 
}

#rt-top {
	float: right; padding-left: 1em; margin-bottom: 1em; width: 160px;
}


.clearfix {
	clear:both;
}
.wireframe {
	border: 1px solid black;
}
.block {
	background-color: #F00;
}

