@charset "UTF-8";
/* CSS Document */
body{margin:0px;background-color:#CCCCCC;font-family:Arial, Helvetica, sans-serif; font-size:12px;}
#wrapper{width:780px;margin:0px auto;height:100%;}
#main{background-color:#FFFFFF;background-image:url(../images/bkg1_home.gif);}
#main_inside{background-color:#FFFFFF;background-image:url(../images/bkg2_inside.gif);}

#header{background-color:#0199b6;display:block;}
#inside_header{background-color:#d5d212;display:block;border-bottom:1px solid #000000;}
	#logo{background-color:#d5d212;width:200px;float:left;}
	#logohome{background-color:#0199b6;width:296px;float:left;}
	#headimagehome{width:482px;float:left;}
	#headimage{width:580px;float:left;}
	/**/
	#headimages{}
		#leftimage{float:left;width:295px}
		#rightimage{float:left;width:485px}

#navigation{width:200px;float:left;height:100%;background-color:#002b54;color:#FFFFFF;text-decoration:none;position:ablsolute;}
/*#navigation ul,li{list-style-image:url(../images/gold.gif);}*/
#navigation ul{list-style-type: none;position: relative;top: 0px;left: 0px;margin: 0;padding: 0;}
a.nav:link{display:block;height:20px;padding:5px 3px 3px 3px;color:#FFFFFF;text-decoration:none;overflow:hidden;text-indent:30px; background-image:url(../images/green_new.gif);background-repeat:no-repeat; background-position:12px 7px;}
a.nav:visited {display:block;height:20px;padding:5px 3px 3px 3px;color:#FFFFFF;text-decoration:none;overflow:hidden;text-indent:30px; background-image:url(../images/green_new.gif);background-repeat:no-repeat; background-position:12px 7px;}
a.nav:hover {
	display : block;
	height : 20px;
	color:#e0e0e0;
	background-color:#002243;
	text-decoration : none;
	overflow : hidden;
	background-image:url(../images/turquoise.gif);background-repeat:no-repeat; background-position:12px 7px;
}

#content{width:580px;float:left;}
#bottombar{background-color:#0199b6}
#navbottom{width:200px;background-color:#002b54;}
#footer{margin:0px auto;}
	#chamber{width:265px; background-color:#FFFFFF; padding:10px; margin:10px 10px 10px 20px;}
	#tourism{float:left; width:42%; background-color:#FFFFFF; padding:10px; margin:10px 10px 10px 20px;}
#search{margin:0px;}
#middlebar{background-color:#0199b6;height:68px;}
table.events td{font-size:12px;color:#FFFFFF;}
table.events a{font-size:12px;color:#FFFFFF;}

.homegallery{border:1px solid #FFFFFF; margin:10px 30px 10px 20px;}

/*Classes*/
.white{color:#FFFFFF;}
a.white:link{color:#FFFFFF;}
a.white:hover{color:#FFFFFF;}
a.white:visited{color:#FFFFFF;}

.black{color:#000000;}
a.black:link{color:#000000;}
a.black:hover{color:#000000;}
a.black:visited{color:#000000;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.links a{color:#0199b6;}