@charset "UTF-8";

/* Tags */
body{
	margin:0px;
	font:12px Georgia;
	line-height:150%;
	background:url(images/bg.jpg) repeat;
	font-weight:light;
	color:#333333;
}

h1{
	font:19px Filosophia, Georgia;
	color:#52682e;
	padding:0px 0px 6px 0px;
	margin:10px 0px 5px 0px;
	border-bottom:1px dotted #52682e;
}

h2{
	font-size:16px;
	color:#52682e;
	font-weight:normal;
}

h3{
	font-size:14px;
	color:#52682e;
	font-weight:normal;
}
h4{
	font:16px Georgia;
	color:#52682e;
	padding:0px 0px 6px 0px;
	margin:10px 0px 5px 0px;
	border-bottom:1px dotted #52682e;
}

a{
	color:#52682e;
	text-decoration:underline;
}

a img{
	border:none;
}

p{
	margin:0px;
	padding:5px 0px 5px 0px;
}

input{
	border:1px solid #613b20;
	background-color:#eee2d9;
}


ul{
	margin:0px 0px 0px 20px;
	padding:0px;
}

/* ID's */

#container{
	width:982px;
	text-align:left;
}

#sideBar{
	width:283px;
	float:left;
	behavior: url(scripts/iepngfix.htc);
}

#smallBanner{
	background:url(images/holdingHands.jpg) no-repeat;
	width:656px;
	height:114px;
}

#main{
	width:656px;
	float:left;
}

#rightBar{
	width:32px;
	float:left;
}

#search{
	width:183px;
	height:17px;
}

#full{
	cursor:pointer;
}

#nav{
	padding:10px 0px 5px 40px;
	margin:0px;
}

#nav li a {
	color:#f5ecc7;
	text-decoration:none;
}


#nav ul{
	margin-left:24px;
}

#sideTop{
	background:url(images/left_green.png) no-repeat;
	width:283px;
	background-position:left;
	behavior: url(scripts/iepngfix.htc);
}

#sideBottom{
	background:url(images/greenBottom.png) no-repeat;
	width:283px;
	height:476px;
	behavior: url(scripts/iepngfix.htc);
}

#mainBottom{
	color:#52682e;
	font-size:10px;
}

#mainTop{
	background:url(images/mainBG.jpg) no-repeat bottom #CDC08F;
	width:656px;
	min-height:725px;
	height:auto;
}

#banner{
	/*background:url(images/grow.jpg) no-repeat;*/
	width:656px;
	height:272px;
	text-align:right;
}

#content{
	padding-left:20px;
	width:626px;
	min-height:400px;
}

#leftCol{
	width:365px;
	float:left;
}

#rightCol{
	float:left;
	width:235px;
	margin-left:20px;
}

#leftColAlt{
	width:415px;
	float:left;
}

#leftColAltfull{
	width:625px;
}

#rightColAlt{
	float:left;
	width:180px;
	margin-left:20px;
}

/* Classes */

.sideTopContent{
	padding-left:31px;
}

.small{
	font-size:12px;
}

.toggled li{
	color:#f5ecc7;
	font-size:13px;
	margin-left:20px;
	list-style-type:none;
}
.toggler{
	list-style-type:none;
	font:20px Georgia;
	color:#f5ecc7;
	cursor:pointer;
	margin:0px;
	padding:5px 0px 5px 0px;
}

.green{
	background-color:#55692E;
	color:#fff;
}

.grey{
	background-color:#CCCCCC;}

.light{
	background-color:#e9e9e9;
}

.custom-tip {
	color: #000;
	width: 200px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background: #55692E;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
.tinyresults {
font-size: 10px;
font-family:Arial, Helvetica, sans-serif;
color:#555555;
}