/*******************************************************
TITLE:  Lawrence A. Puritz
DATE: 3/12/2009
AUTHOR: Woodward Design Group
*******************************************************/

/*-------------------------------------
GLOBAL RESETS AND SETUP
-------------------------------------*/

html, body, form, fieldset {
	font-family: Georgia, "Times New Roman", Times;
	margin: 0;
	padding: 0;
	font: 100%/120%;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, address {
	color: #000;
	margin: 1em 0 0 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

dd {
	margin-left: 1em;
}

blockquote {
	font-style: italic;
	padding: 5px 0 5px 30px;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	padding: 3px;
	font-size: 100%;
	background: #eee;
	border: #bbb solid 1px;
}

input.submit {
	color: #fff;
	background: #225D93;
}

img, a {
	border: 0;
}

ul {
	list-style-type: none;
	padding:0;
	margin:0 0 20px 30px;
}

li {
	list-style-type: disc;
	padding:0 0 0 5px;
	margin: 0 0 3px 0;
}

a {
	text-decoration: none;
	color: #a51717;
}

a:hover {
	text-decoration: underline;
}


/*-------------------------------------------------------------------------------------------------Div Id----------*/

body {
	background: #f3f3f3 url(../images/bg.jpg) repeat-x top left;	
}

#content {
	margin: 0 auto;
	width: 1000px;
	background: url('../images/content.jpg') top left repeat-y;
}

#header {
	margin: 0 0 0 10px;
	width: 984px;
	height: 111px;
	background: url('../images/header.jpg') top left repeat-y;
	border-bottom: 5px #232326 solid;
}

#banner {
	margin: 0 0 0 10px;
	border-bottom: 5px #232326 solid;
	height: 375px;
	width: 984px;
}

#menu {
	margin: 0 0 0 10px;
	padding: 15px 0;
	background: #110907;
	width: 984px;
	height: 20px;
}

#menu a {
	letter-spacing: 5px;
	color: #fff;
	margin: 0 75px 0 35px;
}

#menu a:hover {
	color: #7EA9D3;
	text-decoration: none;	
}

#main_content {
	background: url('../images/content_bg.jpg') top left no-repeat;
	width: 984px;
	margin: 0 0 0 10px;
	height: 965px;
}

#services_content {
	background: #3A4E83 url('../images/content_bg.jpg') top left no-repeat;
	width: 984px;
	margin: 0 0 0 10px;
	height: 3500px;
}

#questions_content {
	background: #3A4E83 url('../images/content_bg.jpg') top left no-repeat;
	width: 984px;
	margin: 0 0 0 10px;
	height: 22800px;
}

#footer {
	width: 984px;
	height: 115px;
	background: url('../images/footer.jpg') top left no-repeat;
	margin: 0 0 0 10px;
	text-align: center;
	padding: 10px 0 0 0;
}

#footer a {
	color: #fff;
	margin: 0 10px;
}

#footer a:hover {
	color: #7EA9D3;
	text-decoration: none;
}

#footer p {
	margin: 0 0 7px 0;
}

/*-------------------------------------------------------------------------------------------------Div Class-------*/

.menu_home {
	margin: 0 75px 0 0;
}

.left_content {
	width: 651px;
	float: left;
	padding: 0 0 0 35px;
}

.left_content p {
	margin: 10px 0 20px 0;
}

.left_content a {
	color: #000;
}

.left_content a:hover {
	color: #a51717;
}

.left_title_line {
	height: 1px;
	background: url('../images/line.jpg') top left repeat-x;
	width: 646px;
	margin: 0 0 20px 0;
}

.right_content {
	width: 248px;
	margin: 17px 0 0 0;
	padding: 0 0 0 50px;
	float: left;
}

.right_content p {
	margin: 0 0 50px 0;
}

p.phone_list {
	margin: 0 0 15px 0;
}

.right_title_line {
	width: 218px;
	height: 1px;
	background: url('../images/line.jpg') top left repeat-x;
	margin: 0 0 20px 0;
}

.no_style li {
	list-style: none;
}


/*-------------------------------------------------------------------------------------------------Font Class------*/

.larger {font-size: 1.1em;}

.smaller {font-size: .9em;}

.smallest {font-size: .8em;}

.white {color: #fff;}

.black {color: #000;}

.center_text {
	text-align: center;
	margin: 50px 0 0 0;
}

/*-------------------------------------------------------------------------------------------------gallery--------*/

#myGallery {
	height: 375px;
	width: 984px;
	z-index:5;
}

.jdGallery {
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/loading_bar.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../images/loading_bar.gif');
}

/*----------------------------------------------------------------------------------------------Menu Dropdowns------*/

#nav, #nav ul {
	padding: 0;
	list-style: none;
	margin: 0 0;
}

#nav a {
	display: block;
	width: 250px;
}

#nav li {
	float: left;
	width: 11em;
	list-style: none;
}

#nav li ul {
	position: absolute;
	width: 350px;
	left: -999em;
	background: #110907;
	padding: 10px 130px 15px 0;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.per_injury {
	margin-right: 170px !important;
}

#list_hover {
	width: 450px !important;
}

