/* Client: Flint Facilities Maintenance | Client's website: URL */
/* Coded by Devon Ackerman of Griffin Web Design | griffinwebdesign.com | 11.27.07 */

/* universal */
body {
	background-color: #003366;
	margin: 0;
	padding: 0;
	background-image: url(../_imagez/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat-y;
}

/* a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
/* a:active MUST come after a:hover in the CSS definition in order to be effective!! */
a:link {
	color: #0033FF;
	text-decoration: underline;
}

a:visited {
	color: #0033FF;
	text-decoration: underline;
}

a:hover {
	color: #993300;
	text-decoration: underline;
}

a:active {
	color: #993300;
	text-decoration: underline;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #000000;
}

.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

.menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
}

.menu a:active {
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
}

/* makes all images not require border=0  */
img {
	border: none;
}

/* body txt */
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	line-height: 18px;
	padding: 10px 20px 10px 25px;
}

.txt_hdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #000000;
	padding: 10px 20px 10px 25px;
}

/* footer */
.txt_ftr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #0000FF;
}

.txt_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	padding-top: 10px;
}