/* CSS Document */

html, body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/home/background_pattern.jpg);
	background-repeat: repeat;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
}
#wrapper {
	width: 1000px;
	font-size: 1.2em;
	line-height: 1.25;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 15;
	padding-bottom: 0;
	padding-left: 0px;
}

#header {
	position: relative;
	zoom: 1;
	height: 150px;
	background-image: url(../images/bannerbgd.png);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 10px;
	padding-top: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: solid;
	border-left-style: dashed;
	border-top-color: #958568;
	border-right-color: #958568;
	border-bottom-color: #958568;
	border-left-color: #958568;
}
	#header h1,
	#header h1 a {
	height: 50px;
	width: 550px;
	background-image: url(../images/logo.jpg);
	}
#socialMedia {
	position:relative;
	width:250px;
	height:75px;
	z-index:1;
	float: right;
}

#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: auto;
	position: relative;
	background-color: #958568;
	visibility: visible;
	height: 35px;
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
}
#content {
	position: relative;
	height: auto;
	left: 0px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-color: #FFF;
	border: 1px dashed #958568;
}
#content p {


}
#content a:link {
	color: #958568;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
#content a:visited {
	color: #958568;
	text-decoration: none;
}
#content a:hover {
	color: #333;
	text-decoration: underline;
}
#content a:active {
	color: #999999;
	text-decoration: none;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #333333;
	margin-left: 0px;
	font-weight: normal;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #958568;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #958568;
}



#footer {
	overflow: hidden;
	clear: both;
	zoom: 1;
	padding: 20px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: auto;
	background-image: url(../images/footer_plain.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 12px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CAB38A;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.form_labels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.form_cells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.clear {
	clear: both;
	margin-bottom: 15px;
}

