/* Global
----------------------------*/
body, form { margin: 0px; }
img { border-color: #333333; border: 0px; }
strong { color:#005399; font-weight: bold; }

a, a:hover { font-weight: normal; text-decoration: underline; }
a { color:#005399; }
a:hover { color: #4BA42B; }

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
----------------------------*/

/* Common/Template
----------------------------*/
body { background:#224B72 url(../images/background.gif); }
.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; }

.nav_bg { background: url(../images/nav/nav_top_bg.gif) repeat-x; width: 201px; height: 29px; }
.header_top { background-color: #224B72; width:780px; height:24px; }

.border_l { background: url(../images/border_l.gif); width: 4px; vertical-align: top; }
.border_r { background: url(../images/border_r.gif); width: 3px; vertical-align: top; }
.content { vertical-align: top; background: url(../images/content_bg.gif) repeat-x #E9F3F9; width: 405px; height: 300px; }

.content_pad { padding: 19px 21px 25px 8px; }

.subnav a, .subnav a:hover { font-size: 10px; text-decoration: none; font-weight: bold; }
.subnav a { color: #152358; }
.subnav a:hover { color: #A30000; }

.footer { font-size: 10px; color:#ffffff; vertical-align: top; background: url(../images/footer_bg.gif); width: 780px; height: 27px; }
.footer a { text-decoration: underline; color:#ffffff; }
.footer a:hover { text-decoration: underline; color:#ffffff; }

.footer_pad { text-align: left; padding: 6px 0px 0px 19px; }
.footer_pad_2 { text-align: right; padding: 6px 23px 0px 0px; }
.footer_align { vertical-align: top; }

.crumb { font-size: 11px; color: #3A8521; background: #ffffff; vertical-align: top; }
.crumb strong { color:#3A8521; }
.crumb a { color: #3A8521; font-weight: bold; text-decoration: underline; }
.crumb a:hover { color: #000000; font-weight: bold; text-decoration: underline; }
.crumb_pad { padding: 16px 27px 0px 27px; }
.crumb_img { background: url(../images/crumb.gif) no-repeat; background-position: left; padding-left: 16px; padding-right: 14px; }

.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: 107px; vertical-align: top; }
.search_bg { text-align: right; vertical-align: top; background: url(../images/header_bg.gif) repeat-x; width:520px; height:64px; }
.search_pad { padding-top: 3px; }

.banners_bg { background: url(../images/banners_bg.gif) repeat-x #ffffff; width: 722px; height: 41px; vertical-align: bottom; padding-left: 16px; }

.i_content { background: url(../images/i_content_bg.gif) no-repeat #ffffff; background-position: bottom; width:742px; height:206px; vertical-align: top; }
.i_content_pad { padding: 16px 0px 145px 27px; }

.i_border_l { background: url(../images/i_border_l.gif); width: 15px; vertical-align: bottom; }
.i_border_r { background: url(../images/i_border_r.gif); width: 16px; vertical-align: bottom; }

/* Tell a Friend
----------------------------*/
.body_taf { background-color: #224B72; margin: 0px; width: 450px; border-style: none; }
.body_taf_table { background-color:#FFFFFF; background: url(../images/taf.jpg) no-repeat; width: 450px; height: 450px; }

.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:#3A8521;
	background-color:#ffffff;
}


/* Mail Form(s)
----------------------------*/
.csc-mailform-field label {
	position: absolute;
	text-align: right;
	width: 110px;
}

.csc-mailform-field input, textarea, select {
	margin-left: 120px;
}

	
.csc-mailform {
	border: 0px;
}


/* Misc
----------------------------*/
/*
.positioned_frame {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.positioned_image {
	position: absolute;
	z-index: 2;
	left: 417px;
	top: 0px;
}

.positioned_table {
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

.alpha1 {
	filter: Alpha(Opacity=10);
	-moz-opacity:0.1;
	opacity: 0.1;		

}
*/