/**
 ** Colors:
 ** e0d487 : gold text
 ** b3b3b3 : press and calendar headings
 ** 16273b : nav borders
 **/

@media screen, projection {

/** REDECLARATIONS **/

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #005184;
	margin: 0;
	padding: 0;
}

blockquote {margin: 0 15px;}

p {
	font-size: 77%;
	line-height: 180%;
}

a {
	color: #fff;
	text-decoration: none;
	outline: none;
	border: none;
}

a:hover {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #005184;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

/* CLASSES ------------------------------ */
.read_more {
	font-weight: bold;
	color: #005184;
}

/* LAYOUT ------------------------------ */

#header {
	position: relative;
	height: 316px;
	width: 100%;
	background: url(images/header_repeat_0.png) repeat-x;
	text-align: center;
}

#nelogo {
	display: block;
	width: 415px;
	height: 98px;
	text-indent: -2000px;
	margin: 0 auto;
	padding-top: 40px;
	background: transparent url(images/neneighborhood.gif) no-repeat 0 40px;
	border: none;
}

#lwsp {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
	padding: 0;
}

#lwsp li {
	float: left;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #005184;
}

#lwsp li.omega {
	border-right: none;
}

#lwsp li a {
	color: #005184;
	text-decoration: none;
	border: none;
}

#lwsp li a:hover {
	border-bottom: 1px dotted #005184;
}


a#archived_newsletters {
	text-decoration: none;
	width: 150px;
	height: 159px;
	text-indent: -2000px;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(images/banner.gif) no-repeat;
}

#container {
	background: #000 url(images/bg.gif) repeat left top;
}

#wrapper {
	width: 745px;
	margin: 0 auto;
	clear: both;
	background: transparent url(images/wrapper-bg.gif) right top repeat-y;
}


#wrapper hr {
	clear: both;
	visibility: hidden;
}
#nav {
	float: left;
	width: 280px;
	margin: 10px;
}

#nav li a {
	width: 272px;
	height: 38px;
	border: none;
	text-indent: -2000px;
	display: block;
}

#nav_res a {background: url(images/nav/res.png) no-repeat left top;}
#nav_hap a {background: url(images/nav/hap.png) no-repeat left top;}
#nav_new a {background: url(images/nav/new.png) no-repeat left top;}
#nav_nei a {background: url(images/nav/nei.png) no-repeat left top;}
#nav_his a {background: url(images/nav/his.png) no-repeat left top;}
#nav_dev a {background: url(images/nav/dev.png) no-repeat left top;}
#nav_res a:hover, 
#nav_hap a:hover, 
#nav_new a:hover, 
#nav_nei a:hover, 
#nav_his a:hover, 
#nav_dev a:hover {
	background-position: 0 -38px;
}

#nav #nav_slu a {
	width: 201px;
	height: 121px;
	margin: 10px;
	float: right;
	background: url(images/eddie_st_slug.jpg) no-repeat center center;
	padding: 4px;
	border: 1px solid #fbaf28;
}

#content {
	float: left;
	width: 380px;
	background-color: #fff;
	padding: 30px;
	margin: -6px 0 0;
}

#content a {
	color: #005184;
}

#content h2 {
	font-size: 122%;
	color: #005184;
}

#content h2 a {
	font-size: 100%;
	color: #005184;
}

#content small {
	font-size: 92%;
	color: #333;
	font-style: italic;
	margin: 0 0 1em;
}

#content p {
	margin: 1em 0;
}

#footer {
	clear: both;
	height: 55px;
	margin-top: -7px;
	color: #fff;
	background-color: #005184;
	border-top: 2px solid #fbaf28;
	font-family: Arial, sans-serif;
}

#footer ul {
	width: 720px;
	font-size: 77%;
	margin: 2em auto 0;
	text-align: center;
}

#footer li {
	float: left;
	margin: 0 1em;
	vertical-align: bottom;
}

#footer li img {
	float: left;
	margin: -6px 4px 0;
}

#footer a:hover {
	border-bottom: 1px dotted #fff;
}

}

/*
	10    77
  11    85
  12    92
  13    100
  14    107
  15    114
  16    122
  17    129
  18    136
  19    144
  20    152
  21    159
  22    167
  23    174
  24    182
  25    189
  26    197 
*/