*{
margin: 0 auto; 
padding: 0;
}

body {
background: #fff url(images/bg.jpg) repeat-x scroll;
font-family: arial, helvetica, sans-serif;
font-size: 12px;
}

#wrap{}

#top-bar {
background-color: #005941;
height: 5px;
}

.container {
width: 983px;
}

ul{
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}
li{
}

a {
color: #005941;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}
/**** START HEADER ****/
#header{
background: transparent url(images/map_bg.jpg) no-repeat scroll center;
height: 199px;
width: 960px;
}

#search-tab {
background: transparent url(images/searchtab.png) no-repeat scroll;
float: right;
height: 39px;
width: 213px;
padding: 7px;
position: relative;
top: -5px;
}

#search {
height: 20px;
width: 198px;
padding-top: 5px;
}

#logo  {
padding: 54px 0 10px 0;
border-bottom: 1px dotted #e1e1e1;
}

#logo h1{
text-indent: -9999px;
background: transparent url(images/logo.png) no-repeat scroll;
height: 72px;
position: relative;
width: 681px;
margin: 0px;
}
/****END HEADER****/


/**** BEGIN TOP NAV ****/
#nav {
height: 14px;
width: inherit;
padding: 12px 0;

}
#nav ul {
}

#nav li{
margin-right: 25px;	
display: inline;
}

#nav li a {
color: #fff;
text-decoration: none;
font-size: 13px;
letter-spacing: 1px;
font-weight: bold;
}

#nav li a:hover {
border-bottom: 4px solid #fff;
}

#nav li#ivey a {
background: transparent url(images/ivey_mini.png) no-repeat scroll;
float: right;
height: 30px;
width: 49px;
text-indent: -9999px;
margin-top: -6px;
}

#nav li#ivey a:hover {
border-bottom: none;
}
/**** END TOP NAV ****/

/**** BEGIN MAIN CONTENT ****/

#content {
background: transparent url(images/content_bg.png) no-repeat scroll;
display: block;
height: 541px;
position: relative;
top: -27px;
padding-top: 6px;
margin-left: 1px;
}

#main {
padding: 15px 10px 0px 26px;
width: 654px;
float: left;
border-right: 1px solid #b7b7b7;
}

/* Feature */
#feature img {
border: solid #fff 6px;
}

/* Recent News */
#recent-news {

}

#recent-news h2 {
background: transparent url(images/recent_news.jpg) no-repeat scroll;
width: 135px;
height: 19px;
text-indent: -9999px;
margin: 15px 0px 10px 5px;
}

#recent-news .post {
padding: 15px 0px;
margin-left: 5px;
border-top: 1px solid #d8d8d8;
width: 641px;
display: block;
clear: both;
overflow: hidden;
}

.post-photo {
width: 210px;
float: left;
margin-right: 20px;
}
img.post-thumbnail {
background-color: #fff;
padding: 1px;
border: solid 4px #b7b7b7;
clear: none;
}

.post-details h4.date {
font-weight: normal;
color: #6a6a6a;
margin-bottom: 8px;
font-size: 11px;
}

.post-details h3.post-title {
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
color: #005941;
margin-bottom: 12px;
}
.post-details a{
text-decoration: none;
color: #005941;
}
.post-details a.readmore{
font-style: italic;
}

.post-details a:hover{
text-decoration: underline;
color: #005941;
}

.post-details p {
line-height: 150%
}

p.author {
color: #6a6a6a;
font-size: 11px;
margin-top: 12px;
}

/**** END MAIN CONTENT ****/


/**** BEGIN SIDEBAR ****/

#sidebar{
width: 250px;
float: left;
padding: 15px 26px 0px 14px;
border-left: 1px solid #fff;
min-height: 300px;
}

#login {
background: transparent url(images/login_bg.png) no-repeat scroll;
width: 220px;
height: 159px;
padding: 15px;

}

h3#ezone {
background: transparent url(images/ezone.jpg) no-repeat scroll;
width: inherit;
height: 17px;
text-indent: -9999px;
margin: 0;
border-bottom: solid 1px #fff;
padding-bottom: 5px;

}

.separator {
width: 250px;
height: 1px;
background-color: #d8d8d8;
margin: 20px 0;
}

.sidebar-section {}

/**** END SIDEBAR ****/

/**** FOOTER ****/

#footer {
border-top: solid 1px #d8d8d8;
width: 930px;
margin: auto;
display: block;
clear: both;
padding: 15px 0;
overflow: hidden;
color: #6a6a6a;
font-size: 11px;
}

#footer-nav {
float: left;
}

#footer-nav ul li {
display: inline;
margin-right: 15px;
}

#footer-nav li a {
text-decoration: none;
color: #6a6a6a;
}

#footer-ivey a{
background: transparent url(images/ivey_big.jpg) no-repeat scroll;
width: 228px;
height: 41px;
float: left;
margin: 25px 0 0 -4px;
text-indent: -9999px;
}

#copyright-stuff {
float: right;
text-align: right;
}

#copyright-stuff p {
margin-bottom: 10px;
}