@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style: none;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-image: url(images/body-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #121212;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 19px;
}

.wrapper {
	margin: 0 auto;
	width: 968px;
	background-image: url(images/wrapper-bg.gif);
	background-repeat: repeat-y;
}

.inner-wrapper {
	background-image: url(images/inner-wrapper.gif);
	background-repeat: no-repeat;
}

.header {
	height: 72px;
	padding-top: 33px;
}

.header .logo {
	width: 340px;
	height: 52px;
	float: left;
}

.header .contact {
	background-image: url(images/header-contact-us-img.gif);
	background-repeat: no-repeat;
	float: right;
	width: 116px;
	height: 41px;
}

.navigation {
	height: 26px;
	float: right;
	position: relative;
	z-index: 1000;
}

.navigation ul li {
	float: left;
	margin: 0 5px;
	position: relative;
}

.navigation ul li a {
	float: left;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0;
	text-transform: uppercase;
	height: 26px;
	line-height: 22px;
	padding: 0 10px 0 10px;
}

.navigation ul li:hover {
	background-image: url(images/nav-left-bg.gif);
	background-repeat: no-repeat;
}

.navigation ul li:hover a {
	background-image: url(images/nav-right-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
}

.navigation ul li.subnav a:hover {
	
}

.navigation ul li.subnav a {
	background-image: url(images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 21px;
}

.navigation ul li.subnav:hover a {
	background-image: url(images/nav-right-bg-hover.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.navigation ul ul {
	position: absolute;
	display: none;
	left: 4px;
	right: 4px;
	top: 25px;
	background-color: #a1a1a1;
	background-image: url(images/nav-subnav-bg.gif);
	background-repeat: repeat;
}

.navigation ul ul ul {
	top: 0;
	left: 100%;
	width: 190px;
	background: none;
}

.navigation ul li:hover ul {
	display: block;
}

.navigation ul li:hover ul ul {
	display: none;
}

.navigation ul li ul li:hover ul {
	display: block;
}

.navigation ul li.subnav ul li {
	display: block;
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	background-image: url(images/nav-subnav-bg.gif);
	background-repeat: repeat-x;
	background-color: a1a1a1;
}

*+html .navigation ul li.subnav ul li {
	height: 27px;
}

* html .navigation ul li.subnav ul li {
	height: 23px !important;
	padding: 0 !important;
	margin: 0 !important;
	background-repeat: no-repeat;
}

.navigation ul li.subnav ul li a {
	color: #383838;
	background: none !important;
	height: 29px;
	line-height: 29px;
	margin: 0;
	padding: 0 0 0 10px;
	border-top: 1px solid #7e7e7e;
	display: block;
	float: none;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

* html .navigation ul li.subnav ul li a {
	overflow: hidden;
	zoom: 1;
	margin-bottom: -2px;
}

.navigation ul li.subnav ul li:hover a {
	background: url(images/nav-subnav-hover-bg.gif) !important;
	background-repeat: no-repeat;
	color: #fff;
}

* html .navigation ul li.subnav ul li a.ie6hover {
	background: url(images/nav-subnav-hover-bg.gif) !important;
	background-repeat: no-repeat;
}

* html .navigation ul li.subnav ul li a:hover {
	background: none;
	background: url(images/nav-subnav-hover-bg.gif) !important;
	background-repeat: no-repeat;
}

* html .navigation ul li.subnav ul li li a:hover {
	background: none !important;
}

.navigation ul li.subnav ul li.subnav ul li {
	background-image: url(images/nav-sub-sub-bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 30px;
	line-height: 30px
}

.navigation ul li.subnav ul li.subnav ul li:hover {
	background-image: url(images/nav-sub-sub-hover-bg.gif);
}

.navigation ul li.subnav ul li.subnav ul li a {
	background: none !important;
	padding-left: 14px;
	height: 30px;
	line-height: 30px;
	color: #CCCCCC;
	border: none;
}

.navigation ul li.subnav ul li.subnav ul li:hover a {
	color: #fff;
}

.navigation li:hover .downarrow {
	background-image:url(images/nav-hover-arrow.gif);
	background-repeat: no-repeat;
	width: 19px;
	height: 12px;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -9px;
}

* html .navigation li .downarrow {
	bottom: -10px !important;
}

.navigation ul ul li:hover .expandarrow {
	background-image: url(images/nav-subnav-expand-arrow.gif);
	background-repeat: no-repeat;
	width: 9px;
	height: 16px;
	position: absolute;
	right: -9px;
	top: 50%;
	margin-top: -7px;
}

.navigation ul ul li:hover .singlearrow {
	background-image: url(images/nav-subnav-single-arrow.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 20px;
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -10px;
}

.navigation ul ul li:hover ul li .singlearrow {
	display: none;
}

.navigation ul ul ul li:hover .singlearrow {
	display: block !important;
}

.main {
	clear: both;
	overflow: hidden;
	padding: 3px 8px 0 8px;
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y;
	background-position: 234px 10px;
}

.main.homepage {
	background: none;	
}

.intro {
	padding: 10px 0 30px 0;
	overflow: hidden;
	clear: both;
	line-height: 15px;
}

.intro .left {
	float: left;
	width: 434px;
	font-family: "myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9a8c7e;
	line-height: 19px;
	padding-left: 6px;
}

.intro .right {
	float: right;
	width: 406px;
}

.intro .right h1 {
	font-family: "myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2b617d;
	line-height: 17px;
	border-bottom: 1px dotted #c4c4c4;
	margin-bottom: 6px;
}

.intro .right .more, .content .more {
	float: left;
	color: #2b617d;
	background-image: url(images/more-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 10px;
}

.content .block .more {
	background-position: 0 5px;
}

.footer {
	clear: both;
	font-size: 9px;
	color: #575757;
	text-transform: uppercase;
}

.footer .wrapper {
	background: none;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 14px;
}

.footer .bottom-nav {
	float: left;
	margin-left: -5px;
	position: relative;
}

.footer .bottom-nav li {
	float: left;
	background-image: url(images/nav-bottom-separator.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 8px 0 12px;
}

.footer .bottom-nav li.first {
	background: none;
	padding-left: 8px;
}

.footer a {
	color: #919191;
}

.footer .copyright {
	float: right;
	margin-right: 5px;
		color: #919191;

}

.sidebar {
	float: left;
	width: 225px;
	padding: 1px 0 30px 1px;
	color: #333;
	font-size: 11px;
}

.sidebar img.top {
	border-bottom: 2px solid #900;
	margin-bottom: 41px;
}

.sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 1px solid #e4e4e4;
	margin: 0 2px 10px 5px;
	text-transform: uppercase;
	line-height: 23px;
	color: #000;
}

.sidebar ul {
	padding: 0 8px 30px 15px; 	
}

.sidebar ul li {
	background-image: url(images/list-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 10px;
}

.sidebar ul li a {
	color: #333;	
}

.sidebar ul li a:hover {
	color: #2b617d;
	border-bottom: 1px dotted #2b617d;
	text-decoration: none;
}

.sidebar ul li.current_page_item a {
	color: #2b617d;
	text-decoration: none;
}

.sidebar ul li.current_page_ancestor {
	background-image: url(images/list-arrow-down.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
}

.sidebar ul ul {
	padding: 0;
	display: none;
}

.sidebar ul li.current_page_ancestor ul {
	display: block;
}

.sidebar ul ul li {
	background: none;
	background-image: url(images/more-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

.sidebar img.shadowed {
	border: none;
	background-image: url(images/img-shadow.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 2px 7px 7px 2px;
	margin-left: 4px;
}

.sidebar .block {
	padding: 10px 0 10px 10px;
}

.sidebar h5 {
	background-image: url(images/list-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
}

.content {
	float: right;
	line-height: 19px;
}

.content.inner {
	width: 554px;
	padding: 1px 71px 30px 100px;
}

.content img.top-content {
	border-bottom: 2px solid #900;
	margin-left: -98px;
	margin-right: -70px;
}

.content.inner .breadcrumbs {
	font-style: italic;
	margin-left: -98px;
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #212121;
	font-weight: bold;
}

.content .breadcrumbs a {
	color: #676767;
	font-style: italic;
	font-weight: normal
}

.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #900;
	line-height: 26px;
	border-bottom: 1px solid #B7B7B7;
	margin: 0px -65px 10px 0;
}

.content h1 a.print_this_page {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000;
	float: right;
	line-height: 30px;
	width: 100px;
	white-space: nowrap;
	margin-right: 5px;
	overflow: hidden;
	zoom: 1;
	font-weight: normal;
}

.content h1 a.print_this_page img {
	vertical-align: middle;
	margin-left: 5px;
	float: right;
	margin-top: -26px;
	position: relative;
}

.flash {

}

.content .padded.bold {
	font-weight: bold;
	padding-left: 50px;
	margin: -6px 0 15px 0;
}

.inner a {
	color: #2b617d;
	font-weight: bold;
}

.special {
	padding: 2px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	color: #9a8c7e;
	padding-bottom: 15px;
}

.content h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9a8c7e;
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: 5px;
}

.content form.cform label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2b617d;
	width: 500px;
	float: left;
	margin-top: 15px;
}

.content form.cform input {
	float: left;
	width: 280px;
	height: 17px;
}

.content form.cform select {
	float: left;
	width: 285px;
}

.content form.cform textarea {
	float: left;
	width: 346px;
	height: 121px;
	overflow: auto;
}

.content form.cform .actions {
	padding: 20px 0 0 0px;
	clear: both;
	width: 350px;
	text-align: right;
}

.content form.cform input.submit {
	float: right;
	background-color: #2b617d;
	padding: 0 5px;
	border: none;
	height: 28px;
	color: #fff;
	margin-left: 10px;
	cursor: pointer;
}

.content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #900;
	line-height: 30px;
	margin: 10px 0 15px 0;
}

.content h3.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #900;
	line-height: 30px;
	margin: 10px 0 0px 0;
}

.content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2b617d;
	line-height: 18px;
	border-bottom: 1px solid #b7b7b7;
	margin: 0px 0 10px 0;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
}

.content h4 span.date {
	color: #9a8c7e;
	line-height: 18px;
	float: right;
}

*html .content h4 span.date {
	width: 70px;
	white-space: nowrap;
}

.content h4 span.date .top {
	background-image: url(images/date-arrow.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 15px;
	line-height: 15px;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}

.content h4 span.date .top:hover {
	background-image: url(images/date-arrow-hover.gif);
	background-repeat: no-repeat;
}

.content ul {
	padding-bottom: 20px;	
}

.content .block ul {
	margin-left: 0;
}

.content ul li, .content .block ul li {
	background-image: url(images/content-list-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 10px;
	list-style: none;
}

.content ul li a {
	color: #2b617d;
	font-weight: normal;
}

.inner ul {
	margin-left: 15px;
}

.inner ul li {
	background-image: none;
	list-style: disc;
	list-style-position: inside;
	padding-left: 0;
}

.content .block {
	padding-top: 30px;	
}

.content .item {
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: 20px;
	position: relative;
}

.content blockquote {
	padding: 10px 0 15px 20px;
	font-style: italic;
}

.content .item .top {
	background-image: url(images/date-arrow.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.content .item .top:hover {
	background-image: url(images/date-arrow-hover.gif);
}

.content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2b617d;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

.content span.date {
	color: #9a8c7e;
}

.content .back {
	float: left;
	margin-left: -90px;
	margin-top: 10px;
	position: relative;
	background-image: url(images/back-arrow.gif);
	background-repeat: no-repeat;
	width: 45px;
	height: 15px;
}

.content .back:hover {
	background-image: url(images/bacl-arrow-hover.gif);
}

.content ul.dotted {
	padding-left: 15px;
	padding-bottom: 20px;
}

.content ul.dotted li {
	background: none;
	background-image: url(images/list-dotted.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}

.content table {
	width: 530px;
	padding: 5px 0;
	margin-left: 10px;
}

.content table th {
	text-align: left;	
}

.content table.double {
	width: 538px;
	margin-left: 10px;
}

table.nowrap {
	width: 100%;
	letter-spacing: normal;
}

table.nowrap td {
	white-space: nowrap;
}

*+html table.nowrap td {
	padding: 0;
	line-height: 19px;
}
	
.reqtxt, .emailreqtxt {
	float: left;
	font-size: 9px;
	font-style: italic;
	color: #ff0000;
	padding-left: 5px;
}

.failure {
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
}

.success {
	font-size: 14px;
	font-weight: bold;
	color: #2b617d;
}