﻿@import url(layoutJDW.css);
body {
	margin: 0px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
/*	font-size: small;	*/
	font-size: 15px;
	color: #000000;
}
/* Styles for DIV tags */
#container {
	border-right: 3px solid #999999;
	border-left: 3px solid #999999;
	background-color: #FFFFFF;
/*
	background-image: url("../images/leftphoto.jpg");
*/
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/* Styles for Logo */
#logo {
}

/* Styles for Masthead */
.masthead {
	background-color: #778899;
	text-align:left;
	background-position: center;
	background-repeat: repeat-x;
	background-image: url('../images/Golden_Gate.png');
}
.masthead div{
	text-align:center;
}
.masthead h2 {
	color: #e6ddcd;
	font-size: 27px;
	text-align: center;
}
.masthead h3 {
	color: #e6ddcd;
	font-size:19px;
	text-align: center;
	font-style: normal;
/*
	font-weight: normal;
*/
}
.masthead h4 {
	color: #e6ddcd;
	font-size:23px;
	text-align: center;
	font-style: normal;
}
.masthead span {
	color: #e6ddcd;
	text-align: center;
	font-weight: bold;
}
.masthead a {
	color: #e6ddcd;
	text-decoration: none;
}
.masthead a:hover {
	text-decoration: none;
}

/* Styles for Navigation */
.navigation {
	background-color: #998866;
	text-align: center;
	border-top: 2px solid #445566;
	border-bottom: 2px solid #665533;
	font-weight:bold;
}
.navigation ul {
	list-style-type: none;
}
.navigation li {
	float: left;
}
.navigation a {
	color: #ffffff;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 0px solid transparent;
/*
	border: 1px solid #998866;
*/
}
.navigation a:hover {
	border: 0px solid transparent;
/*
	border: 1px solid #445566;
*/
	background-color: #445566;
	color: #ffffff;
}
html>body #navigation {
	overflow: hidden;
}

/* General Styles */
.content_container {
	background-color: #F1EDE4;
	padding: 0px;
}
#column_left {
	float: left;
}
#column_right {
	background-color: #ccbb99;
	padding-bottom: 10px;
}
.column_right_separator {
	color:#666666;
}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}
#footer {
	background-color: #666666;
	color: #FFFFFF;
}
/* Styles for Right Column */
#column_right h4 {
	color: #112233;
	margin-top: 0px;
}
#column_right p {
	color: #000000;
	margin-top: 0px;
/*	font-size: small;	*/
	font-size: 15px;
}
#column_right a {
	color: #443311;
}
#column_right a:hover {
	background-color: #776644;
	color: #FFFFFF;
}
/* Styles for Left Column */
h1 {
/*	font-size: xx-large;	*/
	font-size: 27px;
	color: #333333;
	margin-top: 0px;
}
h2 {
/*	font-size: x-large;	*/
	font-size: 24px;
	color: #333333;
	margin-top: 0px;
}
h3 {
/*	font-size: large;	*/
	font-size: 21px;
	color: #333333;
	margin-top: 0px;
}
h4 {
/*	font-size: medium;	*/
	font-size: 18px;
	color: #000000;
	margin-top: 0px;
}
h5 { 
/*	font-size: x-small;	*/
	font-size: 12px;
	margin-top: 0px;
}
h6 { 
/*	font-size: xx-small;	*/
	font-size: 9px;
	margin-top: 0px;
}
a {
	color: #112233;
}
a:hover {
	color: #998866;
	text-decoration: none;
}
/* Styles for Home Page */
#home_inside {
	border:2px #998866 solid;
	background-color: #e6ddcd;
	height: 515px;
	vertical-align:top;
	text-align:center;
}
#home_inside_title {
	border-bottom:2px #998866 solid;
	background-color: #c5b9a1;

	font-weight:bold;
/*	font-size: x-large;	*/
	font-size: 24px;
	text-align:center;
}
#home_inside_body {
	text-align:center;
	margin: 10px 5px 10px 5px;
}/* Styles for Forms  */
.form_fieldText {
	background-color:#998866;
	font-weight:bold;
	color:#ffffff;
}
.form_field {
	background-color:transparent;
}
.form_fieldInput {

}
.form_button {
	background-color:#998866;
	color:#ffffff;
	border-color:#666666;
	border-width:2px;
	border-style:solid;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
.form_error {
	background-color: #e6ddcd;
	color: #FF0000;
	border-color: #666666;
	border-width: 2px;
	border-style: solid;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
/* REFERRAL FORM STYLES */
.ref_table .ref_td{
    border-color: #998866;
    border-style: solid;
}
.ref_td {
	background-color: #FFFFFF;
}
.ref_td_separator {
	background-color:#e6ddcd;
}

.ClientListColor1 {
	background-color:#FFFFFF;
	border-bottom:2px #998866 solid;
}
.ClientListColor2 {
	background-color:#e6ddcd;
	border-bottom:2px #998866 solid;
}

/* Styles for Footer */
#footer p {
	margin: 0;
/*	font-size: x-small;	*/
	font-size: 12px;
	text-align: center;
}
#copyright {
	background-color: #666666;
	color: #998866;
	text-align: center;
}
#copyright p {
/*	font-size: x-small;	*/
	font-size: 12px;
	margin:0px;
}
/* Styles for Navigation */
.footer {
	background-color: #998866;
	text-align: center;
	border-top: 2px solid #665533;
	border-bottom: 2px solid #445566;
	font-weight:bold;
}
.footer ul {
	list-style-type: none;
}
.footer li {
	float: left;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 0px solid transparent;
/*
	border: 1px solid #998866;
*/
}
.footer a:hover {
	border: 0px solid transparent;
/*
	border: 1px solid #445566;
*/
	background-color: #445566;
	color: #ffffff;
}
html>body #footer {
	overflow: hidden;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}