@charset "UTF-8";

/* BOF GENERAL CONTENT */

.mainContent {
	background-image: url(/images/content_bg3.jpg);
	background-repeat: repeat-x;
	background-position: ltop;
	background-color: #393939;
	width: 100%;
	display: block;
	float:left;
	_margin-left: 1px;
	font-family: Helvetica, Arial, sans-serif;
	size: 12px;
	color: #333333; 
	}

/* BOF CONTACT CONTENT */

.contactText {
	font-family: Helvetica, arial, sans-serif;
	color:#CCCCCC;
	padding: 9px;
	margin: 9px 0 0 0;
	font-size: 16px;
	}

.contactText p {
	margin: 5px 0 0 75px;
	font-size: 24px;
	}

.contactText a {
	color:#FF9900;
	text-decoration: none;
	}
	
.contactText a:hover {
	color:#FF9900;
	text-decoration: underline;
	}
	
.contactText h1 {
	color:#ff9900;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	letter-spacing: -0.04em;
	margin-bottom: 5px;
	}

label{
	width: 4em;
	float: left;
	text-align: right;
	display: block;
	background-color: #fff;}

.submit input{
	margin-right: 5px;
	float: right;}
	
.submitNameLine2 {
	margin-left: 1.7em;} 

.textfield1 {
	font-size: 16px;
	margin: 15px 0 10px 5px;
	color: #fff}

.textfield1 input{
	font-family: helvetica, arial, verdana;
	font-size: 16px;
	background: #191919;
	border: 1px solid #191919;
	background-color: #999999;
	margin: 0 0 2px 11px;
	height: 20px;
	padding: 6px 0 0 3px;
	}

.textfield1 input:hover{
	font-family: helvetica, arial, verdana;
	font-size: 16px;
	background: #191919;
	border: 1px solid #ff9900;
	background-color: #cccccc;
	margin: 0 0 2px 11px;
	height: 20px;
	padding: 6px 0 0 3px;
	}

.textfield2 {
	font-size: 16px;
	margin-left: 5px;
	color: #fff}

.textfield2 input{
	font-family: helvetica, arial, verdana;
	font-size: 16px;
	background: #191919;
	border: 1px solid #191919;
	background-color: #999999;
	margin: 0 0 2px 20px;
	height: 20px;
	padding: 6px 0 0 3px;
	}

.textfield2 input:hover {
	font-family: helvetica, arial, verdana;
	font-size: 16px;
	background: #191919;
	border: 1px solid #ff9900;
	background-color: #cccccc;
	margin: 0 0 2px 20px;
	height: 20px;
	padding: 6px 0 0 3px;
	}


fieldset{
	border: 1px solid #ff9900;
	width: auto;
	margin: auto 15px auto 15px;
	background-color: #222}

legend{
	color: #ff9900;
	font-size: 14px;
	background: #191919;
	border: 1px solid #ff9900;
	padding: 3px 6px;
	margin: 6px;
	text-decoration: none;}

textarea {
	width: 698px;
	height: 120px;
	font-family: helvetica, arial, verdana;
	font-size: 18px;
	border: 1px solid #191919;
	background-color: #999999;
	color: #000;
	padding: 4px;}

textarea:hover {
	width: 698px;
	height: 120px;
	font-family: helvetica;
	font-size: 18px;
	border: 1px solid #191919;
	background-color: #cccccc;
	color: #000;
	padding: 4px;}

.submitFact {
	float: right;
	background-position: center;
}


/* BOF ABOUT */

.aboutText {
	font-family: Helvetica, arial, sans-serif;
	color:#CCCCCC;
	padding: 9px;
	margin: 9px 0 0 0;
	}

.aboutText p {
	font-weight: normal;
	font-size: 14px; 
	margin-top: 20px;
	}

.aboutText img {
	float: left;
	margin: auto 15px auto auto;
	}

.aboutText a {
	color:#FF9900;
	text-decoration: none;
	}
	
.aboutText a:hover {
	color:#FF9900;
	text-decoration: underline;
	}
	
.aboutText h1 {
	color:#ff9900;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	letter-spacing: -0.04em;
	margin: 20px auto 8px auto;
	float: ;
	}

.aboutBulge {
	height: 320px;
	margin: -45px auto 0 auto;
	padding: 22px 20px 22px 90px;
	background-image: url(/images/bulge-blank.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}

.aboutBulge h2 {
	font-size: 32px;
	margin: 40px auto 10px -90px;
	text-align: center;
	}

.aboutBulge ul {
	margin: 5px 0 0 25px;
	list-style: none;
	font-size: 15px;
	}

.aboutBulge li {
	background-image: url(/images/list_arrow_orange.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 6px 0 6px 25px;
	color: #CCCCCC;
	}
/* EOF ABOUT */


/* BOF LINKS */

.linksBulge {
	height: 320px;
	margin: -40px auto 0 auto;
	padding: 55px 20px 22px 90px;
	background-image: url(/images/bulge-blank.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}

.linksBulge ul {
	margin: 0;
	list-style: none;
	}

.linksBulge li {
	background-image: url(/images/list_arrow_orange.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 6px 0 6px 25px;
	color: #CCCCCC;
	}

.linksBulge li a, .linksBulge li a:link, .linksBulge li a:visited {
	color: #fff;
	}

.linksBulge li a:hover {
	color: #0099FF;
	text-decoration:underline;
	}

/* EOF LINKS */


.instructionalText {
	color: #ccc;
	margin: 35px 9px 0 9px;
	font-size:16px;
	}	
	
.instructionalText ul {
	margin: 25px 0 0 200px;
	list-style: none;
	}

.instructionalText li {
	background-image: url(/images/list_arrow_orange.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 0 0 3px 25px;
	color: #FFF;
	}



