/* Hide if Flash */

.flashInstalled #middle h1,
.flashInstalled #topbar,
.flashInstalled .flash,
.flashInstalled #mainimg {
	visibility: hidden;
}

/* Tags */
body {
	font: 62.5%/133% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #474747;
	background-color: #b3b3b3;
	text-align: center;
}
a {
	color: #225448;
	text-decoration: underline;
}
a:hover,
a:focus {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	padding: 0 0 10px 0;
	margin: 0;
}
h1, h2 {
	font-size: 2em;
	font-weight: normal;
	color: #2e2e2e;
	padding: 0;
	margin: 0 0 5px;
	letter-spacing: -1px;
}
h2 {font-size: 1.5em;}
hr {
	background:none;
	border: none;
	border-bottom: 1px solid #ccc;
	height: 1px;
}
form, 
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
button {
	font-size: 1px;
	border: 0;
	margin: 0;
	padding: 0;
	width: 49px;
	height: 22px;
	background:url(/_img/layup/button.gif) no-repeat;
	text-indent: -9000px;
	cursor: pointer;
} 
button:hover,
button:focus {	
	background-position: 0 -22px;
}
legend {
	display: none;
}
iframe {
	margin: 0;
	padding: 0;
	border: 0;
	width: 475px;
	height: 1100px;
	overflow: hidden;
}

/* Structure */

#contents{
	margin: 1px auto 0;
	width: 720px;
	padding: 24px;
	text-align: left;
	background: #fff;
	overflow: hidden;
}
#middle {
	margin: 28px 0 28px 28px;
	float: left;
	width: 445px;
	font-size: 1.1em;
	line-height: 1.5;
}
#topbar {
	height: 60px;
	border-bottom: solid 10px #225448;
	margin-bottom: 21px;
}
#topbar span {
	text-indent: -9000px;
	background: url(/_img/layup/tagline.gif) no-repeat;
	height: 60px;
	width: 197px;
	float: right;
}
#topbar h1 {
	text-indent: -9000px;
	background: url(/_img/layup/logo.gif) no-repeat;
	margin: 0;
	padding: 0;
	height: 60px;
	width: 375px;
	float: left;
}
.printlogo {
	display: none;
}

#topnavi {
	height: 28px;
	width: 100%;
	margin: 0 0 1px;
}
#topnavi ul  {
	margin: 0 18px 0 0;
	padding: 0;
	float: right;
}
#topnavi li {
	display: inline;
} 
#topnavi a{
	margin: 0 2px 0 0;
	text-decoration: none;
	float: left;
	text-indent: -9000px;
	outline:0;
	height: 28px;
	background-image: url(/_img/layup/navi.gif);
	background-repeat: no-repeat;	
}

#n1 {background-position: 0 -1px; width:57px}
#n2 {background-position: 0 -31px; width:64px}
#n3 {background-position: 0 -61px; width:71px}
#n4 {background-position: 0 -91px; width:71px}
#n5 {background-position: 0 -121px; width:109px}
#n6 {background-position: 0 -151px; width:84px; margin-right: 0 !important}
#n1:hover, #n1:focus, #n1.on {background-position: 0 -181px;}
#n2:hover, #n2:focus, #n2.on {background-position: 0 -211px;}
#n3:hover, #n3:focus, #n3.on {background-position: 0 -241px;}
#n4:hover, #n4:focus, #n4.on {background-position: 0 -271px;}
#n5:hover, #n5:focus, #n5.on {background-position: 0 -301px;}
#n6:hover, #n6:focus, #n6.on {background-position: 0 -331px;}

.h1, .h2, .h3 {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 28px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
	height: 28px;
	background-image:url(/_img/layup/titles.gif);
	background-repeat: no-repeat;
}
.h1 {
	background-color: #a5a316;
	background-position: 0 0;
}
.h2 {
	background-color: #7a9db5;
	background-position: 0 -28px;
}
.h3 {
	background-color: #7fa982;
	background-position: 0 -56px;
}

.box {
	width: 220px;
	height: 159px;
	margin: 0 0 10px;
}
#header {
	width: 719px;
	height: 207px;

}
#header .box {
	height: 207px;
	position: absolute;
}
#header #topimg {
	width: 719px;
	height: 207px;
}

#leftside {
	width: 220x;
	float: left;
	margin-top: 8px;
}
#leftside .box {
	background: url(/_img/layup/box_bg.gif) repeat-x left bottom;
}


#footer{
	clear: both;
	margin: 0 auto;
	width: 768px;
}
#footer ul{
	margin: 0 0  40px;
	padding: 15px 26px 0;
	list-style: none;
	text-align: right;
}
#footer li{ 
	display: inline;
	float: left;
}
#footer a{
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;	
	padding: 0 10px 0 7px;
}
#footer .last {
	float: right;
}
#footer .no a { 
	border-right: none;	
}
#footer .last a { 
	border-right: none;	
	color: #dfdfdf;
}
#footer a:hover,
#footer a:focus {
	color: #797979;
}

/* Forms */

.formarea{
	text-align: right;
	vertical-align: top;
	width: 340px;
	border: none;
}
.formarea p {
	margin: 10px 0;
	padding: 0;
}
.formarea p label {
	float: left;
}
.formarea select{
	padding: 2px;
	width: 176px;
}
.textform {
	border: 1px solid #a5acb2;
	color: #a1a1a1;
}
.textformfocus {
	border: 1px solid #5e6367;
	color: #666;
}
.textform, 
.textformfocus {
	padding: 2px 3px 3px 3px;
	width: 168px;
	background: #fff !important;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}
.box fieldset {
	margin: 10px 25px 0 27px;
	font-size: 1.1em;
}
.box fieldset p{
	padding-bottom: 8px;
	clear: both;
}
.box fieldset label{
	display: block;
	margin-bottom: 3px;
}
.box .textform, 
.box .textformfocus {
	width: 160px;
}
.box button {
	float: right;
}
.small  {
	float: left;
	clear: none !important;
}
.small input {
	width: 70px !important;
}
.extramargin {
	margin-right: 8px;
}

/* Ajax & Error Checking */

.formerror .textform, 
.formerror .textformfocus {
	border: solid 1px #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;
	background-color:#fff;
	width: 480px;
	margin-left: -1px;
	opacity: 0.9;
	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;
}