/*

 Mifflin Green:  		#3E492D (v1), #788765 (v2)
 Mifflin Dark Green: 	#222222
 Mifflin Grey:		    #E2E2E1
 Mifflin Dark Grey:		#B2A9A0
 
*/

body {
 text-align: center;
 background-color:#000000;
 /*background-image:url('images/mainBG.jpg');
 background-repeat:repeat;*/
 font-family:Verdana, Arial, Sans-serif;
 }

th, td { 
	font-size: 14px; 
	font-family:Verdana, Arial, Sans-serif;
}

p { 
	font-size: 14px; 
	font-family:Verdana, Arial, Sans-serif;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}

ul {
	color:#788765;
}

a:link{
	color:#788765; 
}

a:visited{
	color:#222222;
}

#wrapper{
	width:820px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#222222;
}

#headerBox {
  width: 818px;
  /*padding-left:10px;
  padding-right:10px;*/
  padding-top:5px;
  height: 178px;
  /*margin-left: auto;
  margin-right: auto;*/
  color: #000000;
  background-image:url('images/header.gif');
  background-color: #000000;
  border-bottom: solid #788765 1px;
  border-left: solid #788765 1px;
  border-right: solid #788765 1px;
  border-top: solid #788765 1px;
  }

#horizmenu {
  width: 818px;
  /*padding-left:10px;
  padding-right:10px;*/
  font-size: 17px; 
  font-family: arial, sans-serif;
  margin-left: auto;
  margin-right: auto;
  /*background-color: #AF0023;*/
  background-color:#000000;
  color: #FFFFFF;
  border-bottom: solid #ffffff 1px;
  border-left: solid #000000 1px;
  border-right: solid #000000 1px;
  /*border-top: solid #ffffff 1px;*/
  
  height:36px;
  }
  
#horizmenu a {
text-decoration: none;
color: #FFFFFF;
background-color: #000000;
/*padding-left: 5px;
padding-right: 5px;
padding-bottom: 1px;*/
font-size: 17px; 
}
#horizmenu a:hover   { color: #788765; background-color: #000000; }

/* needed for drop down menus to work */
#dropmenudiv{
position:absolute;
margin-top: 2px;
border:1px solid black;
border-bottom-width: 0;
font-size: 14px; /*12px*/
font-family: Verdana, arial, sans-serif;
line-height:18px;
z-index:100;
}

/* needed for drop down menus to work */
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
/*font-weight: bold;*/
color: white;
}

/* needed for drop down menus to work */
#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
color: black;
}

#linkContent {
  width: 798px;
  min-height: 300px;
  /*padding-left:10px;
  padding-right:10px;*/
  /*margin-left: auto;
  margin-right: auto;*/
  /*padding: 10px;*/
  background-color: #FFFFFF;
  color: #000000;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: none;
  font-size: 16px;
  }

#mainContent {
  width: 798px;
  min-height: 300px;
  padding-left:10px;
  padding-right:10px;
  /*margin-left: auto;
  margin-right: auto;*/
  /*padding: 10px;*/
  background-color: #FFFFFF;
  color: #000000;
  border-bottom: none;
  border-left: solid #788765 1px;
  border-right: solid #788765 1px;
  border-top: solid #222222 1px;
  font-size: 16px;
  }

.mainContent h3 {  font-size: 14px; text-align: center; color: #788765; }
.mainContent h2 {  font-size: 18px; text-align: center; color: #788765; }

.mainContent a:link    { text-decoration: underline; color: #FF0000; }
.mainContent a:visited { text-decoration: underline; color: #FF0000; }
.mainContent a:active  { text-decoration: none; color: #000000; }
.mainContent a:hover   { text-decoration: none; color: #FF6600; }

#footerContent {
  width: 818px;
  /*margin-left: auto;
  margin-right: auto;*/
  background-color: #788765;
  color: #FFFFFF;
  border-bottom: solid #788765 1px;
  border-left: solid #788765 1px;
  border-right: solid #788765 1px;
  border-top: solid #788765 1px;
  /*padding: 10px;*/
  font-size: 18px;
  padding-bottom:5px;
  }

.redText { color: #AF0023; }

.blueText { color: #0A649B; }

.centered { text-align: center }

.smaller { font-size: 8pt; }

.bigger { font-size: 14pt; }

.clear { background-color: transparent }

.fakeLink {
	text-decoration: underline;
	cursor:pointer;
	color: #FF0000;
}

.floatLeft { float: left; }

.tableFooter {
	font-size:10px;
	text-align:center;
}
.emphasisText {
	font-weight:bold;
}

.subTitle{
	padding-left:5px;
}

fieldset {
  position: relative;
  margin: 15px 0 15px 0;
  padding: 25px 0;
  border: 1px solid #222222;
}
legend {
  /*position: absolute;
  top: 0px;
  left: 8px;*/
  background-color: #788765;
  border: 1px solid #222222;
  padding: 3px;
  color:#ffffff;
}
label {
  display: block;
  float: left;
  width: 193px;
  text-align: right;
  padding-right: 7px;
  margin-bottom: 7px;
}

/*br {
  clear: both;
}*/

.text {
  border: 1px solid #177F75;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
.submit {
  margin-left: 201px;
  background-color: #00CC00;
}
.text, select {
  display: block;
  float: left;
  margin-bottom: 7px;
}

.blackText {
	color:#000000;
}

.fancyHeader{
	text-align:left;
	border-bottom: 1px dotted #788765;			
}

.serviceName{
	font-weight:bold;
	font-size:18px;
}
