.clear {
	clear: both;
	}

.clearfix:after {
	
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}
	
/* Hide from IE Mac \*/

.clearfix {
	display: block;
	}
	
	a img {
	border: none;
	}

	
/* End hide from IE Mac */

/* Accessible Hide: visualy hides an element yet
   makes content available to screen-readers.
-------------------------------------------------------*/



.hide {
	position: absolute;
	left: -3000px;
	}
	
/*  ## Accessibility Menu (Usualy Hidden)

==============================================================



  These styles control the display the "skip to content" and

  "Skip to Navigation" Links. These links are normaly hidden

  from Web browsers.



------------------------------------------------------------*/



#accessibility {

	display: none;

	}



	#nav-skipto-content {

		}



		#nav-skipto-navigation {

			}




/* -------------------- GENERAL -------------------- */




body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin: 0;
	padding: 0;
	
	
}
body {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #23341A;
	color: #333333;
	background-image: url(../images/bodybackground.png);
	background-repeat: repeat-x;
	margin: 0, auto;
}
h1, h2, h3, h4, h5, h6 {
	
	font-weight: bolder;
	padding-top: 15px;
	color: #90740A;
}
a {
	text-decoration: none;
	color: #64380F;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}

address, dl, p {
	padding: 10px 0 0 0;
	color: #333333;
}
blockquote {
	margin: 10px 0 10 0;
	font-size: 14px;
	color: #CCCCCC;
	padding-left: 15px;
}
blockquote p {
	padding: 10px;
	line-height: 1.8em;
	color: #CCCCCC;
	font-size: 14px;
}

code {
}
pre {
	width: 90%;
}
dt {
	font-weight: bold;
}
dd {
	padding: 0 0 0 15px;
}
hr {
	margin: 15px 5px 5px 0px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #eaeaea;
	color: #cbcbcb;
}
small {
	font-size: 11px;
}

.floatrt{
	float:right;
	width:250px;
	color: #333333;
	font-size:14px;
}

/* -------------------- LAYOUT -------------------- */


#container {
	margin: 0 auto;
	width: 975px;
	padding: 15px 0 0;
	vertical-align: top;
}
#wrapper {
	clear: both;
	float: left;
	width: 975px;
	background: #506d42 url(../images/bg-wrapper-green.gif) no-repeat;
	}
#page-wrapper {
	float: left;
	margin: 10px 5px 0 5px;
	padding: 0 5px;
	display: inline; /* prevent margin doubling in IE 6 */
	width: 560px;
}
#page {
	float: left;
	margin-left: 5px;
}
#bottom {
	float: left;
	width: 550px;
	height: 36px;
	margin: 0 0 0 0;
	background: url(../images/../images/bottom.jpg) no-repeat left bottom;
	}
.top {
	float: left;
	width: 550px;
	background: url(../images/bodyslice.jpg) repeat-y;
}
.content-wrapper {
	margin: 0 10px;
	width: 525px;
}



	
/* -------------------- HEADER -------------------- */


#header {
	float: left;
	margin: 10px 0 0 0;
	width: 550px;
	height: 215px;
	background: url(../images/header.jpg) no-repeat;
}
#header h1 {
	padding: 45px 0 0 210px;
	font-size: 24px;
	font-variant: small-caps;
}
#header h1 a {
	color: #222;
}

/* -------------------- MENU -------------------- */

#menu {
	float: left;
	width: 958px;
}
#menu ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}
#menu ul li {
	float: left;
	margin: 0 2px 0 0;
	text-align: left;
	vertical-align: top;
	background: url(../images/tab-right-green.gif) no-repeat right top;
	font-size: 12px;
}
#menu ul li a {
	display: block;
	padding: 5px 15px 6px 15px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	background: url(../images/tab-left-green.gif) no-repeat;
	color: #fff;
}
#menu ul li:hover {
	float: left;
	margin: 0 2px 0 0;
	text-align: left;
	vertical-align: top;
	background: url(../images/tab-right-hover-green.gif) no-repeat right top;
}
#menu ul li a:hover {
	display: block;
	padding: 5px 15px 6px 15px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	background: url(../images/tab-left-hover-green.gif) no-repeat;
	color: #fff;
}
#menu ul li.current_page_item {
	float: left;
	margin: 0 2px 0 0;
	text-align: left;
	vertical-align: top;
	background: url(../images/tab-right-hover-green.gif) no-repeat right top;
}
#menu ul li.current_page_item a {
	display: block;
	padding: 5px 15px 6px 15px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	background: url(../images/tab-left-hover-green.gif) no-repeat;
}

/* -------------------- Content-------------------- */


.content {
	padding: 0 20px 20px;	
	
}

.content img {float: right;
	padding: 0px 0px 0px 0px;
	margin: 10px 15px 5px 10px;	
	}

.content h1 {
	padding: 6px 0 0 0;
	font-size: 22px;
}
.content h2 {
	padding: 20px 0 0 0;
	font-size: 20px;
}
.content h2 a {
	text-decoration: none;
	color: #111;
}
.content h2 a:hover {
	text-decoration: none;
	color: #555;
}

.content blockquote{
	color:#333333;
	font-size:14px;
	}

/* -------------------- SIDEBAR -------------------- */


#sidebar {
	float: left;
	margin: 30px 0 0 10px;
	width: 165px;
	font-size: 12px;
	background: #506d42;
	color: #f2f2f2;
	padding-left: 10px;
}

#sidebar h1{
	font-size:18px;
	line-height: 1.2em;
	color: #B5A338;
	font-weight: bolder;
}

#sidebar h2 a{
font-size:16px;
}
#sidebar a {
	color: #f2f2f2;
	font-size: 14px;
}
#sidebar ul {
	margin: 0;
	padding: 0 5px 0 10px;
	list-style: none;
}
#sidebar ul li {
	padding: 10px  0 5px 0;
	font-size: 14px;
	list-style-type: disc;
}
#sidebar ul li h2 {
	padding: 0 0 9px 0;
	color: #dddddd;
	font-size: 24px;
}

#sidebar p {
font-size:14px;
font-weight:bold;
}
/*********Sidebar right**********/

#sidebarright {
	float: left;
	margin: 40px 0 0 0;
	width: 195px;
	font-size: 11px;
	background: #506d42;
	color: #f2f2f2;
	padding-left: 5px;
	text-align: center;
	padding-right: 5px;
}

#sidebarright h1{
	font-size:18px;
	line-height: 1.5em;
	color: #CC6600;
	font-weight: bolder;
	cursor: auto;
	text-decoration: blink;
}
#sidebarright img{
padding-right:2px;
}

#sidebarright a {
	color: #f2f2f2;
}
#sidebarright ul {
	margin: 0;
	padding: 0 5px 0 10px;
	list-style: none;
}
#sidebarright ul li {
	padding: 10px 0  5px 0;
	font-size: 14px;
	list-style-type: disc;
}
#sidebarright ul li  {
	padding: 0 0 9px 0;
	color: #dddddd;
}

#sidebarright h2{
	padding: 0 0 9px 0;
	color: #dddddd;
	font-size: 14px;
}

.style1 {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: blink;	
}
.style2 {font-size: 9px}
.style3 {color: #990000}

.style4 {
	color: #FFCC00;
	font-weight: bold;
		

/* -------------------- FOOTER -------------------- */


#footer {
	margin: 0 0 10px;
	float: left;
	width: 975px;
	font-size: 11px;
	background: #506d42 url(../images/footer-green.gif) no-repeat left bottom;
	color: #cccccc;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #cccccc;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	padding: 20px 20px 20px 20px;
	line-height: 20px;
	text-align: center;
	color: #cccccc;
}
