@charset "utf-8";
/* CSS Document */


h1 a { color:#CCC;text-decoration:none; }
h1 a:hover { color:#CCC;text-decoration:none; }
h1 a:visited { color:#CCC;text-decoration:none; }
h1 {color:#444;}


body {
	background-image:url(./img/bg.png);
}


#navbar {
background-color: #222;
height: 67px;
width: 101%;
margin-top: -95px;
margin-left: -10px;
margin-right: 0px;
text-align: center;
font-family: 'Source Sans Pro', sans-serif;
position: fixed;
z-index: 6;
white-space:nowrap;
}
#navbarindex {
background-color: #222;
height: 67px;
width: 101%;
margin-top: -100px;
margin-left: -10px;
margin-right: 0px;
text-align: center;
font-family: 'Source Sans Pro', sans-serif;
position: fixed;
z-index: 6;
white-space:nowrap;
}
#navbarlinks {
background-color: #222;
height: 67px;
width: 101%;
margin-top: -30px;
margin-left: -10px;
margin-right: 0px;
text-align: center;
font-family: 'Source Sans Pro', sans-serif;
position: fixed;
z-index: 6;
white-space:nowrap;
}
#indexrotator {
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	position: relative;
	width: 100%;
	width: 940px;
	z-index: 1;
	right: -5px;

	}
#indexrotator_cover {
	margin-left: auto;
	margin-right: auto;
	margin-top: -330px;
	position: relative;
	width: 100%;
	width: 940px;
	z-index: 2;
	}
#indexcontent {
	margin-left: auto;
	margin-right: auto;

	position: relative;
	width: 880px;
	border-width:2px;
	  -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -khtml-border-radius: 20px;
      border-radius: 20px;
	  padding-left:10px; padding-right: 10px;
		
	}
	#othercontent {
	margin-left: auto;
	margin-right: auto;

	position: relative;
	margin-top: 75px;
	width: 880px;

	  -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -khtml-border-radius: 20px;
      border-radius: 20px;
	  padding-left:10px; 
	  padding-right: 10px;
	}
	
	.shadow{
		-moz-box-shadow: 0 0 30px 5px #999;
		webkit-box-shad-w: 0 0 30px 5px;
		}
		
		.googmap-holder{
			float:right;
		}
		
		.googmap{
	  -moz-border-radius: 18px;
      -webkit-border-radius: 18px;
      -khtml-border-radius: 18px;
      border-radius: 18px;
	  margin-top: 0px;
		}
		#weeklyad{
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
		}

.ImageBorder
{
    border-width: 5px;
    border-color: Black;
	border-radius: 10px;
}


		#footer{
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			width: 700px;
			
			}
	#aboutSpreader {
		height:1080px;
		width:1920px;;
		position:fixed;
		z-index:0;
		margin-top:-500px;
		margin-left:-300px;
		opacity: 0.1;
		}

}