/* CSS Document */
body {
  background: #FFFFFF url(../images/background.gif) repeat-x;
  color: #231F20;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
}
a {
  color: #4A7EA3;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style: square;
  line-height: 20px;
  margin-top:0;
  margin-bottom:0;
  list-style-position:outside;
}
li {
  margin:0 0 0 -20;
}
fieldset {
  padding: 5px;
  padding-top: 0px;
}
legend {
  color: #F7931D;
  font-weight: bold;
  font-size: 105%;
}
#hdrDivider {
  height: 10px;
}
#container {
  margin: 0 auto;
  width: 766px;
  text-align: left;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
}
#fullContent {
  width: 98%;
  float: left;
  padding: 5px;
  padding-top: 0px;
}
#rightContent {
  width: 545px;
  float: right;
  padding: 5px;
  padding-top: 0px;
  background-color:#FFFFFF;
}
#leftContent {
  background-color: #FFFFFF;
  width: 201px;
  float: left;
  padding-left: 5px;
  padding-bottom: 5px;
}
#clearFloats {
	clear: both;
}
#orangeTitle {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #FF7F00;
  font-size: 130%;
  margin-bottom: 15px;
  margin-top: 5px;
  font-weight: bold;
}
#greyTitle {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #231F20;
  margin-bottom: 15px;
  margin-top: 5px;
  font-weight: bold;
}
#subTitle {
  color: #355469;
  font-weight: bold;
  font-size: 105%;
}
#rightTitle {
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 120%;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
}
#footer {
  border-top: 1px dotted #4A7EA3;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  text-align: center;
  color: #4A7EA3;
  font-size: 90%;
}
#copyright {
  color: #999999;
  font-size: 90%;
  text-align: center;
  margin-top: 10px;
}
.fullTable {
  width: 100%;
  border-collapse: collapse;
}
.evenTwoColumn {
  width: 50%;
  vertical-align: top;
}
.evenFloatLeft {
  width: 49%;
  vertical-align: top;
  float: left;
  margin-right: 5px;
}
#clearFloats {
	clear: both;
}
#contactSubTitles {
	float: left;
	width: 20%;
}
#formHeight {
	height: 25px;
	vertical-align: top;
}
.serviceRow {
  min-height:90px;
  height:auto !important;
  height:90px;
  vertical-align: top;
  float: left;
  width: 49%;
  margin-right: 5px;
}
.italicize {
  font-style: italic;
}
.boldTxt {
  font-weight: bold;
}
.boldItalic {
  font-style: italic;
  font-weight: bold;
}
.errorTxt {
  color: #FF0000;
  font-weight: bold;
}
.verifyTxt {
  color: #00CC00;
  font-weight: bold;
}
.inputField {
  width: 230px;
  border: 1px solid #CCCCCC;
}
.floatLeftImg {
  margin-right: 5px;
  margin-bottom: 5px;
  border: 0px;
}
input.submitBtn{
	background-color:#DDDDDD;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-weight:bold;
	color: #333333;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	font-size: 100%;
}
