@import "type/type.css";

/* Hide if Flash */

.flashInstalled #middle h1,
.flashInstalled .flash {
	visibility: hidden;
}

/* Tags */

html {
	background: #3e4950;
}
body {
	font: 62.5%/133% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #6b6b6b;
	background: #3e4950;
	text-align: center;
}
a {
	color: #1c3c73;
	text-decoration: underline;
}
a:hover,
a:focus {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	padding: 0 0 10px 0;
	margin: 0;
}
h1 {
	font: normal 2em/1 'GillSansMTRegular', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 15px;
	color: #232323;
}
h2 {
	font: normal 1.4em/1 Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 10px 0;
	color: #232323;
}
h3 { 
	color: #000;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	margin: 10px 0;
}
hr {
	background:none;
	border: none;
	border-bottom: 1px solid #ccc;
	height: 1px;
}
form, 
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
button {
	border: 0;
	margin: 0;
	padding: 5px 25px 8px 10px;
	cursor: pointer;
	text-transform: uppercase;
	font: normal 1.4em/1 'GillSansMTRegular', Arial, Helvetica, sans-serif;
	background: #99430a url(/_img/layup/arrow_3.gif) no-repeat right center;
	color: #fff;
} 
button:hover,
button:focus {
	background-color: #733106;

}

legend {
	display: none;
}

/* Structure */

#contents{
	margin: 0 auto;
	width: 980px;
	background: #fff url(/_img/layup/bg.gif) repeat-y;
	overflow: hidden;
	text-align: left;
}
#middle {
	padding: 14px 27px 27px;
	float: left;
	width: 434px;
}
.fullwidth { 
	width: 690px !important;
}
.maintext {
	font: 1.2em/1.3 Verdana, Arial, Helvetica, sans-serif
}
#topbar {
	height: 133px;
	border-bottom: 9px solid #fe8a3c;
	background: #122252 url(/_img/layup/top_bg.gif) repeat-x;
}
#topbar h1 {
	text-indent: -9000px;
	background: url(/_img/layup/logo.png) no-repeat;
	margin: 0;
	padding: 0;
	height: 109px;
	width: 503px;
	float: left;
}
#topbar ul {
	float: right;
	width: 272px;
	margin: 40px 0 0 ; 
	padding: 0;
}
#topbar li {	
	list-style: none;
	margin: 0;
	padding: 0 0 8px;
}
#topbar li span,
#topbar .elink a {
	text-indent: -9000px;
	background: url(/_img/layup/contact.png) no-repeat;
	height: 21px;
	width: 226px;
	display: block;
}
#topbar .elink a {
	background-position: 0 -26px;

}

.printlogo {
	display: none;
}
#header {
	background: #c6c6c6;
	padding-bottom: 6px;
	border-bottom: 25px solid #fff;
}
#slideimages{
    position: relative;
    display: block;
    margin: 0 0 3px;
    padding: 0;
    width: 980px;
    height: 191px;
    overflow: hidden;
}
#slideimages li,
.json #slideimages .block{
    position:absolute;
	list-style: none;
    margin: 0;
    padding: 0;
	height: 191px;
	overflow: visible;
}
.json #slideimages li{
	height: 0;
	overflow: hidden;
}


#leftside {
	width: 198px;
	float: left;
	padding: 5px 5px 25px 32px;
}
#leftside ul {
	margin: 0;
	padding: 0;
}
#leftside li {
	display: block;
	list-style: none;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#leftside a{
	margin: 0;
	text-align: left;
	color: #fff;
	text-decoration: none;
	display: block;
	font: 1.9em/1 'GillSansMTRegular', Arial, Helvetica, sans-serif;
	padding: 10px 16px;
}
#leftside a:hover,
#leftside a:focus,
#leftside .on {
	text-decoration: none;
	background-color: #fff;
	color: #263973;
}
#leftside .on {
	background: #fff url(/_img/layup/arrow_1.gif) no-repeat 175px 0.8em;
}

#leftside li ul {
	background: #fff;
	margin: 0;
	padding: 6px 0;
}
#leftside li ul a{
	margin: 0;
	color: #6b6b6b;
	background: none;
	padding: 0 10px 8px 30px;
	font: 1.2em/1 Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
}
#leftside li ul a:hover,
#leftside li ul a:focus,
#leftside li ul .on {
	color: #000;
	background: url(/_img/layup/arrow_2.gif) no-repeat 15px 2px;
}

#rightside{
	float: right;
	width: 200px;
	min-height: 280px;
	margin: 0 27px 0 0;
	padding: 14px 0 0 27px;
	border-left: 1px solid #dadada;
}
#rightside ul {
	margin: 0;
	padding: 0;
}
#rightside li {
	list-style: none;
	margin-bottom: 10px;
}
#rightside h3 {
	font: bold 1em/1.1 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 5px;
}
#rightside a {
	color: #6b6b6b;
	background: url(/_img/layup/arrow_2.gif) no-repeat right center;
	padding-right: 15px;
	text-decoration: none;
}
#rightside a:hover,
#rightside a:focus { 
	color: #000;
}
.imgholder {
	float: right;
	width: 214px;
	padding: 43px 27px 0 0;
	margin: 0;
}
.imgholder li{
	list-style: none;
	margin-bottom: 18px;
}
.imgholder span{
	display: block;
	position: absolute;
	width: 214px;
	height: 129px;
	background: url(/_img/layup/mask.png) no-repeat;
}

#footer{
	clear: both;
	margin: 0 auto;
	width: 980px;
	height: 37px;
	background: #5b6166;
	border-top: 25px solid #fff;
}
#footer ul{
	margin: 0;
	padding: 12px 38px 0;
	list-style: none;
	text-align: right;
}
#footer li{ 
	display: inline;
	float: left;
}
#footer a{
	font-weight: bold;
	color: #d0dae2;
	text-decoration: none;
	border-right: 1px solid #d0dae2;	
	padding: 0 12px 0 11px;
}
#footer .last {
	float: right;
}
#footer .no a { 
	border-right: none;	
}
#footer .last a { 
	border-right: none;	
	color: #959ea5;
}
#footer a:hover,
#footer a:focus {
	color: #fff;
}

.docs {
	margin: 0 0 0 20px;
	padding: 0;
}
.docs li{
	clear: left;
	list-style: none;
}
.docs a{
	padding: 5px 0 5px 22px;
	background: url(/_img/layup/docs.gif) no-repeat 0 -82px ;
	float: left;
}
.docs span{
	float: left;
	padding: 5px 0 5px 22px;
	color: #999;
}

.xls { background-position: 0 4px !important;}
.pdf { background-position: 0 -125px !important;}
.doc { background-position: 0 -39px !important;}


table {
	width: 100%;
	border-collapse: collapse;
	background: #f9f9f9;
	margin-bottom: 10px;
}
td, th {
	border: 1px solid #ccc;
	padding: 6px !important;
	text-align: left;
	vertical-align: top;
	color: #000;
}
th {
	background: #a8a8a8;
	color: #fff;
}

#sitemap,
#sitemap ul{
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}
#sitemap  a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #666;
	padding: 2px 0 2px 18px;
}
#sitemap  a:hover { 
	color: #000;
}
#sitemap ul a {
	color: #53107f;
}
#sitemap ul a {
	font-weight: normal;
}
#sitemap li {
	border-left: 1px solid #CDCDCD;
	background: url(/_img/layup/sitemapli.gif) no-repeat 0 .5em;
}

.intropage {
	margin: 20px 0 0 ;
	padding: 0;
}
.intropage li {
	list-style: none;
	margin-bottom: 5px;
}
.intropage h2{
	margin: 0;
}

.paging {
	display: inline;
	list-style: none;
	float: right;
	margin: 0 0 -27px;
	padding: 15px 0 0;
}
.paging li {
	float: left;
	margin: 0;
	padding: 0;
}
.paging li a {
	display: block;
	margin: 0 0 0 1px;
	padding: 2px 5px;
	text-decoration: none;
	color: #666;
	background: #eaeaea;
	line-height: 1.3em;
}
.paging li a:hover, .paging li .on{
	background: #363636;
	color: #fff;
}
.highlight {
	color: #ff8838
}



/* Forms */

.formarea{
	text-align: right;
	vertical-align: top;
	width: 404px;	
	border: none;
}
.formarea p {
	margin: 10px 0;
	padding: 0;
}
.formarea p label {
	float: left;
}
.formarea select{
	padding: 0;
	width: 194px;
}
.textform {
	background: #fff !important;
	border: 1px solid #c7c7c7;
}
.textformfocus {
	background: #e5e5e5 !important;
	border: 1px solid #ccc;
}
.textform, 
.textformfocus {
	color: #666;
	padding: 4px 3px 5px 3px;
	width: 188px;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

#searchform {
	position: absolute;
	padding: 3px 8px 8px;
	margin: -1px 0 0 726px;
	width: 192px;
	z-index: 1;
	background: #fe8a3c;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}

#searchform .textform,
#searchform .textformfocus {
	border: none;
	padding: 4px 6px;
	margin: 0 1px 0 0;
	width: 149px;
	height: 13px;
	float: left;
}

#searchform .textform {
	background: #fff !important;
	color: #494949;
}
#searchform .textformfocus {
	background: #fff1e7 !important;
	color: #000;
}

#searchform button {
	height: 21px;
	width: 23px;
	padding: 0;
	min-width: 0;
	text-indent: -9000px;
	font-size: 1px;
	float: right;
	background: #99430a url(/_img/layup/arrow_3.gif) no-repeat;
} 


/* Ajax & Error Checking */

.formerror .textform, 
.formerror .textformfocus {
	border: 1px solid #d11010;
	color: #d11010;
}
.formerror .textformfocus {
	background: #ffeeed !important;
}
.formerror label:after {
	color: #d11010;
	content: " *";
}
.formerror label {
	color: #000;
}
.error {
	color: #d11010;
	padding: 10px 0 !important;
	text-align: left !important;
}
#waiting {
	position: absolute;
	width: 536px;
	margin-left: -1px;
	text-align: center;
}

/* Extras */

.clear{
	clear: both;
}
.hidden {
	position: absolute; 
	left: -9999px; 
}
.hand {
	cursor: pointer;
}
.textleft {
	text-align: left !important;
}
.textcenter {
	text-align: center !important;
}
.textright {
	text-align: right !important;
}
.right {
	float: right;
}
.left {
	float: left;
}
