@charset "utf-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #d6f1c6;
	margin-top: 0px;
	padding: 0;
	color: #59574C;
	font-family: Verdana, Georgia, Sans-Serif;
	font-size: 11px;
	line-height: 18px;
}
.clear {
	clear: both;
}

a:link { 
	text-decoration: none; 
	color: #05d222; 
}

a:visited { 
	text-decoration: none; 
	color: #05d222; 
}

a:hover, a:active { 
	color: #3B3B3B; 
}

h1 { 
	font-size: 32px; 
	margin-bottom: 0px; 
	margin-top: 10px;
	font-weight: normal; 
}

h2 { 
	font-size: 28px; 
	font-weight: normal; 
}

h3 { 
	font-weight: normal; 
	font-size: 24px;
}

h4, h5, h6 { 

	font-size: 20px; 

}



/* CSS Document */

#wraper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/mountainBg.gif);
	background-repeat: no-repeat;
	height: 130px;
	margin-bottom: 20px;
}
#headerTop{
	height: 90px;
}
#logo{
	text-align: center;
}
#headerTopRight{}
#Nav{
	background-image: url(../images/navigation-bg.gif);
	background-repeat: repeat-x;
	height: 40px;
	list-style-type: none;
}

.pages ul {
	list-style-type: none;
	list-style-image: none;
	float: left;
	padding: 0px;
	margin: 0px;

}



.pages li {
	float: left;
	display: block;
	height: 40px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}



.pages li a:link,

.pages li a:visited {
	float: left;
	color: #FFFFFF;
	display: block;
	padding-top: 5px;
	height: 32px;
	font-size: 13px;
	background-image: url(../images/navigation-line.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 25px;

}



.pages li a:hover{}

.pages li a:active {

	color: #d6f1c6;
	font-size: 13px;
	background-image: url(../images/navigation-hover.gif);
	background-repeat: repeat-x;

}


#contentHolder{
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contentLeft{
	width: 670px;
	float: left;
	display: inline;
	margin-left: 10px;


}
.contentBox{}
#sideBarRight{

	width: 240px;
	margin-left: 10px;
	float: right;
	display: inline;
	margin-right: 10px;
}
.sideBarBox{
	padding-bottom: 10px;
}

#footer {
	clear: both;
	text-align: left;
	padding-left: 15px;
	color: #FFF;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 20px;
	background-color: #59574C;
}

#footer a {
	color: #FFFFFF;
	font-size: 11px;
}

#footer a:visited {
	color: #FFFFFF;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* widget */
#imageSlider{
	border: 1px solid #999999;
	background-image: url(/media/slider/bg.jpg);
	background-repeat: no-repeat;
}

.galleryContent {
}

.galleryContent img{
	margin: 5px;
}