@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	/*width:100%;*/
	background-image: url(images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-color: #FFFFFF;
}

.main-wrapper {
	width: 100%;
	margin: 225px 0 0;
	padding:0 10px 0;
	background-image: url(images/main-wrapper-bg.png);
	box-shadow: 0px 0px 6px #000000;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.text-wrapper {
	width:980px;
	margin:10px auto 0;
}

.footer {
	background-image:url(images/slogan-bottom.jpg);
	width: 389px;
	height: 55px;
	display: block;
	margin: 10px auto 10px;
}

.credits-all {
	max-width:980px;
	height: 50px;
	margin: 0 auto 0;
	padding: 0 10px 0;
}

.credits-left {
	width: 45%;
	float:left;
	margin: 5px auto 5px;
}

.credits-left p {
	text-align: left;
	font-size: 10px;
}

.credits-right {
	width: 45%;
	float:right;
	margin: 5px auto 5px;
}

.credits-right p {
	text-align: right;
	font-size: 10px;
}

.contact-form {
	min-height: 500px;
	width: 300px;
	float: right;
	margin: 10px 0px 10px 25px;
	padding: 10px;
	border: 3px solid #D9A023;
	border-radius: 10px;
}

h1, h2, p, ul {
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	line-height: 100%;
	padding: 10px 0 10px;
	color: #D9A023;
	text-shadow: 0px 1px 1px #000000;
}


h2 {
	line-height: 100%;
	padding: 10px 0 10px;
	color: #D9A023;
	text-shadow: 0px 1px 1px #000000;
}


p {
	line-height: 125%;
	margin: 10px 0 10px;
	text-align:justify;
	}

a:link, a:active, a:visited {
	color:#D9A023;
	text-decoration:underline;
}

a:hover {
	color:#D9A023;
	text-decoration:none;
}

ul {
	list-style-type:circle;
	margin-left: 30px;
}

.cleared
{
   display:block;
   clear: both;
   float: none;
   margin: 0;
   padding: 0;
   border: none;
   font-size: 0;
   height:0;
   overflow:hidden;
}

table p {
	line-height: 125%;
	margin: 10px 0 10px;
	text-align:justify;
	font-size: 12px;
}
	
table textarea, table input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;\
}