/* Global
----------------------------*/
form { margin: 0px; }
img { border-style: none; }

table { font-size: 11px; }
table a { color:#6E0502; font-weight: normal; text-decoration: underline; }
table a:hover { color: #000000; font-weight: normal; text-decoration: underline; }

table, input, select, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Classes
----------------------------*/

.b_left {
	background-image:url(../images/b_left.gif);
	background-repeat: repeat-y;
	vertical-align:bottom;
}
.b_right {
	background-image:url(../images/b_right.gif);
	background-repeat: repeat-y;
	vertical-align:bottom;
}

.nav_pad { padding-right: 8px; padding-top: 8px; }

.shell {
	width: 729px;
	vertical-align: top;
	text-align:left;
	background-color: #EFDDBB;
}

.nav_bg {
	background-image:url(../images/nav_bg.jpg);
	background-repeat:no-repeat;
	width: 729px;
	height: 34px;
}
.h_bg1_pad { padding-right: 14px; padding-top: 8px; }
.h_bg1 {
	width: 729px;
	height: 76px;
	background-image:url(../images/homepage_bg01.jpg);
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:top;
	text-align:right;
}
.h_bg2_pad { padding-left: 224px; padding-top: 12px; padding-bottom: 12px; }
.h_bg2 {
	width: 729px;
	height: 337px;
	background-image:url(../images/homepage_bg02.jpg);
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:top;
	text-align:left;
}
.h_trans_title { 
	background-color: #F2E6CF;
	height: 34px;
	width: 378px;
	text-align:center;
	vertical-align:middle;
}
.h_trans {
	filter: Alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
.h_content_pad { padding-left: 36px; padding-right: 36px; }
.h_content {
	background-color: #F2E6CF; 
	width: 447px; 
	/*height: 169px;*/
	vertical-align:top;
	text-align:left;
	font-size: 9px;
}

.i_content_pad { padding: 16px; }
.i_content {
	width: 682px;
	height: 595px;
	vertical-align:top;
	text-align:left;
	background-color: #F2E7D0;
	color:#6E0502
}

.i_right {
	background-image:url(../images/i_right_bg.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}

.i_left {
	background-image:url(../images/i_left_bg.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}

.banner_cell_pad { padding-right: 21px; padding-bottom: 2px; }
.banner_cell {
	background-repeat:no-repeat;
	background-position:top;
	text-align:right;
	vertical-align:bottom;
}
.banner_table {
	height:158px;
}

/* Common/Template
----------------------------*/
.body { 
	margin:0px; 
	background-color:#FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	background-image:url(../images/background.gif);
	background-color: #6E0502;
}
.alignment { text-align:center; }
.print_friendly { text-align:left; padding: 16px; background-color:#FFFFFF; }
.page_title { font-weight: bold; color: #152358; font-size: 12px; }
.bullet { margin-bottom: 0px; width: 1px; height: 1px; }
.search_icon { margin-bottom: 0px; }

.crumb { font-size: 9px; color: #152358; }
.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: 10px; }
.subnav a { color: #000000; font-weight: bold; text-decoration: none; }
.subnav a:hover { color: #6E0502; font-weight: bold; text-decoration: none; }


/* Footer
----------------------------*/
.footer { font-size: 10px; color:#ffffff; }
.footer a { text-decoration: underline; color:#ffffff; }
.footer a:hover { text-decoration: underline; color:#CFBA93; }

.search_bg { }
.search_table { width: 120px; }
.search { font-size: 9px; padding-left: 4px; width: 85px; }

/* Tell a Friend
----------------------------*/
.body_taf { 
	background-color: #FFFFFF; 
	margin: 0px; 
	width: 450px; 
	border-style: none;
	background-image:url(../images/tafbg.jpg);
	background-repeat:repeat-y; 
}

.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
----------------------------*/
.button {
	font-size:11px;
	font-weight:bold;
	color:#6E0502;
	background-color:#F2E7D0;
}

/* Misc
----------------------------*/


.alpha1 {
	/* corss-browser css support for alpha filters */
	filter: Alpha(Opacity=10);
	-moz-opacity:0.1;
	opacity: 0.1;		

}