@charset "utf-8";
*{
padding:0px;
margin:0px;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #F8f9fb;
	background-image: url(../images/map2.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: right top;
}
#rightBar {
	width: 200px;
	text-align: left;
	position: absolute;
	top: 310px;
	right: 10px;
}
#rightBar h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #666666;
	}
	#rightBar a {
	
	color: #666666;
	}



#mainTxt {
	width: 600px;
	text-align: left;
	padding-top: 15px;
	margin-right: 220px;
	margin-bottom: 20px;
	margin-left: 15px;

}
.plan75 {
	background-image: url(../images/plan.jpg);
	background-position: left bottom;
	height: 75px;
	width: 600px;
	margin: 16px;
}
.plan100 {
	background-image: url(../images/plan.jpg);
	background-position: left bottom;
	height: 100px;
	width: 600px;
	margin: 16px;
}

p {
	font-size: 1.3em;
	color: #666666;
	text-align: justify;
}
h1 {
	color: #666666;
	font-size: 1.8em;
}
#mainTxt a:link, #mainTxt a:visited {
	color: #666666;
}
#mainTxt a:hover, #mainTxt a:active{
	color: #666666;
	text-decoration:none;
}

#wrapper {
	text-align: center;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/back2.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	}
#header {
	height:75px;
	width: 850px;
	background-image: url(../images/header2.gif);
	background-repeat: no-repeat;
	background-position: center top;

}
#content {
	width: 100%;

	background-repeat: no-repeat;
	background-position: right top;
}

#scroll_image {
	background-color: #222222;
	height: 175px;
	width: 850px;
	padding-top:10px;
z-index:100;
	}
#wrapper #footer {
	background-image: url(../images/footer2.gif);
	height: 47px;
	width: 100%;
}	
#footer p{
	color: #FFFFFF;
	padding: 15px;
	font-weight: bold;
	font-size: 1.1em;
}
#footer a{
	color: #FFFFFF;
	padding: 15px;
	font-weight: bold;
	font-size: 1em;
}
#mainTxt li {
	list-style-position: inside;
	font-size: 1.2em;
	color: #666666;
	margin-left: 20px;
	margin-top: 5px;
	list-style-type: circle;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
}
.floatL {
	float: left;
	margin-right: 15px;
}
.floatLBord{
	float: left;
	margin-right: 15px;
	border: 4px solid #CCCCCC;
	padding: 3px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.news {
	height: 150px;
	width: 100%;
	clear: left;
}

.floatRBord{
	float: right;
	margin-left: 15px;
	border: 4px solid #CCCCCC;
	padding: 3px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.gallery img{
	border: 4px solid #CCCCCC;
	padding: 3px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 19px;
}

	.gallery {
	width: 820px;
}



/*------------------------------------START NAV -----------------------*/

#navBar {
	background-color: #FFf;
	height: 33px;
	width: 100%;
	position: relative;
}


#navBar #corner {
	height: 35px;
	width: 74px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/corner2.gif);
	background-repeat: no-repeat;
	}
#navBar_inner {
	height: 33px;
	width: 792px;
	margin-left:58px;
	background-repeat: repeat-x;
	background-image: url(../images/navBack2.gif);
}

#navBar_inner ul{
	margin:0px;  
	padding:8px;
	white-space: nowrap;
}
#navBar_inner li{
list-style-type:none;
display:inline;
margin:0px;

}
#navBar_inner a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding: 7px;
	font-weight: bold;
	text-align: center;
}
#navBar_inner a:hover{
	font-size: 12px;
	color: #C8DDBA;
}
/*------------------------------------END  NAV -----------------------*/
.smlTxt {
	font-size: 1em;
	font-style: italic;
	color: #666666;
}

