* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #C4C4C4 url(/images/design/pageback.gif) repeat-x;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 920px;
	margin: 20px auto;
	text-align: left;
	background: #FFF;
}

#top_tab {
	position: absolute;
	width: 300px;
	height: 48px;
	background: url(/images/design/toptab.gif) no-repeat;
	overflow: hidden;
	z-index: 1000;
}

#top_tab .tagline {
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
	word-spacing: -2px;
}

#top_tab .tagline * {
	margin: 0;
	padding: 0;
	color: #722;
}

#top_tab .tagline h2 {
	font-size: 18px;
}

#top_tab .tagline h3 {
	font-size: 13px;
}

#logo {
	position: absolute;
	width: 330px;
	height: 70px;
	background: url(/images/design/transparent_logo.gif) no-repeat;
	overflow: hidden;
	z-index: 1000;
	margin-left: 10px;
	margin-top: 52px;
}

#logo a {
	display: block;
	position: absolute;
	/*margin-left: 15px;*/
	width: 330px;
	height: 0;
	padding-top: 70px;
	overflow: hidden;
}

#top_nav {
	text-align: right;
	height: 31px;
	background: url(/images/design/topnav.gif) repeat-x;
	padding-top: 17px;
}

#top_nav_corner {
	padding-right: 16px;
	background: url(/images/design/top_nav_corner.gif) right top no-repeat;
	padding-top: 6px;
}

#top_nav ul {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#top_nav li {
	display: inline;
	border-right: 1px solid #FFF;
	margin: 0;
	padding: 0;
}

#top_nav li.last {
	border: none;
}

#top_nav li.skip_nav {
	position: absolute;
	z-index: -100;
}

#top_nav li a {
	padding: 0 10px;
	font-size: 12px;
}

#top_nav a:link, #top_nav a:visited {
	text-decoration: none;
	color: #FFF;
}

#top_nav a:focus, #top_nav a:hover {
	text-decoration: underline;
	color: #FFF;
}

#top_nav a:active {
	text-decoration: none;
	color: #FFF;
}

#top_nav form {
	display: inline;
}

#top_nav form input#q {
	border: none;
	background: #FFF;
	padding: 2px;
	font-size: 10px;
	color: #444;
}

#main_nav {
	background: #FFF;
	color: #444;
	height: 20px;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	padding-top: 10px;
}

#main_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
	/*border-right: 1px #444 solid;*/
}

#main_nav ul li.last {
	/*border: none;*/
}

#main_nav a {
	font-size: 12px;
	padding: 5px;
	word-spacing: -2px;
	/*letter-spacing: -.1px;*/
	font-weight: normal;
	background: url(/images/design/button_out.gif) right bottom no-repeat;
}

#main_nav a:link, #main_nav a:visited {
	color: #444;
	text-decoration: none;
	background: url(/images/design/button_out.gif) right bottom no-repeat;
}

#main_nav a:focus, #main_nav a:hover {
	color: #444;
	text-decoration: none;
	background: url(/images/design/button_over.gif) right bottom no-repeat;
}

#main_nav a:active {
	text-decoration: none;
	color: #444;
	background: url(/images/design/button_out.gif) right bottom no-repeat;
}

#header_image {
	background: #000 url(/images/design/header_banner.gif) no-repeat;
	color: #FFF;
	margin-left: 20px;
	width: 880px;
	height: 185px;
}

#header_image .tagline {
	position: absolute;
	margin-left: 45px;
	margin-top: 45px;
}

#header_image .tagline * {
	margin: 0;
	padding: 0;
	color: #722;
}

#header_image .tagline h2 {
	font-size: 25px;
}

#header_image .tagline h3 {
	font-size: 16px;
}

#container {
	margin: 0 20px;
	padding-top: 15px;
}

table#layout_table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

tr#layout_table_row {
	vertical-align: top;
	border: none;
	margin: 0;
	padding: 0;
}

td#layout_table_content {
	width: 635px;
	border: none;
	margin: 0;
	padding: 0;
}

td#layout_table_right {
	width: 225px;
	border: none;
	margin: 0;
	padding: 0;
}

td#layout_table_right div#quick_contact_form h2 {
	margin: 0;
	padding: 5px 10px;
	color: #FFF;
	background: #258;
	font-size: 14px;
}

#quick_contact_form form#rsform {
	margin: 0;
	padding: 5px 10px;
	background: url(/images/design/form_back.gif) repeat-x;
	height: 460px;
	font-size: 11px;
	color: #000;
}

#quick_contact_form form#rsform p {
	margin-bottom: 3px;
}

#quick_contact_form form#rsform fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#quick_contact_form form#rsform fieldset label {
	display: block;
	float: left;
	width: 98%;
	margin-bottom: 3px;
}

#quick_contact_form form#rsform fieldset label span {
	display: block;
	margin-bottom: 2px;
}

#quick_contact_form form#rsform fieldset label span span {
	display: inline;
	color: #ff0;
	/*font-weight: bold;*/
}

#quick_contact_form form#rsform p span.required {
	color: #ff0;
	/*font-weight: bold;*/
}

#quick_contact_form form#rsform fieldset br {
	display: none;
}

#quick_contact_form form div.buttons {
	text-align: right;
	padding-right: 8px;
	padding-top: 15px;
}

#quick_contact_form form div.buttons input {
	border: none;
	color: #FFF;
	font-weight: bold;
	background: #258;
	padding: 3px 5px;
	cursor: pointer;
}

#quick_contact_form form div.buttons input:hover {
	background: #468;
}

#quick_contact_form form div.rsform_errors {
	margin: 5px 0;
	padding: 0;
	font-size: 11px;
	color: #ff0;
	font-weight: bold;
	border-top: 1px solid #ff0;
	border-bottom: 1px solid #ff0;
}

#quick_contact_form form div.rsform_errors p {
	margin: 3px 0;
	padding: 0;
}

#quick_contact_form form div.rsform_errors ul {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	margin-left: 15px;
}

#quick_contact_form form div.rsform_errors a:link,
	#quick_contact_form form div.rsform_errors a:visited,
	#quick_contact_form form div.rsform_errors a:focus,
	#quick_contact_form form div.rsform_errors a:hover,
	#quick_contact_form form div.rsform_errors a:active {
		color: #0f0;
}

#quick_contact_form form fieldset input, #quick_contact_form form fieldset textarea {
	width: 190px;
}

#bottom_nav {
	text-align: center;
	padding: 5px;
}

#bottom_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#bottom_nav li {
	display: inline;
	color: #444;
	border-right: 1px solid #444;
	font-size: 10px;
	line-height: 10px;
}

#bottom_nav li.last {
	border: none;
}

#bottom_nav a {
	font-size: 10px;
	padding: 0 10px;
	text-transform: lowercase;
}

#bottom_nav a:link, #bottom_nav a:visited {
	color: #444;
	text-decoration: none;
}

#bottom_nav a:focus, #bottom_nav a:hover {
	color: #444;
	text-decoration: underline;
}

#bottom_nav a:active {
	text-decoration: none;
	color: #444;
}

#footer {
	background: #444;
	color: #FFF;
	padding: 0 20px;
	font-size: 10px;
	text-align: center;
}

#footer p {
	padding: 5px 0;
	margin: 0;
}

#footer span {
	padding: 0 10px;
}

#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:focus, #footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footer a:active {
	color: #FFF;
	text-decoration: none;
}

#footer #ssi_footer {
	color: #888;
	font-size: 10px;
	text-align: center;
}

#footer #ssi_footer a:link, #ssi_footer a:visited, #ssi_footer a:focus, #ssi_footer a:hover, #ssi_footer a:active  {
	color: #888;
	text-decoration: none;
}

#footer #ssi_footer a span {
	padding: 0;
	color: #CCC;
}

#footer #ssi_footer a span span {
	color: #C60;
	font-weight: bold;
	font-size: 1.25em;
}

#footer #ssi_footer a:link span, #footer #ssi_footer a:visited span {
	text-decoration: none;
}

#footer #ssi_footer a:focus span, #footer #ssi_footer a:hover span {
	text-decoration: underline;
}

#footer #ssi_footer a:active span {
	text-decoration: none;
}

#footer #ssi_footer a:link span span,
 #footer #ssi_footer a:visited span span,
 #footer #ssi_footer a:focus span span,
 #footer #ssi_footer a:hover span span,
 #footer #ssi_footer a:active span span {
	text-decoration: none;
}

#content {
	padding: 0 20px 10px 20px;
}

#breadcrumbs {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-transform: lowercase;
	margin-bottom: 10px;
}