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

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

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

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

.header_pad { padding-bottom: 8px; }
.header {
	width: 531px;
	height: 81px;
	background-image:url(../images/h_header_bg.gif);
	background-repeat:repeat-x;
	vertical-align:bottom;
}
.i_header_pad { padding-top: 9px; padding-right: 11px; }
.i_header {
	width: 778px;
	height: 175px;
	background-image:url(../images/i_header_bg.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:right;
}

.nav {
	width: 512px;
	height: 42px;
}

.images { margin: 5px; border: 1px solid #E9F0E0; padding: 2px;}

.i_border { background-color:#D6D6D6; }
.i_left {
	background-image:url(../images/b_left.gif);
	background-repeat:repeat-y;
	vertical-align:bottom;
}
.i { background-color:#FFFFFF; }
.i_content {
	width: 748px;
	height: 315px;
	vertical-align:top;
	text-align:left;
	color: #657651;
}

.i_content_pad { padding-left: 14px; padding-right: 14px; padding-bottom: 8px; }

.h_adj { margin-left: 2px; }
.h {
	background-image:url(../images/h_con_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#E9F0E0;
	height: 259px;
	width: 764px;
	border: 1px solid #D6D6D6;
}

.r_right {
	vertical-align:bottom;
	background-color:#FFFFFF;
}
.r_left {
	background-image:url(../images/r_left_bg.gif);
	background-repeat:repeat-y;
	vertical-align:bottom;
}
.r_news_pad { 
	padding-left: 8px; 
	padding-right: 8px;
	padding-bottom: 24px;
	min-height: 190px; /* for FF */
	position: relative;
}
.r_news_text, .r_news_text font { font-size: 9px; color:#657651; }
.r_news {
	width: 239px;
	height: 216px;
	background-image:url(../images/r_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color: #FDFAE8;
	vertical-align:top;
	text-align:left;
	
}

.viewall {
	width: 193px;
	height: 22px;
	display:block;
	bottom: 0;
	left: 12px;
	position: absolute;
}

.whatsnew {
	display: block;
	margin-bottom: 4px;
}

.l_right {
	vertical-align:bottom;
	background-color:#ffffff;
}
.l_left {
	background-image:url(../images/l_left_bg.gif);
	background-repeat:repeat-y;
	vertical-align:bottom;
}
.l_welcome_pad { padding-left: 12px; padding-right: 8px; }
.l_welcome_text, .l_welcome_text font { font-size: 10px; color: #657651; }
.l_welcome {
	width: 454px;
	background-image:url(../images/l_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color: #F7FCF1;
	vertical-align:top;
	text-align:left;
}

.subnav_bullet {
	margin-left: 6px;
	margin-right: 2px;
	margin-bottom: 0px;
}

/* 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-repeat:repeat-x;
	background-position:top;
}
.alignment { text-align:center; }
.print_friendly { text-align:left; padding: 16px; background-color:#FFFFFF; }
.page_title { font-weight: bold; color: #CE6F30; 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: #96B175; text-decoration: none; font-weight: bold; }
.subnav a:hover { color: #000000; text-decoration: none; font-weight: bold; }


/* Footer
----------------------------*/
.footer { font-size: 10px; color:#657651; }
.footer a { text-decoration: none; color:#CE6F30; }
.footer a:hover { text-decoration: none; color:#000000; }

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

/* Tell a Friend
----------------------------*/
.body_taf { background-color: #B4CD95; 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-size:11px;
	font-weight:bold;
	color:#ffffff;
	background-color:#B4CD95;
}

