/****** General default settings first ******/
* { margin: 0; padding: 0; }

h1 { margin: .2em 12px 0 12px; } 
h2 { margin: 1em 12px 0 12px; }
h3, h4, h5, h6 { margin: 1em 12px; } 
pre, p, blockquote, ol, dl, fieldset, address { margin: 1em 12px; } 
ul  { margin: 1.5em 10px 25px 10px ; }
li, dd { margin: .8em 35px ; }
	
img { border: 0; }

/****** Getting consistent text sizes across browsers (IE5) ******/
body { font-size: 76%; }
/* Resets 1em to 12px. Can cause a small gap at the bottom of the mainbox (due to rounding errors?) */

h1 { font-size: 235%; font-weight: 400; color:#232697; }
h2 { font-size: 150%; font-weight: 400; color:#232697; }
h3 { font-size: 125%; font-weight: 700; color:#adafcb;}
h4 { font-size: 125%; font-weight: 700; color:#adafcb;}
h5 { font-size: 125%; font-weight: 700;}
h6 { font-size: 125%; font-weight: 700; color:#232697;}

p { font-size: 125%; }

body {
margin: 0;
padding: 0;
text-align: center; /* To center the page in IE */
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #f8f8f8;
word-spacing: 0.1em;
}

a:link, a:visited { color:#93C953; font-weight: 700; text-decoration: none; }
a:hover, a:focus, a:active { color:#93C953; font-weight: 700; text-decoration: underline; }

/*.content {
width: 960px;
margin: 0 auto;
background-image: url(images/shadow940.jpg);
background-repeat: repeat-y;
background-position: 0 0;
border: 1px solid #6567B6;
}*/

.menubox {
margin: 0 auto;
background-color: #93C953;
color: #293989;
padding: 1px 0;
}
.menubox p { font-size: 140%; margin: 5px 0 8px 0; }

#nav a:link, #nav a:visited {
color: #f8f8f8;
text-decoration: none;
line-height: 1.6;
padding: 0 16px;
outline: none; /* removes the dotted lines on click and focus */
}
#nav a:hover, #nav a:focus, #nav a:active { color: #232697; } 
/* #nav a.current, #nav a:visited.current { color:#FEBD33;} no longer in use */

.header {
height: 196px;
background-image: url(images/header3.jpg);
background-repeat: no-repeat;
background-position: center top;
border-top: 1px solid #6567B6;
}

.centerpage {
background-color: #f8f8f8;
color: #111111;
margin: 0 auto;
text-align: left;
width: 920px;
position: relative;
top: -28px;
border-left: 1px solid #93C953;
border-right: 1px solid #93C953;
}

.sidebar {
float:right;
width: 250px; 
margin-top: 12px;
padding-right: 24px;
}

.mainbox {
margin-left: 24px;
margin-right: 336px;
padding-top: 12px;
}
.mainbox p { margin: .5em 12px 1.5em 12px; }

.footer {
padding: 1px 0 3px 0;
border-top: 5px solid #232697;
background-color: #93C953; 
background-image: url(images/footer-bkgd.jpg);
background-repeat: repeat-y;
background-position: right top;
text-align: center;
}
.footer-text {
width: 900px;
margin: 0 auto;
text-align: left; }
.footer p {font-size: 12px; color:; }

.footer a:link, .footer a:visited { color:#f8f8f8; }
.footer a:hover, .footer a:focus, .footer a:active { color:#f8f8f8; }	
p.smallprint {font-size: 10px; }

.numbermenu {
font-size: 280%;
margin-top: 0;
text-align: center;
}

.imageright {
float:right;
margin: 6px 0 4px 18px;
}

.imageleft { 
float:left;
margin: 6px 18px 4px 0;
}

.floatright { FLOAT: right }
.spacer { CLEAR: both }
.smalltopmargin { margin-top: .4em; }
.specialtext3 {color:#93C953;}
.specialtext2 { color: #adafcb;}
.center { text-align: center; }
.alignright { text-align: right; }
.maplist { list-style-type: square; }
.notopmargin { margin-top: 0; }
.nobottommargin { margin-bottom: 0; }

/****** Rounded corners on pull quote using images ******/
.roundbox {
background-color: #ADAFCB;
color: #232697;
margin: 2em 26px 2em 12px;
}
.roundbox p { 
margin-top: 0;
font-size: 100%;
}
.roundbox h2 {
color: #232697;
margin: 0 12px 6px 12px;
}

.rbtl, .rbtr, .rbbl, .rbbr { height: 15px; }
.rbtl { background: url(images/tl-b.gif) no-repeat top left; }
.rbtr { background: url(images/tr-b.gif) no-repeat top right; }
.rbbl { background: url(images/bl-b.gif) no-repeat bottom left; }
.rbbr { background: url(images/br-b.gif) no-repeat bottom right; }


/****** Form styling ******/
fieldset { 
border: none;
margin-top: 18px; 
margin-bottom: 0;
margin-left: 12px;
}

label {
display: block;
margin-bottom: 5px;
font-weight: 700;
}

input, textarea { margin-bottom: 1em; background-color: #f8f8f8  ; }
input:focus, textarea:focus { background-color: #fcbd32; }

#realname, #tel, #email, #comments { border: 1px solid #232697; padding: 3px; }

textarea { width: 91%; }

.formbuttons { text-align: right; margin-right: 8px;}

.formbuttons input {
width: 4em;
background-color: #93C953;
border-color: #93C953;
font-weight: 700;
font-family: Arial, sans-serif;
padding-top: .1em;
padding-bottom: .1em;
margin-bottom: 0;
}
.formbuttons input:focus { background-color: #232697; border-color: #232697; color: #f8f8f8;  }
