/* @override 
	http://www.kevincunningham.ca/rjf/assets/templates/rjf/styles.css
	http://kevincunningham.ca/rjf/assets/templates/rjf/styles.css
	http://kcc.homedns.org/rjf/assets/templates/rjf/styles.css
	http://rjfhealthcare.com/assets/templates/rjf/styles.css
	http://www.rjfhealthcare.com/assets/templates/rjf/styles.css
*/

/* Layout */

* {
	margin: 0;
	padding: 0;
}

body {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #464546;
	font: small/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #ebebeb;
}

h2 {
	font-size: 110%;
	margin-bottom: 10px;
}

img {
	border-style: none;
	border-width: 0;
}

#wrapper {
	height: 100%;
	width: 962px;
	margin-right: auto;
	margin-left: auto;
}

#headerBg {
	width: 960px;
	height: 216px;
	background: url(images/headerBg.png) repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border-top: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
}

#header {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 864px;
	height: 216px;
	background: url(images/banner.jpg) no-repeat;
}

#logo {
	position: absolute;
	top: 70px;
	left: 1px;
}

#login {
	float: left;
	line-height: 30px;
}

#login p {
	color: #fff;
}

#login a, a:visited {
	font-size: 10px;
	color: #9ea16c;
	text-decoration: none;
	font-weight: bold;
}

#login a:hover {
	text-decoration: underline;
}

#rightNav{
	width: auto;
	position: absolute;
	top: 12px;
	right: 0;
}

#nav {
	float: left;
	position: relative;
	text-align: right;
	top: 12px;
}

#nav li {
	list-style-type: none;
	float: left;
	display: block;
}

#nav a {
	display: block;
	font-size: 14px;
	padding: 5px 10px;
	text-align: center;
}

#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#nav li:hover {
	background: url(images/navBg_right.gif) no-repeat right center;
}

#nav li:hover a {
	background: url(images/navBg_left.gif) no-repeat left center;
}

#nav .active a {
	color: #9ea16c;
}

#quickLinks li {
	font-size: 120%;
	font-weight: normal;
	font-style: normal;
	border-top: 1px solid #cecece;
	margin-right: 10px;
	margin-left: 10px;
	background: url(images/quickLink_chevron.gif) no-repeat right center;
	display: block;
	line-height: 2.5;
	padding: 0;
}

#quickLinks a {
	display: block;
}

#quickLinks .lastQuickLink {
	border-bottom: 1px solid #cecece;
}

.linkButton {
	margin-bottom: 10px;
	padding: 10px;
}

label {
	margin-right: 10px;
	position: relative;
	width: 125px;
	display: inline;
}

.dittoFrontPage {
	line-height: 1.4em;
	padding: 10px;
	font-size: .85em;
}

.dittoFrontPage_title {
	padding-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
}

.dittoFrontPage_date {
	font-weight: bold;
	padding-bottom: 5px;
}

.listings {
	padding: 20px;
	border: 1px solid #cdcdcd;
	margin-bottom: 10px;
	background-color: #f4f4f4;
}

.listings_title {
	font-size: 120%;
	font-weight: bold;
	color: #953b3a;
	float: none;
	margin-right: 10px;
	display: inline;
}

.listingButton {
	display: inline;
	float: none;
	color: #e1d6b8;
}

.listings_intro{
	padding-top: 10px;
}

.listingButton a {
	color: #ddcead;
}

.listings_date {
	font-weight: bold;
	clear: both;
	padding-bottom: 5px;
	border-top: 1px solid #aeafae;
	margin-top: 5px;
}

.browse {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content {
	background: white;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}

#content h1 {
	margin-bottom: 10px;
	font-size: 150%;
	font-weight: bold;
	color: #9fa16b;
	line-height: 1.5em;
}

#content h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 130%;
	font-weight: bold;
	color: #9fa16b;
}

#content h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: bold;
	color: #9fa16b;
}

#content p {
	margin-bottom: 10px;
}

#content a {
	font-weight: bold;
	font-size: 100%;
}

#content a:link, #content a:visited {
	color: #9ea16c;
	text-decoration: none;
}

#content a:hover {
	color: #9ea16c;
	text-decoration: underline;
}

.testimonial {
	color: #9ea16c;
	font-style: italic;
	padding-top: 10px;
}

.testAuthor {
	color: #9ea16c;
	font-style: italic;
	text-align: right;
	font-weight: bold;
}

#oneColumn {
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	text-align: left;
	padding-bottom: 20px;
}

#twoColumns {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#colOne {
	text-align: left;
	width: 547px;
	float: left;
	display: inline;
	margin: 20px 20px 20px 10px;
	padding: 0 0 20px;
	border: 1px solid white;
}

#colOne h4 a:link {
	text-decoration: underline;
}

#oneColumn ul li {
	padding-left: 10px;
	list-style-position: inside;
	white-space: nowrap;
}

#twoColumns ul {
	margin-bottom: 10px;
}

#twoColumns ul li {
	padding-left: 10px;
	list-style-position: inside;
	white-space: nowrap;
}

#oneColumn ul {
	margin-bottom: 10px;
}

#colOne img {
	text-align: center;
	margin-bottom: 10px;
}

#colOne hr {
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 10px;
	height: 0;
	border-top-style: none;
	border-top-width: 2px;
}

#colTwo {
	text-align: left;
	width: 320px;
	float: left;
	display: inline;
	margin: 20px 10px 10px;
	padding-bottom: 20px;
}

#colOneContact {
	width: 435px;
	float: left;
	padding-bottom: 40px;
}

#colTwoContact {
	width: 425px;
	float: left;
	padding-top: 70px;
	padding-bottom: 40px;
}

#oneCol {
	text-align: left;
}

.clientQuote p {
	font-style: italic;
	color: #9fa16b;
}

#clientQuote {
	padding: 20px;
}

.box {
	width: 320px;
	list-style-position: inside;
	background: url(images/boxBottom.gif) no-repeat left bottom;
	margin-bottom: 20px;
	margin-top: 10px;
}

.box h2 {
	margin: 0;
	background: url(images/boxTop.gif) no-repeat left top;
	font-size: 130%;
	border-bottom: 1px solid #919191;
	padding: 6px 0 4px 10px;
	color: #fff;
}

.box ul {
	padding-bottom: 10px;
	padding-top: 10px;
	list-style-type: none;
}

#tvmarquee {
	background: url(images/ticker.gif) no-repeat;
	margin-bottom: 20px;
	color: #9a9998;
	font: bold 100%/28px "Courier New", Courier, mono;
	display: block;
	overflow: visible;
}

tr {
	padding: 10px;
}

td {
	vertical-align: top;
}

tr {
	vertical-align: top;
}

#footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border-top: 6px solid #b5b3b3;
	width: 960px;
	height: 142px;
	background: #c1c1c1 0 bottom;
	border-bottom: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
}

#footerContent {
	margin-right: auto;
	margin-left: auto;
	width: 880px;
	text-align: left;
	padding-top: 20px;
}

#footerNav {
	font-size: 11px;
}

#footerNav li {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	border-right: 1px solid #babbba;
	text-align: left;
	padding-left: 0;
	color: #4a4a46;
}

#footerNav a {
	padding-right: 10px;
	padding-left: 10px;
}

#footerNav a:link, #footerNav a:visited {
	color: #7c5540;
	text-decoration: none;
}

#footerNav a:hover {
	color: #fff;
	text-decoration: underline;
}

#footerNav .active a {
	color: #fff;
}

#footerAddress {
	color: #636262;
	font-size: 10px;
	margin-top: 20px;
	padding-left: 10px;
}

/* Service Request */

fieldset {
	border-style: none;
}

legend {
	font-weight: bold;
	font-size: 130%;
	text-align: center;
	top: 30px;
	position: relative;
	padding-bottom: 20px;
	display: block;
	width: 100%;
}

.formGroup {
	padding: 20px;
	border: 1px solid #cdcdcd;
	margin-bottom: 10px;
	background-color: #f4f4f4;
}

.info {
	font-size: 110%;
}

.smallText {
	font-style: italic;
	font-size: 80%;
}

label {
	font-weight: bold;
	margin: 5px;
	width: 200px;
	display: inline-block;
	text-align: right;
}

input {
	margin: 5px;
	display: inline;
}

.radio {
	text-align: left;
	display: inline;
}

.radioButtons {
	margin-left: 215px;
}

.veriCode {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 220px;
}

.wlpeMessageText {
	background-color: #b3220e;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}

.errors {
	background-color: #ff2915;
	padding: 20px;
	color: #ffefcb;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

input .required {
	background-color: #edfed8;
}

.requiredMark {
	color: #ff2719;
	font-weight: bold;
}

/*AjaxSearch*/

#search {
	display: inline;

}

#ajaxSearch_form {
	display: inline;
	margin-left: 10px;
}

#ajaxSearch_input {
	display: inline;
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
}

#ajaxSearch_submit {
	display: inline;
	visibility: hidden;
}

#ajaxSearch_output {
	border: 1px solid #444;
	padding: 10px;
	background: #fff;
	display: block;
	height: auto;
	vertical-align: top;
}

.ajaxSearch_highlight1{
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	font-style: normal;
	background-color: #fafa47;
}

.AS_ajax_result {
	color: #444;
	margin-bottom: 3px;
}

.AS_ajax_resultLink {
	text-decoration: underline;
}

.AS_ajax_resultDescription {
	color: #555;
}

.AS_ajax_more {
	color: #555;
}

.clearFix{
	height: 1px;
	clear: both;
}

.hiddenButton{
	visibility: hidden;
	width: 1px;
	height: 1px;
	font-size: 1px;
}