/* Great Oaks CSS */

* {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

body {
	background-color:#d5d7c5;
	background-image:url('/images/layout/page_bg.png');
	background-repeat:repeat-y;
	background-position:center;
	font-size:76%; /* A Good starting point for em sizing */
}

img {
	border:0;
}

hr {
	border:0;
}
p {
	font-size:1.3em;
}

#nav ul li,
#news ul li {
	display:inline; /* Fixes IE Menu Layout */
}

:-moz-any-link:focus {
	outline:none;
}

h1,#title span {
	display:inline;
	font-size:1.4em;
	font-weight:bold;
	color:#d5d7c5;
}

#container {
	position:relative;
	width:760px;
	left:50%;
	margin-left:-381px;
}

#header {
	height:114px;
	background-color:#4a4836;
	background-image:url('/images/layout/header.png');
	background-repeat:no-repeat;
	color:#97ce79;
}
#header p {
	padding:3px 0px 0px 7px;
}
#header a {
	color:#97ce79;
	text-decoration:none;
}
#header a:hover {
	color:#eff0dd;
	text-decoration:underline;
}

#title_bar {
	height:33px;
	border-top:1px solid #97ce79;
	border-bottom:1px solid #97ce79;
	background-color:#2d4d25;
	background-image:url('/images/layout/horiz_nav_bg.png');
	background-repeat:repeat-x;
}

#title {
	padding:7px 0px 0px 8px;
}

#title_bar img {
	float:right;
	padding-left:10px;
}

#left_col {
	float:left;
	width:160px;
}
#nav {
	height:300px;
	background-color:#bbd2a8;
}
#left_col hr {
	background-image:url('../images/layout/content_rule_bg.png');
	background-repeat:repeat-x;
	height:20px;
}
#news {
	clear:left;
	height:200px;
	background-color:#d7e1c1;
	background-image:url('../images/layout/left_col_fade.png');
	background-position:bottom;
	background-repeat:repeat-x;
}
#news h4 {
	padding:7px 0px 0px 8px;
}

.light {
	color:#AFAFA0;
}

#content {
	padding-left:160px;
	background-color:#eff0dd;
	background-image:url('../images/layout/content_page_bg.png');
	background-position:top;
	background-repeat:repeat-x;
	color:#33582a;
	line-height:2em;
}
#content ul {
	font-size:1em;
}
#content hr {
	background-image:url('../images/layout/lcol_rule_bg.png');
	background-repeat:repeat-x;
	height:20px;
}
#content p {
	margin-bottom:19px;
}
#content li {
	padding:0px 10px;
	margin:20px 20px;
}
#full_content {
	padding:10px 15px;
}
#full_content a {
	color:#993366
}
#full_content a:visited {
	color:#993366
}
#full_content a:hover {
	color:black;
}

#top_content {
	height:300px;
	padding:0px 15px;
	background-color:#e0e2c9;
	background-image:url('../images/layout/content_top_bg.png');
	background-repeat:repeat-x;
	background-position:top;
}
#top_content a {
	text-decoration:none;
	font-weight:bold;
	color:#33582A;
}
#top_content a:hover {
	color:black;
	text-decoration:underline;
}
#content h2,
#content h3 {
	font-size:1.7em;
	padding:20px 0px;
	font-weight:bold;
	color:#33582a;
}
#content h3 {
	font-size:1.4em;
}
#bottom_content {
	padding:15px;
}
#nav * {
    z-index:100;
}
#nav ul {
	list-style-type:none;
	background-image:url('../images/layout/lcol_top_bg.png');
	background-repeat:repeat-x;
	background-position:top;
	padding-top:20px;
}
#nav ul li,#news ul li {
	font-size:1.05em;
}
#nav ul li a {
	display:block;
	padding:5px 10px;
	color:#33582a;
	text-decoration:none;
	font-weight:bold;
}
#nav ul li:hover,#news ul li:hover {
	background-color:#33582a;
}
#nav ul li a:hover,#news ul li a:hover {
	background-color:#33582a;
	color:#83b669;
}
#nav ul li ul,#news ul li ul {
	display:none;
}
#nav ul li:hover ul,#news ul li:hover ul {
	display:block;
	font-size:1em;
	position:absolute;
	margin-left:160px;
	margin-top:-28px;
	width:160px;
	background-color:#D7E1C1;
	border:1px solid black;
	padding:4px;
	list-style-type:none;
	background-image:none;
	z-index:100;
}
#nav ul li:hover ul li a:hover,#news ul li:hover ul li a:hover {
	background-color:#899F59;
	color:#EFF0DD;
}
#nav ul li ul li,#news ul li ul li {
	display:block;
}
#news ul {
	list-style-type:none;
	padding-top:10px;
}
#news ul li {
	font-size:1.2em;
}
#news ul li a {
	display:block;
	padding:5px 10px;
	color:#33582a;
	text-decoration:none;
}
#news ul li a:hover {
	text-decoration:underline;
}
#footer {
	clear:both;
	padding:0px 15px;
	font-size:0.9em;
	color:#33582a;
}
#footer a {
	text-decoration:none;
	color:#33582a;
}
#footer a:hover {
	text-decoration:underline;
	color:black;
}
#footer hr {
	height:1px;
	background-image:none;
	background-color:#d5d7c2;
	color:#d5d7c2;
	margin:20px 0px;
}
img#top_content_img {
	float:right;
}


#bottom_buttons {
	padding-top:15px;
}
#bottom_buttons h3 {
	padding:0;
	margin-left:10px;
	font-size:1.4em;
	font-weight:normal;
}
#bottom_buttons h3 a {
	text-decoration:none;
	color:#33582a;
}
#bottom_buttons h3 span {
	font-size:1.6em;
}
.button {
	float:left;
	padding-left:14px;
}
.center {
	text-align:center;
}

.inlineImgRight {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.inlineImgLeft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.caption {
	font-size:1em;
	font-weight:bold;
	font-style:italic;
}

ul#prosp_toc li {
	margin-bottom:0;
	margin-top:0;
}

#news .center {
	padding-top:20px;
}

#news a {
	text-decoration:none;
	color:#993366
}
#news a:visited {
	color:#993366
}
#news a:hover {
	text-decoration:underline;
	color:black;
}

#contact_form {
	width:90%;
	margin:0 auto;
}
ul#contact {
	font-size:1em;
}

label,fieldset input,select {
	display:block;
	width:200px;
	float:left;
	margin-bottom:10px;
}
label {
	clear:left;
	margin-bottom:14px;
}
legend {
	padding:4px;
	font-weight:bold;
}
fieldset {
	border:1px solid #33582A;
	padding:10px;
	font-size:1.2em;
}
textarea {
	width:99%;
	height:100px;
}
select {
	width:250px;
}
#submit_button {
	margin-top:20px;
	margin-left:10px;
}
#address_fields {
	display:none;
}
#address_link {
	text-align:center;
}
.required {
	font-weight:bold;
	color:#990000;
}

ul#co_info {
	padding:40px 10px;
}
ul#co_info li {
	display:block;
	padding-bottom:10px;
	font-size:1em;
	color:#85856F;
}
.small {
	font-size:1em;
}
del#skip_link {
	display:none;
}
#msg_img {
	float:left;
	width:17px;
	height:23px;
	margin-top:4px;
	background-position:bottom;
	background-image:url('/images/layout/header_drop.png');
}
#msg_main {
	float:left;
	border-bottom:1px solid #97ce79;
	height:16px;
	padding:5px;
	background-color:#33582A;
}
#welcome_message {

}
#welcome_message ul {
	list-style-type:none;
	display:inline;
}
#welcome_message ul li {
	display:inline;
	padding-left:5px;
}
#captcha_image {
	margin-left:150px;
}


/* Drop shadows on images */

div.shadow img {
	display:block;
	padding:5px 5px 9px 5px;
	margin:0;
	background:#fcfcf8 url('/images/layout/shad_B.png') repeat-x bottom left;
}
div.shadow {
	position:relative;
	background:#c6c7b7;
	padding:0 1px;
	border-left:1px solid #e1e2d0;
	border-right:1px solid #e1e2d0;
	line-height:normal;
}
div.shadow div.bottomleft {
	width:4px;
	height:4px;
	background:url('../images/layout/shad_BL.png') no-repeat bottom left;
	position:absolute;
	bottom:0px;
	left:-1px;
}
div.shadow div.bottomright {
	width:4px;
	height:4px;
	background:url('../images/layout/shad_BR.png') no-repeat bottom right;
	position:absolute;
	bottom:0px;
	right:-1px;
}
div.shadow div.topleft {
	width:2px;
	height:4px;
	background:url('../images/layout/shad_TL.png') no-repeat top left;
	position:absolute;
	top:0px;
	left:-1px;
}

div.shadow div.topright {
	width:2px;
	height:4px;
	background:url('../images/layout/shad_TR.png') no-repeat top right;
	position:absolute;
	top:0px;
	right:-1px;
}

/* Notices */

#notices {

}

#hide_notices_link,#hide_user_detail_link,#hide_address_link {
	float:right;
	margin-top:-18px;
}

.notice {
	border-top:1px solid #2F5126;
	margin:10px 0px;
}

.notice_head {
	background-color:#A4A58B;
	padding:5px;
}

.notice_content {
	background-color:#C5C6AC;
	padding:5px;
}

#notice_content { /* notice textarea */
	height:300px;
}

.notice_buttons {
	float:right;
}

.added_on {
	float:right;
}

.from {
	
}

.notice h4 {

}

.notice_read * {
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}
.notice_read .notice_content div {
	display:none; /* Hide main body on read messages */
}

.important {
	border:3px solid #33582a;
}
#doc_video {
    z-index:0;
}
