@charset "UTF-8";
/* CSS Document */

* {
padding: 0px;
margin: 0px;
}

body {
background-image: url(../templateImages/bgGradient.png);
background-position: top left;
background-repeat: repeat-x;
background-color: #6ba93d;

/* global font defaults */
font-family: Arial, Helvetica, sans-serif;
font-size: 12.5px;
color: #161616;
}


/* DIVS */
#header {
width: 100%;
height: 200px; 
background-image: url(../templateImages/bannerTopBg.png);
background-position: top center;
background-repeat: repeat-x;
}

#logo {
padding-top: 10px;	
}

.currItem {
background-image: url(../templateImages/btnBg.png);
background-position: top left;
background-repeat: no-repeat;
color: #222222;
}

#contentWrapper {
width: 845px;	
margin: 50px 0px;
}

#mainContentSection {
margin-top: -5px;
margin-left: -1px;
background-image: url(../templateImages/pageBgMiddle.png);
background-position: top center;
background-repeat: repeat-y;
padding: 0px 30px;
text-align: left;
}

#mainContentSection p {
padding: 8px;
font-size: 14.5px;
line-height: 19px;
}

/* ELEMENTS */
p {
	
}

a {
color: #060;
text-decoration: none;
}

a:hover {
color: #390;
}

h1 {
padding: 5px 10px;
}

h2 {
color: #650086;
font-weight: bold;
padding: 10px 0px;
padding-bottom: 5px;
font-size: 24px;
letter-spacing: -1.5px;
}

.emphasis {
font-weight: bold;
font-style: oblique;
color: #333333;
}

/**************************
	MENU STYLES
**************************/
#mainMenu {
	
}

#mainMenu a {
color: #7ac27a;
text-decoration: none;
}

#mainMenu a:hover {
color: #aa8cb4;	
}

#navListWrapper {
position: relative;
z-index: 2000;
margin-top: -72px;	
}

#bgWrapper {
position: relative;
z-index: 10;	
}

#backgroundNav {
width: 810px;
height: 55px;
background-image: url(../templateImages/darkNavBg.png);
background-position: top center;
background-repeat: no-repeat;
}

#fgWrapper {
position: relative;
z-index: 15;
margin-top: -56px;
}

#foregroundNav {
width: 255px;
height: 90px;
background-image: url(../templateImages/lightNavBg.png);
background-position: top center;
background-repeat: no-repeat;
}

#currMenuItem {
letter-spacing: -1px;
font-size: 24px;
font-weight: bold;
padding-top: 27px;
}

#otherMenuItem {
letter-spacing: -1px;
font-size: 18px;
font-weight: bold;
color: #a1e892;
}


/* CALLOUT */
#accolade {
padding: 10px;
margin: 10px;
background-color: #e3e3e3;
border: 1px solid green;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}

#accolade p {
color: #000000;	
font-size: 14px;
letter-spacing: 0px;
line-height: 110%;
}

.quoteAuthor {
color: #000000;
padding-left: 20px;
font-style: oblique;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
}

#contactCallout {
padding: 5px;
margin: 10px;
text-align: right;
}

.calloutPhoneMain {
color: #FFF;
font-size: 20px;
font-weight: normal;
}

.calloutPhoneSub {
color: #FFF;
font-weight: normal;
font-size: 18px;
}

.calloutEmail a {
color: #FFF;
font-weight: normal;
}

.calloutEmail a:hover {
color: #000000;
}

#footer {
padding: 20px;
font-size: 10px;
color: #212121;
}

#footer a {
color: #000000;	
}

#footer a:hover {
color: #FFFFFF;	
}

/* FORM STYLES */
#form {
width: 500px;	
background-color: #dbdbdb;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
padding: 20px;
}

#form h3 {
padding-bottom: 2px;	
font-weight: normal; 
font-size: 12px;
color: #000000;
}

#form p {
padding: 0px;
font-style: oblique;
font-size: 12px;
font-weight: bolder;
color: #650086;
}

#formField {
padding: 10px 0px;	
}

input {
background-color: #E8E8E8;
border: 1px solid #333;
padding: 7px;
font-size: 20px;
font-style: oblique;
color: #000;
}

textarea {
background-color: #E8E8E8;
border: 1px solid #333;
padding: 7px;
color: #000;
font-size: 16px;
font-style: oblique;
}

#formText p {
padding: 0px;
padding-bottom: 10px;	
}

#formButton {
padding: 3px 5px;
font-weight: bold;
font-size: 16px;
color: #cccccc;
background-color: #333;
}

#formNav a:hover {
color: #CCC;
background-color: #333;
}

#formNav {
margin: 10px 0px;
padding: 10px;
background-color: #666;
color: #000000;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
font-size: 12px;
font-weight: bold;
text-align: center;
}

.wrong {
color: #FF0000;	
}

.successh3 {
font-size: 26px;
padding: 10px;
margin: 5px 0px;
border: 2px solid green;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}

.successh4 {
margin-top: 20px;
font-size: 22px;
}
