@charset "utf-8";
body {
	background: #f5e5af url(images/top-pattern.jpg) repeat-x;
	margin: 12; /* 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: #15334f;
	font-size: 100%;
	width: auto;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 110%;
	margin-top: 0;
}
#container {
	width: 900px;
	height: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 50px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/main-back.jpg);
	background-repeat:no-repeat;
}
#container-2 {
	width: 900px;
	height: auto;
	/*background: #FFFFFF;*/
	margin: 14px auto 0; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/sectionbgrnd-2.jpg);
	background-repeat:repeat-y;
	

}
#mainContent {
	padding: 0 200px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 110px;

}
#mainContent-2 {
	padding: 0 50px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 5px;
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	line-height:1.3em;	
}
/*#mainContent-2 {
	font-size: 130%;
}*/
#mainContent-2 h1, h2, h3, h4, h5, h6 {
	/*font-size: 100%;*/
	color: #000066;
	line-height: 1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-left: 8px;
}

#nav-header {
	width: 886px;
	height: 50px;
	margin: 70px auto 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-image:url(images/nav-head-back.jpg);
	background-repeat:no-repeat;
	background-color:#f5e5af;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
}
#nav-header ul {
	border: 0;
	margin: 0;
	padding-left: 420px;
	list-style-type: none;
	text-align: center;

}
#nav-header ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 12px 6px 0px;
	margin: 2px 0 0;
	font-size:14px;
}
#nav-header ul li a {
	background: #634425;
	width: 72px;
	height: 14px;
	padding: 2px 0 3px;
	margin: 0;
	color: #f4e3ac;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #faeec7;
	border: 1px solid #666;
}
#nav-header ul li a:hover
{
	color: #fff;
	background: #2d6294;
	border: 1px solid #333;
}
#footer {
	width: 888px;
	/*height: 100px;*/
	margin: 20px auto;
	text-align: center;
	font-size:14px;
	color:#333333;
	}
#footer p {
		line-height: 18px;
}
#footer a {
	padding-right: 10px;
	font-size: 18px;
}
.image-left {
	margin: 0 16px 5px 0;
	float:left;
}
.image-right {
	margin: 0 0 5px 16px;
	float:right;
}
.image-center {
	margin: auto;
	width:585px;
}
.gallery-set {
	margin:auto;
}
.caption {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
	margin-top: 0px;
}
.gallery-caption {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
	margin-top: 0px;
	background-color:#F5E5AF;
	padding:12px;
	border:1px solid #666666;
}
.smaller {
	font-size: 18px;
	line-height:normal;
} 
.clear {
	clear: both;
}
	
td {
	font-size:16px;
}
.order-container {
	width: 750px;
	margin-bottom: 12px;
	background-color:#f5e5af;
}	
	.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	line-height: normal;
}
.callout {
	background-color: #F5E5AF;
	padding: 24px;
	width: 80%;
	margin: auto auto 24px;
	border: 1px solid #666666;
}
