
/* Hide if Flash */

.flashInstalled #middle h1,
.flashInstalled #head {
	visibility: hidden;
}

/* Tags */
body {
	font: 62.5%/133% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 35px;
	color: #000;
	text-align: center;
	background-color: #fff;
}
a {
	color: #383636;
	text-decoration: underline;
}
a:hover,
a:focus {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	padding: 0 0 10px 0;
	margin: 0;
}
h1 {
	font: bold 1.6em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #625f5f;
	padding: 0;
	display: block;
	margin: 0 0 10px;
	height: 35px;
}
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;
	text-indent: -9000px;
	cursor: pointer;
	width: 78px;
	height: 24px;
	background: url(/_img/layup/submit.gif) no-repeat;
} 
legend {
	display: none;
}
table {
	text-align: right;
	float: right;
	margin: 10px 0 20px;
	border-collapse: collapse;
}
th, td {
	padding: 5px;
	border: 1px solid #383636;
}
th {
	background: #383636;
	color: #fff;
}

/* Structure */

#contents{
	margin: 0 auto;
	width: 1009px;
	text-align: left;
	overflow: hidden;
	background: url(/_img/layup/bg.gif) no-repeat;
}
#middle {
	margin: 20px 0 0 35px;
	float: left;
	width: 630px;
	font-size: 1.1em;
	text-align: right;
}
.printlogo {
	display: none;
}
#topbar {
	width: 100%;
	margin: 0;
	padding: 0;
}
#head {
	width: 664px;
	height: 466px;
	float: left;
}
#topnavi {
	float: right;
	height: 347px;
	width: 327px;
	margin-top: 14px;
}
#topnavi ul  {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topnavi li {
	display: block;
	width: 100%;
} 
#topnavi  a {
	padding: 0;
	margin: 0;
	float: right;
	text-indent: -9000px;
	outline:0;
	clear: both;
}
#n1, #n2, #n3, #n4, #n5, #n6 {
	background: url(/_img/layup/navi.gif) no-repeat;
}
#n1 {background-position: -180px 0; width: 147px; height: 57px;}
#n2 {background-position: -27px -57px; width: 300px; height: 58px;}
#n3 {background-position: -31px -115px; width: 296px; height: 58px;}
#n4 {background-position: -42px -173px; width: 285px; height: 58px;}
#n5 {background-position: -159px -231px; width: 168px; height: 57px;}
#n6 {background-position: 0 -288px; width: 327px; height: 59px;}

#n1.on, #n1:hover, #n1:focus {background-position: -180px -351px;}
#n2.on, #n2:hover, #n2:focus {background-position: -27px -408px;}
#n3.on, #n3:hover, #n3:focus {background-position: -31px -466px;}
#n4.on, #n4:hover, #n4:focus {background-position: -42px -524px;}
#n5.on, #n5:hover, #n5:focus {background-position: -159px -582px;}
#n6.on, #n6:hover, #n6:focus {background-position: 0 -639px;}

#rightside{
	float: right;
	width: 272px;
	margin: 0 40px 0 0;
}
#footer{
	clear: both;
	margin: 0 auto;
	width: 1009px;
	height: 25px;
}
#footer ul{
	margin: 0;
	padding: 25px 26px 0;
	list-style: none;
	text-align: right;
}
#footer li{ 
	display: inline;
	float: left;
}
#footer a{
	color: #363636;
	text-decoration: none;	
	padding: 0;
}
#footer .txt {
	margin: 0 233px 0 15px;
}
#footer .last {
	float: right;
	margin-right: 70px; 
}
#footer .no a { 
	border-right: none;	
}
#footer .last a { 
	border-right: none;	
	color: #dfdfdf;
}
#footer a:hover,
#footer a:focus {
	color: #999;
}

/* Forms */

.formarea{
	float: right;
	margin-top: 10px;
	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: 0;
	width: 174px;
}
.textform {
	background: #fff !important;
}
.textformfocus {
	background: #e5e5e5 !important;
}
.textform, 
.textformfocus {
	color: #666;
	padding: 2px 3px 3px 3px;
	width: 168px;
	border: 1px solid #666;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

/* 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: right !important;
}
#waiting {
	position: absolute;
	background-color:#fff;
	width: 631px;
	height: 250px;
	padding-top: 150px;
	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;
}

