﻿/* -------- Main CSS Start -------- */
html, body {
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}
#wrap {
	background: #FFF;
	width: 400px;
	margin: 0 auto;
	padding: 1px;
	text-align: center;
}

img {
	border: none;
	margin: none;
}
div#content {
	float: left;
	text-align: left;
	border-bottom: none;
}
p {
	margin: 0 20px 10px 20px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 11px;
	line-height: 14px;
	color: #444;
	text-align: justify;
}
h1 {
	font-size: 44px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	border-bottom: 1px solid #ccc;
	margin: 0 20px 2px;
	line-height: 60px;
	color: #444;
	padding: 10px 0;
	letter-spacing: 0;
}
h2 {
	margin: 0 20px 10px 20px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 11px;
	line-height: 14px;
	color: #0E56AD;
	text-align: justify;
}
h3 {
	margin: 0 20px 10px 20px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 14px;
	color: #0E56AD;
	text-align: justify;
}
h4 {
	margin: 0 20px 10px 20px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #0E56AD;
	text-align: justify;
}


.left_image {
	/* image floated left within text */
	float: left;
	width: 105px;
	padding: 15px 5px;
}
div#colrighttop {
	float: right;
	width: 279px;
	padding-top: 5px;
	font-size: 90%;
	color: #666;
	line-height: 18px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
}
/* -------- Main CSS End -------- */
/* -------------------------------- SMALL FORM -- START -------------------------------- */
div#formwrap {
	width: 720px;
	border-right: none;
	margin: 0px 60px 10px 120px;
	border: none;
}
#formwrap h5 {
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
}
#formwrap h3 {
	margin: 8px 0 0 0;
	padding: 2px 0 2px 0;
	font-size: 18px;
}
#formwrap h1 {
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
}
#formwrap h4 {
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
	font-size: 30px;
}
#smalltext {
	display: inline;
	width: auto;
	font-size: 11px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #777;
	margin-left: 6px;
}
#lighttext {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #777;
}
#formwrap img {
	float: left;
	margin: 0 0 0 0;
	padding: 0 20px 0 0;
}
#formwrap_small {
	width: 300px;
	margin: 10px 10px 30px 70px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #333;
}
#formwrap_small2 {
	width: 300px;
	margin: 10px 10px 30px 50px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #333;
}

#formwrap_1col {
	width: 680px;
	margin: 10px 10px 30px 10px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #333;
}

label {
	display: block;
	width: 250px;
}
input {
	display: block;
	width: 250px;
}
#mailinglist {
	display: inline-block;
	width: auto;
	font-size: 9px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	color: #777;
	float: left;
}
select {
	display: block;
	width: 250px;
	color: #444;
}
textarea {
	display: block;
	width: 250px;
	height: 145px;
	overflow-y: scroll;
}
#formlabel {
	width: 660px;
	height: 60px;
	margin: 30px 10px 10px 20px;
}
#formleft {
	float: left;
	vertical-align: top;
}
#formright {
	vertical-align: top;
	margin-left: 300px;
}
#smallform {
	vertical-align: top;
	margin-left: 0px;
	width:300px;
}
.gobutton {
	margin: 10px 0px 10px 40px;
	float: left;
	width: auto;
	height:auto;
	border: none;
	background-image: ;
	background-repeat: no-repeat;
}
.gobutton2 {
	margin: 10px 0px 10px 55px;
	float: left;
	width: auto;
	height:auto;
	border: none;
	background-image: ;
	background-repeat: no-repeat;
}
.gobutton :hover {
	background-image: url('../images/button_submit-hover_orange.png');
	background-repeat: no-repeat;
}
/*  -------------------------------- SMALL FORM -- END -------------------------------- */
/* -------------------------------- FORMS end -------------------------------- */

