@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: #E1B898;
	background-color: #240A0D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
h2 {
	font-size: 1em;
	margin: 0px;
	color: #9F5E40;
	font-weight: normal;
	font-style: italic;
}

h3 {
	font-size: 1.1em;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 30px;
	background-image: url(../img/swl.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
h4 {
	font-size: 1.2em;
	color: #E1B898;
}
h4 a {
	color: #BA0C09;
	font-family: Arial, Helvetica, sans-serif;
}
h4 a:hover {
	color: #FFF;
}
h4 a:active {
	color: #E1B898;
}


.exhibitors  h5 {
	margin-bottom: 0px;
	font-size: 1em;
	color: #BA0C09;
	margin-top: 0px;
}
.exhibitors {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9F5E31;
	margin-top: 10px;
	padding-top: 8px;
	padding-left: 8px;
	height: 150px;
}
.exhibitors .ex1 {
	width: 200px;
	float: left;
	margin-right: 12px;
}
.exhibitors .ex2 {
	float: left;
	margin-right: 12px;
	width: 450px;
}

#sidebar1 form input {
	background-color: #240A0D;
	color: #9D5D41;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#sidebar1 .tight {
	margin-bottom: 0px;
	font-weight: bold;
	color: #E4C8A0;
}
#mainContent p #con {
	float: left;
}


#mainContent #contact {
	padding: 20px;
	width: 300px;
	border: 1px dotted #A55F3D;
	float: left;
	height: 620px;
	margin-bottom: 20px;
}
#mainContent #map {
	float: left;
	width: 700px;
	margin-bottom: 20px;
	padding: 0px;
}
#mainContent #googmap {
	width: 310px;
	float: left;
	padding-left: 20px;
}

#container #mainContent #contact input {
	background-color: #240A0D;
	border: 1px dotted #D0A885;
	color: #E19E59;
}
#mainContent #contact p #comments {
	background-color: #240A0D;
	border: 1px dotted #C69D7D;
	color: #E19E59;
}
#container #mainContent #contact iframe {
	margin-top: 5px;
	margin-bottom: 5px;
}


#sidebar1 form {
	font-size: 0.75em;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}


#container {
	width: 1020px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../img/mid.jpg);
	background-repeat: repeat-y;
} 
#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 401px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header #navigation {
	padding-top: 17.75em;
}

#title {
	background-image: url(../img/nav.jpg);
	background-repeat: no-repeat;
	height: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 30px;
}
#title h1 {
	font-size: 1.5em;
	padding-left: 50px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	color: #9F5E40;
	font-style: italic;
	letter-spacing: -1px;
	margin: 0px;
	background-image: url(../img/swl.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	line-height: 40px;
}


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #733C24;
	padding-left: 10px;
}
#sidebar1 #dwrap {
	padding-left: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar1 #news {
	padding-left: 12px;
}
#dwrap p  {
	padding: 0px;
	margin: 0px;
}


#sidebar1 #hi {
	margin-top: -12px;
}

#sidebar1 p a {
	color: #E1B898;
	background-image: url(../img/underline1.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-decoration: none;
	padding-bottom: 3px;
}
#sidebar1 p a:hover {
	color: #A5141C;
	background-image: url(../img/underline.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 3px;
}


#sidebar1 p {
	font-size: 0.7em;
	color: #C1917A;
	margin-top: 3px;
	font-weight: normal;
}

.price {
	font-size: 1.2em;
	color: #AD0D00;
}
.phone {
	font-size: 1.5em;
	color: #BA0C09;
}



#mainContent {
	margin-top: 0;
	margin-right: 280px;
	margin-bottom: 40px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent p {
	font-size: 0.75em;
	line-height: 1.3em;
	margin-top: 3px;
}
#mainContent p a {
	color: #E1B898;
	background-image: url(../img/underline1.gif);
	background-position: center bottom;
	text-decoration: none;
	background-repeat: repeat-x;
	padding-bottom: 2px;
}
#mainContent p a:hover {
	background-image: url(../img/underline.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 2px;
	color: #A5141C;
}
#mainContent ul li {
	font-size: 0.75em;
	font-style: italic;
}
#mainContent  #gap {
	padding-left: 20px;
}





#footer {
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-y;
	height: 80px;
	padding-top: 25px;
	padding-bottom: 0;
	color: #CA9971;
	text-align: center;
	margin: 0px;
} 
#sponsors {
	background-color: #240A0D;
	margin-top: 2em;
	clear: both;
}

#footer a {
	color: #511419;
	font-size: 0.75em;
	padding-right: 4px;
	padding-left: 4px;
}
#footer a:hover {
	color: #E1B898;
}


#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 */
	font-size: 0.70em;
}
#copy p {
	text-align: center;
	font-size: 0.75em;
	padding-top: 3px;
	padding-bottom: 10px;
	color: #6A311E;
}
#copy p a {
	color: #6A311E;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.wedding {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C49F84;
	margin-bottom: 20px;
}
.wedding .rightimg {
	float: right;
	padding: 5px;
	border: 2px solid #BD8E7A;
	margin-left: 5px;
}
.wedding .leftimg {
	border: 2px solid #BD8E7A;
	padding: 5px;
	margin-right: 5px;
}


.wedding p strong {
	font-style: italic;
	color: #BA0D0A;
	font-family: Georgia, "Times New Roman", Times, serif;
}
