/* this is to preload images */
.hiddenPic {
	display:none;
}


ul {
	color:37536f;
	margin-top: -18px;
	list-style-type:disc;
}

hr {
	color:#9dc2d2;
	height: 1px;
	}


.orgmenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #140c08;
	font-size:13px;
	font-weight: bold;
	text-decoration:none;
}


.orgmenu a:link, .orgMenu a:visited, .orgMenu a:active, a.orgMenu:link, a.orgMenu:visited, a.orgMenu:active {
	text-decoration:none;
}

.orgmenu a:hover, a.orgMenu:hover {
	color:#cccccc;
	}

.titleText {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:fad11e;
	font-weight:bold;
}

	
.headerText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 2;
	color:#0c9fa6;
	text-decoration : none;
	line-height: 1.5;
}

	
.BodyText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 2;
	color:#dbf5f3;
	line-height: 1.5;
}



.BodyText a:link, .BodyText a:visited, a.BodyText:link, a.BodyText:visited {
	color:#dbf5f3;
	text-decoration:underline;
}


.BodyText a:active, a.BodyText:active, .BodyText a:hover, a.BodyText:hover {
	text-decoration:none;
}
	
.testimonialText {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#222222;
	text-decoration : none;
	line-height: 1.5;
}

/* contact form */
#contactFormReply {
	width: 500px;
	float: right;
	margin-top: 400px;
}

#signupform {
    padding: 30px 0px 0px 20px;
	width: 500px;
	display:block;
	text-align: left;
	text-shadow: #122944 0 1px 0;
}

.form {
	font-size: 11px;
	float: right;
	font-weight: bold;
}

.fieldHolder
{
	width: 250px;
	height: 27px;
	background: url(Images/textfield.png) no-repeat;
	margin-bottom: 4px;
	margin-top: 2px;
}

.textInput
{
	width: 245px;
	height: 22px;
	background: none;
	color: #bfe6fe;
	border-style: hidden;
	margin-top: 2px;
	font-size: 13px;
	text-shadow: #122944 0 1px 0;
	text-align: left;
	border-width: 1px;
	margin-left: 4px;
	font-weight: bold;
	background: none !important;
}

.contactComments{
	width: 250px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	color: #bfe6fe;
	text-shadow: #122944 0 1px 0;
	background: none;
	resize:none;
	background: url(Images/input.png) no-repeat;
	border-style: hidden;
}

#signup {
	background: url(Images/signup.png) no-repeat center;
	width: 179px;
	height: 30px;
}

#signupMessage {
	width: 500px;
	z-index: 4;
	top: 380px;
	position: relative;
	display: block;
	text-align: center;
}

.submitButton {
    background: url(images/submitButtonOn.png) no-repeat;
    height: 28px;
    width: 67px;
    border: none;
}

.submitButton:hover {
    background: url(images/submitButtonOff.png) no-repeat;
}