
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body 
{
	
	font: 13px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #666666; 
	text-align: center;	
	
	height:100%; margin:0; padding:0;
	
}

#page-background {position:fixed; top:0; left:0; width:100%; height:100%;}
#content {position:relative; z-index:1; padding:10px;}


/* links */
a, a:visited {	
	color: #306495;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
	
}
h1 {
	font-size: 2.0em;		
}
h2 {
	font-size: 1.7em;
	color: #88ac0b;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;	
	
}

/* Paragraph */
p { padding: 12px 10px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  font-style: italic;
  color: #A98D76;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	/*background: #fafafa;*/
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
  	border: 1px solid #dcdcdc;
	padding: 7px;
}
img.float-left {
  	margin: 26px 14px 33px 0px;
	border: none ; /*1px solid #dcdcdc;*/
	padding: 7px;
}
img.float-center
{
	margin: 26px 14px 33px 0px;
	border: 1px solid #dcdcdc;
	padding: 7px;
	}
img.float-left-none {
  	margin: 26px 14px 33px 0px;
	padding: 0px;
}


code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	
  	font: 500 1.2em/1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
  	/* white-space: pre; */
  	border: 1px solid #666666; 
	background: white; 
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #006400;
  /*#895F30*/
}

.rad {
    background: transparent !important;
    color: #003399;
    border: 0px;
    padding: 0px;
    vertical-align:middle;
}

.txtbox
{
	height:28px;
	line-height: 18px;
	overflow: hidden;
	border-style: none; 
	font-size: 13px; 
	font-weight:normal; 
	color: #006400; 
	text-align: right;
}
	
blockquote {
	margin: 12px 10px;
 	padding: 0px 7px 0px 40px;  	
    font-weight: normal;
	font-size: 17px;
	line-height: 1.3em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #666666; 
	background: white url(images/quote.gif) no-repeat 7px 10px;
	
}

blockquotebig {
	margin: 12px 10px;
 	padding: 010px 7px 0px 40px;  	
    font-weight: normal;
	font-size: 19px;
	line-height: 1.8em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #666666; 
	background: white url(images/quote.gif) no-repeat 7px 10px;
	
}
/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}

th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #98B698;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #DCDCDC #DCDCDC #DCDCDC #DCDCDC;	
  	font-size: 15px;
	line-height: 1.6em;
	font-style: normal;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
tr {
	height: 34px;
	background: #fff;
	font-size: 15px;
	line-height: 1.6em;
	font-style: normal;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	text-align: center;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #E7F0CC;
	font-size: 15px;
	line-height: 1.6em;
	font-style: normal;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;	
}	

/* end - table */

/* form elements */
form {
	margin: 15px 10px; 
	padding: 5px 10px 20px 10px;
	border: 1px solid #C5D6C4; 
	background: #F1F5F2 ; 	
}
label {
	display: block;
	font-weight: normal;
	margin: 8px 0 5px 0;
	color: #684F3E;
}
input, textarea, select {
	padding: 4px;
	color: #666666;		
	background: #fff;
	
  	border-width: 1px;
  	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
	
	font: normal 11px Verdana, sans-serif;
}
textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background:#BED4BE;
	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #C0C0FF #C0C0FF #D4D4D4;
}



/********************************************
   LAYOUT
********************************************/ 

#wrap {
	position: relative;
	width: 920px;
	background: WHITE url(images/wrap_OLD.gif) repeat-y center top;
	margin: 35px auto;
	text-align: left;	
	border: 1px solid #E1E6D1;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 920px;	
	padding: 0px 0; 	
	background: WHITE url(images/content_OLD.gif) repeat-y;	
}
#header {
	position: relative;
	width: 920px;
	height: 210px;
	background: WHITE url(images/header.gif) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 56px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -3px;
	text-decoration: none;
	color: #006400;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 210px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	/*font: bold 25px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;*/
	font-weight: normal;
	font-size: 25px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color:  #006400;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 100px; left: 250px;
}

#header p#sloganMain 
{
	position: absolute;
	margin: 0; padding: 0;
	/*font: bold 25px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;*/
	font-weight: normal;
	font-size: 19px;
	line-height: 1.3em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #006400 ; /*#A2E807;*/
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 100px; left: 250px;		
}
/* header quick search */
#header form#quick-search {
	position: absolute;
	top: 75px; right: 55px;
	padding: 0; margin: 0;
	border: none;
	width: 223px; height: 33px;
	background: #82c7f4 url(images/header-search_OLD.gif) no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search input {
	border: none;
	background: transparent;
	color: #0e5792;
	float: left;
}
#header form#quick-search .tbox {
	margin: 5px 0 0 5px; 
	width: 170px;	
	display: inline;	
}
#search form#quick-search .btn{
	width: 25px; height: 25px;		
}
#header form#quick-search label {
	display: none;
}

/* Navigation */
#graphic {
	clear: both;	
	padding: 0;	
	margin: 0;
	width: 920px;
	height: 10px;
	background: white url(Images/Graphic_OLD.gif) no-repeat;		
}
#graphicmain {
	float: left;
	width: 525px;
	padding: 0;
	margin: 0 0 0 45px;
	display: inline;	
}
#graphicmain h2 {
	font: bold 2.0em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #006400; 
	padding: 30px 0 0px 0px; 	
	margin-left: 5px;		
	letter-spacing: -1px;
	background: url(images/H4.gif) no-repeat left bottom;
	/*border-bottom: 1px solid #666666; */
}
#graphicsidebar {
	float: right;
	width: 270px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#graphicsidebar h3 {
	background-color: #629C5B;
	color: #ffffff; 
	font: normal 1.5em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 10px 0 0px 0; 
	margin: 10px 0 0 10px; 
}
#graphicsidebar .sidemenu {
	margin: 5px 40px 8px 7px; padding: 0;
	text-decoration: none;		 
	border-top: 2px solid #ffffff;	
}
#graphicsidebar  .sidemenu li a {
	text-decoration: none;	
	color: #006400;	
}
#graphicsidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 7px 10px; 			
	border-bottom: 0px solid #666666;	
}

#graphicsidebar .sidemenu li a span {
	color: #A98D76;	
	font-size: .9em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;		
}
#graphicsidebar .sidemenu li a:hover {	
	color: #000;	
	text-decoration: underline;	
}
/****************************/


#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 920px;
	height: 50px;
	background: url(images/nav.gif) no-repeat;		
}
#nav ul {
	float: left;
	list-style: none;	
	margin: 0;
	padding: 0px 10px 10px 40px;			
	height: 20px;	
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 12px;
	color: #666666;
	font: bold 15px/50px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: -0.5px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #B5DE71;
}
#nav ul li#current a {	
	/*background:  url(images/MenuSelected.gif) no-repeat center bottom;	*/
	color: #006400 ;
}

/* Main Column */
#main {
	float: left;
	width: 525px;
	padding: 0; margin: 0 0 0 45px;
	display: inline;	
}
#main h2 {
	font: bold 2.0em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #006400; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -1px;
	border-bottom: 1px solid #666666; 
	background: url(images/H4.gif) no-repeat left bottom;
	
}
#main h2 a {
	color: #006400;
	text-decoration: none;		
	background: url(images/H4.gif) no-repeat left bottom;
}
#main ul li {
	list-style-image: url(images/bullet.gif);
}
#graphicmain ul li {
	list-style-image: url(images/bullet.gif);
}
#sidebar {
	float: right;
	width: 270px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #006400; 
	font: normal 1.5em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; 
	background: url(images/H4.gif) no-repeat left bottom;
}
#sidebar h4 {
	color: #006400; 
	font: normal 1.5em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 0 0 1px 0; 
	margin: 10px 0 0 10px; 
	background: url(images/H4.gif) no-repeat left bottom;
}
/* sidebar menu */
#sidebar .sidemenu {
	margin: 5px 40px 8px 7px; padding: 0;
	text-decoration: none;		
	border-top: 2px solid #666666;
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 7px 10px; 			
	border-bottom: 1px solid #DDDDDD;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	
	text-decoration: none;
	color: #684F3E;	
}
#sidebar .sidemenu li a span {
	color: #684F3E;	
	font-size: .9em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	
}
#sidebar .sidemenu li a:hover {	
	text-decoration: underline;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li 
{ 
	border: none; 
	
}
#sidebar1 {
	float: right;
	width: 270px;
	padding: 0; 
	margin: 0 45px 0 0;
	display: inline;	
}
#sidebar1 h3 {
	color: #006400; 
	font: normal 1.5em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 10px 0 2px 0; 
	margin: 10px 0 0 10px; 
	background: url(images/H4.gif) no-repeat left bottom;
}
#sidebar1 h4 {
	color: #006400; 
	font: normal 1.5em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 0 0 1px 0; 
	margin: 10px 0 0 10px; 
	background: url(images/H4.gif) no-repeat left bottom;
}
/* sidebar menu */
#sidebar1 .sidemenu1 {
	margin: 5px 40px 8px 7px; padding: 0;
	text-decoration: none;		
	border-top: none;
}
#sidebar1 .sidemenu1 li {
	list-style: none;
	margin: 0;
	padding: 7px 10px; 			
	border-bottom: 1px solid #DDDDDD;	
}
* html body #sidebar1 .sidemenu1 li {
	height: 1%;
}
#sidebar1 .sidemenu1 li a {
	
	text-decoration: none;
	color: #684F3E;	
}
#sidebar1 .sidemenu1 li a span {
	color: #684F3E;	
	font-size: .9em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	
}
#sidebar1 .sidemenu1 li a:hover {	
	text-decoration: underline;	
	background: none;	
}
#sidebar1 .sidemenu1 ul { margin: 0 0 0 5px; padding: 0; }
#sidebar1 .sidemenu1 ul li 
{ 
	border: none; 
}

/* search form */
#sidebar .searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 5px; 
	padding: 10px 0 10px 10px;	
	width: 260px;	
}
#sidebar .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
	width: 180px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
#sidebar .searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 4px;
	vertical-align: top;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 920px;
	text-align: left;
	padding: 0;	margin: 0;
	background: url(images/footer-bottom_OLD.gif) no-repeat left bottom;	
	
}
#footer-content {
	width: 920px;
	background: url(images/footer-top-sep_OLD.gif) no-repeat;	
	padding: 30px 0 35px 0;

}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #145F94; 
	margin: 0;
	padding: 5px 0 5px 10px; 
	text-transform: uppercase;
}
#footer-wrap a:hover { 
	color: #000; 
	text-decoration: none;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 800px;		
}
#footer-columns ul {
	list-style: none;
	margin: 0; 
	padding: 0;	
	border-top: 1px solid  #BCC6BC;
}
#footer-columns li {
	border-bottom: 1px solid #BCC6BC;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 8px 0 8px 10px;
	width: 96%;
	color: #666666;	
}

#footer-columns .col3, .col3-center {	
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #555;	
	margin: 0 auto; 
	width: 920px;
	padding: 15px 0 10px 0;
	text-align: center;	
	font-size: 0.95em;
}
#footer-bottom a { color: #306495; }

/* postmeta */
.post-footer {
	padding: 8px 5px; 
	margin: 5px 10px 10px 10px;	
	color: #A2745D;
	border: 1px solid #666666; 
	background: white;
}
.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: #A98D76; }
.post-info a, .post-info a:visited { color: #9C652E; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align:center; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


