@charset "utf-8";
html, body {
	font: .9em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333;
	background: url(../images/background2.jpg) repeat fixed left top;
	margin: 0px;
}
#container {
	width: 756px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#header {
	text-align: center;
}

#nav	{
	z-index: 100;
	width: 715px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #6C3;
}

#main {
	width: 715px;
	background: url(../images/whitebox_bg.gif) repeat-y scroll;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
#footer {
	width: 715px;
	height: 93px;
	background: url(../images/whitebox_bottom_bg.gif) no-repeat scroll;
	text-align: center;
	padding: 0px;
	color: #089103;
	font-size: .9em;
	clear: both;
	margin: 0px auto;
}
#footer a:link, #footer a:visited	{
	color: #089103;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus	{
	color: #089103;
	text-decoration: underline;
}
h3	{
	color: #006b3f;
	margin-bottom: 2px;
}
.maintext strong {
	color: #ce1126;
}
#main .maintext > p {
	margin-top: 0px;
}

.maintext	{
	padding: 9px 16px 9px 9px;
}
.floatLeft, .floatRight {
	font-size: smaller;
}
.floatLeft a:link, .floatLeft a:visited, .floatRight a:link, .floatRight a:visited {
	text-decoration: none;
}
.floatLeft {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.floatRight {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}
.center {
	text-align: center;
}
/* below created to give some room off the right "page" margin */
.floatRight img {
	padding-right: 4px;
}


/* the following is for pricing tables */
.maintext table {
	border: 1px solid #CE6B11;
}
#container #main .maintext td {
	white-space: nowrap;
	padding: 4px;
}
.green	{
	background-color: #006b3f;
}
.yellow	{
	background-color: #fcd116;
	font-weight: bold;
	color: #000;
}
.red	{
	background-color: #ce1126;
}
.blackspecial	{
	color: #000;
	padding: 3px 3px 5px 5px;
	border: 2px solid #FCD116;
	background: #999;
}
.blackspecial a {
	color: #FF0;
}

.red, .green, .black	{
	font-weight: bold;
	color: #FFF;
}
#main #announcement {
	margin: 6px auto;
	background: #CE1126;
	color: #FF0;
	padding: 3px;
	font-weight: bold;
	width: 450px;
	text-align: center;
	border: 2px dashed #CE6B11;
}
#main #announcement a:link, #main #announcement a:visited	{
	color:#FF0;
}
#main #announcement a:hover, #main #announcement a:active, #main #announcement a:focus	{
	color:#FFF;
}
.special {
	color: #D5000B;
	font: bold 10pt "Comic Sans MS", fantasy, sans-serif;
}

/* in place for the mani nav element */
.nomargin {
	margin: 0 !important;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}.floatLeft img {
	border-style: none;
}
img {
	border-style: none;
}
/* added to center images in galleries */
.maintext #gallery {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.testimony  {
	width: 80%;
	padding: 5px;
	background: #fbf8c3 url(../images/background2.jpg) repeat;
	font-variant: small-caps;
	color: #000;
	border: 2px solid #EED31A;
	margin: 2px 0px 6px 9px;
}