/* GENERAL
--------------------------------------- */

body { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	color: #0f3a65;
	font-size: 13px;
	background-image: url(../images/background.png);
	background-position: top center;
	background-repeat: repeat;
	background-color: #ffffff;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, .4);
}

.background { 
	width: 100%;
	height: 100%;
	background-image: url(../images/background2.png);
	background-position: center center;
	background-repeat: no-repeat;
}

strong {
	font-weight: 400;
}

a {
	color: #777777;
	text-decoration: none;
	border: none;
	outline: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

p {
	margin: 0px;
	margin-bottom: 20px;

}

a:hover {
	color: #000000;
	text-decoration: none;
}

img {
	border: none;
	outline: none;
}

.clear {
	clear: both;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	margin-bottom: 0px;
	font-weight: 400;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	margin-bottom: 0px;
	font-weight: 400;
	letter-spacing: -1px;
}

#container {
	width: 700px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	margin-top: 50px;
	margin-bottom: 50px;
}

#logo {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}

#photos {
	width: 230px;
	margin-right: 40px;
	float: left;
}

#welcome {
	width: 700px;
	line-height: 33px;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 50px;
	color: #0f3a65;
	text-align: center;
	font-weight: 300;
}

.service_times {
	font-size: 20px;
	line-height: 30px;
}

#success {
	width: 700px;
	line-height: 35px;
	font-size: 23px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 50px;
	color: #276103;
	text-align: center;
	font-weight: 300;
}

#links {
	margin: 0 auto;
	width: 700px;
	text-align: center;
	margin-bottom: 50px;
}

#links #subscribe {
	display: inline;
	margin-right: 5px;
}

#links #twitter {
	display: inline;
	position: relative;
	top: -1px;
	margin-right: 5px;
}

#links #facebook {
	display: inline;
	position: relative;
	top: -1px;
	margin-right: 0px;
}

#links #get_directions {
	display: inline;
	position: relative;
	top: -1px;
	margin-right: 5px;
}

#links #donate {
	display: inline;
	position: relative;
	top: -1px;
}

#footer {
	clear: both;
	text-align: center;
	color: #777777;
	font-size: 12px;
}



