
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	background-color:#cccccc;
	margin:0px;
	padding:0px;
}

#container {
	width:750px;
	border:1px #600060 solid;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
	background-color:#FFFFCC;
}

#header {
	margin-left:20px;
	position:relative;
	top:-20px;
}

#header h1 {
	font-family:"Times New Roman", Times, serif;
	margin:0px;
	padding:0px;
}

#header h1 a {
	text-decoration:none;
	color:#000000;
}

#header img {
	float:left;
	border:none;
	margin-top:40px;
}

#header img#work_safe {
	margin-top:0px;
	position:absolute;
	z-index:500;
	top:19px;
	left:600px;
}

#header #heading_text {
	float:left;
	margin-left:30px;
	margin-top:25px;}

#navigation {
	background-color:#600060;
	display:block;
}

#navigation img#home_pic {
	position:absolute;
	z-index:500;
	top:140px;
	margin-left:30px;
}

#navigation img#insurance_pic {
	position:absolute;
	z-index:500;
	top:166px;
	margin-left:30px;
}

#navigation img#contact_pic {
	position:absolute;
	z-index:500;
	top:180px;
}

#navigation ul {
	list-style:none;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	margin-left:240px;
}

#navigation ul li {
	float:left;
}

#navigation ul li a {
	padding:7px 30px;
	display:block;
	color:#cccccc;
	font-weight:bold;
	text-decoration:underline;
	border-left:1px #600060 solid;
	border-right:1px #600060 solid;
	/*border-right:3px #000000 solid;
	border-bottom:3px #000000 solid;
	border-left:3px #009900 solid;
	border-top:3px #009900 solid;*/
}

#navigation ul li a.current_page {
	background-image:url(/images/nav_select4.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#navigation ul li a:hover {
	padding:7px 30px;
	display:block;
	color:#ffffff;
	background-color:#600060;
	
	background-image:url(/images/nav_select4.png);
	background-repeat:no-repeat;
	background-position:top center;
	
	/*border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;*/
	
	/*border-bottom:3px #009900 solid;
	border-right:3px #009900 solid;
	border-left:3px #000000 solid;
	border-top:3px #000000 solid;*/
}

#marqueecontainer {
	border-bottom:5px #600060 solid;
}

.left_cloumn {
	float:left;
	width:240px;
	color:#ffffff;
	font-size:10pt;
	margin-left:4px;
	margin-top:80px;
	clear:left;
}

.left_cloumn h2 {
	margin-top:0px;
	text-align:center;
}

.left_top {
	background-image:url(/images/purple_top.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:250px;
	height:28px;
}

.left_mid {
	background-image:url(/images/purple_middle.png);
	background-repeat:repeat-y;
	background-position:top left;
	width:250px;
	padding-bottom:1px;
	padding-top:1px;
}

.left_bottom {
	background-image:url(/images/purple_bottom.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:250px;
	height:37px;
}

#aqua_van {
	float:right;
}

#main_content {
	background-color:#FFFFCC;
	float:right;
	width:495px;
	margin-left:5px;
	margin-right:5px;
}

#footer {
	text-align:center;
	font-size:10pt;
	border-top:1px dotted #666666;
	clear:both;
}

p.field, p.submit_button {
	width:300px;
}

p.field input, p.field textarea, p.submit_button input {
	float:right;
	width:200px;
}

p.submit_button input {
	margin-top:4px;
}

#error_message {
	width:445px;
	background-color:#FCA7A9;
	border:3px #ff0000 solid;
	color:#ff0000;
	font-weight:bold;
	margin:5px 0px;
	padding:5px;
}

#info_message {
	width:445px;
	background-color:#9E8FF3;
	border:3px #0000ff solid;
	color:#0000ff;
	font-weight:bold;
	margin:5px 0px;
	padding:5px;
}

.insurances_tree {
	display:none;
	margin-left:20px;
}

.left_cloumn a {
	color:#cccccc;
}

.left_cloumn a:hover {
	color:#ffffff;
}







.clear_left {
	clear:left;
}

.clear_right {
	clear:right;
}

.left_col_margin {
	margin:0px 14px 0px 5px;
}

.center {
	text-align:center;
}

.float_right {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}