/* 	CSS Document									*/
/*	Created by Tyler Johnson for JR Recovery		*/
/* 	www.TylerJ.org | Tyler@TylerJ.org				*/
/* 	Copyright (C)2008. All Rights Reserved.			*/
/* 	Please email me if you'd like to use my code.	*/


* {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #A5A9B2;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #A5A9B2;
}

body,td,th {
	background: #ffffff url(images/back_all.jpg) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 20px;
}

#content {
	margin: 0 auto;
	width: 791px;
	text-align: left;
}

#main {
	width: 771px;
	background: #F1F1F1 url(images/top1.gif) no-repeat top;
	padding: 10px;
}

#back {
	width: 791px;
}

#header {
	height: 276px;
	text-align: right;
	background: url(images/header.jpg) no-repeat;		
}

#banner {
	width: 771px;
	height: 162px;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	text-decoration: none;
	font-style: italic;
	font-size: 18px;
	color:#FFFFFF;
}

#menu1 {
	width: 751px;
	height: 52px;
	padding-left: 40px;
	padding-top: 20px;
	background: url(images/buttons.jpg) no-repeat;
}

#menu ul {
	list-style: none;	
}

#menu li {
	display: inline; 	
}

#menu a {
	float: left;
	width: 139px;
	height: 32px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
}

#menu a:hover {
	color: #336699;
	text-decoration: underline;
	border: none;
}

#menu a:visited {
	border: none;
}

#right {
	width: 265px;
	float: right;
	text-align: center;
}

#right img {
	border: none;
	text-align: center;
}

#right H3 {
	width: 222px;
	height: 24px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 10px;
	color: #ffffff;
	text-align: center;
	background: url(images/title.gif) no-repeat;
	background-position: center;
}

#right a {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	border: none;
}

#right a:hover {
	text-decoration:none;
	border: none;
}

#right a:visited {
	color: #336699;
	text-align: center;
	border: none;
}

#right p {
	font-size: 14px;
	border: none;
	text-align: center;
}

#right_contact_names p {
	font-size: 13px;
	border: none;
	text-align: left;
}

.bot {
	padding: 10px;
}

#body {
	width: 485px;
	padding: 10px;
	vertical-align: top;
	min-height: 400px;
}

#body H4 {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #336699;
}

#body a {
	color: #336699;
	text-decoration: underline;
	font-weight:bold;
}

#body a:hover {
	text-decoration: none;
}

#body p {
	margin: 5px;
	padding: 0;
	padding-bottom: 10px;
	line-height: 22px;
}

#body h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #336699;
}

#footer {
	height: 49px;
	clear: both;
	padding-top: 60px;
	background: url(images/bottom.gif) no-repeat top;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #333333;
}

#footer a {
	color: #333333;
}

.validate {
	padding-left: 10px;
	width: 100px;
	float: left;
	text-align: left;
	vertical-align: bottom;
}

span.counter {
   color: red;
   cursor: default;
   font-size: larger;
}