/* html elements*/
* {
	margin: 0;
	padding: 0;
}

html,body {
	direction: rtl;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.5em;
	background: #fff;
}

body {
	font: 11pt arial,sans-serif;
	background: #EFE;
    position:relative;
}

h1 {
    margin-bottom:15px;
    color: #2a8606;
}
h2, h3, h4 {
	margin: 20px 0 5px;
	color: #2a8606;
}

h1 {
    font-size: 1.5em;
}

p {
	margin-bottom: 15px;
}


a {
	color: #2a8606;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Basic layout */
#global-wrapper {
    background:url("images/body-bg.png") no-repeat scroll center top transparent;
}
#container {
    width:980px;
	margin: 0 auto;
}

#wrapper {
	float:left;
	width:100%;
}

#headerwrap {
	margin:0;
	width:100%;
}

#contentwrap {
	margin: 0 160px 0 0;
}

#navigationwrap {
    background:#fff;
	float:left;
	width:160px;
	margin-left:-160px;
	margin-top: 20px;
}

#extrawrap {
	float:left;
	width:200px;
	margin-left:-100%;
}

#footerwrap {
	margin: 0;
	clear:both;
}

div.clearer {clear: left; line-height: 0; height: 0;}

/* Colors and backgrounds */
body {
	background: url(images/bamboo-bg.jpg) no-repeat top left;
}

#headerwrap {
	margin:0;
	padding-bottom:12px;
	color: #a00;
	background: url(images/main_tBorder.png) no-repeat left bottom;
	width: 100%;
}

#headerwrap #header{
	margin: 0 25px 0px 16px;
}

#header a{
	padding: 10px;
	display:block;
}

#headerwrap h1 {
}

#contentwrap {
	background: url(images/content-bg.png) no-repeat top left #fff;
}

#contentwrap #lBorder {
	background: url(images/main_lBorder.png) no-repeat bottom left;
	width: 2px;
	height: 250px;
	float: left;
}

#content {
	background: url(images/main_rBorder.png) no-repeat bottom right;
	min-height: 550px;
	_height: 550px;
	padding: 10px 5%;
}

#content img {
	float: left;
	margin: 10px 50px 10px 10px;
}

#content p {
	line-height:1.4;
}

#content ul {
	padding-right: 20px;
	list-style-type: square;
    margin-bottom:15px;
}

#content li a {
	color: #817e63;
	text-decoration: none;
}

#content li a:hover {
	color: black;
	text-decoration: underline;
}

#navigation {
	background:url("images/nav-bg.png") no-repeat scroll left top #f8f8e4;
	color: #817e63;
}

#navigation ul {
    background:url("images/nav-bg-bottom.jpg") no-repeat scroll left bottom transparent;
	margin: 0;
	padding: 15px 0 60px 35px;
    font-size:15px;
}

#navigation li{
	list-style-type: none;
	height: 100%;
	line-height: 130%;
	padding-bottom: 9px;
}

#navigation li a {
	color: #817e63;
	font-weight: bold;
	text-decoration: none;
	padding-right: 35px;
	margin-bottom: 1px;
	display: block;
}

#navigation li a:hover{
	color: black;
	text-weight: bold;
	border-bottom: 1px solid #B00;
	margin-bottom: 0;
}

#navigation li a.menuitemselected{
	color: black;
}

#extrawrap {
	background:#FF8539;
}

#footerwrap {
	background: url(images/main_bBorder.png) no-repeat top right;
	margin-right: 160px;
	padding-top: 12px;
    height:80px;
}

#footer {
	color: black;
	text-align: center;
	padding: 5px;
}

div.footerCredit {
	margin-top: 40px;
	font-size: 60%;
	color: #aaa;
}

div.footerCredit a {
	color: #b1c97d;
}

div.footerCredit a:hover {
	color: #2a8606
}
#bottom-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid darkRed;
    height: 80px;
    _padding-top:5px;
    width: 50%;
}

