/********************************************
	
 *******************************************/
 
/*
----------------------------------------------------------------------------- 
Global Styles
-----------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,h1,h2,h3,pre,form,fieldset,blockquote { margin: 0; padding: 0; }

html { height: 100%; overflow: -moz-scrollbars-vertical; }

body {
	height: 100%;
	font: 0.9em/1.6em Arial, Helvetica, sans-serif;
	color: #444;
	text-align: center;
	background: #bc8843;
	margin-top: 50px;
}

/* links */
a {
	color: #669999;
}
a:hover {
	color: #999;
	text-decoration: none;
}

p, td, li {
	font: 0.9em/1.6em Arial, Helvetica, sans-serif;
	color: #333;
}

/*
----------------------------------------------------------------------------- 
Global
-----------------------------------------------------------------------------*/
h1 { font: 1.6em Arial, Helvetica, sans-serif; color: #741504; }
h2 { font: 1.4em Arial, Helvetica, sans-serif;  }
h3 { font: bold 1.2em Arial, Helvetica, sans-serif; color:#414141; }

h1, h2, h3 { padding: 10px 0 10px 0; }

a img { border: 0; }

fieldset { border: 0; }

input { font: 1em arial, Arial, Helvetica, sans-serif; }

input.btnlogin { font: bold 11px Arial, Helvetica, sans-serif; background: #FFF; color: #333; border: 1px solid #333; }

.menuOn { font-weight: bold; }

p.hr { padding-top: 10px; font-size: 0; line-height: 0; height: 1px; display: block; overflow-y: hidden; }

.clear { clear: both; }

/*
----------------------------------------------------------------------------- 
Template Styles
-----------------------------------------------------------------------------*/

#wrapper {
	width: 100%;
	height: 100%;
	text-align: left;
	vertical-align: top;
}

#subwrapper {
	width: 985px;
	min-height: 100%;
	background: #fff;
	border: 1px solid #cccccc;
	padding: 7px;
	margin:0 auto;
}
* html #subwrapper { height: 100%; }

#subwrapperFull {
	width: 985px;
	background: #fff;
	border: 1px solid #cccccc;
	padding: 7px;
	margin:0 auto;	
}

* html #subwrapperFull {  }

#headerwrap {
	width: 985px;
	height: 268px;
	color: #fff;
}

	#logo {
	  width: 985px;
	  height: 212px;
		margin: 0 auto;
	}

  #logo img {
		border: 0;
	}

#navwrap {
	width: 985px;
	height: 56px;
	margin: auto;
	background: #560d01;
}

#contentwrap {
	width: 985px;
	padding: 0px auto 56px auto;
	margin: 0px auto 0px auto;
	background: url(../templateimages/rhs.gif) repeat-y 100% 0%;
}

#contentwrap_fullwidth {
	width: 985px;
	padding: 0px auto 0px auto;
	margin: 0px auto 0px auto;
}

  #contentwrap div#main {
	  width: 985px;
	}
			#content {
				padding: 0 0 10px 10px;
			}
	#subwrapperFull div#main {
	  width: 985px;
		padding: 20px 0px 0px 0px;
	}

    #main div.lhs {
		float: left;
		width: 661px;
		min-height: 550px;
		padding: 20px 18px 20px 0px;
		overflow-x: hidden;
	  }

    #main div.rhs {
		float: right;
		width: 293px;
		
	  }
		
		 #main div.rhsbox h1 {
		   	 margin: 0;
			 padding: 5px 15px;
			 margin-top: 29px;
			 font: bold 16px/30px Arial, Helvetica, sans-serif; 
			 color: #FFF;
			 background: #6b1506;
		 }
		
		 #main div.rhsbox ul {
			 color: #333;
		 }
		
		 #main div.rhsbox li {
			 width: 263px;
			 font: 14px/25px Arial, Helvetica, sans-serif; 
			 border-bottom: 1px dotted #CCC;
		 }
		
		 #main div.rhsbox form {
			 width: 205px;
			 padding: 0 20px;
		 }
		
		 #main div.rhsbox label {
			 font: 14px/25px Arial, Helvetica, sans-serif; 
		 }
		
		 #main div.rhsbox input {
			 font: 14px/25px Arial, Helvetica, sans-serif; 
			 width: 205px;
		 }
		
		 #main div.rhsbox form a {
			 padding-top: 5px;
			 text-align: right;
			 display: block;
		 }

#footerwrap {
	width: 985px;
	height: 57px;
	margin: 0px;
	font: 10px Arial, Helvetica, sans-serif; 
	color: #FFF;
	background: #560d01;
}

 #footerwrap div#innerwrap {
	 width: 925px;
	 margin: 0 auto;
 }

 	#copyrights {
	    float: left;
		font: 12px/57px Arial, Helvetica, sans-serif; 
		color: #fff;
	}
	
	#rhs {
	  float: right;
		font: 12px/57px Arial, Helvetica, sans-serif; 
		color: #fff;
	}
	
	a.ss_link:link, a.ss_link:visited, a.ss_link:hover {
		color: #fff;
	}
/*
----------------------------------------------------------------------------- 
Navigation
-----------------------------------------------------------------------------*/

ul#nav {
	width: 985px;
	height: 56px;
	margin: auto;
	padding: 0;
	list-style: none;
}

ul#nav li { 
  	float: left; /*For Gecko*/
	margin: 0;
	padding: 0px;
  	position: relative;
}

ul#nav li.home a {
	display: block;
	text-decoration: none;
	padding: 0 15px;
	font: bold 14px/56px Arial, Helvetica, sans-serif; 
	color: #e8c58f;
	background: url('../templateimages/navdiv.gif') no-repeat 100% 50%;
}

ul#nav li a {
	display: block;
	text-decoration: none;
	padding: 0 15px;
	font: bold 14px/56px Arial, Helvetica, sans-serif; 
	color: #e8c58f;
	background: url('../templateimages/navdiv.gif') no-repeat 100% 50%;
}

ul#nav ul {
	z-index: 15;
  position: absolute;
	top: 56px;
	left: 0px;
	width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
	background: #e0e0e0;
}

#nav ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
	}

/* 2nd Menu */
ul#nav li ul li a {
 	float: none !important; /*For Opera*/
 	float: left; /*For IE*/
	width: 250px;
  	height: auto !important;
  	height: 1%; /*For IE*/
	font: normal 14px/30px Arial, Helvetica, sans-serif; 
	background: none;
  	display: block;
	cursor: pointer;
	}

ul#nav li:hover li a,
ul#nav li.iehover li a {
  float: none;
	color: #e8c58f;
	background: #560d01;
	cursor: pointer;
	}

/* 2nd Menu Hover Persistence */
ul#nav li:hover li a:hover,
ul#nav li:hover li:hover a,
ul#nav li.iehover li a:hover,
ul#nav li.iehover li.iehover a {
	color: #FFF;
	background: #560d01;
	}

/* 3rd Menu */
ul#nav li:hover li:hover li a,
ul#nav li.iehover li.iehover li a {
	font: normal 14px/30px Arial, Helvetica, sans-serif; 
	color: #e8c58f;
	background: #560d01;
	}

/* 3rd Menu Hover Persistence */
ul#nav li:hover li:hover li a:hover,
ul#nav li:hover li:hover li:hover a,
ul#nav li.iehover li.iehover li a:hover,
ul#nav li.iehover li.iehover li.iehover a {
	font: normal 14px/30px Arial, Helvetica, sans-serif; 
	color: #FFF;
	background: #560d01;
	}

ul#nav ul ul,
ul#nav ul ul ul {
  	display: none;
	position: absolute;
  	top: -1px;
	width: 250px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.iehover ul ul,
ul#nav li.iehover ul ul ul {
  display: none;
	}

ul#nav li:hover ul,
ul#nav ul li:hover ul,
ul#nav ul ul li:hover ul,
ul#nav li.iehover ul,
ul#nav ul li.iehover ul,
ul#nav ul ul li.iehover ul {
  display: block;
	}

/* ---------- ARTICLES FEED ---------- */

#news {
	width: 263px;
	margin: 5px auto;

}
ul.posts, ul.posts li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	.posts li.exerpt {
		/*width: 406px;*/
		/*float: left;*/
		width:45%;
		margin: 0;
		padding: 0 20px 20px 0;
		overflow: hidden;
		}
	.categories li.exerpt {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0 20px 20px 0;
		border-bottom: 1px dotted #999;
		}
				
	.post-meta {
		font-size: 12px;
		color: #999;
		}
	
		.posts h1 a { color: #ff4500; }
	
		.post-summary p {
			margin: 0;
			}
	
	a.category-title {
		font: 13px Arial, Helvetica, sans-serif; 
		color: #d07802;
		}
	
	li.exerpt img {
		border: 5px solid #E9E9E9;
		display: block;
		}
			
	li.exerpt h2 {
		font: 1.6em Arial, Helvetica, sans-serif; 
		color: #ff4500;
		margin: 0;
		padding: 10px 0 5px 0;
		}
		
	li.exerpt h2 a { color: #ff4500; }

	.post-summary-image {
		width: 247px;
		margin: 0;
		padding: 0 0 11px 0;
		vertical-align: top;
		}

	.categories .post-summary-image {
		float: left;
		width: 130px;
		}

	.categories .post-summary {
		float: left;
		width: 410px;
		}
	
	p.more-posts {
	  clear: both;
		padding: 0 10px;
		text-align: right;
		font: 12px/30px Arial, Helvetica, sans-serif; 
		background: #e9e9e9;
		display: block;
	}

	.rss {
		text-align: right;
		padding: 3px;
		margin: 0;
		font-size: 11px;
		}	

	#LatestNews img.rssImage {
		vertical-align: middle;
		padding: 0 4px;
		}
		
	.postImg {
		width: 200px;
		padding-right: 10px;
		text-align:left;
		float:left;
		
	}
	.post-longdesc {
		width:765px;
		text-align: left;
		vertical-align: top;
		float: right;
	}
	
	.shortImg {
		width: 104px;
		float: left;
		vertical-align:middle;
		margin-right: 8px;
	}	
	
	.shortSummary {
		width: 150px;
		vertical-align: top;
		float: right;
		text-align:left;
		font: 12px/12px Arial, Helvetica, sans-serif;
		color: #333;
		
	}


.brown {
	background: #c98f41;
	color: #fff;
	padding: 14px;
}

p.brown {
	color: #fff;
}

.btn_form {
	margin-top: 10px;
}

.rhsImg {
	border: 3px solid #cdcdcd;
	margin-top:10px;
}

.input_txtWhite {
	width: 100px;
	font: italics 11px/14px Arial, Helvetica, sans-serif;
}

/*#shortSummary {
	width: 150px;
}*/