@charset "UTF-8";

* { behavior: url(iepngfix.htc) }

a[href $='.pdf'] { 
   padding-right: 20px;
   background: transparent url(/images/pdf.gif) no-repeat center right;
}

.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;
}

.center {
	margin: 0 auto;
	text-align: center;
}

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: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #AE7632;
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a:link { color: #CF9810; }

a:visited { color: #CF9810; }

a:hover { color: #AA4E2B; }

a:active { color: #CF9810; }

h1, h2, h3, h4, h5, h6 { font-family: Times, "Times New Roman", serif; }

h1 {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #AA4E2B;
	letter-spacing: .2em;
}

h2 {
	color: #7A953B;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

h3 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin: 0;
}

.header_color2 { color: #513625; }

.reserveMain #shadow_wrapper {
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/bg_shadow.png);
	background-repeat: repeat-y;
	background-position: top;
}

.reserveMain #container {
	width: 800px;
	background: #FFFFFF;
	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;
}

.reserveMain #header {
	padding: 0;
	height: 101px;
	background-color: #F0ECE3;
}

.reserveMain #navigation {
	padding: 0;
	height: 30px;
	background-color: #513625;
}

.reserveMain #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 20px;
}

.reserveMain #sidebar p {
	font-size: 12px;
	line-height: 1.4em;
}

.reserveMain #sidebar td {
	width: 200px;
	padding: .3em 0;
	margin: 0 0;
	text-align: center;
}

.reserveMain #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
}

.reserveMain #mainContent p {
	line-height: 1.7em;
}

.reserveMain #mainContent h2 {
	margin-top: 1.5em;
	margin-bottom: -.5em;
}

.reserveMain #footer {
	padding: 0 20px 0 20px;
	background-color: #513625;
}

.reserveMain #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 */
	color: #FFFFFF;
	font-size: 11px;
}
