@font-face {
  font-family: 'HelveticaNeueLTCom';
  src: url('fonts/helveticaneueltcom-lt.eot');
  src: url('fonts/helveticaneueltcom-lt.eot') format('embedded-opentype'),
       url('fonts/helveticaneueltcom-lt.woff') format('woff'),
       url('fonts/helveticaneueltcom-lt.ttf') format('truetype')
}

/* General */
body {
	margin: 0;
	text-align: center;
	font-family: 'HelveticaNeueLTCom';
	background-color: #FFF;	
}

h1 {
	color: #04175B;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 35px;
	font-family: 'HelveticaNeueLTCom';	
}

h2 {
	color: #04175B;
	font-family: 'HelveticaNeueLTCom';	
}

h3 {
	font-family: 'HelveticaNeueLTCom';
}

p {
	color: #04175B;
	font-family: 'HelveticaNeueLTCom';
}

input {
	font-family: 'HelveticaNeueLTCom';	
}

textarea {
	overflow: auto;
	font-family: 'HelveticaNeueLTCom';	
}

ol, ul, li { 
	list-style: none; 
}

/* Header */

#header {
	max-width: 1200px; 
	max-height: 126px; 
	margin:0px auto; 
	text-align: left;
	position: relative;
}

#logo-text {
	background-color: #007DBA;
	color: #fff;
	font-size: 90px;
	font-weight: bold;
	margin: -450px 0 0;
	padding: 5px 20px;
	float: left;
/*	width: 100%;*/
	text-align: center;
}

#logo {
	width: 100%;
	float: left;
	margin-top: 2px;
}

#logo img {
	width: 100%;
	float: left;
}

/*General Containers */

#container {
	max-width: 1200px;
	width: 100%; 
	margin: 0px auto;
}

/* Left panel */

#left_panel {
	width: 75%;
	margin-top: 5px;
	max-width: 900px;
	float: left;
	background-color: #FFFFFF;
  padding: 0;
}

/* Right Panel */

#right_panel {
	width: 24%;
	margin-left: 1%;
	margin-top: 5px;
	max-width: 300px;
	float: right;
	background-color: #EFEDEA;
  border-radius: 8px;
  padding: 0;
}

.email a, .email a:visited{
	text-decoration: none;
	color: #04175B;
	font-size: 23px;
}

@media screen and (max-width: 1000px) {
	.email a, .email a:visited {
/*		font-size: 16px;*/
	}
}

@media screen and (max-width: 500px) {
/*	.email a, .email a:visited {
		font-size: 12px;
	}*/
	#right_panel {
		clear: both;
		float: left;
		margin-left: 0px;
		max-width: 1000px;
		width: 100%;
	}
	#left_panel {
		width: 100%;
	}
	#footer .right {
		display: none;
	}
}

.email a:hover {
	color: #FF0000;
}

.phone a {
	color: #011459;
	font-size: 25px;
	text-decoration: none;
}

.phone a:hover {
	color: #FF0000;
}

#right_panel .module {
	border-top: 1px solid #fff;
	clear: both;
	display: block;
	padding: 7px 5px;
}

#right_panel .module h2 {
	margin: 0 0 3px;
	color: #007DBA;
	background-color: #d3d3d3;
	padding: 3px 0;
	border-radius: 8px;
}

.apply-now {
	width: 19%;
	margin-left: 1%;
	margin-top: 5px;
	max-width: 300px;
	float: right;
	background-color: #EFEDEA;
  border-radius: 50px;
  padding: 0.6% 1.5%;
	background-color: #FF0000;
/*	border: 5px solid #FFFF00;*/
	border: 5px solid #000;
}

.apply-now a, .apply-now a:visited {
	padding: 0 2% 8px;
/*	color: #007DBA;*/
	color: #FFF;
	background-color: #FF0000;
	font-size: 36px;
	text-decoration: none;
	font-weight: bold;
}

.apply-now a:hover {
/*	color: #F1DF01;	*/
	color: #000;
}

.social {
	margin: 2px auto;
	width: 100%;
	max-width: 230px;
}

.social img {
	width: 100%;
	border: none;
}

.social img:hover {
	opacity: 0.8;
	border: none;
}

.login-module input {
	width: 108px;
	float: left;
	max-width: 95%;
}

.login-module span {
	float: left;
	width: 160px;
	text-align: left;
}

.login-module div {
	float: left;
	width: 100%;
}

.subscribe-module {
	margin-top: 15px;
}

.subscribe-module input {
	width: 208px;
	float: left;
	max-width: 95%;
}

.subscribe-module span {
	float: left;
	width: 60px;
	text-align: left;
}

.subscribe-module div {
	float: left;
	width: 100%;
}

.module input[type="submit"] {
	background-color: #ce3333;
	border: 1px solid #910600;
	border-radius: 3px;
	color: #FAFAFA;
	font-size: 16px;
	font-weight: bold;
	padding: 0 8px;
	float: right;
	height: 25px; 
	margin: 2px 4px 12px 0px; 
	width: 100px;  
}

.module input[type="submit"]:hover {
	color: #F9FF00;
}

.news_heading {
/*	text-align: left;*/
	text-align: center;
	margin: 10px 10px 0px;
	float: left;
	background-color: #04175b;
	border-radius: 8px;
	padding: 3px;
}

.news_heading a {
/*	color: #ce3333;*/
	color: #FFFFFF;
	font-size: 20px;
	float: left;
	font-weight: bold;
	text-decoration: none;
}

.news_body {
	color: #011459;
	float: left;
	margin: 0px 10px;
	text-align: left;	
}

.news_body p {
	margin: 3px 0px;
}

.news_body img {
	width: 100%;
	height: auto;
}

.news_read_more {
	background-color: #007dba;
	border: 1px solid #910600;
	border-radius: 3px;
	color: #FAFAFA;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 8px;
	float: right;
	margin: 2px 4px 12px 0px; 
}

.news_read_more a, .news_read_more a:visited {
	color: #FAFAFA;
	text-decoration: none;
}

.news_read_more a:hover {
/*	opacity: .75;*/
	color: #F9FF00;
}

#details .news_read_more a, #details .news_read_more a:visited {
	color: #FAFAFA;
	text-decoration: none;
}

#details .news_read_more a:hover {
/*	opacity: .75;*/
	color: #F9FF00;
}


#details .front-page-features .read-more {
	background-color: #007dba;
	border: 1px solid #910600;
	border-radius: 3px;
	color: #FAFAFA;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 8px;
	float: right;
	margin: 2px 4px 2px 0px; 
}

#details .front-page-features .read-more a, #details .front-page-features .read-more a:visited {
	color: #FAFAFA;
	text-decoration: none;
}

#details .front-page-features .read-more a:hover {
	opacity: .75;
	color: #FAFAFA;
}

.dotted_border_bottom {
	border-bottom: 1px dotted #000;
	float: left;
	margin-top: 5px;
	width: 100%;
}

.news-summary {
	font-size: 16px;
	background-color: #F5F5F5;
	padding: 0px 2% 10px;
	width: 96%;
	float: left;
	color: #007dba;
	border-radius: 8px;	
	margin-bottom: 5px;
}

.news-summary h2 {
	margin-bottom: 0px;
}

#details .news-summary h2 a, #details .news-summary h2 a:visited {
	font-size: 36px;
	font-weight: bold;
	color: #ce3333;
}

#details .news-summary h2 a:hover, #details .news-summary h2 a:visited:hover {
	color: #007dba;
}

.rule {
	border-bottom: 2px dotted #EFEFEF;
	float: left;
	margin-bottom: 5px;
/*	margin-top: 10px;*/
	width: 100%;
}

.news-details {
	font-size: 16px;
	background-color: #F5F5F5;
	padding: 0px 2% 10px;
	width: 96%;
	float: left;
	color: #007dba;
	border-radius: 8px;	
	margin-bottom: 5px;
}

.news-details h2 {
	margin-bottom: 0px;
	font-size: 36px;
	font-weight: bold;
	color: #ce3333;	
}


/* Menu */

#menu {
	width: 100%; 
	font-size: 17px;
	border-bottom: 	#000000 4px solid;
	float: left;
	margin-top: -36px;
}

#menu ul {
	width: 70%; 
	margin: 0px auto; 
	padding: 0px;
	list-style-type: none;
	float: right;
}

#menu li {
	color: #011459;
	float: left; 
}

#menu li:hover {
	background-color: #007dba;
}

#menu li.first {
	margin-left: 0;
}

#menu li a, #menu li a:visited {
	color: #011459;
	float: left; 
	text-decoration: none;
	padding: 5px 8px;
	font-size: 20px;
	font-weight: bold;
}

#menu li a:hover, #menu li a:visited:hover {
	color: #FFFFFF;
	float: left;
}

@media screen and (max-width: 1160px) {
	#menu li a, #menu li a:visited {
		color: #FFFFFF;
		padding: 5px 0px;
	}
}

@media screen and (max-width: 500px) {
	#menu li a, #menu li a:visited {
		color: #FFFFFF;
	}
	body {
		margin: 0 1%;
	}
	#logo img {
		float: left;
	}
	#menu {
		margin-top: 2px;
	}
	#menu ul {
		clear: left;
		width: 100%;
	}
	#menu li {
    background-color: #FF0000;
    border-bottom: 1px solid #EFEFEF;
    clear: left;
    float: left;
    text-align: center;
    width: 100%;
	}	
	#menu li a, #menu li a:visited {
		text-align: center;
		width: 100%;
	}
	#menu li a:hover, #menu li a:visited:hover {
		color: #FFFFFF;
		float: left;
		background-color: #007dba;
		padding: 5px 0px;
	}	
}

/* Application Menu */

#application_menu {
/*	width: 100%; */
	font-size: 17px;
	border-bottom: 	#000000 4px solid;
	float: left;
/*	margin-top: -33px;*/
	margin-bottom: 5px;
}

#application_menu ul {
	width: 100%; 
	margin: 0px auto; 
	padding: 0px;
	list-style-type: none;
	float: left;
}

#application_menu li {
	color: #FFFFFF;
	float: left; 
	background-color: #007DBA;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;	
	margin-left: 1px;
	padding-bottom: 5px;
	text-align: center;
}

#application_menu li:hover {
	background-color: #EFEDEA;
}

#application_menu li.first {
	margin-left: 0;
}

#application_menu li a, #application_menu li a:visited {
	color: #FFFFFF;
	float: left; 
	text-decoration: none;
/*	padding: 5px 8px 0px;*/
	padding: 5px 9px 0px;
	font-size: 18px;
	font-weight: bold;
}

#application_menu li a:hover {
	color: #011459;
	float: left;
}

#application_menu .highlight {
	background-color: #FF0000;
	color: #007dba;
}

#application_menu .highlight a, #application_menu .highlight a:visited {
/*	color: #04175b;*/
/*	color: #007dba; */
	color: #FFFFFF;
}

#application_menu .highlight a:hover, #application_menu .highlight a:visited:hover {
	color: #007dba; 
}

#application_menu span {
	font-size: 15px;
	font-weight: bold;
	color: #FFFF00;
	line-height: 20px;
/*	font-weight: bold;*/
}

#application_menu .highlight span {
/*	color: #04175b;*/
}

#application_menu li:hover > span {
	color: #04175b;
}

#application_menu li:hover > a {
	color: #007DBA;
}



/* Content */

#content {
	min-height: 300px; 
	background-color: #FFFFFF;
	text-align: left;
	padding: 15px 3%;
	float: left;
	width: 94%;
}

#content h1 {
	background-color: #CE3333;
	color: #FFF;
	font-size: 75px;
	font-weight: bold;
	margin: 0 0 5px;
	text-align: center;
	border-radius: 8px;
	padding-bottom: 5px;
}

.front-page #content {
	min-height: 300px; 
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	float: left;
	width: 100%;
}

/* Warning */

#warning {
	background-color: #EFEDEA; 
	float: left;
	max-width: 1200px;
	width: 100%;
	color: #04175B;
  border-radius: 8px;	
  padding: 0;
  margin-top: 5px;
  margin-bottom:5px;  
}

#warning p {
	text-align: left;
	margin: 0px 35px;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #011459;
}

/* Footer */

#footer {
/*	background-color: #4D4D4D; */
	background-color: #565858;
	float: left;
	max-width: 1200px;
	width: 100%;
	color: #04175B;
}

#footer .divider {
	width: 100%; 
	background-color: #000000; 
	height: 4px; 
	position: relative;
	left: 0px;
	margin-top: 0px;
	overflow: hidden;
}

#footer .left {
	float: left;
	margin-left: 10px;
}

#footer .right {
	float: right;
	margin-right: 10px;
}

#footer a, #footer a:visited {
	color: #04175B;
	text-decoration: none;
}	

#footer .weblink, #footer .weblink:visited {
	color: #F1DF01;
	text-decoration: none;
	font-weight: bold;
	font-size: 23px;
}	

#footer a:hover {
	color: #F1DF01;
}

#footer .full {
	text-align: center;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 15px;
}

#footer .full .center {
	text-align: center;
	max-width: 410px;
	margin: 0px auto;
	color: #FFFFFF;
}

#footer .full p {
	text-align: left;
	margin: 0px auto;
	margin-left: 15px;
	margin-right: 15px;
	color: #FFFFFF;
}		

#footer .call h2 {
/*	color: #F1DF01;;*/
	color: #FFF;
	font-size: 24px;
	margin: 0px;
}

#footer .call a {
/*	color: #FF0000;*/
	color: #FFF;
	font-size: 24px;
}

#footer .call a:hover {
/*	color: #007DBA;*/
	color: #EFEFEF;
}

#footer .email h2 {
/*	color: #F1DF01;;*/
	color: #FFF;
	font-size: 24px;
	margin: 0px;
}

#footer .email a {
/*	color: #FF0000;*/
	color: #FFF;
	font-size: 24px;
}

#footer .email a:hover {
/*	color: #007DBA;*/
	color: #EFEFEF;
}

#footer h1 {
	color: #FFFFFF;
	font-size: 50px;
	margin: 0px;
	font-weight: bold;
}

/* Details */

#details {
	clear: both;
	color: #04175B;
	margin-top: 30px;
	float: left;
	width: 100%;
	font-size: 23px;
}

#details p {
	font-size: 18px;
}

.front-page #details {
	margin-top: 0px;
}

#details a, #details a:visited {
	color: #B0B0B6;
	text-decoration: none;
}

#details a:hover {
	color: #F1DF01;
}

.red-arrow {
	color: #FF0000;
	font-family: arial;
	font-size: 24px;
	font-weight: bold;	
}

.red-arrow-medium {
	color: #FF0000;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;	
}

.right {
	float: right;
	clear: right;
}

#details .front-page-features {
	background-color: #FFF;
	border: 1px solid #d8dde2;
	border-radius: 8px;
/*	width: 100%;*/
	float: left;
	margin-bottom: 5px;
	clear: left;
}

#details .front-page-feature {
	background-color: #EFEDEA;
	padding: 0 2% 10px;
	width: 96%;
	float: left;
	color: #007dba;
}

#details .front-page-feature p {
	font-size: 20px;
	color: #007dba;
}

#details .front-page-features a, #details .front-page-features a:visited {
/*	float: left;
	width: 100%;
	color: #007dba;*/
	text-decoration: none;
	color: #04175B;
	float: none;	
}

#details .front-page-features a:hover {
	color: #FF0000;
}



#details .front-page-features h2 {
	color: #04175b;
	font-size: 35px;
	margin: 0 2% 10px;
}

#details .features {
	background-color: #FFF;
	border: 1px solid #d8dde2;
	border-radius: 8px;
	width: 100%;
	float: left;
	margin-bottom: 5px;
	clear: left;
}

#details .feature {
	background-color: #F5F5F5;
	padding: 0 2% 10px;
	width: 96%;
	float: left;
	color: #007dba;
}

#details .feature p {
	font-size: 20px;
	color: #007dba;
}

#details .feature .image-holder {
	margin-top: 20px;
}

#details .nutrition {
	color: #89afd9;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-top: -15px;
}

#details .feature-full {
	background-color: #F5F5F5;
	padding: 0 0 10px;
	width: 100%;
	float: left;
	color: #007dba;
}

#details .feature-full p {
	font-size: 20px;
	color: #007dba;
}

#details .feature-full table {
	width: 100%;
	border-collapse: collapse;
}

#details .feature-full table td {
	padding: 6px 12px;
	border: 1px solid #d8dde2;
}

#details .features a, #details .features a:visited {
	text-decoration: none;
	color: #04175B;
	float: none;
}

#details .features a:hover {
	color: #FF0000;
}


#details .features h2 {
	margin: 0 2% 10px;
	color: #04175b;
	font-size: 35px;
}

#details .features .read-more {
	background-color: #007dba;
	border: 1px solid #910600;
	border-radius: 3px;
	color: #FAFAFA;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 8px;
	float: right;
	margin: 2px 4px 2px 0px; 
}

#details .features .read-more a, #details .features .read-more a:visited {
	color: #FAFAFA;
	text-decoration: none;
}

#details .features .read-more a:hover {
	opacity: .75;
	color: #FAFAFA;
}

	

/* Form*/

.form_block {
	background-color: #FFF;
	border: 1px solid #d8dde2;
	border-radius: 8px;
	width: 100%;
	float: left;
	margin-bottom: 5px;
	clear: left;
	padding-top: 2%;
	padding-bottom: 2%;
}

.form_block h2 {
	margin: 0 2% 10px;
	font-size: 24px;
	color: #007DBA;
}

.form_label {
/*	margin: 0 10px 10px 2%;*/
	margin: 5px 10px 5px 2%;
	font-size: 16px;
	color: #04175b;
	float: left;
}

.form_sub_label {
	width: 125px;
	float: left;
}

.personal_details .form_label {
/*	width: 130px;*/
	width: 145px;
}

.contact_details .form_label {
/*	width: 130px;*/
	width: 145px;
}

.drivers_licence .form_label {
/*	width: 130px;*/
	width: 145px;
}

.current_home .form_label {
/*	width: 130px;*/
	width: 145px;
}

.family_details .marital_status {
/*	width: 130px;*/
	width: 145px;
}

.current_home .state {
/*	width: 105px;*/
	width: 145px;
}

.current_home .time_at_address {
	width: 145px;
}

.current_home .mortgage {
	width: 190px;
}

.form_field {
/*	margin: 0 2% 10px 0px;*/
	margin: 5px 0;
	font-size: 16px;
	color: #04175b;
	float: left;
}

.clear_left {
	clear: left;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

.mortgage_with {
	display: none;
}

.landlord_details {
	display: none;
}

#add_applicant, #delete_applicant, #save_continue, #delete_previous_employment, #add_previous_employment {
	background-color: #007dba;
	border: 1px solid #910600;
	border-radius: 3px;
	color: #FAFAFA;
	font-size: 16px;
	font-weight: bold;
	padding: 0 8px;
	float: right;
	height: 25px; 
	margin: 2px 4px 2px 0px; 
}

#save_continue {
	background-color: #CE3333;
}


#add_applicant:hover, #delete_applicant:hover, #save_continue:hover,  #delete_previous_employment:hover, #add_previous_employment:hover {
	opacity: .9;
 }

#delete_applicant {
	display: none;
}

#delete_previous_employment {
	display: none;
}

.applicant {
	float: left;
	margin-bottom: 5px;
	width: 100%;
	border-bottom: 4px solid #007dba
}

.applicant_title {
	background-color: #efedea;
	padding: 1% 2%;
	width: auto;
	margin-top: 15px;
}

.applicant_title h2 {
	margin: 0;
	color: #04175b;
}

.form_error {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 5px 2%; 
	float: left;
}

.error-border {
	border: 2px solid #FF0000;
}

@media screen and (max-width: 1200px) {
	.form_block .form_label {
		clear: left;
		width: 130px;
		margin: 5px 10px 0 2%;
	}
	.form_block .form_field {
/*		margin: 0 10px 10px 4%;*/
		margin: 5px 0 0;
	}
	.form_block .form_error {
		margin: 0 0 10px 2%;
		clear: left;
	}	 
}







#form-holder {
	clear: both;
	color: #04175B;
	margin-top: 30px;
	float: left;
	width: 700px;
	text-align: left;
}

.form_info {
  background-color: #FFFF00;
  padding: 0px;
  width: 100%;
}

#employment_details .form_info {
	margin-top: 15px;
}

.form_info h3 {
	color: #ff0000;
	margin: 0px;
	font-size: 24px;
	padding: 1% 2%;
}

#form1 {
	font-size: 23px;
}

#form1 label {
	float: left;
	clear: left;
	margin-bottom: 25px;
	width: 700px;
}

#form1 .message {
	color: #04175B;
	width: 700px;
	background-color: transparent;	
	padding-bottom: 0px;	
}	
}

#form1 .message_top {
	float: left;
}

#form1 textarea.input {
	width: 400px;
	height: 50px;
}

#form1 fieldset {
	border: none;
}

#form1 span {
	float: left;
}

#form1 .input {
	margin-left: 20px;
	float: left;
}

.link-form {
	margin-left: 55px;
	float: left;
}

.error, .empty,.success {
	display: none;
	clear: left;
	color: #FF0000
}

#form1 .link3 {
  background-image: url("/images/submit.png");
  float: left;
  height: 33px;
  text-indent: -1000px;
  width: 107px;
}

h2.form_heading {
  background-color: #F1DF01;
  color: #011459;
  float: left;
  margin-bottom: 0;
  padding: 7px 0;
  width: 100%;
	text-align: center;
}

/* Slider */
#slider-holder {
	max-height: 380px;
	max-width: 900px;
	width: 100%;
	overflow: hidden;
	float: left;
}

.slider {
	width: 100%;
	max-height: 380px;
}

.slider img {
	max-height: 380px;
	max-width: 900px;
	width: 100%;
}

.slider {
  position: relative;
  visibility: hidden;
  left: -5000px;
}

#slider-holder a.prev {
	left: 5px;
}

#slider-holder a.next {
	right: 5px;
}
#slider-holder a.prev, #slider-holder a.next {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #4E443C;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 24px/27px Arial, sans-serif;
	-webkit-border-radius: 30px;
	   -moz-border-radius: 30px;
	        border-radius: 30px;
	-webkit-box-shadow: 0 0 2px #999;
	   -moz-box-shadow: 0 0 2px #999;
	        box-shadow: 0 0 2px #999;
	z-index: 1000;
}

#slider-holder a.prev:hover, #slider-holder a.next:hover {
    background-color: #666666;
}
        
        
#slider-holder .pagination {
	bottom: 0;
}

#slider-holder .pagination a {
	text-decoration: none;
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
	min-width: 14px;
	background: #fff;
	color: #4E443C;
	border-radius: 14px;
	padding: 3px;
	text-align: center;
	margin-right: 2px;
	opacity: .75;
}

#slider-holder .pagination a.active {
	background: #4E443C;
	color: #fff;
	opacity: 1;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
} 

#slider-holder .pagination a:hover {
	background-color: #666666;
	color: #fff;
}   

.externalControl {
	bottom: 10px;
	display: block;
	position: absolute;
	width: 100%;
	z-index: 1000;	
}    

#slider-hidden {
	display: none;
} 

.contact-us img {
	float: left;
	margin-right: 25px;
}

.contact-us #details .features a, .contact-us #details .features a:visited {
	float: left;
	width: auto;
}

.contact-us #details .email {
	float: left;
	margin: 30px 0 20px;
}

.contact-us #details .features {
	width: 99.5%;
}

#contact_form {
	margin-top: 15px;
}

#contact_form div {
	float: left;
	clear: left;
}

#contact_form span {
	float: left;
	width: 120px;
	text-align: left;
}

#contact_form input[type="submit"] {
	background-color: #ce3333;
	border: 1px solid #910600;
	border-radius: 3px;
	color: #FAFAFA;
	font-size: 16px;
	font-weight: bold;
	padding: 0 8px;
	float: left;
	height: 25px; 
	margin: 2px 4px 12px 120px; 
	width: 90px;  
	clear: left;
}

#contact_form .red {
	color: #FF0000;
	width: auto;
	float: none;
}

.latin {
	color: #89afd9;
	font-style: italic;
	font-weight: bold;
}

.image-holder {
	width: 100%;
	text-align: center;
}