.bold {
	font-weight: bold;
}

body {
	background: #000033;
	/* font: 76%/1.6em "Lucida Grande", Verdana, Arial, sans-serif; */
	font: 76%/1.6em Verdana, Arial, sans-serif;
	color: #FFFFFF;
	position: relative;
	margin: 0;
}

a {
	text-decoration: underline;
	color: #FFFFFF;
}

a img {
	border: none;
}

h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-variant: small-caps;
	font-size: 2.0em;
	font-weight: normal;
	line-height: 1.2em;
}

h2 {
	font-variant: small-caps;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.4em;
}

h3 {
	font-variant: small-caps;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
}

ul {
	text-align: left;
	padding: 0px;
	margin: 0px;
}

div.alert {
	background: #FBE3E4 none repeat scroll 0 0;
	border: 3px solid #8A1F11;
	color: #8A1F11;
	text-align: center;
}

/* LAYOUT */
hr {
	height: 1px;
	background-color: #9999cc;
	color: #9999cc;
}

div.separator {
	margin-bottom: 10px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 90%;
	background-image: url(../img/separator.jpg);
	background-repeat: repeat-x;
}

table.layout {
	width: 800px;
}

#header h1 {
	
}

#header img {
	margin-left: 120px;
	text-align: left;
	vertical-align: middle;
}

td.header {
	border-width: 0px;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: white;
	border-top-color: white;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
}

td.nav {
	text-shadow: 2px 2px black;
	text-align: center;
	vertical-align: top;
	width: 120px;
}

#nav {
}

#nav div.separator {
	margin-bottom: 0;
	margin-top: 0;
}

#nav ul {
	padding-bottom: 10px;
	list-style-type: none;
}

#nav a.navLink {
	margin-left: 10px;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}

#nav a.currentPage {
	margin-left: 20px;
}

td.content {
	border-bottom-style: solid;
	border-bottom-color: #9999cc;
	border-bottom-width: 1px;
	border-top-width: 1px;
	text-align: center;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 10px;
	padding-left: 20px;
	border-top-style: solid;
	border-top-color: #9999cc;
	background-color: #2a2a54;
	width: 680px;
	vertical-align: top;
}

td.footer {
	font-size: .9em;
	width: 600px;
	text-align: center;
}

/* Contact Form */
input {
	background: #5151a1;
	border: 1px #FFFFFF solid;
	padding: 2px;
	color: #FFFFFF;
}

input:hover, input:focus{
	background: #000033;
}

textarea {
	background: #5151a1;
	border: 1px #FFFFFF solid;	
	padding: 5px;
	color: #FFFFFF;
}

textarea:hover {
	background: #000033;
}

#home {
	text-align: center;
}

#about {
	text-align: left;
}

#about p {
	text-indent: 4em;
}

#about div.title {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
}

#about div#addressTitle {
	font-weight: bold;
	text-align: center;
}

#about div#addressBody {
	margin-top: -20px;
	margin-left: 220px;
	text-align: left;
}

#about table {
	border-spacing: 20px 2px;
	border-color: #9999cc;
	border-width: 1px;
	border-style: solid;
	margin-right: auto;
	margin-left: auto;
}

#about table th {
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
}

#about table td {
	vertical-align: top;
	padding-left: 8px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
}

#contact {
	text-align: left;
}

.contactform {
	position: static;
	margin-top: 10px;
	overflow: hidden;
}

.contactform legend {
	color: white;
	width: 70%;
	text-align: left;
	font-style: italic;
	font-size: .9em;
}

.contactform fieldset {
	border: none;
}

.contactleft {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 5px;
	width: 25%;
	text-align: left;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
    font-weight: bold;
}

.contactright {
	margin-left: 0;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 5px;
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
}

.contacterror {
	border: 2px solid #ff0000;
}

#locations {
	text-align: center;
}

#locations div.marker {
	color: #000000;
}

#locations table {
	border-spacing: 20px 2px;
	margin-right: auto;
	margin-left: auto;
}

#locations table th {
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 5px;
}

#locations table td {
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#locations h3 {
	margin: 20px 2px 3px 2px;
}

#locations div.location {
	display: inline;
}

#products {
	text-align: left;
}

#products div#afs {
	border-width: 1px;
	border-style: solid;
	border-color: #9999cc;
	padding-right: 20px;
	padding-left: 20px;
	color: white;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	background-color: #000033;
}

#products div.vendor {
}

#products div.vendorTitle {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	text-align: center;
}

#products div.logos {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	padding: 10px;
	text-align: center;
	border-right-color: white;
	border-left-color: #666666;
	border-bottom-color: white;
	border-top-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	background-color: white;
}

table.products {
	border-spacing: 20px 2px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

table.products td {
	vertical-align: top;
	padding-right: 2px;
}

table.products th {
	font-size: 1.2em;
	font-variant: small-caps;
	text-align: left;
	vertical-align: top;
}

table.products ul {
	padding-right: 2px;
	padding-left: 18px;
	list-style-position: outside;
	list-style-type: disc;
}