@charset "UTF-8";
#containerMain {
	background-color: #FFFFFF;
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#bodyMain {
	background-color: #FFFFFF;
	background-image: url(images/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	vertical-align: top;
	width: 920px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #6b6b6b;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 23px;
	color: #073d75;
	font-weight: normal;
}
h2 {
	font-size: 18px;
}
#signup {
	font-size: 22px;
	color: #ff824a;
	background-image: url(images/bg-bttn.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 46px;
	width: 220px;
	font-weight: 200;
	text-transform: uppercase;
	line-height: 50px;
	text-decoration: none;
}
#signup a {
	display: block;
	color: #ff824a;
	text-decoration: none;
	height: 46px;
	width: 220px;
}
#signup a:hover {
	display: block;
	color: #e05b20;
	text-decoration: none;
	background-image: url(images/bg-bttn-hover.jpg);
	height: 46px;
	width: 220px;
}
p {
	font-size: 18px;
}
#bodyCopy {
	padding-right: 410px;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 20px;
}
ul {
	font-size: 15px;
	padding-right: 23px;
	line-height: 20px;
	list-style-image: url(images/bullet.jpg);
}
#header {
	padding-top: 25px;
	margin-bottom: 35px;
	font-size: 50px;
	color: #FFFFFF;
	font-weight: bold;
}

.headerRight {
	color: #a8d9ec;
	font-size: 18px;
	font-weight: 200;
	padding-left: 100px;
}
.tm {
	font-size: 22px;
	font-weight: 100;
	vertical-align: text-top;
}
#containerFooter {
	color: #FFFFFF;
	background-color: #6b6b6b;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	width: 100%;
	height: 55px;
	font-size: 13px;
	padding-top: 10px;
}
a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
#containerFooter a {
	color: #FFFFFF;
	text-decoration: underline;
}
#containerFooter a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*--iCONTACT FORMS--*/

#SignUp {
	background-color:#ffffff;
	text-align: left;
	/*background-image: url(images/bg-form.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
	}

#SignUp td {
	white-space:nowrap;
	background-color: #efefef;
	}

#SignUp .signupframe {
	background-color:#efefef;
	border:1px solid #e6e6e6;
	padding: 15px 20px 15px 20px;
	margin: 5px 0px 10px 0px;
	}

#SignUp font {
	font-size:14px;
	color:#073d75;
	}

#SignUp input {
	width: auto;
	}

#SignUp .label {text-align:right; font-size:14px;}

#SignUp .fieldDescription {text-align:left; font-style:italic; font-size:14px;}

/*--END iCONTACT FORMS--*/
