/*CSS for Pumpkins and more in Spanish website*/
body {
	background-image:url(../images/bg_02.jpg);
	background-repeat:repeat-x;  
	background-color: #bb5c0e;
	margin: 0px;
}

.banner {
	width: 100%;
	height: 135px;
	text-align: center;
}

.banner img {
	border: 0px;
}

.wrapper {
	text-align: center;
	width: 781px;
	margin-left: auto;
	margin-right: auto;
}

.content_wrapper {
	width: 750px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color:#face7b;
}

#LeftCol {
	float: left;
	width: 156px;
	background-image:url(../images/left.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#RightCol {
	float: right;
	width: 594px;
	min-height:550px;
	text-align: left;
	background-image:url(../images/right.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}


.LeftNav {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: left;
}

.LeftNav ul {
	margin: 0px;
	padding: 0px;
}

.LeftNav ul li {
	font-family:Georgia,Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	list-style-position: outside;
	font-size: 85%;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 3px;
	margin-bottom: 2px;
	color: #2b4001;
}

.LeftNav ul li a {
	color: #2b4001;
	font-weight: bold;
	text-decoration: none;
}


#Content {
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 15px;
}

#Content h1 {
	font-family: Georgia,Arial,Verdana,sans-serif;
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #ad1313;
}

#Content h2 {
	font-family: Georgia,Arial,Verdana,sans-serif;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #73310d;
}
.t {
	color: #ad1313;
	color: #73310d;
	color: #bd5f2c;
	
}
#Content a {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}

.newresource img {
	border: 0px solid;
}


.clear {
	clear: both;
}

.hide {
	position:absolute;
	top:-2000px;
}
.footer {
	width: 750px;
	background-color: #7c3f0e;
	color: #FFFFFF;
	font-size: 90%;
	padding-top: 15px;
	padding-bottom:15px;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.left {
	float: left;
	padding: 4px;
	border: 0px solid;
	margin-left: 15px;
	margin-top: 0px;
}

.right {
	float: right;
	padding: 4px;
	border: 0px solid;
	margin-right: 15px;
	margin-top: 0px;
}

.ResourceListing {
	margin-left: 20px;
}

.newresource {
	margin-left: -20px;
	margin-bottom:0px;
}

#Translation {
	font-size:90%;	
	padding:8px;
	font-weight:bold;

}

#Translation a {
	color:#FC3;	
	padding:6px;
	background-color:#253d01;
}

.trees {
	width:550px; 
	border: 0px; 
}

.trees td {
	padding: 5px;
}

.trees tr {
	vertical-align:top;
	background-color: #ffcba9;
}

.treesheader td {
	vertical-align: top;
	background-color:#ca7c54;
}

.trees a {
	text-decoration:none;
	color: #0000FF;
}

img {
	border: 0px;
}
.returnList{
	clear:both;
	float:right;
	margin:10px;
}

.strong {
	font-weight: bold;
	color:#663300;
}
.question{
	font-weight:bold;
	display:block;
/*	border:#F90;*/
	/*background-color:#FFC;*/
/*	border-style:solid;*/
	padding:5px;
}

.active {
	font-weight: bold;
}

#maintabs a {
	font-weight: normal;
}

#maintabs .active a {
	font-weight: bold;
}

#tabs a {
	font-weight: normal;
}

#tabs .active a {
	font-weight: bold;
}

