/* generic styles */

body
{
 color : black;
/* background-color : #ecfce7; */
  background-color : white;
 margin: 0 0 0 0;
 padding: 0;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6
{
 font-family : Verdana, Arial, Helvetica, sans-serif;
}


html p
{
 font-size: 0.8em;
 margin-top 0;
 margin-bottom: 1em;
 text-align: left;
 line-height: 1.5;
}

a:link
{
 text-decoration: none;
 color: #927000;
 font-weight: bold;
 background: transparent;
}

a:visited
{
 text-decoration: none;
 color: #927000;
 font-weight: bold;
 background: transparent;
}

a:hover
{
 text-decoration: underline;
 color: #927000;
 font-weight: bold;
 background: transparent;
}

a:active
{
 text-decoration: none;
 color: #927000;
 font-weight: bold;
 background: transparent;
}

.hide
{
 display: none;
}

img
{
 display: block;
 border: 0;
}


/* masthead styles */
#masthead
{
 background: #a28c5b url("../images/CornerStoneLogo.jpg") right top no-repeat;
}

table#masthead td#mainNav	/* tabs menu background */
{
}

#mastheadImage
{
 padding: 15px 0 8px 10px;
}

/* primary (tabs) menu styles */

table#tabsMenu
{
 margin-left: 10px;

}

table#tabsMenu td
{
 font-size: 13px;
 line-height: 1.5em;
 text-align: left;
}

table#tabsMenu td a
{
 font-weight: bold;
 text-decoration: none;
 display: block;
 margin: 0px;
 padding: 2px 8px 2px 8px;
 border-left: 2px solid #bda27b;
 border-top: 2px solid #cebe8c;
 border-right: 2px solid #8c7142;
 }

#tabsMenu td a:link, #tabsMenu td a:visited
{
 background: #a28c5b;
 font-weight: bold;
 display: block;
 color: white;
}

#tabsMenu td a:hover
{
 background: #ddd0b3;
 display: block;
 font-weight: bold;
 color: black;
}


/* main content styles */

#mainContent, #footer
{
 padding-left: 10px;
 padding-right: 10px;
 margin-top: 0;
}

#mainContent h1
{
 font-size: 150%;
 font-weight: normal;
 margin-top: 0;
 margin-bottom: -0.3em;
 border-bottom: 2px solid #a28c5b;
 padding-bottom: 2px;
}

#mainContent h2
{
 font-size: 100%;
 font-weight: bold;
 margin-top: 1em;
 margin-bottom: -0.5em;
}


#mainContent li
{
 font-size: 0.8em;
 margin-left: -1.5em;
 margin-top 0;
 margin-bottom: 1em;
 text-align: left;
 line-height: 1.5;
}

/* secondary menu styles */

#subNav img
{
 padding: 0 10px 5px 10px;
 width: 180px;
 height: 120px;
}

#subNav h1
{
 font-size: 1.35em;
 font-weight: bold;
 display: block;
 margin-bottom: 0.2em;
 margin-top: 0;
 padding-left: 0px;
 padding-right: 10px;

}

#sideMenu
{
 padding-left: 10px;
 padding-right: 10px;
 margin-top: 0;
}

table#sideMenu td
{
 font-size: 0.7em;
 text-align: left;
 margin-top: 0;
 line-height: 1;
 vertical-align: top;
}

table#sideMenu td a
{
 font-weight: bold;
 text-decoration: none;
 display: block;
 margin: 0px;
 padding-left: 8px;
 padding-bottom: 0.5em;
}

#newsletterPrevIssue
{
 padding-top: 0.5em;
 padding-left: 8px;
 padding-bottom: 0.5em;
 
}

#sideMenu td a:link, #sideMenu td a:visited
{
 background: transparent;
 display: block;
 color: #927000;
}

#sideMenu td a:hover
{
 background: transparent;
 display: block;
 color: #927000;
 text-decoration: underline;
}


/* sideBar styles */


#sideBarLeft img
{
 padding: 0 10px 5px 10px;
 width: 180px;
 height: 120px;
}

.sideBarBox
{
 border-left: 3px solid #bda27b;
 border-top: 3px solid #cebe8c;
 border-right: 3px solid #8c7142;
 border-bottom: 3px solid #6b5929; 
 margin-left: 10px;
 margin-right: 10px;
 line-height: 1; 
 background: white;
}

#sideBarLeft p,
#sideBarRight p
{
 font-size: 0.7em;
 color: black;
 padding: 2px 8px 5px 8px;
 margin-top: 0;
 margin-bottom: 0.25em;
}

#sideBarLeft h2,
#sideBarRight h2
{
 font-size: 0.8em;
 color: black;
 font-weight: bold;
 background-color: #ddd0b3;
 display: block;
 padding: 2px 8px 3px 8px;
 margin-bottom: 0;
 margin-top: 0;

}

 
/* footer styles */

#footer p
{
 font-size: 0.7em;
 margin-top 25px;
 border-top: 2px solid #a28c5b;
 text-align: center;
}


/* form styles */

.formText
{
 margin-top: 0em;
 font-size: 0.8em;
 padding: 2px 8px 5px 8px;
}


.fieldName
{
 margin-top: 0.4em;
 margin-bottom: 0.1em;
}

input.fieldBox
{
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.8em;
 margin-bottom: 0.1em;
 background-color: white;
 border-right: 1px solid #bda27b;
 border-bottom: 1px solid #cebe8c;
 border-left: 1px solid #8c7142;
 border-top: 1px solid #6b5929; 

}

input.button
{
 font-family : Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.8em;
 margin-top: 0.4em;
 border-left: 2px solid #bda27b;
 border-top: 2px solid #cebe8c;
 border-right: 2px solid #8c7142;
 border-bottom: 2px solid #6b5929; 
 background-color: #ddd0b3;

 padding: 2 2 0 2;

}

