/** Font size set to 100.01% to correct several browser bugs **/
html {
	font-size:100.01%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#5E5340;
	background-color:#89785C;
	line-height:1.4; /* Unitless is important here */
}

h1, h2, h3, h4, h5, h6 {
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	font-weight:normal;
	clear:both;
	margin-bottom:10px;
	color:#5C523F;
}

h1 {
	font-size:2.1em;
}

h2 {
	font-size:1.6em;
}

	.left_content h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0865F;
	}

h3 {
	font-size:1.3em;
}

p {
	overflow:hidden;
	clear:both;
}

/** Paragraph Spacing **/

p,
ul, ol,
table.data {
	margin-bottom:1.4em;
}

a:link {
	color: #862727;
	text-decoration: underline;
}
a:visited {
	color: #862727;
	text-decoration: underline;
}
a:hover {
	color: #862727;
	text-decoration: underline;
}

.text_light {
	color: #F1E7D4;
}

.text_light a:link {
	color: #F1E7D4;
	text-decoration: underline;
}
.text_light a:visited {
	color: #F1E7D4;
	text-decoration: underline;
}
.text_light a:hover {
	color: #F1E7D4;
	text-decoration: underline;
}

.page_header {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight:bold;
	margin-bottom:15px
}

.left_section_header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	margin-bottom:10px
}

.header1 {
	font-size: 20px;
	font-weight:bold;
}

.header2 {
	font-size: 15px;
	font-weight:bold;
}

.header3 {
	font-size: 12px;
	font-weight:bold;
}

img {
	display: block;
}

.container {
	width:760px;
}

.frame {
	width:100%;
}

.content_block {
	padding:10px;
	text-align:left
}

.light_content_block {
	background-color: #f8f2e6;
	padding:10px;
	text-align:left;
	border:1px solid #E1D5BC;
}

.contentseparator {
	border-bottom: 1px solid #F1E7D4;
	margin-top: 6px;
	margin-bottom: 6px;
}

.main_topper {
	width:100%;
	height:60px;
	text-align:right;
	line-height:normal;
}

.main_footer {
	height:60px;
	color: #F1E7D4;
	text-align:right;
	padding-top:10px;
}

.left_border {
	background-color:#FCF8F2;
}

.main_border {
	background-color:#FCF8F2;
}

.left_column {
	width:260px;
}

.main_column {
	width:100%;
	height:700px;
}

.left_content {
	width:250px;
	background-color:#E1D5BC;
	border:1px solid #C1B294;
}

.left_section {
	margin-bottom:10px;
}

.main_content {
	width:100%;
	height:500px;
	background-color:#F1E7D4;
	border:1px solid #E1D5BC;
}

.logo {
	border-bottom:1px solid #89785C;
}

.left_image {
	border-bottom:1px solid #89785C;
}

.menu {
	background-image: url(/images/menu/background.jpg);
	background-repeat: repeat-x;
	text-align:center;
}

.img_btm_pad {
	border:1px solid #89785C;
	margin-bottom:10px;
}

.main_content_div {
	background-image: url(/images/main_content_div.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 40px;
}

td {
	vertical-align:top;
}


/* Error Syling */
.errorlist {
	list-style-type: square;
}

.errorbox {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1D5BC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1D5BC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1D5BC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1D5BC;
	background-color: #f8f2e6;
	padding: 10px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
}

.errorbox-separator {
	background-color: #BAC3EC;
}

.error_block {
	color:#CC0000;
	font-weight:bold;
}

/* Form Styling */
form {
	display: inline;
}

.form-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	color: #5E5340;
	padding: 4px 2px 2px 4px;
	background-color: #f8f2e6;
	border: 1px solid #89785C;
}

.form-button-dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	color: #5E5340;
	padding: 4px 2px 2px 4px;
	background-color: #F1E7D4;
	border: 1px solid #89785C;
}

.form-button-dark2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	color: #5E5340;
	padding: 4px 2px 2px 4px;
	background-color: #E1D5BC;
	border: 1px solid #89785C;
}

.form-textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color: #5E5340;
	border: 1px solid #89785C;
}

.form-textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color: #5E5340;
	border: 1px solid #89785C;
}

.form-dropdownlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color: #5E5340;
	border: 1px solid #89785C;
}

.form-microtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.form-requiredfield {
	color: #972D2D;
	font-weight: bold;
}

/* Small Inset Form Box like on Login Page */
.smallformbox {
	background-color: #F2F6FF;
	border: 1px solid #7F9DB9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A327C;
	padding: 4px 4px 4px 4px;
}

.smallform-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	font-weight: bold;
	color: #386084;
	border: 1px solid #7F9DB9;
	background-color: #EEEEEE;
}

.smallform-textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 16px;
	color: #000000;
	border: 1px solid #7F9DB9;
}

.smallform-textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #7F9DB9;
}

.smallform-dropdownlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 16px;
	color: #000000;
	border: 1px solid #7F9DB9;
}

.form td {
	vertical-align:middle
}

/* Special Offer Small Box */
.specialoffer-header {
	background-color: #972D2D;
	color: #F9F3E7;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}

.specialoffer-body {
	background-color: #F9F3E7;
	padding: 6px 6px 6px 6px;
	border-left: 1px solid #BCB098;
	border-right: 1px solid #BCB098;
	border-bottom: 1px solid #BCB098;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


/* Calendar Styling */
table.inlinecalendar { border: 0; }
table.inlinecalendar td, th { text-align: center; border: 0; }
table.inlinecalendar th { height: 10px; font-size: 7pt; }
table.inlinecalendar td { padding: 2px 2px 2px 2px; width: 21px; height: 12px; font-size: 8pt; }
table.inlinecalendar .inlinecalendar-month { color: #5E5340; font-weight: bold; margin-top: 3px; font-size: 12pt; text-align: center; }
table.inlinecalendar .inlinecalendar-month a { text-decoration: none; }
table.inlinecalendar .inlinecalendar-prev, table.inlinecalendar .inlinecalendar-next { font-weight: normal; }
table.inlinecalendar th { color: #5E5340; text-align: center; }
table.inlinecalendar td.linked-day { font-size: 8pt; }
table.inlinecalendar a {
	color:#5E5340;
	text-decoration:none;
}
table.inlinecalendar a:visited {
	color:#5E5340;
	text-decoration:none;
}
table.inlinecalendar a:hover {
	color:#000000;
	text-decoration:underline;
}

table.inlineprevnext { width: 100%; margin-top: .3em; }
table.inlineprevnext td { font-size: smaller; }
table.inlineprevnext td a { text-decoration: none; }
