/* ---- Remove all default padding and formatting of elements ---- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { 
	margin : 0; 
	padding : 0; 
	}

h1, h2, h3, h4, h5, h6 { 
	font-size : 100%; 
	}

ol, ul { 
	list-style : none; 
	}

address, caption, cite, code, dfn, em, strong, th, var { 
	font-style : normal;
	font-weight : normal; 
	}

table { 
	border-collapse : collapse; 
	border-spacing : 0;
	}

fieldset, img { 
	border : 0;
	}

th, caption {
	text-align : left;
	}

q:before, q:after {
	content :'';
	}


/* ---- Global background settings ---- */


body {
	background-color: #dceeff;
	margin:0px;
	padding:0px;
	text-align:center;
	}


/* ---- White container with drop shadow ---- */

#container {
	background: url(../images/background_tile.gif) repeat-y;
	width:1009px;
	margin:0px auto;
	text-align:left;
	padding-left: 15px;
	}

/* ---- Econrg logo ---- */

#logo {
	margin-left: 45px;
	}

/* ---- Transparent white box containing nav and content ---- */
#content {
	width: 925px;
	margin-left: 45px;
	}

/* ---- Two column layout for nav and content ---- */

#main1 {
	width: 925px;
	margin:0; padding:0;
	}
	
#left {
	float:left;
	width:623px;
	}
	
#right {
	width: 292px;
	float:right;
	}
	
.padding {
	padding-left: 15px;
	}
	
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}


/* ---- Navigation ---- */


#homenav {
	margin:0px auto;
	height: 270px;
	width: 263px;
	}
	
#homenav li {
	float: right;
	display: block; 
	clear: none;
	}
	
#homenav li a {
	display:block;
	}

#homenav li em {
	display: none;
	}

#homenav li.investments {
	background:url("../images/investments.gif") 0px -86px no-repeat;
	margin-bottom: 6px;
	}

#homenav li.investments a {
	width: 263px;
	height: 86px;
	background:url("../images/investments.gif") top left no-repeat;
	}

#homenav li.investments a:hover {
	width: 263px;
	height: 86px;
	background:none;
	}

#homenav li.community {
	background:url("../images/community.gif") 0px -86px no-repeat;
	margin-bottom: 6px;
	}

#homenav li.community a {
	width: 263px;
	height: 86px;
	background:url("../images/community.gif") top left no-repeat;
	}

#homenav li.community a:hover {
	width: 263px;
	height: 86px;
	background:none;
	}

#homenav li.advocacy {
	background:url("../images/advocacy.gif") 0px -86px no-repeat;
	}

#homenav li.advocacy a {
	width: 263px;
	height: 86px;
	background:url("../images/advocacy.gif") top left no-repeat;
	}

#homenav li.advocacy a:hover {
	width: 263px;
	height: 86px;
	background:none;
	}

/* ---- Text formatting ---- */

p {
	font-family: verdana, helvetica, arial;
	font-size: 12px;
	color: #333;
	margin-top: 15px;
	}
	
.subhead {
	font-family: verdana, helvetica, arial;
	font-size: 14px;
	color: #333;
	margin-top: 0px;
	font-style: italic;
	font-weight: bold;
	}

.news {
	width: 263px;
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	color: #333;
	margin:0px auto;
	}

.news h1 {
	color: #666666;
	font-weight: bold;
	}

.green {
	color:#4fb54e;
	font-weight: bold;
	}

.blue {
	color: #2e3192;
	font-weight: bold;
	}
	
/* ---- Content area footer ---- */
		
#footer {
	width: 100%;
	padding-top: 15px;
	}
	
/* ---- Page footer ---- */

#pagefooter {
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	color: #666;
	}

#pagefooter a {
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	color: #666;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
