------------------------------------------------- */
 html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-weight: inherit;
   font-style: inherit;
   font-size: 100%;
   font-family: inherit;
   vertical-align: baseline;
}
body {
    font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000000;
	margin: 0; 
	padding: 0; 
	background: #CDC0B0 url(../images/top.jpg) repeat-x;
	text-align: center;
}

/* Links */
a:link, a:visited { 
	text-decoration: none;
	color:#660000;
}

a:link.more-link, a:visited.more-link {
	padding-bottom: 2px;
	font-weight: bold;	
	color: #660000;
	}
a:hover.more-link {
	text-decoration: none;
}

/* Headers */

/* Lists */

P {
line-height : 18px;
margin:0; padding:0;
padding-left : 3px;
padding-right : 7px;
  text-align: justify;
  padding-bottom: 3px
}

/* Images */

img.float-right {
  	margin: 0px 0px 0px 8px;
}
img.float-left {
  	margin: 0px 5px 0px 0px;
}

code {
  	margin: 3px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
  	/* white-space: pre; */
  	border: 1px solid #F0F0F0;
	background: #F8F8F8;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #555;
}
blockquote {
	margin: 10px 20px;
 	padding: 10px 10px 10px 32px;  
   border: 1px solid #F0F0F0;
	background: #f8f8f8 url(../images/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #555;	
}
strong {
	font-weight: bold;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 20px;		
}
tr { background: #FFF; }
tr.altrow { background: #F9F9F9;	}
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
th {
	color: #555;
	background: #F0FBFF; 
	padding: .8em 1em;	
  	border-color: #D8EBF5 #D8EBF5 #B9DBEE #D8EBF5;	
}
td {
	border-color: #EFEFEF;	
	padding: .7em 1em;	
}	
/* end - table */

/* form elements */
form {
	margin: 10px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #F0F0F0;
	background: transparent;
}

label {
	font-weight: bold;
	color: #666666;
}
select, textarea {
	margin: 5px 0;  width: 220px;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
  border: thin solid #444444
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
  border: thin solid #444444
}
input:focus, select:focus, textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background:#B4DB6F;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #91BD37 #91BD37 #B6DE8F;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	width: 950px;
	margin: 0 auto;
	text-align: left;

}

/* Header */
#header {
	position: relative;
	margin: 0 auto;
	height: 160px;
}
#header h1#logo-text { margin: 0; padding: 0; }
#header h1#logo-text  {
	position: absolute; 
	margin: 0; padding: 0 5px 0 0;
  	color: #EEEEEE;
	text-decoration: none;

	/* change the values of top and left to adjust the position of the logo*/
	top: 10px; left: 0px;
  font-size: 52px
}
#header h1#logo-text a:hover { border: none; }
#header p#slogan {
	position: absolute;
	margin: 0; padding:  0 5px 0 0;
	font-family: Georgia, 'Times New Roman', Times, serif;;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.8em;
	font-style: italic;

	color: #EEEEEE;
	
	/* change the values of top and left to adjust the position */
	top: 80px; left: 10px;
}

#header #header-image {
	position: absolute;
	top: 0px; right: 0px;
	width: 145px;
	height: 160px;
	background:  url(../images/logo.jpg) no-repeat;
}

/*  navigation  */
 /*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/

background:#8B795E;
}

.indentmenu ul li{
display: inline;
  color: #FFFFFF
}

.indentmenu ul li a{
float: left;
color: #FFFFFF; /*text color*/
padding: 10px 5px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
  padding-left: 5px
}

.indentmenu ul li a:visited{
color:#DDDDDD;
}

.indentmenu ul li a:hover{
color: #444444; /*text color of selected and active item*/
background: #CDB38B;
}
 .indentmenu ul li .current{
color: #444444; /*text color of selected and active item*/
background: #CDB38B;
}
.indentmenu ul li .lastb{
  border: none;
 color: #222222; /*text color of selected and active item*/
background: #CDB38B;
}
.indentmenu ul li .last{
  border: none
}
 .indentmenu ul li .current:visited{
color: #444444; /*text color of selected and active item*/
background: #CDB38B;
}
/* Featured Block */
#featured {
	clear: both;
	background: #F8FAFD url(../images/beige.jpg);

	margin: 3px 0px 0px 0;
	padding-bottom: 20px;
	width: 950px;
}
.articles1 {position:relative;overflow:hidden;	width: 680px; margin-top:10px; margin-left: 0px; margin-bottom: 10px }
	.articles1 ul {margin:0;padding:0;list-style:none;position:relative;overflow:hidden;}
		.articles1 ul li{margin:0 10px 0 0;padding:0 8px;display:block;float:left;width:322px;height:440px; background: transparent; padding-left: 0px }
		.articles1 ul li.no-margin{margin:0;border:none;}
		.articles1 h3{margin:0;border:none;	color: #895F30;
		text-transform: none;
     font-size: 18px;
  font-weight: normal;
  border-bottom: thin solid #EEEEEE;
  padding-bottom: 2px;
  margin-left: 5px;
  padding-top: 0px;
  margin-top: 0px
}
.articles1 p {
line-height : 18px;
padding-top : 3px;
padding-left : 5px;
padding-right : 0px;
  text-align: left
}
.articles2 {position:relative;overflow:hidden;	width: 680px; margin-top:10px; margin-left: 0px; margin-bottom: 10px }
	.articles2 ul {margin:0;padding:0;list-style:none;position:relative;overflow:hidden;}
		.articles2 ul li{margin:0 10px 0 0;padding:0 8px;display:block;float:left;width:322px;height:460px; background: transparent; padding-left: 0px }
		.articles2 ul li.no-margin{margin:0;border:none;}
		.articles2 h3{margin:0;border:none;	color: #895F30;
		text-transform: none;
     font-size: 18px;
  font-weight: normal;
  border-bottom: thin solid #EEEEEE;
  padding-bottom: 2px;
  margin-left: 5px;
  padding-top: 0px;
  margin-top: 0px
}
.articles2 p {
line-height : 18px;
padding-top :0px;
padding-left : 5px;
padding-right : 0px;
  text-align: left
}

.articles3 {position:relative;overflow:hidden;	width: 680px; margin-top:10px; margin-left: 0px; margin-bottom: 10px }
	.articles3 ul {margin:0;padding:0;list-style:none;position:relative;overflow:hidden;}
		.articles3 ul li{margin:0 10px 0 0;padding:0 8px;display:block;float:left;width:322px;height:300px; background: transparent; padding-left: 0px }
		.articles3 ul li.no-margin{margin:0;border:none;}
		.articles3 h3{margin:0;border:none;	color: #895F30;
		text-transform: none;
     font-size: 18px;
  font-weight: normal;
  border-bottom: thin solid #EEEEEE;
  padding-bottom: 2px;
  margin-left: 5px;
  padding-top: 0px;
  margin-top: 0px
}
.articles3 p {
line-height : 18px;
padding-top :0px;
padding-left : 5px;
padding-right : 0px;
  text-align: left
}
#featured P {
line-height : 18px;
padding-top : 0px;
padding-left : 5px;
padding-right : 5px;
  text-align: left;
  vertical-align: top;
  margin-top: 0px
}
#right P {
line-height : 18px;
padding-top : 0px;
padding-left : 5px;
padding-right : 5px;
  text-align: left;
  vertical-align: top;
  margin-top: 0px
}
#featured h2 {
   color: #295177;
	margin-bottom: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #EBEBEB;
  font-size: 20px
}
#featured h2 a {
	color: #295177;
	border: none;	
}
#featured .image-block {
	float: left;
	width: 560px;
	margin: 10px 0 0 15px;
	padding: 10px 0 0 0;
	display: inline;
	border-right: 1px solid #DCF1FB;
}

#featured .image-block img {
	background: #FFF;
   border: 1px solid #DFEAF0;
	padding: 5px;
}
#featured .text-block {
	float: right;
	width: 360px;
	margin: 15px 0px 0 0;
	display: inline;
  margin-left: 0px
}
#featured a.more-link {
	background: #996633;
	padding: 5px 10px 5px 10px;
	margin-top: 25px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #BADE7D;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;	
	float: left;
	display: block;
}
#featured a.more-link:hover {
	background: #C19200;
	border-color: #C19200;
}

/* Content */
#content-outer {
	clear: both;
	float: left;
	width: 950px;
	margin: 0; padding: 0;
	background:url(../images/beigea.jpg);
}

#content-wrap {
	float: left;     background: url(../images/beigeb.jpg);

	width: 950px;
  border-top: 3px solid #FFFFFF
}
#content-wrapb {
	float: left;     background: url(../images/beigeb.jpg);

	width: 950px;
  border-top: 3px solid #FFFFFF
}
#content {
	float: left;
	width: 950px;
	margin-left:0px;
	display: inline;
	padding-bottom:0px;
}

/* columns */
#left {
	width: 700px;  	background:url(../images/beigea.jpg);

	float: left;
	padding-top: 5px;
  padding-left: 6px
}
#right {
	width: 240px;
	float: right;
	padding-top: 5px;
  background: url(../images/beigeb.jpg);
  padding-bottom: 20px
}
p.one{
  font-family: Forte;
  font-size: 18px
}

#right h3 {
    padding-bottom: 0px;
	margin-top: 5px;
   color: #895F30;

	text-transform: none;
     font-size: 18px;
  padding-left: 0px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-right: 2px
}
#left h2 {
    padding-bottom: 0px;
	margin-top: 15px;
   color: #895F30;

	text-transform: none;
     font-size: 27px;
  padding-left: 0px;
  font-weight: normal;
  margin-bottom: 10px
}
#left ul.one {

  list-style: disc;
  line-height: 18px;
margin:0; padding:0;
margin-left: 20px
}
#left ol {

  line-height: 18px;

}

#left h4 {

	margin-top:5px;
   color: #895F30;

	text-transform: none;
     font-size: 18px;
  padding-left: 0px;
  font-weight: normal;
  margin-bottom:0px;
  padding-top: 5px
}
#left h2 a {
	color: #444;
	border: none; 
}
#left .entry {
  	padding-bottom: 15px;
}
#left .entry h3 a {
	color: #444;
	border: none;
}

/* sidebar quick search */
#right form#quick-search {
	padding: 0; margin: 10px 0 0 10px;
	width: 270px; height: 33px;
	background: #fff url(../images/header-search.gif) no-repeat;
	border: none;	
}
#right form#quick-search p {
	margin: 0; padding: 0;		
	border: none;
}
#right form#quick-search input {
	border: none;
	background: transparent;
	color: #BABABA;
	margin: 0; padding: 5px;
	font-size: .9em;	
	float: left;		
}
#right form#quick-search .tbox {
	margin: 6px 0 0 5px;
	width: 220px;	
	display: inline;	
}
#right form#quick-search .btn{
	width: 24px; height: 24px;		
	margin: 5px 0 0 0;	padding: 0;	
}
#right form#quick-search label {
	display: none;
}


/* sidemenus */
.sidemenu ul {
	text-align: left;
	margin: 10px 3px 8px 3px; padding: 0;
	border-top: 1px solid #EBEBEB; 
}
.sidemenu ul li {
	list-style: none;
	background: url(../images/dotted-lines.gif) repeat-x left bottom; 
	padding: 7px 2px;
	margin: 0;
  line-height: 18px
}
* html body .sidemenu ul li {
	height: 1%;
}
.sidemenu ul li a, 
.sidemenu ul li a:visited {
	color: #660000;
	padding-left: 0;	
	font-weight: bold;	
}
.sidemenu ul li a span {
	color: #9F9F9F;	
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-style: normal;
	font-weight: normal;	
	font-size: .9em;
}
.sidemenu ul li a:hover { color: #000; border: none; }
.sidemenu ul ul { margin: 0 0 0 5px; padding: 0; }
.sidemenu ul ul li { background: none; }

/* footer */
#footer-outer {
	clear: both;
	float: left;
	width: 950px;
	background: url(../images/dotted-lines.gif) repeat-x;	
	font-size: .9em;		
	color: #777;	
}
#footer-wrap {
	float: left;
	width: 900px;
	margin-left: 10px;	
	display: inline;
}
#footer-wrap h3 {
	font-size: 2.4em;		
}
#footer-wrap .col-a {
	width: 300px;
	float: left;
}
#footer-wrap .col-b {
	width: 295px;
	float: right;	
}

/* footer-list */
#footer-outer .footer-list ul {
	border-top: 1px solid #E6E6E6;
	list-style: none;
	padding: 0;	
	margin-left: 20px;	
}
#footer-outer .footer-list ul li {
	background: url(../images/dotted-lines.gif) repeat-x left bottom;
}
#footer-outer .footer-list ul li a {
	display: block;
	width: 98%;
	line-height: 2em; 
	padding: 5px 0;
	margin-left: 0;
	color: #77A6D3;
	border: none;	
}
#footer-outer .footer-list ul li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size: .95em;	
}
#footer-outer .footer-list ul li a:hover,
#footer-outer .footer-list ul li a:hover span {
	color: #333;	
}

/* footer-bottom */
#footer-bottom {
	float: left;
	clear: both;
   	width: 950px;
	margin:5px auto 30px 0;
   color: #777;
  background: url(../images/beige.jpg);
  padding-top: 10px;
  padding-bottom: 10px;

}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;		
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

/* post */
.post {
	margin-bottom: 15px;
	background: url(../images/dotted-lines.gif) repeat-x left bottom; 
	padding-bottom: 15px;
}
.post .image-section {
	clear: both;
	display: block;
	margin: 25px 0 10px 20px;
	padding: 0;
}
.post .image-section img {
	background: #FAFAFA;
   border: 1px solid #ECECEC;	
	padding: 12px;
}
.post .postmeta {	
	padding: 5px 15px; margin: 20px 20px 15px 20px;	
	background: #f9fbfd; 
	border: 1px solid #eaf1f5;
}
.post .postmeta a { background: transparent; }
.post .postmeta a:hover { border: none; }
.post .postmeta a.comments { margin: 0 10px 0 5px;	}
.post .postmeta a.readmore { margin: 0 10px 0 5px;	}
.post .postmeta .date { margin: 0 10px 0 5px;	}

.post .post-info, 
#featured .post-info { font-size: .95em; margin-top: 0; color: #B0B0B0; }

.post .post-info a, .post .post-info a:visited,
#featured .post-info a, #featured .post-info a:visited { color: #8BB92E; border: none; }

.post .tags {
	padding: 5px 15px; margin: 20px 20px 15px 20px;	
	border-top: 1px solid #eaf1f5;
	border-bottom: 1px solid #eaf1f5;
}

/* comments list */
ol.commentlist {
	margin: 12px 20px;
	padding: 0;
	border-style: solid;	
	border-color: #F0F0F0;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #F0F0F0;
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 5px 0 0 0;
}
.commentlist li.alt {
	background: #F8F8F8; 
}

/* archives */
ul.archive {
	background: url(../images/dotted-lines.gif) repeat-x left top; 
	margin: 15px 20px 20px 20px;
	padding: 0;	
}
ul.archive li {
	list-style: none;
	background: url(../images/dotted-lines.gif) repeat-x left bottom; 
	margin: 0;
	padding: 10px 5px;
}
ul.archive li .post-title {
	margin: 0;
	padding: 0;
	font-size: 1.2em;	
}
ul.archive li .post-title a {
	color: #555;
}
ul.archive li .post-title a:hover {
	border: none;
	color: #222;
}
ul.archive li .post-details {
	font-size: .9em;
	margin-left: 0;
	margin-top: 0;
}
ul.archive li .post-details a {
	border: none;
}

/* pagenavigation */
.page-navigation {
	margin: 10px 20px 10px 20px;
	padding: 5px 15px;
	background: #F9F9F9;	
	border: 1px solid #F0F0F0;	
	width: 510px;
}
.page-navigation a:hover {
	border: none;
	color: #333;
}

/* thumbnails */
p.thumbs {
	padding: 10px 0 0 0px;
	margin: 0 0 0 15px;
}
.thumbs img { 
	position: relative;
	padding: 8px;
	margin: 4px;
	background: #FAFAFA;
   border: 1px solid #EDEDED;	
}
.thumbs img:hover	{
	border: 1px solid #D2D2D2;	
}
.thumbs a:hover { background-color: transparent; border: none }


/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }
.no-bg {	background: none; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

 #test2 {
    margin: 0em auto;
    border: 0px solid #555;
    width: 550px;
    height: 390px;
  margin-left: 0px;
  margin-right: 0px
}


