@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #F6F6F6;
	font-size: 100%;
}

a{
	text-decoration: underline;
}
a:visited {
	color: #009933;
}
a:hover {
	color: #1C2754;
}

ul{ list-style-type:none;}

.spacer{
	line-height:0;
	font-size:0;
	clear:both;
	margin: 0px;
	}
	
#container {
	width: 827px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	background-attachment: scroll;
	background-image: url(images/Thalia_Banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 827px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#Contact {
	background-attachment: scroll;
	background-image: url(images/Thalia_Contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 256px;
	width: 827px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow: hidden;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	width: 195px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	float: left;
}
#mainContent {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 20px;
	z-index: 1;
	height: 100%;
	width: 540px;
	float: right;
	margin-left: 0px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/*Start of Navigation CSS */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
	width: 190px;
}

.urbangreymenu .headerbar{
	font: bold 13px Verdana;
	color: white;
	background: #606060 url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*31px is left indentation of header text*/
	width: 190px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 31px;
}

.urbangreymenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 190px;
}

.urbangreymenu ul li{
	padding-bottom: 5px; /*bottom spacing between menu items*/
	height: 1.6em;
}

.urbangreymenu ul li a{
	font: normal 12px Arial;
	color: #333333;
	background: #E9E9E9;
	display: block;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	height: 1.6em;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background-color: #46A547;
}

/*End of Navigation CSS*/

#form_holder {
	width: 400px;
	height: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 300px;
	float: left;
	margin-top: 65px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.header_contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1C2858;
	float: right;
	width: 150px;
	text-align: right;
	display: block;
	margin-top: 35px;
}

#form1 {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
}
label {
	text-align: left;
	color: #1C285A;
}
input.text {
	color: #0C0C0C;
	background-color: #F6F6F6;
	border: 1px solid #0C1323;
	width: 160px;
}

textarea{
	width: 380px;
	background-color: #F6F6F6;
	border: 1px solid #0C1323;
	margin-bottom: 5px;
}
input.text#name {
	color: #0C0C0C;
	background-color: #F6F6F6;
	border: 1px solid #0C1323;
	width: 130px;
	text-indent: 12px;
	margin-right: 15px;
}
input.text#phone {
	width: 80px;
	padding-left: 15px;
}

.form_text_name {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #1A2954;
	font-weight: normal;
}

#form_right {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: hidden;
	height: 200px;
}
#form2 {
	width: 100%;
	height: 200px;
}
input.text_2 {
	color: #0C0C0C;
	background-color: #F6F6F6;
	border: 1px solid #0C1323;
	width: 160px;
}
.line_break {
	height: 10px;
	width: 100%;
}
#image_container {
	background-attachment: scroll;
	background-image: url(images/horiz_line.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 100%;
	margin-top: 10px;
}
.box {
	margin: 10px;
	height: 155px;
	width: 155px;
	float: left;
	display: inline;
}
.box_left {
	height: 155px;
	width: 155px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 15px;
	float: right;
}
.top_bar {
	background-attachment: scroll;
	background-image: url(images/top_bar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 14px;
	width: 827px;
	margin: 0px;
}
.bottom_bar {
	background-attachment: scroll;
	background-image: url(images/bottom_bar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 14px;
	width: 100%;
}

.content {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 10px;
}
h1 {
	font-family: "Century Gothic", "Futura Md BT", Helvetica, Tahoma, "Arial Narrow", Arial;
	font-size: 18px;
	color: #40AF49;
	text-align: center;
	display: block;
	clear: left;
}
h2 {
	font-family: "Century Gothic", "Futura Md BT", Helvetica, Tahoma, "Arial Narrow", Arial;
	font-size: 18px;
	color: #1C2754;
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-family: "Century Gothic", "Futura Md BT", Helvetica, Tahoma, "Arial Narrow", Arial;
	font-size: 14px;
	color: #000000;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
h4 {
	font-family: "Century Gothic", "Futura Md BT", Helvetica, Tahoma, "Arial Narrow", Arial;
	font-size: 18px;
	color: #1C2754;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
.h7 {
	font-family: "Century Gothic", "Futura Md BT", Helvetica, Tahoma, "Arial Narrow", Arial;
	font-size: 14px;
	color: #1C2754;
	text-align: left;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h5 {
	font-family: "Century Gothic", "Futura Md BT", Helvetica, Tahoma, "Arial Narrow", Arial;
	font-size: 16px;
	color: #1C2754;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	width: 100%;
	text-align: center;
	float: left;
}
h6 {
	font-family: "Century Gothic", "Futura Md BT", Helvetica, Tahoma, "Arial Narrow", Arial;
	font-size: 18px;
	color: #1C2754;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	display: block;
	width: 100%;
}



.paragraph_one {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #000000;
	text-align: left;
	line-height: normal;
}
.paragraph_two {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #000000;
	text-align: left;
	line-height: 1.3em;
	padding-left: 12px;
}
.paragraph_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	color: #40AF49;
	text-align: left;
	line-height: normal;
	padding-left: 35px;
	font-weight: bold;
}
.paragraph_img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #000000;
	text-align: left;
	line-height: normal;
}
#footer {
	padding: 0;
	margin-top: 10px;
	background-color: #F6F6F6;
} 

#footer-menu{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-bottom: 10px;
}
#footer-menu ul.footMenu{
	padding:0 0 0 0;
	}
#footer-menu ul.footMenu li{
	float:left;
	background-image: url(images/footmenu-divider.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	height: 1.5em;
	}
#footer-menu ul.footMenu li.noDivider{
	background-image: none;
	}
#footer-menu ul.footMenu li a{
	color:#40AF49;
	font-size:11px;
	display:block;
	line-height: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	height: 1.4em;
	}
#footer-menu ul.footMenu li a:hover{

	}
p.copyright{
	color:#000000;
	font-size:12px;
	line-height:normal;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: left;
	float: left;
	}

div#inform-wrapper h3
{
	color: #40AF49;
	font-family: "Century Gothic", "Futura Md BT", Helvetica, Tahoma, "Arial Narrow", Arial;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 190px;
	font-size: 1em;
	text-align: left;
}

div#inform-wrapper
{
	color: #000000;
	font-family: "Century Gothic", "Futura Md BT", Helvetica, Tahoma, "Arial Narrow", Arial;
	margin-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 190px;
	font-size: 1em;
	height: 175px;
}
.box_sidebar {
	height: 155px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 155px;
	margin-left: 10px;
}
.image_rt {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #40AF49;
	float: left;
}
.bar_divider {
	height: 5px;
	width: 530px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #40AF49;
	clear: both;
}
.clear {
	clear: both;
	height: 0px;
	width: 100%;
}

.left_box_container {
	width: 185px;
	margin: 0px;
	padding: 0px;
}

#search {
	padding-left: -5px;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 5px;


}

#search fieldset {
	border: none;
}

#search #s {
	width: 150px;
}

#search #x {
	width: 75px;
	display: block;
	margin-top: 10px;
}
.copyright {
	color:#000000;
	font-size:12px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: left;
	width: 90%;
	float: left;
	line-height: normal;
}
.left_link {
	float: left;
	height: auto;
	width: 350px;
}
.right_link {
	float: left;
	height: auto;
	width: 250px;
}
.image_ctr {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	float: left;
}
.paragraph_ctr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #000000;
	text-align: center;
	height: auto;
	width: 100%;
	line-height: normal;
}
.image_center {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	float: left;
}
#Thankyou {
	background-attachment: scroll;
	background-image: url(images/Thank-You.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 256px;
	width: 827px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow: hidden;
}
#imageright {
	margin-top: 0px;
	margin-bottom: 10px;
	border: 1px solid #40AF49;
	float: right;
	margin-left: 10px;
	width: 220px;
}
#content img {
	margin-top: 5px;
	margin-bottom: 10px;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	border: thin solid #339900;
	height: auto;
	width: auto;
}
#contentleft img {
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	border: thin solid #339900;
}
#content {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	height: 100%;
	padding-top: 10px;
}
#contentleft {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	height: 100%;
	float: left;
	padding-top: 10px;
}

.bullet {
	list-style-position: outside;
	list-style-type: circle;
	margin-left: -25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	}
#paragraph_img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #000000;
	text-align: left;
	height: auto;
	width: 100%;
	line-height: normal;
}
#paragraph_img img {
	float: left;
}
.paragraph_order {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #000000;
	text-align: left;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #009933;
}
#Contact_Injury {
	background-attachment: scroll;
	background-image: url(images/Thalia_Injury.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 256px;
	width: 827px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow: hidden;
}
#Contact_Occupation {
	background-attachment: scroll;
	background-image: url(images/Thalia_Occup.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 256px;
	width: 827px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow: hidden;
}
#Contact_Health {
	background-attachment: scroll;
	background-image: url(images/Thalia_Health.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 256px;
	width: 827px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	overflow: hidden;
}
.paragraph_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #000000;
	text-align: center;
	height: auto;
	width: 100%;
	line-height: normal;
}
.bar_divider_2 {
	height: 0px;
	width: 530px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clear: both;
}
#content_noborder {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	height: 100%;
	float: left;
	padding-top: 10px;
}
#content_noborder img {
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}
.list {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: circle;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5em;
}
#imageright{
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}
.paragraph_one_I {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	color: #006699;
	text-align: left;
	height: auto;
	line-height: normal;
}
.caption2 {
	background-color: #F6F6F6;
	border: 1px solid #003366;
	font-family: "Century Gothic", "Futura Md BT", Helvetica, Tahoma, "Arial Narrow", Arial;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #000000;
	text-align: left;
	line-height: normal;
}

#imageright2 {
	padding-right: 5px;
	padding-left: 3px;
	float: right;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #006699;
}
.imageright {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
}
.imageright2 {
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	float: right;
	display: block;
	width: 250px;
	overflow: hidden;
}
.back {
	margin: 10px;
	float: right;
	height: 44px;
	width: 127px;
}
