﻿body {
	background: #013564 url("images/bg.jpg") repeat-x;
	font-family: georgia, serif;
	margin-top: 22px;
}
img {
	border: none;
}
/* -------------------- Paragraph, Headers -------------------- */
p {
	color: #3A3A3A;
	font-family: arial;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 0px;
}
h1 {
	color: #003664;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 6px;
	margin-top: 0px;
}
#footer-sitemap {
	font-size: 10px;
}
/* -------------------- Page -------------------- */
#page {
	margin-left: auto;
	margin-right: auto;
	width: 890px;
}
/* -------------------- Content -------------------- */
#content {
	background: #BDBDBD url("images/sub_bg.jpg") repeat-x;
	margin-bottom: 1px;
	padding-top: 18px;
	padding-left: 23px;
	padding-right: 23px;
}
/* -------------------- Footer -------------------- */
#footer p {
	color: #C9C9C9;
	font-size: 70%;
	margin-right: 23px;
	text-align: center;
}
#footer a {
	color: #C9C9C9;
	text-decoration: none;
}
/* -------------------- Footer -------------------- */
#video-box {
	float: right;
}
/* -------------------- Call Me -------------------- */
#callme {
	color: #003664;
	font-family: Times New Roman, serif;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 5px;
}
/* -------------------- Menu -------------------- */
#menu {
	border-bottom: 1px #07284B solid;
	background: url("images/menu/menu_out.jpg") repeat-x;
	height: 35px;
	margin-top: -19px;
	width: 890px;
}
#menu ul {
	margin-top: -21px;
	margin-left: -40px;
}
#menu ul li {
	list-style-type: none;
	float: left;
	text-align: center;
	width: 20%;
}
#menu ul li a {
	border-right: 1px #B0B0B0 solid;
	color: white;
	display: block;
	font-size: 90%;
	height: 29px;
	letter-spacing: 1px;
	padding-top: 6px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu ul li a:hover {
	background: url("images/menu/menu_in.jpg") repeat-x;
	color: #003664;
}
#menu ul li .current {
	color: #003664;
	background: url("images/menu/menu_in.jpg") repeat-x;
}
.hidden {
	display: none;
}
/* -------------------- One Time Use Code -------------------- */
/* ----- News Button on Homepage ----- */
#news {
	border-top: 2px solid #0A2142;
}
.article {
	background: #BDBDBD url("images/newsbg.jpg") repeat-x;
	float: left;
	width: 46%;
	padding: 2%;
	padding-bottom: 5px;
	padding-top: 1%;
}
.article h1 a {
	color: #003664;
	text-decoration: none;
}
.article a {
	text-decoration: none;
}
.article p {
	text-align: justify;
}
/* ----- Case Review Button on Homepage ----- */
#crbutton {
	background: url("images/button_out.jpg");
	clear: both;
	color: white;
	float: left;
	font-size: 100%;
	height: 33px;
	text-align: center;
	width: 276px;
}
#crbutton a {
	color: white;
	display: block;
	height: 26px;
	padding-top: 7px;
	text-decoration: none;
	text-transform: uppercase;
}
#crbutton a:hover {
	background: url("images/button_in.jpg");
	text-decoration: underline;
}
/* ----- References on Homepage ----- */
#reference {
	background: url("images/box_ref.jpg");
	color: #003664;
	float: right;
	height: 33px;
	width: 614px;
}
/* ----- References ----- */
#references {
	background: #FAFAFA;
	border: 1px #C0C0C0 solid;
	height: 255px;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	padding-left: 12px;
	overflow: auto;
}
.reference {
	color: #3A3A3A;
	float: left;
	font-family: arial;
	font-size: 80%;
	height: 65px;
	width: 180px;
	padding: 10px;
}
.reference h1 {
	color: #003664;
	font-family: georgia, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
}
/* -----Form ----- */
label {
	color: #3A3A3A;
	display: block;
	font-family: arial;
	font-size: 12px;
	margin: 0px;
	width: 100px;
}
fieldset {
	color: #3A3A3A;
	font-family: arial;
	font-size: 12px;
}
fieldset legend {
	color: #003664;
	font-family: georgia, serif;
	font-weight: bold;
}
input {
	width: 250px;
}
.radio {
	width: 20px;
}
#personalinfo {
	width: 260px;
	float: left;
	margin-right: 10px;
	height: 170px;
}
#typeofaccident {
	width: 282px;
	height: 170px;
	margin-bottom: 4px;
}
#form {
	margin-left: 252px;
	padding-bottom: 38px;
}
#details {
	width: 573px;
}
#detailform {
	height: 93px;
	width: 563px;
}
#formsidebar {
	float: left;
}
