@charset "utf-8";

body {
	font: 100%  Arial, Helvetica, Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #D0DC9E;
}	
#container {
	width: 960px;
	margin: 25px auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #FFF;
	padding: 0;
	border:0;
	text-align: left;

	}
	
#header {
	width:	960px;
	background:url(../images/graphics/header-960.png);
	background-repeat:no-repeat;
	height:	160px;
	padding: 0;
	margin: 0;
	float: left;
}



#header topline {
	
	width:	960px;
	background-color:#909;
	background-repeat:no-repeat;
	height:	10px;
	padding: 0;
	margin: 0;
	float: left;
}








#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navbar {
	width:940px;
	height: 23px;
	text-align:center;
	float: left;
	padding: 4px 0 0 20px;
	background: #EF5091;
	color:#FFF;
}



#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;

}


#navbar ul li {
	float: left;
	margin: 0 20px 0 20px;
	
}

#navbar ul a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

#navbar ul a:hover {
	color:#000;
}



#addThisBar {
	width:620px;
	height: 50px;
	text-align:right;
	float: left;
	background-color:#FFF;
	margin: 10px 0 10px 0;
}


#addThis {
	margin: 5px 0 0 0;
	padding: 0;
	border: none;
	float: right;
	height: 20px;
	width:150px;
	text-align: right;
}



#sideImageBar {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 300px;
	height: 650px;
	background-repeat:no-repeat;
	background-color:#FFF;
}



#slideArea {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 960px;
	height: auto;
	background-color:#FFF;
	font-size: 12px;
	color:#000;
	text-align:left;
}


#slideBox {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	width: 960px;
	height: 400px;
	background-color:#FFF;
}



#contentOne {
	width: 960px;
	height:auto;
	padding: 0px;
	float: left;
	background-color:#FFF;
}


#contentTwo {
	width: 280px;
	height:auto;
	padding: 0 20px 10px 20px;
	float: right;
	background-color: #FFF;
}



#buttonStyleOne {
	float: left;
	margin: 15px 10px 5px 22px;
	padding: 0;
	border: none;
	width: 180px;
	height: 120px;
	background-color:#FFF;
}



#buttonStyleTwo {
	float: left;
	margin: 15px 22px 5px 20px;
	padding: 0;
	border: none;
	width: 280px;
	height: 120px;
	background-color:#FFF;
}







#textStyleOne {
	float: left;
	width: 600px;
	height: auto;
	padding: 0 20px 4px 20px;
	margin: 0;
	color:#000000;
	text-align:left;
}

#textStyleOne p {
	color:#333;
	font-size:14px;
	line-height: 22px;

}



#textStyleTwo {
	float: left;
	height: auto;
	margin: 0;
	color:#000000;
	text-align:left;
}

#textStyleTwo p {
	color:#333;
	font-size:16px;
	line-height: 40px;

}







.galleryImg{
	margin: 2px;
	padding:0;
	border:none;
	float: left;
	width: 146px;
	height: 146px;
	text-align: center
}


a galleryImg {
	border: none;
}

.galleryImgTwo{
	margin: 0px;
	padding:0;
	border:none;
	float: left;
	width: 480px;
	height: 275px;
	text-align: center
}








#socialButtons img {
	margin: 4px;
	padding:0;
	border:none;
	float: right;
	width: auto;
	height: auto;
	text-align: center
}



#footer {
	padding: 10px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 0 25px 0;
	color:#FFF;
	width: 960px;
	height: 110px;
	float: left;
	text-align:center;
	background-image:url(../images/graphics/footer-960.png);
	background-repeat:no-repeat;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFF;
	font-size:14px;
}






p {

	line-height:18px;
	font-size:14px;
	color: #333;
	padding:0;
	margin:0;	
}


h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
	padding: 20px 0 10px 0;
}




img {
	border: none;
}

