body{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #DDF0DC;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: top left;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #A7A7A7;
	scrollbar-shadow-color: #A7A7A7;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #A7A7A7;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}

.title{
	font-family: Verdana;
	font-size: 10px;
	color: #A7A7A7;
	font-weight: bold;
}

.subtitle{
	font-family: Verdana;
	font-size: 10px;
	color: #00A200;
	font-weight: bold;
	text-decoration: underline;
}

.desc{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-align: justify;
}

.desc p, 
.desc span{
	font-family: Verdana !important;
	font-size: 10px !important;
}

.text{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.textwhite{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}


.align_right{
	position: absolute;
	right: 20px;
	bottom: 0;
}

ul{
	font-family: Verdana;
	font-size: 10px;
	list-style: square;
	list-style-type: square;
	line-height: 15px;
}

ul li{
	position: relative;
	left: 30px;
}

a:link{
	font-family: Verdana;
	font-size: 10px;
	color: #00A200 !important;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:visited{
	font-family: Verdana;
	font-size: 10px;
	color: #00A200 !important;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:active{
	font-family: Verdana;
	font-size: 10px;
	color: #00A200;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:hover{
	font-family: Verdana;
	font-size: 10px;
	color: #A7A7A7 !important;
	text-decoration: underline;
	font-weight: bold;
	outline: none;
}

a.menu:link{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF !important;
	text-decoration: none;
	font-weight: bold;
}

a.menu:visited{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF !important;
	text-decoration: none;
	font-weight: bold;
}

a.menu:active{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover{
	font-family: Verdana;
	font-size: 10px;
	color: #FEE703 !important;
	text-decoration: underline;
	font-weight: bold;
}

#fb_link img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#fb_link:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#wrapper{
    width: 100%;
    margin: 0 auto;
}

#intro{
    padding-bottom: 10px;
}

.panel h2{
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
    color: #5EA52B;
}

#slider{
    width: 820px;
    margin: 0 auto;
    position: relative;
    padding: 15px 0;
}

.scroll{
    height: 240px;
    width: 818px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(../images/content_pane-gradient.gif) repeat-x scroll left bottom;
    border: 1px solid #F1F1F1;
    border-top: 1px solid #CCCCCC;
}

.scrollContainer div.panel{
    width: 780px;
    height: 200px;
    padding: 20px;
}

.scrollContainer div.panel img{
	float: left;
	margin-right: 20px;
	border: 1px solid #CCCCCC;
}

#shade{
    height: 50px;
    background: #fff url(../images/shade.png) no-repeat 0 0;
}

ul.navigation{
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
    list-style: none;
}

ul.navigation li{
    display: inline;
    margin: 0 !important;
}

ul.navigation a{
    padding: 10px 8px;
    text-decoration: none;
}

ul.navigation a:hover{
    background-color: #F6F6F6;
}

ul.navigation a.selected{
    background-color: #F1F1F1;
	border-left: 1px solid #F1F1F1;
	border-right: 1px solid #F1F1F1;
	color: #5EA52B;
}

ul.navigation a:focus{
    outline: none;
}

.scrollButtons{
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left{
    left: -30px;
}

.scrollButtons.right{
    right: -30px;
}

.hide{
    display: none;
}

img{
	border: 0px;
	outline: none;
}

img.gallery{
	border: 1px solid #A9BECA;
}

input.input_text{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	width: 150px;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-top: 3px;
}

textarea.text_area{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	width: 300px;
	height: 117px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-top: 3px;
	overflow-x: hidden;
	overflow-y: auto;
}

select.area_select{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	height: 20px;
	background-color: #FFFFFF;
}

input.input_button{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 2px solid #A7A7A7;
}
