/* CSS Stylesheet for Southeast Local Development Corporation */
/* Copyright 2007 - All Rights Reserved                       */
/* Coded by Matthew Ohlman - matthew@ohlman.com               */

body {
  margin: 0;
  padding: 0;
  background: url("white.gif") repeat-x;
  background-color: #666666;
  font-size: 100.01%;
  text-align: center;
}

#wrapper {
  margin: auto;
  width: 750px;
  background-color: #FFFFFF;
}




/* Top Bar */

#top {
  background: url("top.gif") no-repeat top;  
  height: 76px;
  margin: 0; padding: 0;
}

#topleft {
  text-align: right;
  padding: 5px 1em 0 0; margin-bottom: -5px;
  color: white;
  font-family: verdana, arial, sans-serif;
  font-size: .8em;
}

#top input {
  border: 1px solid #000000;
  background-color: white;
  padding: 1px 7px;
}

#top a, a:visited {
  color: #FFF;
  text-decoration: none;
}

#top a:hover, a:active {
  color: #FFF;
  text-decoration: underline;
}


/* Nav Bar */

#navlist {
  font-size: 1em; 
  width: 750px;
  height: 32px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

#navlist a {
  font-family: verdana, arial, sans-serif;
  color: white;
  text-decoration: none;
  font-size: 0.8em;
}

#nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#nav a, #nav a:visited {
  display: block;
  float: left;
  list-style-type: none;
  margin: 0 0 -.5em 0;
  padding: .5em 0 0 0;
  white-space: nowrap;
  background: url("menu.gif") no-repeat;
  width: 150px;
  height: 32px;
  text-align: center;
}

* html #nav a.right, * html #nav a.right:visited {
  background: url("menu_right.gif") no-repeat;
  width: 148px;
}

#nav a:hover, #nav a:active {
  background-image: url("menu_over.gif");
}


* html #nav a.right:hover, * html #nav a.right:active {
  background: url("menu_over_right.gif") no-repeat;
}

#nav li {
  float: left;
  height: 32px;
}


/* Top Picture */

div.toppicture {
  border: 1px solid black;
  border-top: none;
  width: 750px;
  height: 183px;
  background: url("city.gif") no-repeat;
  margin-top: -2px;
}

* html div.toppicture {
  margin-top: -5px;
}

div.toppicture img {
  display: block;
}


/* Menu */
#nav li ul {
  position: absolute;
  width: 150px;
  left: -999em;
  z-index: 1;
  border: none;
  margin: 26px 0 0 -2px;
  background: #FEEB9E; 
  padding: 6px 0 0 0;
  border: 1px solid #000000; 
  border-top: none;
  list-style-type: none;
}

#nav li ul a, #nav li ul a:visited {
  background: #3E5570;
  padding: 3px 0 4px; 
  margin: 0; 
  height: auto;
}

* html #navlist li ul {
  margin-left: -152px;
  padding-bottom: 0;
}

#nav li ul li {
  border-bottom: 1px solid #5A6E83;
  border-top: 1px solid #3F5F85;
  background: #3E5570;
  width: 150px; 
  height: auto;
}

#nav li:hover ul {
  left: auto; 
  width: 150px;
}

#nav li ul a:hover {
  background: #436D9B;
}

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
}


/* Main Content of Page */

#content {
  padding: 0; 
  border: 1px solid black; 
  border-top: none;
  width: 750px;
  text-align: left;
  background: #FFF;
}

#content a {
  color: #0070B6;
  text-decoration: none;
}

#content a:visited {
  color: #00446F;  
}

#content a:hover, a:active {
  color: #0070B6;
  text-decoration: underline;
}

legend {
  display: none;
}

fieldset {
  border: none;
}



/* Welcome Strip */

.rightstrip {
  width: 100%;
  background: #FFF url("headerbg.gif") repeat-x;
  border: 1px solid black; 
  border-bottom: none;
  font-family: Georgia, Helvetica, Arial, sans-serif;
  font-size: .9em;
  margin: 0; 
  padding: 0;
}

/* commented backslash hack \*/
* html .rightstrip {
  padding-top: 3%;
}
/* end hack */

.rightstrip h1 {
  font-family: Georgia, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.6em;
  text-align: center;
}

.rightstrip p {
  text-align: center;
  margin: auto;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 3%;
  font-family: Georgia, Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}



/* In order for layout to expand with the drop shadow */
#dropshadow {
  background: url("headerds.gif") repeat-x;
  width: 100%;
  height: 3px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin: 0; padding: 0;
}


/* Columns in content div */
/* Left, Right, Middle */

div.leftcell {
  width: 191px;
  background: #FFFFFF;
  padding: 10px;
  font-family: Tahoma, Geneva, Sans-Serif;
  float: left;
}

* html div.leftcell {
  width: 211px;
}

div.leftcell h2 {
  font-size: 1em;
  font-family: Georgia, Helvetica, Arial, sans-serif;
  margin-top: 5px;
  color: #0070B6;
}

div.leftcell address {
  font-style: normal;
  font-size: .8em;
  padding-left: 10%;
}

div.rightcell {
  width: 191px;
  background: #FFF;
  padding: 10px 10px 0 10px;
  margin: 0;
  font-family: Tahoma, Geneva, Sans-Serif;
  float: left;
}


* html div.rightcell {
  width: 210px;
}


div.rightcell h2 {
  font-size: 1em;
  font-family: Georgia, Helvetica, Arial, sans-serif;
  margin-top: 5px;
  color: #0070B6;
}

div.rightcell ul {
  padding-left: 10%;
}

div.rightcell li {
  list-style-type: square;
  font-size: .8em;
}

div.middlecell {
  width: 300px;
  background: #FFF2D7;
  padding: 10px; padding-bottom: 0;
  font-family: Tahoma, Geneva, Sans-Serif;
  float: left;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  height: 100%;
  margin: 0;
}

/* commented backslash hack \*/
* html div.middlecell {
  width: 320px;
}
/* end hack */


div.middlecell h2, div.contentcell h1 {
  font-size: 1em;
  font-family: Georgia, Helvetica, Arial, sans-serif;
  margin-top: 5px;
  color: #0070B6;
}


div.middlecell span, h3  {
  font-style: normal;
  font-size: .8em;
  padding-left: 10%;
  display: block;
}

div.middlecell span {
  font-size: .7em;
}

div.contentcell h3, p  {
  font-style: normal;
  font-size: .8em;
  display: block;
  padding: 0;
}


div.middlecell h3 {
  margin-bottom: 0;
}

div.contentcell ul {
  font-size: .8em;
}

div.contentcell dd, div.contentcell dt {
  font-size: .8em;
}

div.contentcell dt {
  font-weight: bold;
}

div.contentcell table {
  font-size: .8em;
  margin: auto;
}

div.leftcell input, div.leftcell textarea {
  border: 1px solid black;
  background-color: white;
  border: 1px solid #0070B6;
}

div.leftcell .submit {
  font-family: Tahoma, Geneva, Sans-Serif;
  background-color: #CCCCCC;

}

div.leftcell input:focus, #top input:focus, div.leftcell textarea:focus {
  background-color:#cccccc;
}

div.leftcell fieldset {
  font-size: .8em;
}

h2.bottom {
  border-top: 1px dotted #E2E2E2; 
  padding-top: 5%;
}

div.leftcell li {
  font-size: .8em;
  list-style-type: none;
  padding-bottom: 3%;
}

div.leftcell ul {
  padding: 0  0 0 10%; margin: 0;
}

/* Inside */

div.contentcell {
  width: 515px;
  background: #FFF2D7;
  padding: 10px; padding-bottom: 0;
  font-family: Tahoma, Geneva, Sans-Serif;
  float: right;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  height: 100%;
  margin: 0;
}

/* Footer */

#footer {
  clear: both;
  text-align: center;
  background: #E1E1E1;
  width: 750px;
  border: 1px solid black; border-top: none;
  font-family: verdana, arial, sans-serif;
  font-size: .8em;
}

#footer p {
  margin: 0; 
  padding: 0;
}


/* Hidden Skip Links */
a.skiplink {
  position: absolute;
  margin-left: -999em;
}

span.bold {
  font-weight: bold;
}

p.center {
  text-align: center;
}

span.error {
  font-weight: bold;
}

div.contactfloats {
  width: 50%;
  float: left;
}

.clear {
  clear: both;
}

p img {
  border: none;
}


.leftcell p {
  text-align: center;
}

blockquote {
  font-size: .8em;
}

#footer a {
  color: #0070B6;
  text-decoration: none;
}

#footer a:visited {
  color: #00446F;  
  text-decoration: none;
}

#footer a:hover, #footer a:active {
  color: #0070B6;
  text-decoration: underline;
}


/* NonScreen Print Only */
.print {
  position: absolute;
  left: -999em;
}
