/* HEALTHCARE IS GENERAL RULES */

/* HTML DEFINITIONS */

*, html, body {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #01374a;
}

body {
	background-color: #01374a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:  #ffffff;
	line-height: 22px;
}

div#container {
	padding: 2%;
	width: 95%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100 !important;
}

a {
	text-decoration: none;
	color: #c0d474;
}

a img {
	border: none;
}

strong {
	color: #012459;
	font-weight: 100 !important;
}


/* FORM RULES */

p.important {
	color: #ffffff !important;
}

#country_label, #country_feild {
	display: none !important;
}

form.body_form {
	margin: 1.5em 0px;
	font-size: 12px;
}

form.body_form h3, p {
	margin: 1em 0;
	color: #ffffff;
}

.body_form label {
	margin: 0px 0px 1.25em 0px;
	float: left;
	width: 35%;
	color: #dddddd;
	display: inline;
}

.body_form fieldset {
	margin: 0px;
	border: 0px;
}

label.special_label, label.radio_label {
	float: none;
	margin: 1.5em 0px;
	color: #dddddd;
}

label.special_label {
	width: 95%;
}

label.radio_label {
	width: 5%;
}

fieldset.checkboxes_fieldset {}

label.checkbox_label {
	width: 20%;
}

.body_form input.text_field, .body_form select.select_field, textarea.resume_field {
	margin: 0px 0px 1.5em 0px;
	border: 2px solid #dddddd;
	font-size: 14px;
	color: #01374a !important;
	background-color: #ffffff !important;
}

.body_form input.radio_input {}

* html form.body_form input.text_field, * html form.body_form select.select_field, * html form textarea.resume_field {
	background-color: #ffffff !important
}

.body_form input.text_field, .body_form select.select_field {
	margin: 0px 0px 1.5em 0px;
	width: 60%;
	height: 1.5em;
}

.body_form input.field_checkbox {
	margin: 0px 0px 1.5em -120px;
}

.body_form input.checkboxes {
	margin: 0px 15px 0px 0px;
	width: 25px;
	height: 25px;
	float: left;
	clear: right;
}

textarea.resume_field {
	display: block;
	width: 95%;
	height: 150px;
	
}

