
/*====================*/
/*=== 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, 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;
}
body {
	background-color: #EEE;
}
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:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}


a, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	color:#9e805c;
	text-decoration:none;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	width:960px;
	height:246px;
	margin-top:15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/nivo_slider/demo/images/background.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 5px;
}

#slider {
	position:relative;
	width:618px;
	height:246px;
	float: left;
	z-index: 1;
	background-image: url(/nivo_slider/demo/images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#insights   {
	float: left;
	width: 342px;
	height: 246px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#insights img {
	margin-top: 5px;
	margin-left: 30px;
}
#insights ul {
	margin-left: 40px;
	list-style-type: none;
	margin-right: 20px;
	font-size: 13px;
	color: #333;
	margin-top: 4px;
	height: 144px;
}
#insights a:link, #insights a:visited {
	color: #333;
	text-decoration: none;
}
#insights a:hover {
	text-decoration: underline;
}
#insights li {
	margin-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 6px;
}



#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:505px;
	bottom:10px;
	z-index:5000;
	}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../nivo_slider/demo/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:1px;
	float:left;
	z-index:5000;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../nivo_slider/demo/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:none;
}
.nivo-caption p {
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	padding-left:0px;
	margin-left:7px;
}
.nivo-caption h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	padding-top:5px;
	margin:0px 0px 3px 7px;
}
.nivo-caption a { 
    color:#FFFDF0;
    text-decoration:underline;
	font-weight:bold;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/*====================*/
/*== Navigation Bar ==*/
/*====================*/
#navigation_container {
	width: 100%;
	background-color: #336699;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 32px;
}
#navigation_container #navigation #sddm li form #search {
	margin-left: 15px;
	margin-top: 1px;
}
#navigation_container #navigation {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #216BB6;
}
ul#topnav {
	margin: 0;
	padding: 0;
	float:left;
	width: 950px;
	list-style: none;
	font-size: 14px;
	background-color: #336699;
	text-shadow:none;
}
ul#topnav li {
	float: left;
	text-align:center;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
	z-index: 99999;

}
ul#topnav li a {
	float: left;
	background-color:#336699;
	color:#FFF;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
ul#topnav li a:hover {
	background-color:#39F;
}
ul#topnav li:hover a, ul#topnav li a:hover {
} /*--Hover State--*/
ul#topnav a.membership {
}
ul#topnav a.surveys {
}
ul#topnav a.sale {
}
ul#topnav a.community {
}
ul#topnav a.store {
}
ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 32px;
	left: 0;
	z-index: 99999;
	border:3px solid #CCC;
	padding: 15px 20px 20px 5px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	background-color: #F9F9F9;
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 160px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #333;
	text-transform:none;
	font-size:12px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-left:1px solid #EEE;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-weight: bold;
	font-size:13px;

}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 10px 5px 0px;
	background-image: none;
	color: #333;
	font-size:14px;
}
ul#topnav .sub ul li a{
	text-transform:none;
	font-size:12px;
	margin-left:15px;
	padding-right:10px;
}
ul#topnav .sub ul .first{
	border-left:0px;
	}
ul#topnav .sub ul li a,  ul#topnav .sub ul li h2{
	text-align:left;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(../nivo_slider/demo/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 0px;
	display: block;
	text-decoration: none;
	color: #36C;
}
ul#topnav .sub ul li a:hover {
	background-position: 5px 12px ;/*--Override background position--*/
	text-decoration:underline;
}
ul#topnav .sub ul li h2 a:hover {
	text-decoration:none;
}

/*====================*/
/*====== Header ======*/
/*====================*/

#header_container #header #member_center {
	float: right;
	margin-top: 30px;
	margin-right: 25px;
	text-align: left;
	font-size: 13px;
}
#header_container #header #member_center #form ul {
	margin-top: 0px;
}
#header_container #header #member_center #form ul li {
	display: block;
	list-style-type: none;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
#header_container {
	width: 100%;
	background-color: #F0F0F0;
}
#header_container #header #erclogo {
	margin-top: 20px;
	margin-left: 25px;
	float: left;
}
#header_container #header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 130px;
	background-color: #FFF;
	background-image: url(http://www.ercnet.org/images/bg.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/nivo_slider/demo/images/background-gradient.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 5px;
}
#content #description  {
	width: 625px;
	padding-top: 25px;
	padding-left: 35px;
	background-color: #FFF;
	overflow: hidden;
	float: left;
	margin-right: 40px;
}
#content h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 30px;
	font-weight: bold;
	color: #666;
	margin-bottom: 20px;
}

#content #description .home-icon {
	height: 60px;
	width: 50px;
	float: left;
	margin-top: 5px;
	text-align: center;
}
#content #description .home-description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 240px;
	height: 65px;
	padding-right: 20px;
	color: #333;
}
#wrapper #content #content-wrapper {
	background-color: #FFF;
	width: 100%;
	overflow: auto;
}

#content #links {
	float: left;
	width: 190px;
	background-color: #FFF;
	margin-top: 25px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EEE;
}
#wrapper #content #content-wrapper #links #quick-links {
	color: #333;
}



#content #links ul li img {
	display: inline;
	float: left;
}
#content #links ul li {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
}
#content #links ul li .quicklink-description a:link {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	clear: right;
	float: left;
	height: 30px;
	margin-left: 12px;
	margin-top: 16px;
	color: #333;
	text-decoration: none;
}
#content #links ul li .quicklink-description a:visited {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	clear: right;
	float: left;
	height: 30px;
	margin-left: 12px;
	margin-top: 16px;
	color: #333;
	text-decoration: none;
}
#content #links ul li .quicklink-description a:hover {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	clear: right;
	float: left;
	height: 30px;
	margin-left: 12px;
	margin-top: 16px;
	color: #666;
	text-decoration: underline;
}
#content #links ul li .link-row {
	float: left;
	width: 100%;
	padding-bottom: 1px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
	margin-top: 2px;
}


/* CSS Document */

#footer_container {
	background-color: #E4E3E3;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	margin-top: 25px;
	background-image: url(/nivo_slider/demo/images/footer_bg.jpg);
	background-repeat: repeat-x;
}
#footer_container #footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#footer_container #footer #footer-address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 30px;
	float: left;
	color: #333;
	line-height: 18px;
}
#footer_container #footer #footer-address p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#footer_container #footer #footer-links {
	float: left;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #416083;
	font-weight: bold;
	background-image: url(http://www.ercnet.org/images/footer-bg.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
}
#footer_container #footer #footer-contact {
	float: right;
	padding-right: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #333;
}
#footer_container #footer #footer-contact a:link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
#footer_container #footer #footer-contact a:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
#footer_container #footer #footer-contact a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: underline;
}
#footer_container #footer #footer-contact #insights {
	margin-left:20px;
	float:left;
	width:100%;
}
#footer_container #footer #footer-contact #sign-up {
	margin-left:20px;
	float:left;
}
#footer_container #footer #footer-contact #insights #article ul {
	margin-top:5px;
	border-bottom:0px;
	margin-bottom:0px;
}
#footer_container #footer #footer-contact #insights #article ul li {
	margin-top:3px;
	margin-left:0px;
	padding-left:0px;
}
#footer_container #footer #footer-contact #insights #article ul li a:link {
	font-size:13px;
	color:#36F;
}
#footer_container #footer #footer-contact #insights #recently-published {
	font-size:14px;
	font-weight:bold;
}

#footer_container #footer #footer-contact #links {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom:8px;
	border-bottom: 1px solid #CCC;
}
#footer_container #footer #footer-contact #links li {
	list-style-type: none;
	display: inline;
	margin-left: 20px;
}
#footer_container #footer #footer-links a:link {
	color: #416083;
	font-weight: bold;
	text-decoration: none;
}
#footer_container #footer #footer-links a:visited {
	color: #416083;
	font-weight: bold;
	text-decoration: none;
}
#footer_container #footer #footer-links a:hover {
	color: #416083;
	font-weight: bold;
	text-decoration: underline;
}
#footer_container #footer #footer-links ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom:0px;
}
#footer_container #footer #footer-links ul li {
	list-style-type: none;
	margin-bottom: 6px;
}
#footer_container #footer #footer-links span{
	color:#333;
	line-height:19px;
	font-weight: bold;
}
#footer_container #footer #footer-links .rss-item{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:5px;
	}
#footer_container #footer #footer-links .rss-items{
	margin-top:5px;
	}

.focusField, .idleField, .idleField-pw{
	width:140px;
	padding:5px 4px 5px 4px;
	margin-right:5px;
	height:18px;
	border:2px solid #DDD;
	margin-top:5px;
}

.focusField{
	background-image:none;
}
.idleField{
	background-image:url(/images/bg-username.gif);
	background-repeat:no-repeat;
	background-position:5px;
	}
.idleField-pw{
	background-image:url(/images/bg-password.gif);
	background-repeat:no-repeat;
	background-position:5px;
	}
#login{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border:1px solid #DDD;
	background-color:#39F;
	padding:4px;
	cursor:pointer;
	color:#EEE;
	border:2px solid #DDD;
}
