/*css for inside Foliage website in spanish*/

body{
	background-color:#820717;
	background-image: url(../image/redgradientbg_02.jpg);
	background-repeat:repeat-x;
	font-family: Arial, sans-serif;
}

#MainWrapper {
	width: 778px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border:0px;
	background-image: url(../image/template_08.jpg);
	background-repeat: repeat-y;
}

#Banner {
	overflow:hidden;
}
#Banner a{

}

#ContentWrapper{
	/*banna leaf image*/
    background-image: url(../image/template_05.jpg);
	margin-top:-5px;
	background-repeat:no-repeat;
	float:left;
}

.hide {
	position:absolute;
	top:-2000px;
}

a { 
text-decoration:none; 
}

#LeftCol {
	width:155px;
	float:left;	
	margin-right:10px;
	margin-left:20px;
}

.LeftNav {
	width:155px;
	font-size:90%;
	font-weight:bold;
	margin: 0px;

}

.LeftNav ul{
	width:155px;
	list-style-type: none;
	padding-top: 30px;
	padding-left:0px;
	margin:0px;
	float: left;
}

.LeftNav li{
	color: #FFF;
	padding:5px;
	margin-left:0px;

}

.LeftNav ul li a{
	color: #FFF;
}

#RightCol {
	float:left;
	width:593px;
}

#RightContent{
	background-color:#FFF;
    margin-left:160px;
	margin-right:10px;
}
#Content {
	font-size:85%;
	margin-right:10px;
	padding-top:30px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
    line-height:130%;
	min-height:500px;
}

#Content h1{
	font-size: 150%;
	color:#185848;
	padding-top: 0px;
}

#Content h2 {
	color:#362664;
	font-size:130%;
	font-weight:bold;
	text-align: left;
	padding-top:10px;
}
#Content h3 {
   font-style: italic;
	padding-top:10px;
    color:#362664;
    font-size:120%;
	font-weight:bold;
}
#Content h4 {
	margin-top:0px;
	color:#362664;
    font-size:85%;
	text-align:center;
	font-weight:bold;
}

#footer {
	background-color:#2a3f17;
	width:758px;
	clear: both;
	margin: 0;
	padding-bottom:10px;
	margin-left:11px;
}


#global_Footer{
	padding-left:0px;
}

.footertextdark {
	text-align:center;
	font-size:80%;
    color: #FFF;	
	background-color:#2a3f17;
}   

#global_TextNav a{
	text-align:center;
	line-height:20px;
	color: #FFF;
}

#global_SearchBox {
    padding-top:5px;
	text-align:center;
    background-color:#2a3f17;  
}
div.returnNav {
	float:right;
	padding-right:15px;
	font-weight:normal;
	font-size:75%;
	font-family: Verdana, Geneva, sans-serif;
}
img.accent {
	padding:4px;
	border:1px solid #000;
}
/*this naming is wrong but using for now for the conveinient of not editing each noodler page's image class*/
img.right {
	clear:both;
	margin-left:0px;
	margin-top:15px;
	border:1px solid #000;
}

img.point{
	float:right;
	padding:4px;
	margin-left:10px;
	margin-bottom:10px;
}
#Translation {
	clear:left;
	font-size:90%;	
	padding:8px;
	font-weight:bold;
}

#Translation a {
	color:#FC3;	
	padding:6px;
		background-color:#906;
}
