/*
Ewing & Ray Foundation Services
Author: Michael Shadow
Company: NoRocks Productions
Date: 5/7/2009	  	  
*/

* { padding: 0; margin: 0; }

html {
 background: #FFF;
}
body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
 padding: 10px;
}

#wrapper { 
 margin: 0 auto;
 width: 800px;
}

#hidden_title {
 display: none;
}

#header {
 color: #333;
 width: 800px;
 float: left;
 height: 106px;
 background: #FFFFFF;
 background-image: url(../images/bluebar_fill.jpg);
 background-position: left top;
 background-repeat: repeat-x;
}

#logoContainer {
 height:106px;
 width: 155px;
 float: left;
 background-image: url(../images/er_logo.gif);
 background-position: left top;
 background-repeat: no-repeat;
 cursor: pointer;
}

#logoContainer p {
 color: #FFF;
 font-size: 0.9em;
 font-weight: bold;
 margin: 5px 0 0 500px;
 width: 300px;
}

#tagline {
 height: 106px;
 width: 645px;
 float: right;
 background-image: url(../images/er_since1968.gif);
 background-position: right bottom;
 background-repeat: no-repeat;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 width: 800px;
 display: inline;
}

#content_back {
 background-color: #D1D1DB;
 width: 760px;
 height: 100%;
 padding: 0 20px 0 20px;
}

.subcontent {
 background-color: #FFF;
 height: 100%;
 padding: 10px 8px 20px 10px;
 clear: both;
 color: #666;
 font-size: 1.0em;
}

#footer { 
 width: 800px;
 clear: both;
 background-color: #66669A;
 padding-top: 125px;
}

#footer p {
 color: #999;
 display: block;
 background-color: #FFF;
 font-size: 0.7em;
 text-align: center;
}

#footer a {
 color: #999;
 text-decoration: none;
}

#footer a:hover {
 color: #CCC;
 text-decoration: underline;
}

#navigation {
 float: left;
 width: 800px;
 height: 20px;
}

