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


/* Global Stuff */
body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	line-height: 150%;
}

a:link {text-decoration: underline; color:#FFF}
a:visited {text-decoration: underline; color:#FFF}
a:hover {text-decoration: underline; color:#FFF}
a:active {text-decoration: underline; color:#FFF}

/* Content Stuff */

.nav a:link {text-decoration: none; color:#FFF}
.nav a:visited {text-decoration: none; color:#FFF}
.nav a:hover {text-decoration: underline; color:#FFF}
.nav a:active {text-decoration: none; color:#FFF}

.content {	background-color: #536897;	background-image: url(images/bg-drkgradient.png);	background-repeat: repeat-x;}
.content2 {	background-color: #000000;	background-image: url(images/bg-greyblck.png);	background-repeat: repeat-x;}

.ajax {background-image: url(images/ajax-bg.png);	background-repeat: no-repeat;}
.formbg {	background-image: url(images/form-bg.png);	background-repeat: no-repeat;}
.photo-caption {font-size: 10px;}
.flashhome {background-image:url(images/flash-placeholder.png); background-repeat:no-repeat;}
.flashprod {background-image:url(images/prod-serv-bg.png); background-repeat:no-repeat;}

h6 {font-size: 14px; margin: 0px;}
h6 a:link {text-decoration: none; color:#FFF}
h6 a:visited {text-decoration: none; color:#FFF}
h6 a:hover {text-decoration: none; color:#FFF}
h6 a:active {text-decoration: none; color:#FFF}

h1 {font-size:22px; color:#fff}
h2 {font-size:18px; color:#CCC}
h3 {font-size:14px; color:#fff}


.formfield {border: 0px;}

.ajaxnav {color: #000000;}
.ajaxnav a:link {text-decoration: none; color:#000}
.ajaxnav a:visited {text-decoration: none; color:#000}
.ajaxnav a:hover {text-decoration: underline; color:#000}
.ajaxnav a:active {text-decoration: none; color:#000}

.footer {color: #000000;}
.footer a:link {text-decoration: none; color:#000}
.footer a:visited {text-decoration: none; color:#000}
.footer a:hover {text-decoration: underline; color:#000}
.footer a:active {text-decoration: none; color:#000}

/* Credit Stuff */

.creditline {color:#333333; font-size:10px;}
.creditline a:link {text-decoration: none; color:#333}
.creditline a:visited {text-decoration: none; color:#333}
.creditline a:hover {text-decoration: underline; color:#000}
.creditline a:active {text-decoration: none; color:#333}
