@import "nav.css";

body{
	padding: 0;
	margin: 0;
	text-align: center;
	background: none;
	height: 100%;
	font: 10px/13px Trebuchet MS, Arial, Helvetica, sans-serif;
}

h1#logo{
	position: absolute;
	top: 38px;
	left: 10px;
	width: 187px;
	height: 51px;
	background: url(images/logo.gif) no-repeat top left;
	text-indent: -1000px;
}

h2{
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

h3
{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

table{
	font-size: 0.8em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

img{
	border: none;
	padding: 0px;
	margin: 0px;
}

strong{
	font-weight: bold;
	color: #000;
}

th{
	text-transform: uppercase;
	letter-spacing: 1px;
}

table{
	border: 1px solid #000;
	margin-bottom: 20px;
}

a{
	color: #e17710;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

form{
	color: #666666;
	padding-bottom: 90px;
	position: relative;
}

form div{
	text-align: left;
}

form p{
	padding: 0;
	margin: 0;
	position: relative;
}

input, textarea{
	font: 10px/13px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #e7eff6;
	border: none;
	padding: 2px;
	margin-top: 5px;
}

input#send{
	background: #000 url(images/bg-button.gif) repeat-x top;
	width: 100%;
	height: 15px;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	margin-top: 10px;
	text-transform: uppercase;
	padding: 0;
}

form label{
	display: none;
}

/*.wrapper{
	overflow: auto;
}*/

.arrowlink{
	background: url(images/bg-link.png) no-repeat bottom right;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	display: block;
	width: 70px;
	font-weight: bold;
}

.trigger{
	width: 10px;
}

.up{
	background: url(images/up.gif) no-repeat center center;
}

.down{
	background: url(images/down.gif) no-repeat center center;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.field{
	margin-top: 3px;
	display: block;
}

.odd{
	background-color: #f1f1f1;
}

.req{
	color: #e17710;
	font-size: 14px;
}

.reqinput{
	color: #e17710;
	font-size: 14px;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 3;
}

.upper{
	text-transform: uppercase;
}

#page{
	width: 800px;
	height: 100%;
	background: url(images/bg-page.gif) repeat-y center;
	padding: 0 11px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#request{
	font-size: 10px;
	width: 116px;
	height: 100%;
	position: absolute;
	background-color: #fff;
	top: 0;
	right: 10px;
	padding: 9px;
}

#request p{
	color: #666666;
}

#request a{
	font-size: 9px;
}

#request h3{
	padding-top: 60px;
	color: #000000;
}

#request .arrowlink{
	position: absolute;
	bottom: 38px;
}

#content{
	position: relative;
	width: 600px;
	padding-left: 64px;
	z-index: 2;
	height: 100%;
	/*overflow: hidden;*/
	/*overflow: auto;*/
}

#content p{
	color: #666;
}

#content .collapsomatic p{
	margin: 0;
}

#feature{
	position: absolute;
	width: 245px;
	bottom: 0;
	right: 0;
	border-left: 1px solid #666;
	padding-left: 20px;
	/*float: left;
	width: 245px;
	border: 1px solid cyan;*/
}

.blocky#feature {
	width: 265px;
	border-left: none;
	padding-left: 0;
}

#main{
	width: 310px;
	padding-right: 14px;
	padding-bottom: 30px;
	/*border: 1px solid #fff;*/
	float: left;
}

/*
#main p{
	padding-bottom: 10px;
}*/

#error-text{
	width: 104px;
	color: #d5222e;
	background-color: #fff;
	border: 1px dotted #d5222e;
	position: absolute;
	top: -80px;
	padding: 5px;
	font-size: 1em;
}

#footer{
	width: 750px;
	background: url(images/bg-footer.gif) no-repeat top left;
	position: relative;
	text-align: left;
	left: 5px;
	top: -10px;
	padding: 20px 8px 30px 70px;
	margin: 0 auto;
	color: #666;
	z-index: 1;
}

#footer ul{
	position: absolute;
	right: 20px;
	top: 10px;
}
/* ADD IN AFTER PRIVACY POLICY ADDED
#footer li:first-child{
	border-right: none;
}*/

#footer li{
	color: #666;
	font-size: 9px;
	text-transform: uppercase;
	display: inline;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	padding: 0 5px;
	margin: 0;
}

#footer li.privacy{
	color: #666;
	font-size: 9px;
	text-transform: uppercase;
	display: inline;
	border-left: none;
	border-right: 1px solid #666;
	padding: 0 5px;
	margin: 0;
}

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