/* Body
----------------------------------------------- */
html,
body{
	height: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: #e7e7e7 url("../imgs/homepage/bg-body.gif") top center no-repeat;
}



/* Structure
----------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

#container{
	position: relative;
	min-height: 100%;
}

* html #container{
	height: 100%;
}

#container,
#copyright{
	width: 755px;
	margin: 0 auto;
}

#container div{
	position: relative;
}

#header{
	height: 258px;
	background: url("../imgs/homepage/bg-header.gif") 90px 24px no-repeat;
}

#banner{
	height: 83px;
	background: url("../imgs/homepage/bg-banner.jpg") 339px 0 no-repeat;
}

#content{
	background: #e7e7e7 url("../imgs/homepage/bg-content.jpg") top right no-repeat;
	min-height: 150px;
}

* html #content{
	height: 150px;
}

#footer{
	position: relative;
	margin-top: -30px;
	float: left;
	width: 100%;
	background: #e2e2e2 url("../imgs/homepage/bg-footer.gif") top left repeat-x;
}



/* Paragraphs and Headlines
----------------------------------------------- */
#header h1{
	text-align: right;
	margin: 0 147px 30px 0;
	padding-top: 56px;
}

#header p{
	font-size: 75%;
	float: right;
	display: inline;
	text-align: justify;
	width: 320px;
	line-height: 1.5em;
	margin-right: 147px;
}

#content p{
	clear: both;
	color: #333;
	line-height: 1.5em;
	font-size: 85%;
	margin: 0 147px 15px 50px;
}

#copyright p{
	color: #fff;
	font-size: 85%;
	padding: 7px 0 9px 0;
	margin-left: 50px;
}



/* Lists
----------------------------------------------- */
#nav ul{
	float: right;
	display: inline;
	margin: 8px 147px 40px 0;
}

#nav li{
	float: left;
	margin-left: 28px;
	font-size: 85%;
	font-weight: bold;
	list-style-type: none;
}



/* Links
----------------------------------------------- */
#nav li a{
	color: #666;
	text-decoration: none;
}

#nav li a:hover{
	color: #b75312;
}

#copyright a{
	color: #f1f1f1;
	text-decoration: none;
	margin-left: .5em;
}

#copyright a.privacy{
	margin-left: 1.25em;
	margin-right: .5em;
}



/* Forms
----------------------------------------------- */
form{
	float: right;
	display: inline;
	margin-top: 15px;
	margin-right: 147px;
}

form div{
	float: left;
	margin-left: 5px;
}

input{
	width: 10em;
	padding: 3px;
	font-size: 85%;

}

label{
	display: block;
	font-size: 85%;
	margin-left: 1px;
}

#submit{
	width: auto;
	margin-top: -1px;
}

label.hide{
	margin-left: -999em;
}