/* Global
----------------------------*/
body, form { margin: 0px; }
img { border-color: #333333; }

a, a:hover { font-weight: normal; text-decoration: underline; }
a { color:#8D8B64; }
a:hover { color: #000000; }

body, table, input, select, textarea, font { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}

h1, h2 { font-size: 17px; }
h3, h4 { font-size: 12px; }

/* Classes
----------------------------*/

.b_left, .b_right {
	background-repeat:repeat-y;
	width: 25px;
}
.b_left {
	background-image:url(../images/b_left.gif);
}
.b_right {
	background-image:url(../images/b_right.gif);
}

.ltext, .ltext table, .ltext table font { 
	color:#F3F0E7; 
	font-weight: bold; 
	font-size: 11px;
}
.locations_pad { padding: 2px; }
.locations {
	background-image:url(../images/locations_bg.gif);
	background-repeat:repeat-y;
	height: 36px;
	text-align:center;
}
.nav {
	background-image:url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	width: 709px;
	height: 33px;
}

.footer_pad { padding-left: 8px; padding-right: 2px; padding-top: 4px; }
.footer_bg {
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-y;
	height: 23px;
	text-align:center;
	vertical-align:top;
}

.homepage {
	background-image:url(../images/homepage_bg.jpg);
}
.internal {
	background-image:url(../images/internal_bg.jpg);
}

.content_pad { 
	padding-top: 12px;
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 12px;
}
.content {
	width: 709px;
	vertical-align:top;
	text-align:left;
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

.news { height: 100px; vertical-align:top; text-align:left; font-size: 10px; }
.news_pad { padding: 8px; }
.newsbox {
	border: 1px solid #D5D1BE;
	background-color: #FFFFFF;
	float:right;
}

.bull {
	width: 9px;
	height: 10px;
	margin-right: 4px;
	padding-left: 6px;
	margin-bottom: -1px;
}



/* Common/Template
----------------------------*/
.body { 
	background-color:#EECBB3;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.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; }

.subnav a, .subnav a:hover { font-size: 10px; text-decoration: none; font-weight: bold; }
.subnav a { color: #B8897C; }
.subnav a:hover { color: #8D8B64; }

.footer { font-size: 10px; color:#ffffff; }
.footer a, .footer a:hover {
	text-decoration: none;
	font-weight: bold;
}
.footer a { color:#F3F0E7; }
.footer a:hover { color:#ffffff; }

.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; }

.search_table { width: 120px; }
.search { font-size: 9px; padding-left: 4px; width: 85px; }

/* Tell a Friend
----------------------------*/
.body_taf { background-color: #ADAB8F; 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
----------------------------*/
.button {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#ADAB8F;
}

