/*
Greenberg Web Services
GreenbergWS.com
*/

/* Elements */

body {
    background: #60AE5F;
    text-align: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
}

h2, h3 {
    margin-top: 0px;
    color: #2D661F;
}

h2 {
    font-size: 18px;
}

h3 {
    margin: 0;
    font-size: 16px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
    margin-top: 0;
}

a {
    color: #248A06;
}

a:hover {
    background: #FFFFB7;
}

img {
    border:0px;
}

#img-link a:hover {
    background: #FFFFFF;
}

.img-right {
  float: right; 
  clear: right;
}

.img-left {
  float: left; 
  clear: left;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.capital {
    font-weight: bold;
    font-size: 20px;
}

.absmiddle {
    vertical-align:middle;
}

.red-font {
    color: #cc0000;    
}

/* Header */

#header {
    width: 750px;
    height: 110px;
    margin: 0 auto;
    /*background: url('images/img1.gif');*/
}

#header h1 {
    float: left;
    margin: 0;
    padding: 35px 0 0 40px;
    font-size: 56px;
}

#header h2 {
    float: center;
    margin: 0;
    padding: 45px 20px 0 0;
    font-size: 18px;
}

#header a {
    text-decoration: none;
    color: #000000;
}

/* Menu */

#menu {
    width: 724px;
    height: 30px;
    margin: 0 auto;
    padding: 0 12px;
    background: url('images/img3.gif');
}

#menu ul {
    width: 724px;
    height: 30px;
    margin: 0;
    padding: 0;
    background: #333333;
    list-style: none;
}

#menu li {
    display: inline;
}

#menu li a {
    display: block;
    float: left;
    padding: 7px 15px 5px 15px;
    border-left: 1px solid #666666;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

#menu a:hover {
    background: #CCCCCC;
    color: #000000;
}

#menu .first a {
    border: none;
}

#menu li a.on {
    background: #CCCCCC;
    color: #248A06; }

/* Splash */

#splash {
    width: 722px;
    margin: 0 auto;
    padding: 0 14px;
    background: url('images/img3.gif');
}

/* Content */

#content {
    width: 730px;
    margin: 0 auto;
    padding: 10px 10px 0 10px;
    background: url('images/img3.gif');
}

#colOne {
    float: right;
    width: 525px;
    padding: 0 20px 0 0;
}

#colTwo {
    float: left;
    width: 155px;
    padding: 0 0 0 20px;
}

#colTwo a:hover {
    background: #C3EAC7;
}

#colTwo #img-link a:hover {
    background: #FFFFFF;
}


/* Yellow Box */

#content .box
{
  padding: 1.0em;
  margin: 1.5em 3.0em 0em 3.0em;
  background-color: #FFFCD8;
  background-image: url('images/a5.gif');
  background-repeat: no-repeat;
  background-position: top left;
  border: dotted 1px #DFD999;
}

.box a:hover {
    background: #C3EAC7;
}


/* Table */

#content table
{
  margin-bottom: 1.5em;
  width: 100%;
}

#content table th
{
  text-align: left;
  font-weight: bold;
  padding: 0.5em;
  color: #444;
}

#content table td
{
  padding: 0.5em;
}

#content table tr.rowA
{
  background: #efefef;
  color: inherit;
}

#content table tr.rowB
{
  background: #fafafa;
  color: inherit;
}

/* Footer */

#footer {
    width: 750px;
    height: 42px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    background: url('images/img4.gif') no-repeat;
}

#footer p {
    margin: 0px;
    text-align: center;
    color: #1C570A;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.formbutton{
cursor:pointer;
border:outset 1px #333;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url('../../media/images/formbg.gif') repeat-x left top;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.ovalbutton {
  background: transparent url('../../media/images/oval-green-left.gif') no-repeat top left;
  display: block;
  float: middle;
  font: normal 13px Tahoma; /* Change 13px as desired */
  line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
  height: 24px; /* Height of button background height */
  padding-left: 11px; /* Width of left menu image */
  text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton {
  color: #494949; /*button text color*/
}

a.ovalbutton span {
  background: transparent url('../../media/images/oval-green-right.gif') no-repeat top right;
  display: block;
  padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover { /* Hover state CSS */
  background-position: bottom left;
}

a.ovalbutton:hover span { /* Hover state CSS */
  background-position: bottom right;
  color: black;
}

.buttonwrapper { /* Container you can use to surround a CSS button to clear float */
  overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
  width: 100%;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddcolortabs{
padding-left: 430px;
margin: 0 auto;
width: 700px;
background: #60AE5F;
voice-family: "\"}\"";
voice-family: inherit;
}

#ddcolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#ddcolortabs a{
float:left;
color: white;
background: #8cb85c url('images/color_tabs_left.gif') no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url('images/color_tabs_right.gif') no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
background-color: #678b3f;
}

#ddcolortabs a:hover span{
background-color: #678b3f;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #678b3f;
}

#ddcolortabsline{
margin: 0 auto;
clear: both;
padding: 0 12px;
width: 700px;
height: 8px;
line-height: 8px;
background: #678b3f;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}


/* OpenNewsletter */

.open-newsletter {
    frameborder: 0;
    width: 300px;
    height: 200px;
    border:0px solid #CCCCCC;
}