* {
	margin: 0;
	padding: 0;	
}
html {
	text-align:center;
	font: 12px/18px  "Helvetica Neue", Helvetica, "Microsoft Sans Serif", Arial, sans-serif;
	color: #222;
	padding: 0 0 20px 0;
	background: #C9D7E0;
}
h1 {
	font:  28px/34px Georgia;	
	color: #1A6082;
}
h2 {
	font:  20px/34px Georgia;	
	color: #1A6082;
	padding-top: 5px;
}
h3 {
	font:  16px/34px Georgia;	
	color: #1A6082;
}
h4 {
	font:  14px/34px Georgia;	
	color: #1A6082;
}
#fontSize {
	font-family: Georgia;
	position: absolute;
	top: 240px;
	right: 50px;	
	color: #1A6082;
	z-index: 9999;
}
#avvo {
	position: absolute;
	top: -13px;
	right: 120px;
	display: block;
}
a, img {
	border: 0;
	text-decoration: none;
	outline: 0;
	color: #626262;
}
a:hover {
	color: #1A6082;
	border-bottom: 2px solid #1A6082;
}
ul {
	list-style-type: none;
}
body {
	background: url(images/FLG_Shaddows_b.png) repeat-y;
	width: 880px;
	margin: 0px auto;
}
#top_shaddow {
	height: 15px;
	background: url(images/FLG_Shaddows_a.png) no-repeat 0 0;	
}
#bottom_shaddow {
	height: 15px;
	background: #333;
	background: url(images/FLG_Shaddows_a.png) no-repeat 0 -15px;
}
#wrapper {
	position: relative;
	text-align: left;
	margin: 0px auto;
	width: 850px;
	background: #fff url(images/FLG_Background_1.jpg) no-repeat top right;
}
#staff_page #wrapper {
	background: #fff url(images/FLG_Background_1.jpg) no-repeat top right;
}
#news_page #wrapper {
	background: #fff url(images/FLG_Background_1.jpg) no-repeat top right;
}
#contact_page #wrapper {
	background: #fff url(images/FLG_Background_3.jpg) no-repeat top right;
}
#offices_page #wrapper {
	background: #fff url(images/FLG_Background_3.jpg) no-repeat top right;
}
#header {
	height: 195px;
}
#logo {
	position: relative;
	top: 105px;
	left: 16px;
}
#navigation {
	margin-left: 268px;
	font-size: 16px;
	font-family: "Times New Roman";
	text-transform: uppercase;
	white-space: none;
	position: relative;
	z-index: 3333;
	margin-right: -10px;
	padding-right: -10px;
}
#navigation span {
	font-size: 23px;	
}
#navigation li {
	display: block;
	float: left;
	padding-right: 40px;
	position: relative;
}
#home_page li#home a, #staff_page li#staff>a, #res_page li#res a, #contact_page li#contact a, #offices_page li#offices a {
	color: #626262;
	border-bottom: 2px solid #787878;
}

/* -------------------- sub nav ------------------------------ */
ul ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	border-left: 2px solid #787878;
	border-bottom: 2px solid #787878;
	width: 230px;
	padding: 4px 0 6px 8px;
	background: #fff;
	z-index: 999;
}
**ul ul {
	top: 18px;	
}
ul li:hover ul {
	display: block;	
}
ul ul li a {
	cdolor: white;
	font: 14px/23px helvetica;
	text-transform: none;
}

/* -------------------- end sub nav -------------------------- */
#sidebar {
	float: left;
	height: 500px;
	width: 220px;
	margin-left: 40px;
	padding-top: 50px;
	font:  15px/18px georgia;	
	color: #1A6082;
}
#sidebar a {
	color: #1A6082;
}
#sidebar a:hover {
	color: #503B2F;
	border-bottom: 2px solid #503B2F;
}
#sidebar span {
	color: #503B2F;	
}
#sidebar #phone {
	font:  26px/32px "Times New Roman";	
	color: #1A6082;
}
#img_box {
	text-align: center;	
}
#img_box img {
	border: 1px solid #787878;
	padding: 2px;
}
#page_content {
	min-height: 500px;
	width: 530px;
	float: right;
	border-left: 0px dotted #aaa;
	padding: 40px 50px 50px 0px;
}
#page_content p {
	margin-bottom: 12px;
}
#page_content h2 img {
	position: relative;
	top: 2px;
	right: 1px;
}
ol {
	list-style-type: upper-alpha;
	margin-left: 2em;
	margin-bottom: 1em;
}
ol li {
	line-height: 1.75em;
}
.hide {
	padding-left: 20px;
}
.readmore {
	color: #503B2F;
	position: relative;
	bottom: 8px;
	left: 19px;
	font-family: georgia;
	border: 0!important;
}
.readmore span {
	font-size: 17px;
	position: relative;
	right: 2px;
	top: 1px;
}
.dotted {
	border-bottom: 1px dotted #626262;
	target-name:new;
	target-new:tab;
}
.small_text {
	font-size: 10px;
	color: #1A6082;	
}
#footer {
	clear: both;
	text-align: center;
	padding: 10px;
	border-top: 0px dotted #aaa;
	font: 11px/15px Helvetica, sans-serif;
	color: #555;
}
iframe {
	padding: 2px;
	border: 1px solid #777;	
}
/* ------------------------------- Contact Validation Styles --------------------------------- */
form {
	width: 400px;
	margin-top: 0px;
	margin-bottom: 40px;
	/*float: left;*/
}

input, textarea {
	padding: 4px;
	width: 301px;
	margin: 0px 0px 10px 0px;
	border: 2px solid #A8A296;
	color: #3B3125;
	outline: none;
}

textarea {
	padding-right: 0px;
	width: 515px;
	height: 150px;
	outline: none;
	overflow: auto;
	font: 12px/18px  "Helvetica Neue", Helvetica, "Microsoft Sans Serif", Arial, sans-serif;

}

textarea:focus, input:focus {
	border: 2px solid #207BA8;
	background: #F1FAFE;
}

input.submit-button {
	width: 85px;
	/*margin-left: 85px;*/
	/*float: right;*/
}
input.submit-button:hover {
	border-width:2px;
	border-style:solid;
	border-color:#B0DB16;
	background:#EEFAC5;
}
label {
	/*float: left;
	text-align: right;*/
	display: block;	
	color: #1A6082;
	margin-right: 10px;
	width: 75px;
	padding-top: 5px;
}
.field {
	position: relative;	
}
/* --- ERRORS --- */
.error INPUT, .error TEXTAREA, .error SELECT {
	border-width:2px;
	border-style:solid;
	border-color:#B0DB16;
	background:#EEFAC5;
	}
.iferror {
	margin:0;
	display:none;
	}
.error .iferror {
	display:block;
	color:#4E770D;
	position: absolute;
	right: 95px;
	top: 28px;
	}

.hint { color:#888; }
