html{
	height: 100%;
}

body{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

img{
	border: 0px;
}

div{
	font-family: Century Gothic, Helvetica Neue, Myriad Pro, Arial;
	font-size: 14px;
	color: #415866;
	font-weight: normal;
}

h1 {
	font-family: Century Gothic, Helvetica Neue, Myriad Pro, Arial;
	font-size: 28px;
	color: #0f2a39;
	font-weight: normal;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

h2 {
	font-family: Century Gothic, Helvetica Neue, Myriad Pro, Arial;
	font-size: 16px;
	color: #0f2a39;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

h3 {
	background-image: url('../images/headers/over_bg.png');
	background-repeat: repeat;
	padding: 15px;
	width: 371px;
	font-size: 22px;
	color: #ffffff;
	font-family: century gothic, helvetica neue, myriad pro, helvetica, verdana, arial;
	text-transform: uppercase;
	margin: 0px;
	font-weight: normal;
}

h4{
	font-family: Century Gothic, Helvetica Neue, Myriad Pro, Arial;
	font-size: 20px;
	color: #2e8ac1;
	display: block;
	padding: 0px;
	margin: 30px 0px 0px 0px;
	font-weight: normal;
}

h5{
	font-family: Myriad Pro, Century Gothic, Helvetica Neue, Verdana, Helvetica, Arial, sans-serif;
	font-size: 40px;
	color: #ffca08;
	margin: 4px 0px 0px 0px;
	font-weight: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffffff;
	margin: 0px;
	font-weight: normal;
}

a {
	font-size: 14px;
	color: #2a3942;
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer
}

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

#error li{
	list-style: disc;
	font-size: 13px;
	font-weight: bold;
	color: #ab4f40;
}

#error ul{
	margin-left: 20px;
	margin-bottom: 14px;
}

li{
	margin: 0px;
	padding: 4px 2px;
	float: none;
}

ul{
	list-style: disc;
	padding: 0px;
	margin: 2px 0px 13px 20px;
}

.submit{
	width: auto;
	cursor: pointer;
}

.submit:hover{
	background-color: #999999;
	color: #ffffff;
}	

input {
	background-color:#e8e8e8;
	border: 1px solid #cccccc;
	color:#4c4c4c;
	font-family: Century Gothic, Helvetica Neue, Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	padding: 7px;
	margin-bottom: 15px;
	width: 350px;
	display: block;
}

textarea {
	background-color:#e8e8e8;
	border: 1px solid #cccccc;
	color:#4c4c4c;
	font-family: Century Gothic, Helvetica Neue, Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	height:120px;
	padding: 7px;
	margin-bottom: 15px;
	width: 450px;
	display: block;
}

select {
	background-color:#e8e8e8;
	border: 1px solid #cccccc;
	color:#4c4c4c;
	font-family: Century Gothic, Helvetica Neue, Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	padding: 7px;
	margin-bottom: 15px;
	display: block;
}