@charset "utf-8";
body {
	background-color: #E4E4E4;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #C70E2E;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	color: #666;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* CSS Document */

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	font-size: 16px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
#subnavigation  a {
	color: #C70E2E;
}





a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #B81D2B;
	font-weight: bold;
	font-size: 16px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: underline;
}
.outline {
	border: thin solid #666;
}

.boldtext {
	font-weight: bold;
}
.phonetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}

.subnav {
	list-style-type: none;
	display: inline;
}


#box {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border: thick solid #999;
	background-image: url(images/bolt.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFF;
}
#logo {
	float: left;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#tagbox {
	clear: both;
}

#navagation ul {
	list-style-type: none;
}


#navagation li {
	display: inline;
}

#navagation {
	float: right;
	vertical-align: bottom;
	padding-top: 60px;
}

#redbar {
	background-color: #C70E2E;
	height: 30px;
	padding-top: 5px;
	clear: both;
	margin-top: 5px;
	padding-left: 20px;
}

#homeleft {
	width: 250px;
	float: left;
	margin-right: 10px;
	background-color: #FFE6D9;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
#homeright {
	float: right;
	width: 510px;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333;
}
#footer {
	clear: both;
	background-color: #C70E2E;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#footer a {
	color: #FFF;
	font-size: 12px;
}
#footer a:hover {
	font-size: 12px;
	color: #FFF;
	text-decoration: underline overline;
}


#frontboy {
	float: right;
	border: medium solid #666;
}
#contactbody {
	padding-right: 35px;
	padding-left: 35px;
}
#contacttable {
	margin-bottom: 10px;
}
#messagebox {
	margin-top: 35px;
	margin-bottom: 85px;
	padding-right: 55px;
	padding-left: 55px;
	text-align: center;
}
#nasslogo {
	margin-left: 175px;
}

