﻿@import url(layout.css);
body {
	color: black;
	font-size: 14px;
	font-family: "Trebuchet MS";
	background-position: top;
	background-image: url('../images/bodybg.gif');
	background-repeat: repeat-x;
	background-color:#8d8d8d;
}
p {
	margin: 12px 0px 12px 0px;
}
#container {
	border: 4px solid #767676;
	background-color: #fff;
	width: 875px;
	margin: 20px auto 0 auto;
}
#masthead {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #545454;
	width: 875px;
}
#navigation {
	background-position: center center;
	background-color: #545454;
	overflow: hidden;
	background-image: url('../images/aw_05.gif');
	background-repeat: no-repeat;
	text-align: center;
	border-left-style: solid;
	border-right-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 45px;
	vertical-align: middle;
	font-size: 17px;
}
#page_content {
	margin: 0px;
}
#content {
	padding: 0px 15px 10px 20px;
	width: 595px;
	vertical-align: top;
	overflow: auto;
	height: 100%;
}
#column_r {
	width: 220px;
	margin: 0px;
	padding: 10px 12px 10px 12px;
	background-color: #262626;
	color: #CCCCCC;
	vertical-align: top;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
	font-size: 14px;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #FFFFFF;
	text-align: center;
}
#footer {
	margin: 0 auto 20px auto;
	width: 875px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 30px;
	color: #FFFFFF;
}
.sideinput {
	font-size: 13px;
	font-family: "Trebuchet MS";
	background-color: #FFF;
	border:1px #0499CC solid;
	padding:2px;
}
.sidetextarea {
	font-size: 13px;
	font-family: "Trebuchet MS";
	background-color: #FFF;
	border:1px #0499CC solid;
	padding:2px;
}
/* Styles for Masthead */
#masthead img {
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 3px 3px 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 1px;
	padding: 1px;
}
#navigation li {
	float: none;
}
#navigation a {
	color: #1E1E1E;
	text-decoration: none;
	}
#navigation a:hover {
	color: #808080;
	text-decoration: none;
	border-bottom:2px #3366CC solid;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #CCFFCC;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.white {
	color: #FFFFFF;
}
.boldblue {
	font-weight: bold;
	color: #3366FF;
}
.boldblueCopy {
	color: #339966;
	font-size: 16px;
	font-weight: bold;
}
.headerpurple {
	color: #63256F;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.center {
	text-align: center;
}
.topline {
	border-top-style: dashed;
	border-top-width: 2px;
	border-top-color: #C0C0C0;
	color: #3366FF;
	font-size: 16px;
	padding-top: 8px;
	font-weight: bold;
}
.lineonly {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	border-top-style: dashed;
	border-top-width: 2px;
	border-top-color: #C0C0C0;
	line-height: 4px;
}
.littletext {
	font-size: 12px;
}
.testibub {
	margin: 0px;
	padding: 15px 110px 15px 110px;
	background-position: center center;
	height: 175px;
	background-image: url('../images/testimonial-bubble.gif');
	background-repeat: no-repeat;
	text-align: center;
	color: #333333;
}
.orangetext {
	color: #FF6600;
	font-size: 15px;
	font-weight: bold;
}
.centernomargin {
	text-align: center;
	margin-top: 0px;
}
.bannerbar {
	vertical-align: top;
	height: 63px;
}
.paddedtd {
	padding-right: 3px;
	padding-left: 20px;
	vertical-align: top;
}
.paddedtd2 {
	padding-right: 20px;
	padding-left: 0px;
	vertical-align: top;
}
