/* Global
----------------------------*/
form { margin: 0px; }
img { border-style: none; }

table { font-size: 11px; }
table a { color:#B20101; font-weight: normal; text-decoration: underline; }
table a:hover { color: #3E3120; font-weight: normal; text-decoration: underline; }

table, input, select, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Classes
----------------------------*/

.white_border { background-color:#FFFFFF; }

.left {
	vertical-align:top;
	text-align:left;
	width: 220px;
	background-color: #F2EDE0;
}

.internal_left {
	vertical-align:top;
	text-align:left;
	width: 220px;
	background-color: #DED1AE;
	background-image:url(../images/subnav_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.right {
	vertical-align:top;
	text-align:left;
	width: 515px;
	background-color: #D2C192;
	background-image:url(../images/homepage_content_bg.jpg);
	background-repeat:repeat-y;
}

.internal_right {
	vertical-align:top;
	text-align:left;
	width: 515px;
	background-color: #D3C293;

}

.border_left {
	background-image:url(../images/border_left.gif);
	background-repeat:repeat-y;
}

.border_right {
	background-image:url(../images/border_right.gif);
	background-repeat:repeat-y;
}

.nav_bg_pad { padding-top: 12px; }
.nav_bg {
	background-image:url(../images/nav_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #5C0E0D;
	height: 314px;
	text-align:center;
}

.footer_bg {
	vertical-align:top;
	text-align:center;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	height: 93px;
}

.c_right {
	background-image:url(../images/c_right_bg.gif);
	background-repeat:repeat-y;
}

.homepage_content_pad { padding: 12px; }
.homepage_content {
	width: 487px;
	height: 170px;
	vertical-align:top;
	text-align:left;
	background-color:#E8DFC7;
	color: #3E3120;
	font-size: 10px;
}

.internal_content_pad { padding: 12px; }
.internal_content {
	width: 503px;
	height: 380px;
	vertical-align:top;
	text-align:left;
	background-color:#E8DFC7;
	color: #3E3120;
}

.i_right {
	background-image:url(../images/i_right_bg.gif);
	background-repeat:repeat-y;
}

.subnav_column {
	vertical-align:top;
	text-align:left;
	background-color: #DED1AE;
	height: 165px;

}


/* Common/Template
----------------------------*/
.body { 
	margin:0px; 
	background-color:#FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	background-image:url(../images/background.gif);	
}
.alignment { text-align:center; }
.print_friendly { text-align:left; padding: 16px; background-color:#FFFFFF; }
.page_title { font-weight: bold; color: #56100E; font-size: 12px; }
.bullet { margin-bottom: 0px; width: 1px; height: 1px; }
.search_icon { margin-bottom: 0px; }

.crumb { font-size: 9px; color: #E48405; }
.crumb strong { color:#000000; }
.crumb a { color: #A30000; font-weight: bold; text-decoration: underline; }
.crumb a:hover { color: #000000; font-weight: bold; text-decoration: underline; }

.tbd { color:#E3E3E3; font-size: 9px; }
.tbd a { font-weight: bold; text-decoration: none; color:#E3E3E3; }
.tbd a:hover { font-weight: bold; text-decoration: none; color:#E3E3E3; }

/* Subnav
----------------------------*/
.subnav { font-size: 11px; }
.subnav a { color: #770B0B; text-decoration:none; }
.subnav a:hover { color: #000000; text-decoration:none; }

.subnav_bg {
	background-image:url(../images/subnav_bullet.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.subnav_pad { padding-top: 7px; padding-bottom: 6px; padding-left: 32px; padding-right: 8px; }

/* Footer
----------------------------*/
.footer { font-size: 10px; color:#3E3120; }
.footer a { text-decoration: underline; color:#7F0A0A; font-size: 9px; }
.footer a:hover { text-decoration: underline; color:#3E3120; font-size: 9px; }
.footer_pad { padding-top: 10px; padding-bottom: 6px; padding-left: 4px; padding-right: 4px; }

.search_bg { }
.search_table { width: 120px; }
.search { font-size: 9px; padding-left: 4px; width: 85px; }

/* Tell a Friend
----------------------------*/
.body_taf { background-color: #680808; margin: 0px; width: 450px; border-style: none; }
.body_taf_table { background-color:#FFFFFF; }

.textbox {
	width:150px;
	height: 14px;
	border-style: solid;
	border-width: 1px;
	border-color:#333333;
	font-size: 10px;
	padding-left: 4px;
}
.textarea {
	width:300px;
	height: 75px;
	border-style: solid;
	border-width: 1px;
	border-color:#333333;
	font-size: 10px;
	padding-left: 4px;
}

/* Buttons
----------------------------*/
.search_btn {
	background-color: #F2EDE0;
	font-size: 9px;
	font-weight: bold;
}
.button {
	font-size:11px;
	font-weight:bold;
	color:#000000;
	background-color:#D3C293;
}

