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

body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/background.png);
}

#wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
	}

#contentbkg {
	background:url(../images/wrapperbackground.png) repeat-y;
	opacity: 0.85;
	position:absolute;
	top:20px;
	left:1px;
	width:960px;
	color:#fff;
	z-index:2;
	/* [disabled]min-height:700px; */
}
#clock {
	position:absolute;
	top:1px;
	left:-90px;
	width:130px;
	color:#fff;
	z-index:3;
}
#pen {
	position: absolute;
	left: 850px;
	top: 220px;
	width: 256px;
	z-index: 1;
	background: url(../images/pen.png) no-repeat;
	height: 611px;
}

#logo {
	padding-top: 40px;
	padding-left: 70px;
}

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

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

a:active {
	text-decoration: none;
} 

#mainnav {
	float: right;
	width: 860px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	font-size: 14px;
	margin: 10px 100px 10px 0px;
	padding: 0px 0px 20px;
	text-align: right;
}

#mainnav ul {
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
}

#mainnav li {
	display: inline;
	padding-right: 10px;
}

#mainnav a {
	text-decoration: none;
	color: #000;
}

#mainnav a:hover {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #A45159;
}

#banner {
	width: 960px;
	margin: 0px;
	text-align: center;
	padding: 0px;
}

#content {
	margin: 0px;
}

#welcome {
	width: 400px;
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	float: left;
	margin-left: 100px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #8E3E47;
	width: 200px;
	color: #000;
}

#others {
	text-decoration: none;
	width: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

#others ul {
	text-decoration: none;
	list-style-type: none;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#others li {
	text-decoration: none;
	list-style-image: url(../images/bullet.png);
	padding-bottom: 15px;
	padding-top: 5px;
}

#others a {
	color: #FFF;
	text-decoration: none;
	padding: 0px;
	text-align: center;
}

.button {
	background-color: #A45159;
	color: #FFF;
	text-decoration: none;
	width: 125px;
	height: 8px;
	-moz-border-radius: 10px;/*firefox*/
	-webkit-border-radius: 10px;/*safari and google chome*/
	border-radius: 10px;/*IE*/
	-khtml-border-radius: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	text-align: center;
}

#button2 a {
	color: #FFF;
	text-decoration: none;
}

.button2 {
	background-color: #A45159;
	color: #FFF;
	text-decoration: none;
	width: 90px;
	height: 10px;
	-moz-border-radius: 10px;/*firefox*/
	-webkit-border-radius: 10px;/*safari and google chome*/
	border-radius: 10px;/*IE*/
	-khtml-border-radius: 10px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#footer {
	color: #000;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 60px;
	clear: both;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}


#banner2 {
	width: 960px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#about {
	width: 400px;
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	float: left;
	margin-left: 100px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#hours {
	text-decoration: none;
	width: 260px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	background-color: #FFF;
	opacity: 0.85;
	color: #000;
	-moz-border-radius: 10px;/*firefox*/
	-webkit-border-radius: 10px;/*safari and google chome*/
	border-radius: 10px;/*IE*/
}

#decor {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 693px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#map {
	margin-top: 20px;	
	
}

h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	text-decoration: none;
	color: #8E3E47;
	font-size: 22px;
	text-align: center;
}

.infotitle {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #8E3E47;
	width: 125px;
	margin-left: 20px;
} 

.infodeatil {
	font-size: 11px;
	color: #000;
	margin-left: 25px;
}

p {
	color: #000;
} 

#sponsor {
	width: 400px;
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	float: left;
	margin-left: 100px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#Donate{
	text-decoration: none;
	width: 260px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

.button3 {
	background-color: #A45159;
	color: #FFF;
	text-decoration: none;
	width: 90px;
	height: 10px;
	-moz-border-radius: 10px;/*firefox*/
	-webkit-border-radius: 10px;/*safari and google chome*/
	border-radius: 10px;/*IE*/
	-khtml-border-radius: 10px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}


.button4 {
	background-color: #A45159;
	color: #FFF;
	text-decoration: none;
	width: 90px;
	height: 10px;
	-moz-border-radius: 10px;/*firefox*/
	-webkit-border-radius: 10px;/*safari and google chome*/
	border-radius: 10px;/*IE*/
	-khtml-border-radius: 10px;
	float: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#visits {
	text-decoration: none;
	width: 260px;
	margin-top: 40px;
	margin-right: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	background-color: #FFF;
	opacity: 0.85;
	color: #000;
	-moz-border-radius: 10px;/*firefox*/
	-webkit-border-radius: 10px;/*safari and google chome*/
	border-radius: 10px;/*IE*/
	padding-bottom: 10px;
}
 
#Members {
	text-decoration: none;
	width: 260px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFF;
	opacity: 0.85;
	color: #000;
	-moz-border-radius: 10px;/*firefox*/
	-webkit-border-radius: 10px;/*safari and google chome*/
	border-radius: 10px;/*IE*/
	float: left;
}

#event {
	width: 340px;
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	float: left;
	margin-left: 100px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#volounteer {
	width: 400px;
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	float: left;
	margin-left: 100px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
