@charset "UTF-8";
/* CSS Document */

/* THE MASTER RESET */

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* end master reset */

/*global style definitions */

body {
	font: 12px/12px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

* hr {
	border: 0;
	color: #BFCDD9;
	height: 1px;
	width: 100%;
	background-color: #BFCDD9;
	margin: 5px 0px;
	padding: 0px;
}
* .hr_bold {
	border: 0;
	color: #BFCDD9;
	height: 7px;
	width: 100%;
	background-color: #BFCDD9;
	margin: 5px 0px;
	padding: 0px;
}

.clear {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}
#subnav1,#subnav2,#subnav3 {
	display: none; z-index: 10
}a {
	color: #495968;
}

/* Footer definition */

#footer {
	background: url(/images/global/footer_bkgnd.jpg) no-repeat center top;
	height: 135px;
	min-height: 135px;
}
#footer  #address {
	margin: 0px;
	padding: 10px 0px 10px 15px;
	width: 25%;
	font-size: 0.85em;
	vertical-align: top;
}
#footer #footerlogo {
	vertical-align: top;
	padding: 10px;
	border-left: 1px solid #999999;
}
#footer #copyright {
	font-size: .85em;
	padding: 10px 15px 10px 10px;
	vertical-align: top;
	text-align: right;
}
* .btn_link:link {
	font: 10px/10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url(/images/global/btn_bk_lh.gif) no-repeat left top;
	display: block;
	width: 150px;
	text-decoration: none;
	text-align: center;
}
* .btn_link:link span  {
	background: url(/images/global/btn_bk_rh.gif) no-repeat right top;
	padding: 5px;
	height: 11px;
	display: block;
}
* .btn_link:visited {
	font: 10px/10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url(/images/global/btn_bk_lh.gif) no-repeat left top;
	display: block;
	width: 150px;
	text-decoration: none;
	text-align: center;
}
* .btn_link:visited span  {
	background: url(/images/global/btn_bk_rh.gif) no-repeat right top;
	padding: 5px;
	height: 11px;
	display: block;
}
* .btn_link:hover {
	font: 10px/10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background: url(/images/global/btn_bk_lh_f2.gif) no-repeat left top;
	display: block;
	width: 150px;
	text-decoration: none;
	text-align: center;
}
* .btn_link:hover span  {
	background: url(/images/global/btn_bk_rh_f2.gif) no-repeat right top;
	padding: 5px;
	height: 11px;
	display: block;
}

