/* CSS Document */

/*******************************/
/* HTML Tags */
body {
  background: #000000 url(images/background.jpg) repeat-x 0 0 ! important;
  margin-top:0px;
}
A:active { color:#217188 }
A:link { color:#217188 }
A:visited { color:#217188 }
A:hover { color:#990000 }
A:active { text-decoration:underline }
A:link { text-decoration:underline }
A:visited { text-decoration:underline }
A:hover { text-decoration:underline }

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
}
input.inputLong {
	width: 350px;
}
input.inputHalf {
	width: 170px;
}
input.inputCity {
	width: 210px;
}
input.inputState {
	width: 40px;
}
input.inputZip {
	width: 80px;
}
textarea.textareaLong {
	width: 350px;
}

/*******************************/
/* Fonts */
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	text-align: justify;
}
.normalfont {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	text-align: left;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #217188;
	letter-spacing: -2px;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #000000;
}
.subtitlesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #000000;
}
.smallertext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align: justify;
	color: #000000;
}
.contactUsLabels {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}
.sloganfont {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #666666;
}

/*******************************/
/* Borders */
.mainbody {
	background: #FFFFFF;
	border-left: 1px #080808 solid;
	border-right: 1px #080808 solid;
	border-bottom: 1px #080808 solid;
}
.bottomborderdashed {
	border-bottom: 1px #CCCCCC dashed;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	text-align: justify;
}
