/*------ Basics -------------------------------------------------------*/

body{
	background: #ffffff;
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	color: #444444;
	}

p {
	display: block;
	padding-bottom: 12px;
	}

/*------ CONTENT DIVs -------------------------------------------------*/

#content {
	background: url(overview_mid.png) top left repeat-y;
	}
#content a:link {
	color: #333333;
	font-size: 9pt;
	text-decoration: underline;
	}
#content a:visited {
	color: #333333;
	font-size: 9pt;
	text-decoration: underline;
	}
#content a:hover {
	color: #999999;
	font-size: 9pt;
	text-decoration: underline;
	}
#content a:active {
	color: #999999;
	font-size: 9pt;
	text-decoration: underline;
	}
	
#contactUs {	
	width: 910px;
	background: url(contactUs_top.png) no-repeat;
	padding-left: 40px;
	padding-bottom: 20px;
	line-height: 17px;
	}

#featuresLeft {
	overflow: hidden;
	float: left;
	width: 295px;
	padding-right: 59px;
	padding-top: 143px;
	}
#contactStarLogo {
	display: block;
	width: 157px;
	margin: auto;
	}
.contactBlock {
	display: block;
	clear: both;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
	}
hr {
	height: 1px;
	border: 0;
	background-color: #9fb6d6;
	color: #9fb6d6;
	width: 100%
	}
.contactBlock .contactType {
	display: block;
	float: left;
	text-align: right;
	width: 96px;
	color: #53739d;
	}
.contactBlock .contactMe {
	display: block;
	float: right;
	text-align: left;
	padding-left: 12px;
	width: 187px;
	color: #000000;
	}

#featuresRight {
	overflow: hidden;
	float: left;
	width: 491px;
	padding-top: 82px;
	}
#formHead {
	display: block;
	background: url(contact_form_head.png) no-repeat;
	height: 39px;
	width: 491px;
	color: #ffffff;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	padding-top: 4px;
	letter-spacing: 1px;
	}
#contactNote {
	display: block;
	background: url(contact_form_mid.png) repeat-y;
	text-align: right;
	padding-right: 10px;
	color: #4069a2;
	font-size: 11px;
	}
#contactForm {
	display: block;
	background: url(contact_form_mid.png) repeat-y;
	width: 491px;
	}
/*------ Form -------------------------------------------------*/

#RequestForm {
	width: 445px;
	padding: 23px;
	}
#contactThanks {
	display: block;
	float: left;
	padding: 40px;
	font-size: 13px;
	line-height: 20px;
	}

#RequestForm .formBlock {
	display: block;
	float: left;
	width: 50%;
	padding-bottom: 20px;
	}
#RequestForm .formSet {
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	}
#RequestForm label {
	display: block;	
	}
#ProcRequest {
	display: block;
	clear: both;
	width: 108px;
	margin-left: auto;
	margin-right: auto;
	}
/*------ TEXT ---------------------------------------------------------*/
	
.black {
	display: block;
	font-size: 17px;
	color: #000000;
	padding-bottom: 12px;
	padding-top: 8px;
	}

.lgblack {
	display: block;
	font-size: 20px;
	color: #000000;
	padding-bottom: 12px;
	padding-top: 8px;
	}

.blue {
	font-size: 16px;
	color: #042f77;
	padding: 0;
	margin: 0;
	}

.lgblue {
	font-size: 23px;
	color: #042f77;
	line-height: 28px;
	}
	
.smblue {
	font-size: 12px;
	color: #042f77;
	padding: 0;
	margin: 0;
	font-weight: normal;
	}
	
.fdaBlack {
	font-size: 15px;
	line-height: 30px;
	text-decoration: underline;
	color: #000000;
	}
.smblack {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0;
	margin: 0;
	}