﻿/********************************************
   HTML ELEMENTS
********************************************/
/* Top Elements */
* {
	margin: 0px;
	padding: 0px;
	outline: 0px;
}
body {
	font: small/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #663300;
	text-align: center;
	background-color: #FFFFFF;
	background-repeat: repeat-x; /*background-color: #E3DECB;*/;
	background-image: url('../images/main/v2-bg.gif');
	width: 100%;
	height: 283px;
}
/*images*/
img {
	border: 1px;
}
/* image positioning - left, right and center */
.imgleft {
	border-style: none;
	padding: 3px;
	float: left;
	margin-right: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.imgleftwithborder {
	border: 1px solid #666666;
	padding: 3px;
	float: left;
	margin: 5px 10px 1px 10px;
	font-size: xx-small;
	font-weight: bold;
	color: #333333;
	font-style: italic;
	clear: both;
}
.imgleftwithborder-npl {
	border: 1px solid #666666;
	padding: 3px;
	float: left;
	margin: 5px 10px 1px 0px;
	font-size: xx-small;
	font-weight: bold;
	color: #333333;
	font-style: italic;
	clear: both;
}
.imgright {
	padding-left: 8px;
	float: right;
	padding-top: 8px;
}
.imgrightwithborder {
	border: 1px solid #666666;
	padding: 3px;
	float: right;
	margin: 5px 10px 1px 10px;
	font-size: xx-small;
	font-weight: bold;
	color: #333333;
	font-style: italic;
	clear: both;
}
.imgcenter {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.imageBorder {
	border: 1px solid #666666;
	padding: 3px;
	font-size: xx-small;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}
/* links */
a {
	color: #534B27;
	background: inherit;
	text-decoration: none;
}
a:visited {
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}
/* headers */
h1 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif; /*font-family: 'Oswald', sans-serif;*/;
	font-weight: Bold;
	font-size: xx-large;
	font-weight: normal;
	padding: 10px;
	margin: 0;
	color: #000000;
}
h2 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
	font-size: 130%;
	text-transform: uppercase;
	padding: 10px;
	margin: 0;
}
h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
	font-size: 130%;
	padding: 10px 10px 0px 10px;
	margin: 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	padding-right: 35px;
	font-style: italic;
	margin-left: 10px;
}
h5 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
	font-size: 110%;
}
h6 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
	font-size: 100%;
	color: #FFFFFF;
}
p {
	padding: 10px;
	margin: 0;
}
ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	margin: 5px 20px;
	padding: 0 20px;
}
/* images */
orangeFadeBkg {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
/* white-space: pre; */	background: url('../images/main/orangeBox.gif');
	border: 1px solid #C0C0C0;
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
	padding: 0 0 0 5px;
	background: url('../images/main/dots.jpg');
	border: 1px solid #999999;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #663300;
}
#tableInternal {
	border-color: #C0C0C0;
	border-width: 1px;
	table-layout: auto;
	border-collapse: collapse;
	padding-left: 10px;
	margin-left: 10px;
	background-color: #0A3F67;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
.alignCenter {
	text-align: center;
}
form {
	margin: 10px;
	padding: 0 5px;
	border: 1px solid #D5D5D5;
}
label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}
input {
	padding: 2px;
	border: 1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color: #333333;
}
textarea {
	width: 400px;
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #333333;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px;
	color: #FFF;
	background: #8EB50C url("../deprecated%20images/nav.jpg") repeat-x 0 0;
	border: none;
}
/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0 0 0 3px;
	padding: 5px 0 10px 0;
	width: 220px;
}
.searchform p {
	margin: 0;
	padding: 0;
}
.searchform input.textbox {
	width: 130px;
	color: #333333;
	height: 18px;
	padding: 2px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button {
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}
/********************************************
   HEADER LAYOUT
********************************************/

#header {
	text-align: center;
	padding: 0;
	color: #FFF;
	clear: both;
	top:0px;
}
#header-photo {
	height: 238px;
	width: 100%;
	background: url('../images/main/header-v2-1.jpg') no-repeat center;
	position: relative;
}

/********************************************
   NAVIGATION BAR UNDER PHOTO
********************************************/

#nav {
	text-align: center;
	width: 950px;
	position: relative;
	margin: 11px auto 0px auto;
}
#navleft {
	width: 600px;
	position: relative; 
	padding: 0;
	float: left;
	left: 20px;
}
#navleft ul {
	float: left;
	list-style: none;
	width: 600px;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;	
}
#navleft ul li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
#navleft ul li a {
	border-style: none;
	display: block;
	float: left;
	width: auto;
	margin: 0px 1px 0px 1px;
	padding: 0 14px;
	border-bottom: none;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 30px;
}
#navleft ul li a:active {
	background: #9DAD09;
	border-style: none solid none solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-radius: 4px;
}
#navleft ul li a:hover {
	border-style: none solid none solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-radius: 4px;
	background: #9DAD09;
	font-weight: bold;
}
#navleft ul li#current a {
	background: #9DAD09;
	border-radius: 4px;
	border-style: none solid none solid;
	border-left-width: 1px;
	border-right-width: 1px;
	font-weight: bold;
	font-style: normal;
}
#navright {
	width: 300px;
	position: relative;
	padding: 0;
	float: left;
}
#navright ul {
	float: left;
	list-style: none;
	width: 300px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	padding: 0;
	display: inline;
	}
#navright ul li {
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
#navright ul li a {
	border-style: none;
	display: block;
	float: left;
	width: auto;
	margin: 0px 1px 0px 1px;
	padding: 0 14px;
	border-bottom: none;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 30px;
}
#navright ul li a:active {
	background: #9DAD09;
	border-radius: 4px;
	border-style: none solid none solid;
	border-left-width: 1px;
	border-right-width: 1px;
	font-weight: bold;
	font-style: normal;
}
#navright ul li a:hover {
	background: #9DAD09;
	border-radius: 4px;
	border-style: none solid none solid;
	border-left-width: 1px;
	border-right-width: 1px;
	font-weight: bold;
	font-style: normal;
}
#navright ul li#current a {
	background: #9DAD09;
	border-radius: 4px;
	border-style: none solid none solid;
	border-left-width: 1px;
	border-right-width: 1px;
	font-weight: bold;
	font-style: normal;
}
/* wrapper for lower content*/
#wrap {
	position: relative;
	width: 950px; /*background: url("../images/main/v2-bg.gif") repeat-y center top;*/;
	margin: 50px auto;
	text-align: left;
}
#content-wrap {
	position: absolute;
	clear: both;
	float: left;
	width: 940px;
	padding: 0;
	display: inline;
	background: white;
}


/* Main Column */
#main {
	float: left;
	width: 67%;
	padding: 20px 0 0 5px;
	margin: 0 0 0 10px;
	display: inline;
}
#main h2 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #663300;
	text-transform: none;
	padding: 10px 0 0px 10px;
}
#main h2 a {
	color: #003366;
	text-decoration: none;
}
#main ul li {
	list-style-type: square;
}
/* Sidebar */
#sidebar {
	float: right;
	width: 27.5%;
	padding: 20px 10px 0 0;
	margin: 0;
}
#sidebar h3 {
	padding: 5px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #003366;
	float: left;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0;
	padding: 0;
	text-decoration: none;
	background: url('../images/main/dots.jpg') repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url('../images/main/dots.jpg') repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;
	color: #8F8F8F;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	color: #666666;
	background: url('../images/main/arrow-blue.png') no-repeat left center;
	padding-left: 12px;
}
#sidebar ul.sidemenu li a:hover {
	color: #000080;
	background: url('../images/main/arrow-orange.png') no-repeat left center;
	padding-left: 12px;
	font-weight: bold;
}
#sidebar ul.sidemenu ul {
	margin: 0 0 0 5px;
	padding: 0;
}
#sidebar ul.sidemenu ul li {
	background: none;
}
#sb-header {
	height: 52px;
	vertical-align: bottom;
}
#sbleft50 {
	float: left;
	width: 47%;
	vertical-align: bottom;
	height: inherit;
}
#sbright50 {
	float: right;
	width: 53%;
	height: inherit;
	vertical-align: bottom;
}
#sbleft50 h3 {
	height: inherit;
	vertical-align: bottom;
}
/* footer */
#footer-wrap {
	clear: both;
	width: 100%;
	height: 20px;
	background:black;
	text-align: left;
	bottom: 0px;
	position: fixed;
	z-index: 1;
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h3 {
	color: #333300;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
}
#footer-columns {
	color: #888;
	margin: 0 auto;
	padding: 0;
	width: 760px;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	background: url('../images/main/footer-dots.jpg') repeat-x left top;
}
#footer-columns li {
	background: url('../images/main/footer-dots.jpg') repeat-x left bottom;
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 4px 0 4px 10px;
	width: 96%;
}
.col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3 {
	float: left;
	width: 32%;
}
#footer-bottom {
	clear: both;
	color: #FFFFFF;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: x-small;
	font-weight: normal;
}
/* postmeta */
.post-footer {
	background: url('../images/main/post.jpg');
	padding: 5px;
	margin: 5px 10px 10px 10px;
	font-size: 95%;
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.post-footer .date {
	margin: 0 10px 0 5px;
}
.post-footer a.comments {
	margin: 0 10px 0 5px;
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;
}
.post-info {
	font-size: .95em;
	padding: 0 10px;
	margin-left: 2px;
	color: #888;
}
/* alignment classes */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
/* display and additional classes */
.clear {
	clear: both;
}
/*--------------------------------------------------------------------------------*/
.caption-right {
	display: inline;
	float: right;
	clear: right;
	margin: 10px;
	padding: 3px;
	border: 1px solid black;
	text-align: center;
}

/*------------------------Value Line Specific Styles---------------------------------------*/
#valueLeft {
	width: 44%;
	float: left;
}
#valueRight {
	width: 56%;
	float: right;
	padding-top: 10px;
}
#valueBottom {
	clear: both;
}
#buttonBase {
	font-family: Geneva, Vera, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-variant: small-caps;
}
#buttonBase a {
	text-decoration: none;
	background: #fff;
	padding: 1px;
	border: 1px solid #aaa;
}
#buttonBase a:hover {
	text-decoration: none;
	border-style: solid;
	border-color: black;
}
#buttonLabel {
	color: #f8f8f8;
	background: #FF3300;
	padding: 0px 2px;
}
#buttonText {
	color: #000;
	background: #fff;
	padding: 0px 4px 0px 4px;
}
#split50Left {
	width: 40%;
	float: left;
	text-align: left;
	padding-left: 26px;
}
#split50Right {
	width: 40%;
	float: right;
	text-align: right;
	padding-right: 30px;
}
.rbox-top {
	background-color:#8A7A65;
	height: 18px;
	margin: 0px 10px 0px 10px;
	padding-left: 10px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;

}
.rbox-bottom {
	background-color:#E2DECB;
	margin: 0px 10px 0px 10px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	}

