/* Main Stylesheet for My Outer Banks Home

coded by Pete Schmeck - atari2600vcs@yahoo.com */


/*site colors

*/

BODY 
{ 
  background: url(http://www.myouterbankshome.com/images/dirtBackground.jpg); 
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px;
}

        A:link    { color: #c63; text-decoration: none; }
        A:visited { color: #c63; text-decoration: none; }
        A:hover   { color: #c63; text-decoration: underline; }
        A:active  { color: #c63; text-decoration: none; }
        
img
{
  border-width: 0;
}

h1 
{ 
  color: #000; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 18px;
  padding: 10px 0px 10px 25px;
}

h2
{ 
  color: #66354B; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14px;
  padding-left: 15px;
}

h3
{ 
  color: #000; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px;
  padding-left: 20px;
}





/* upgrade your browser -------------------------------------------------- */
div#upgrade
{
  display: none;
}






/* Page -------------------------------------------------- */
div#pageBody
{
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 760px;
}







/* Header -------------------------------------------------- */
div#header
{
  background: #000 url(http://www.myouterbankshome.com/images/headers/header.jpg) top left no-repeat;
  height: 125px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 760px;
}





/* Left Nav Bar -------------------------------------------------- */
ul#leftNav
{
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 8px;
  position: absolute;
  top: 150px;
  width: 175px;
}

ul#leftNav li
{
  font-weight: bold;
  margin: 0px 0px 5px 0px;
  padding: 0;
  text-transform: capitalize;
}

ul#leftNav li.select a
{
  color: #f7ad58;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
  padding: 0;
  text-transform: uppercase;
}

ul#leftNav li a
{
  margin: 0;
  padding: 0;
  text-decoration: none;
}

ul#leftNav li a:hover
{
  color: #f7ad58;
  margin: 0;
  padding: 0;
  text-decoration: none;
}







/* Body Copy -------------------------------------------------- */

div#bodyCopy
{
  background: #fff;
  border-bottom: 2px solid #000; /*bottom border*/
  border-left: 162px solid #000; /*left nav bar*/
  border-right: 5px solid #000; /*right border*/
  color: #000;
  font-size: 12px;
  min-height: 500px; 
  margin: 0;
  padding: 0;
  width: 593px;
}

* html div#bodyCopy/*IE only - creating minimum height of 300px*/
{
  /* hide from mac IE \*/
  height: 500px;
  /* end hide from mac IE */
}

div#bodyCopy p
{
  line-height: 16px;
  padding: 0px 20px 0px 15px;
}

div#bodyCopy p.indent
{
  line-height: 16px;
  padding: 0px 60px 0px 25px;
}

div#bodyCopy ul
{
  padding: 0 20px 0 20px;
}

img.inLine
{
  margin: 10px;
  padding: 0px 10px 10px 20px;
}



/* footer -------------------------------------------------- */
div#footer
{
  color: #003263;
  font-size: 10px;
  margin: 0 auto;
  padding: 5px;
  text-align: center;
  width: 700px;
}






/* BR divider -------------------------------------------------- */
br.divider
{
  clear: both;
  visibility: hidden;
}

/* HR divider -------------------------------------------------- */
hr.divider
{
  clear: both;
  visibility: hidden;
}