@charset "utf-8";
body {
	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: #714900;
	background-color: #007dc3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:link  {
	color: 007dc3;
	text-decoration: none;
}
a:visited {
	color: #007dc3;
	text-decoration: none;
}
a:hover {
	color: #dc3007;
	text-decoration: underline;
}


.oneColLiqCtrHdr #container {
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 800px;
}
#push {
	font-size: 1px;
	height: 0px;
	line-height: 0px;
	clear: both;
}

.oneColLiqCtrHdr #header {
	background-color: #007dc3;
	margin-top: 0px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	background-image: url(headlogo2.jpg);
	background-repeat: no-repeat;
}
.oneColLiqCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 16px;
	font-weight: bold;
	color: #FFCF77;
}
#footer h1 {
	font-size: 14px;
}

.oneColLiqCtrHdr #mainContent {
	padding-top: 0px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: 007cd3;
	color: #999999;
} 
.oneColLiqCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#bodyleftcol {
	width: 180px;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
#bodycentcol {
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 210px;
}




#bodyrightcol {
	width: 180px;
	padding: 8px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: right;
	background-color: #FFFFFF;
}
#contactj {
	height: 280px;
	width: 340px;
	padding-top: 150px;
	padding-left: 200px;
}

#nav {
	margin-right: 200px;
	padding: 5px;
	margin-left: 5px;
}
#headlogo {
	width: 361px;
	margin-left: 15px;
}
#fancynav {
	margin-top: 5px;
	width: 100%;
	height: 20px;
}
#fancynav ul {
	list-style-type: none;
	float: right;
}
#fancynav li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}
a:active {
	color: dc3007;
	text-decoration: none;
}
#wedlogo {
	background-image: url(wedlogo4.jpg);
	height: 441px;
	width: 560px;
}
#wedlogo2 {
	background-image: url(IMG_3861-750x441.jpg);
	height: 441px;
	width: 750px;
}
#wedintro2 {
	height: 441px;
	width: 750px;
}

#wedintro {
	height: 441px;
	width: 560px;
}
#BodyOneCol {
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#wedpdf {
	height: 600px;
	width: 750px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
