html { overflow-y: auto }
body {
	margin: 0;
	padding: 20px 0;
	background: #eee;
	color: #000;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-align: center;
}

/* Wrappers */
#wrap {
	position: relative;
	margin: 0 auto;
	width: 951px;
	background: transparent url(/images/design/wrap-fill.gif) repeat-y 0 0;
	border: 2px solid #000;
	text-align: left;
}
#outer {
	padding-top: 125px;
	width: 951px;
	background: transparent url(/images/design/headers/3.jpg) no-repeat 0 0;
}
/* Inner three-column wrapper */
#inner {
	clear: both;
	width: 951px;
	overflow: hidden;
}

/* Logo */
h2#logo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 190px;
	z-index: 999;
}
h2#logo a {
	display: block;
	height: 160px;
	text-indent: -900em;
}

/* Top navigation */
#topnav {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 109px 0 0;
	width: 951px;
	list-style-type: none;
	z-index: 888;
}
#topnav li {
	float: right;
	margin-left: -1px;
	width: 104px;
}
#topnav li a {
	display: block;
	padding-left: 4px;
	height: 37px;
	overflow: hidden;
	background: transparent url(/images/design/topnav-bg.png) no-repeat 0 0;
	color: #004159;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	letter-spacing: -1px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	word-spacing: 1px;
	cursor: pointer;
}
#topnav li a:hover { color: #590041 }

/* Left navigation */
#left {
	margin: 0;
	padding: 105px 0 0 ;
	float: left;
	width: 194px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	letter-spacing: 0px;
	text-align: left;
	text-transform: uppercase;
	list-style-type: none;
}
#left li {
	background: transparent url(/images/design/lnavelem.gif) no-repeat 0 0;
}
#left li:hover, #left li.down { background-image: url(/images/design/lnavelem-over.gif) }
#left li li, #left li li:hover, #left li li.down { background-image: none }
#left a {
	display: block;
	padding: 15px 0 16px 14px;
	background: transparent url(/images/design/circle.gif) no-repeat 3px 19px;
	color: #fff;
	text-decoration: none;
}
#left a:hover { color: #97B7D0 }
#left a.active { color: #CFB1CF }
#left a.arrow { background-image: url(/images/design/arrow.gif) }
#left a.down { background-image: url(/images/design/arrowdown.gif) }
#left ul {
	margin: 0 0 5px;
	padding: 0;
	list-style-type: none;
	text-transform: none;
}
#left ul li {
	padding-bottom: 0;
}
#left ul a {
	padding: 0 0 0 28px;
	background-position: 17px 4px;
}
#left ul a.arrow { background-position: 19px 4px }
#left ul a.down { background-position: 16px 6px }
#left ul ul { padding-bottom: 2px; margin-bottom: 0; }
#left ul ul a {
	padding-left: 40px;
	background-position: 29px 4px;
}
#left ul ul a.arrow { background-position: 31px 4px }
#left ul ul a.down { background-position: 28px 6px }
#left ul a { background-image: url(/images/design/leftnav-item.gif) }
#left ul a.arrow { background-image: url(/images/design/leftnav-arrow.gif) }
#left ul a.down { background-image: url(/images/design/leftnav-open.gif) }

/* Content area */


#content {
	float: left;
	padding-top: 20px;
	width: 553px;
	overflow: hidden;
	font-size: 0.85em;
	line-height: 1.50em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content.noflash { padding-top: 100px }
#content .text {
	padding: 40px 38px 15px;
}
#content p, #content blockquote {
	margin: 0;
	padding: 0 0 10px;
}
#content ul, #content ol {
	margin: 0;
	padding: 0 0 10px 2em;
}
#content a:link { color: #039 }
#content a:visited { color: #369 }
#content a:hover { color: #900 }
#content a:active { background-color: #f9e9f3 }
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}
h4 { font-size: 1.15em }
h3 { font-size: 1.0em }
h2 { font-size: 1.1em }
h1 { font-size: 1.2em;margin-bottom:5px; }

.whitecontent,
.flash {
	display: block;
	margin: 0;
	padding: 11px 0 0;
	min-height: 165px;
}
#content .whitecontent { padding: 35px 38px 0; font-size: 0.9em; }

/* Right side */
#right {
	float: right;
	padding-top: 271px;
	width: 204px;
	overflow: hidden;
	color: #004159;
	font-size: 0.75em;
	line-height: 1.25em;
	text-align: right;
}
#right p {
	margin: 0;
	padding: 11px 11px 0 20px;
}
#right a {
	color: #004159;
	text-decoration: underline;
}
#right a:hover {
	color: #415900;
	text-decoration: none;
}

#footer, .footer {
	clear: both;
	margin: 0;
	padding: 5px 0;
	color: #002040;
	font-size: 0.7em;
	line-height: 1em;
	text-transform: uppercase;
	overflow: hidden;
}
#wrap #footer, #wrap .footer { background-color: #fff }
p#footer, p.footer { padding: 10px 20px; }
#footer a, .footer a {
	color: #002040;
	text-decoration: underline;
}
#footer a:hover, .footer a:hover {
	color: #400020;
	text-decoration: none;
}

.clear { clear: both }

/* \*/
* html #left a { height: 1px }
* html #topnav li a { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/design/topnav-bg.png', sizingMethod='crop'); }
* html .flash { height: 215px; }
* html .midbox { height: 310px; }
/* */

.errordiv {
	background: transparent;
	border: #f00 0 none;
	color: #f00 !important;
	font-size: .8em;
	font-weight: normal;
	margin: 0;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	width: 300px;
}

.errorstyle	{
	background: #ffffc3 !important;
	border: #f00 1px solid !important;
	padding: 1px 3px 1px 2px  !important;
}

.disclaimer {
	font-style: italic;
	font-size: .9em;
}

#content ul.sitemap, #content li.sitemap  {
	margin: 0 0 0 10px !important;
	padding: 0 0 0 5px !important;
	line-height:160%;
	font-size:99%;
}

/* CMS */
/* tab styles (for page edit) */

input.editor, textarea.editor, select.editor {
	text-decoration: none !important;
	border-color: #466CA6 !important;
	background: #F7F8FD !important;
	background-color: #F7F8FD !important;
	border-style: solid !important;
	border-width: 1px !important;
	font: 10px Arial, Helvetica, sans-serif !important;
	padding-left: 2px;
	padding-right: 2px;
	-moz-border-radius: 5px;
}

.tablbl {
	background: #F7F8FD;
	border: 1px solid;
	border-bottom: 2px solid;
	border-color: #466CA6;
	color: #000000;
	cursor: hand;
	font-size: 10px;
	padding: 1px;
	position: relative;
	text-align: center;
	z-index: 0;
	cursor: hand;
	cursor: pointer;
}

.tablbla {
	background: #F7F8FD;
	border: 1px solid;
	border-bottom: none;
	border-color: #466CA6;
	color: #000000;
	padding: 1px;
	position: relative;
	text-align: center;
	z-index: 101;
	font: bold 11px Arial, Helvetica, sans-serif;
	cursor: hand;
	cursor: pointer;
}

.taba_ {
	background: #F7F8FD;
	border: 0px solid;
	border-color: #466CA6;
	color: #FFFFFF;
	height: 100%;
	overflow: auto;
	position: relative;
	top: -1;
	width: 100%;
	z-index: 100;
	font: 10px Arial, Helvetica, sans-serif;
}

.tab_ {
	display: none;
	height: 100%;
	width: 100%;
}

.lblm {
	padding-left: 0px;
	padding-right: 0px;
}

.tabctl {
	background: #F7F8FD;
}

a.viewpagelink, a.viewpagelink:visited {
	color: #466CA6;
}

a.viewpagelink:hover {
	text-decoration: underline;
}

td.cmsform {
	font-size: 11px;
	font-weight: normal;
	padding: 2px;
	background: #F7F8FD;
}

td.errormessage {
	color: #000000;
	font-size: 11px;
}

td.systemmessage {
	color: #000000;
	font-size: 11px;
}

td.statusmsg {
	color: #000000;
	padding-right: 5px;
}

input.hand, file, select {
	cursor: hand;
	cursor: pointer;
}

#content input,select, textarea, file {
	background: #ebe3d8;
	border: #004159 1px solid;
	text-decoration: none;
	font-size: 11px;
	padding: 1px 4px 1px 4px;
}

table.cmdeditorbkrnd {
	background: #F7F8FD;
}

td.cmspagetitle {
	padding: 10px;
	margin: 0;
	color: #012;
	font: bold 24px Arial, Helvetica, sans-serif;
}

td.content {
	font-size: 13px !important;
	padding: 0 10px 10px 10px;
}

td.cmspagecontent {
	font-size: 13px;
	padding: 0 10px 10px 10px;
}

a.cmsrevealnavlink {
	color: #733;
	text-decoration: underline;
}

a.cmsrevealnavlink:hover {
	color: #733;
	text-decoration: none;
}

ul.cmsnavreveal {
	margin-top: 10px !important;
	margin-left: 30px;
	margin-bottom: -0px !important;
	color: #888;
	list-style: none;
}

li.cmsnavreveal{
	font-size: 9px;
	margin-bottom: 5px;
	margin-top: -5px;
}

.cmslinkheader {
	width: 945px;
	height: 18px;
	margin: 0 auto;
	padding: 2px 0 0 0;
	text-align: center;
	color: #000;
	font-size: 10px;
	list-style-type: none;
}

.cmslinkfooter {
	width: 945px;
	height: 18px;
	margin: 0 auto;
	padding: 4px 0;
	text-align: center;
	color: #000;
	font-size: 10px;
	list-style-type: none;
}

.cmslinkheader a {
	margin-right: 6px;
}

.cmslinkheader a:link,
.cmslinkheader a:visited {
	color: #000;
}

.cmslinkheader a:hover {
	color: #B70000;
	text-decoration: underline;
}

.cmslinkfooter a {
	margin-right: 6px;
}

.cmslinkfooter a:link,
.cmslinkfooter a:visited {
	color: #000;
}

.cmslinkfooter a:hover {
	color: #B70000;
	text-decoration: underline;
}

.cmslinkfooter .right {
	width: 60px;
}

.cmserrorstyle	{
	background: #ffffc3 !important;
	border: #f00 1px solid !important;
	border-style: solid !important;
	font: 10px Arial, Helvetica, sans-serif !important;
	padding-left: 2px;
	padding-right: 2px;
	-moz-border-radius: 5px;
}

ul.sitemap, li.sitemap  {
	margin: 0 !important;
	padding-top: 0 !important;
	padding-bottom:  0 !important;
	padding-left:  15px !important;

	line-height:170%;
	font-size:100%;
}

a.smalllink {
	font-size: 70%;
}

td.smalltext {
	font-size: .75em;
}

span.left {
	float: left;
}

span.right {
	float: right;
}

span.filesize {
	font-size: 60%;
	color: #777;
}

/* Press */

span.PressListDate, span.StatementListDate {
   font-size: 10px;
}

td.PressListTitle, td.StatementListTitle {
}

td.PressItemTitle, td.StatementTitle {
	font-size: 15px;
   font-weight: bold;
	text-align:left;
}

td.PressItemSubTitle, td.StatementSubTitle {
   font-size: 13px;
   font-weight: bold;
   font-style: italic;
 	 text-align:left;
}

td.PressItemDate, td.StatementDate {
   font-size: 11px;
}

.PressItemForInformation, .StatementForInformation {
   font-size: 11px; 
   font-style: italic;
}

.PressItemContact, .StatementContact  {
   font-size: 11px; 
}

.filesize {
   font-size: 80% !important; 
   color: #555 !important; 
}

#content th.right {
	border: none;
/*	background: #304f7e; */
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
/*	padding: 4px 8px 4px 8px;*/
}

#content td.message {
/*	background: #fff;*/
	border: #fff 0 none;
	font-size: 12px;
	font-style: italic;
	padding: 4px 8px 4px 8px;
}

span.small {
font-size: 75%;
color: #555;
}

span.searchupdated {
	font-style: italic;
	font-size: .8em;
}

span.HighlightedWords {
	background-color: #f0e68c !important;
}

form {
margin:0 !important;
}

#ticker h3 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#tickerh3 {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 1.25em;
}
#ticker {
	clear: both;
	padding: 0 0 5px 20px;
	color: #333;
	font-size: 1em;
	width: 910px;
	position: relative;
	height: 1em;
	overflow: hidden;
}

#breadcrumbs {
	border-top: 1px solid #999;
	clear: both;
	padding: 5px 20px 0;
	background: #fff;
	color: #777;
	font-size: 1em;
}
/* \*/
* html #ticker { padding: 0 0 0 40px; }
* html #breadcrumbs { padding: 10px 40px 0; }
/* */

#tickouter {
	margin: -1.15em 0 0 7em;
	width: 100%;
	position: relative;
	overflow: hidden;
}
#ticker ul {
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}
#ticker li { line-height: 1.15em; display: inline; height: 14px; }

#topsearch {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 999;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
}
#topsearch label {
	color: #210;
}
#topsearch input { 
	font-size: 1em; 
	font-family: Arial, Helvetica, sans-serif; 
}
#topsearch #search {
	margin: 0 2px 0;
	padding: 1px 2px;
	background: #fff url(/images/design/searchbg.gif) repeat-x 0 0;
	border: 1px solid #ccc;
	color: #012;
	line-height: 1em;
}
#topsearch #searchsubmit {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0px solid #000;
	border-bottom: 2px solid #9cc;
	color: #012;
	cursor: hand;
	cursor: pointer;
}

a.joinnow {
	display: block;
	width: 194px;
	height: 74px;
	background: transparent url(/images/design/joinnow.gif) no-repeat 0 0;
	text-indent: -900em;
	position: absolute;
	top: 155px;
	left: 0;
	z-index: 9999;
}
a.joinnow:hover { background-image: url(/images/design/joinnow-over.gif) }
#topnav li.get-involved { width: 115px; }
#topnav li.get-involved a {
	height: 40px;
	background: transparent url(/images/design/topnav/involved.png) no-repeat 0 0;
	text-indent: -900em;
}
#topnav li.get-involved a:hover { background-image: url(/images/design/topnav/involved-over.png) }
#topnav li.event-calendar { width: 115px; }
#topnav li.event-calendar a {
	height: 40px;
	background: transparent url(/images/design/topnav/calendar.png) no-repeat 0 0;
	text-indent: -900em;
}
#topnav li.event-calendar a:hover { background-image: url(/images/design/topnav/calendar-over.png) }
#topnav li.contact-egcc { width: 115px; }
#topnav li.contact-egcc a {
	height: 40px;
	background: transparent url(/images/design/topnav/contact.png) no-repeat 0 0;
	text-indent: -900em;
}
#topnav li.contact-egcc a:hover { background-image: url(/images/design/topnav/contact-over.png) }
#topnav li.site-search { width: 115px; }
#topnav li.site-search a {
	height: 40px;
	background: transparent url(/images/design/topnav/search.png) no-repeat 0 0;
	text-indent: -900em;
}
#topnav li.site-search a:hover { background-image: url(/images/design/topnav/search-over.png) }
#topnav li.innovation-spotlight { width: 129px; }
#topnav li.innovation-spotlight a {
	height: 41px;
	background: transparent url(/images/design/topnav/spotlight.png) no-repeat 0 0;
	text-indent: -900em;
}
#topnav li.innovation-spotlight a:hover { background-image: url(/images/design/topnav/spotlight-over.png) }
#right-form {
	display: block;
	margin: 0;
	padding: 5px 9px;
	overflow: hidden;
	background-color: #abc0c9;
	color: #004159;
	font-size: 0.9em;
	text-align: left;
}
#right-form h5 {
	margin: 0;
	padding: 0;
	color: #004159;
	font-size: 1.25em;
}
#right-form p {
	margin: 0;
	padding: 0.5em 0 0;
}
#right-form label {
	display: block;
	padding: 0.5em 0 0;
}
#right-email,
#right-password {
	margin: 0;
	padding: 1px 2px;
	font-size: 1.4em;
	line-height: 1em;
	width: 130px;
	background: #fff;
	border: 1px solid #7f9db9;
}
#right-email:focus,
#right-password:focus {
	border-color: #716f64 #f1efe2 #f1efe2 #716f64;
	background-color: #ffffa0;
}
#right-submit {
	margin: 0;
	padding: 0;
	width: 51px;
	height: 17px;
	border: 0px solid #abc0c9;
	background: transparent url(/images/design/submit.gif) no-repeat 0 0;
	font-size: 1px;
	text-indent: -900em;
	cursor: pointer;
}
.midbox {
	float: left;
	width: 244px;
	min-height: 310px;
	overflow: hidden;
	background: transparent none no-repeat 0 0;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 3px;
}
#content div.learn {
	background-image: url(/images/design/button-learn.gif);
}
#content div.top5 {
	float: right;
	background-image: url(/images/design/button-top5.gif);
}
.midbox .mainlink {
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 82px;
	text-indent: -900em;
}
#content .midbox a.mainlink:active { background-color: transparent }
#content .midbox p {
	margin: 0;
	padding: 15px 39px;
}
#content .midbox ul,
#content .midbox ol {
	margin: 0;
	padding: 15px 39px 0 54px;
	word-spacing: -1px;
}
#content .text.thinner {
	padding: 10px 30px 0;
}

#join-renew {
	display: block;
	position: absolute;
	top: 155px;
	left: 0;
	z-index: 9999;
	width: 194px;
	height: 74px;
	background: #fff url(/images/design/double/sub.jpg);
}
#join-renew .join {
	position: absolute;
	top: 0;
	left: 0;
	width: 53px;
	height: 74px;
	overflow: hidden;
	text-indent: -900em;
}
#join-renew .join:hover {
	width: 74px;
	z-index: 2;
	background: transparent url(/images/design/double/sub-join.jpg) 0 0;
}
#join-renew .renew {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 141px;
	height: 74px;
	overflow: hidden;
	text-indent: -900em;
}
#join-renew .renew:hover {
	width: 155px;
	z-index: 2;
	background: transparent url(/images/design/double/sub-renew.jpg) bottom right;
}


#infotable {
	margin: 20px auto;
	padding: 0;
	width: 100%;
/*	border-right: 1px solid #ccc;*/
	border-left: 1px solid #ccc;
}

#infotable th {
	background-color:#CFDBDF;
	color:#004159;
	margin: 0;
	padding: 2pt 4pt;
	text-align: left;
	padding: 3pt 4pt;
	border-width: 1px 0 1px 0;
	border-color:#888;
	border-style: solid;
	text-align:center;
	font-size:10pt;
	line-height:13pt;
}

#infotable td {
	color:#000;
	margin: 0;
	padding: 4pt;
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size:8pt;
	line-height:12pt;
}


#infotable td.image {
	padding-bottom:0;
	border-bottom: 0 none !important;
}

/*#infotable th {
	color:#01043E;
	font-size:10pt;
	text-align: left;
}

#infotable td.heading {
	padding: 3pt 4pt 2pt;
	border-top: 1px solid #888;
}

#infotable td,
#infotable th {
	border-bottom: 1px solid #ccc;
}
*/

#infotable tr.darkrow td {
	background-color:#FCF8F8;
}

#infotable tr.lightrow td {
	background-color:#F8F9FA;
}

#infotable .clear {
	clear: both;
}