/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#B6C0CB url("../images/bg-body.jpg") repeat-x;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#260C04;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font:14px Arial, Helvetica, sans-serif; font-weight:bold; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; font-weight:bold; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#000; text-decoration:underline; font-weight:bold; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:none; font-weight:bold; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	height:0;
	padding:0;
	margin:0;
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
.style1 {color: #000000}
/* ------------------------ form elements ------------------------ */
form {
	width:285px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

#contact-quick input, #contact-quick textarea, #contact-quick select, .search-box { 
	background-color:#F5F3E0 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #787663;
	color:#000;
	width:280px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:4px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	}

select { width:150px; padding:0; } /* same width as form - !important */

#contact-quick textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:0 0 0 0; }

#contact-main label { 
	width:200px; 
	position:relative; 
	display:block; 
	text-align:right; 
	font-size:1.0em;
	height:30px;
	}
	
#contact-main input, #contact-main textarea, #contact-main select { 
	background-color:#D4D1B7 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #787663;
	color:#000;
	width:280px; /* 5 pixles smaller than form width !important */
	height:20px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:4px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%;
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

#column-right input.submit { 
	width:106px;
	height:26px;
	cursor:pointer; 
	padding:0; 
	}
	
 #searchform input.submit { 
	height:26px;
	cursor:pointer; 
	padding:0;
	background:#F5F3E0;
	border:1px solid #787663;
	}
#contact-main input.submit-contact-main { 
	width:106px;
	height:26px;
	cursor:pointer; 
	padding:0; 
	}

#contact-main input.submit-contact-main { margin:80px 0 0 220px; } /* defines placement of contact-main submit button */

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background: url("../images/bg-wrap.jpg") repeat-y;
	width:796px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:114px;
	width:796px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:50px;
		width:186px;
		top:11px;
		height:82px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:457px;
	float:left;
	padding:0;
	margin:0;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 15px 10px 30px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px;
					  list-style-type:disc; }
		#column-left ul li { 
			padding-left:10px;
			margin:0;
			}

	/* multi column list */
	#column-left ul { padding-left:30px; } 
		#column-left ul li { 
			padding-left:5px;  /* pushes text to the right to display bg img */
			}
	
	/* inline column list */
	#inline {width:450px;margin:0 auto;}
	.inline-ul {width:225px;float:left;}
	
	/* motorcycle.html table */
	#motorcycle-table {width:406px;margin:0 auto; height:100%;padding:0 0 10px 0; border-top: 2px solid #000;}
		#motorcycle-left {float:left; width:200px; margin:0; padding:0; border-right: solid 2px #000; border-left: solid 2px #000; border-bottom: solid 2px #000; }
		#motorcycle-left ul {margin:0;padding:0;list-style:none;}
		#column-left #motorcycle-left ul .left {padding:2px 0 0 1px;margin:0; width:98px; float: left; border-bottom: solid 1px #000; border-right: solid 1px #000; height:50px;}
		#column-left #motorcycle-left ul .right {padding:2px 0 0 1px;margin:0; width:99px; float: left; border-bottom: solid 1px #000; height:50px;}
		#column-left #motorcycle-left ul .bottom-left {padding:2px 0 0 1px;margin:0; width:98px; float: left; border-right: solid 1px #000; height:70px;}
		#column-left #motorcycle-left ul .bottom-right {padding:2px 0 0 1px;margin:0; width:99px; float: left; height:70px;}
			#motorcycle-left p {border-bottom: solid 2px #000; margin:0; padding:0;font:14px Arial, Helvetica, sans-serif; font-weight:bold;}
		#motorcycle-right {float:left; width:200px; margin:0; padding:0; border-right: solid 2px #000; border-bottom: solid 2px #000; }
			#motorcycle-right p {border-bottom: solid 2px #000; margin:0; padding:0;font:14px Arial, Helvetica, sans-serif; font-weight:bold;}
			#column-left #motorcycle-right ul {margin:0;padding:0;list-style:none;}
			#column-left #motorcycle-right ul li {display:inline;padding:0;margin:0; width:100%;}
				#column-left #motorcycle-right ul .left {padding:2px 0 0 1px;margin:0; width:98px; float: left; border-bottom: solid 1px #000; border-right: solid 1px #000; height:50px;}
				#column-left #motorcycle-right ul .right {padding:2px 0 0 1px;margin:0; width:99px; float: left; border-bottom: solid 1px #000; height:50px;}
				#column-left #motorcycle-right ul .bottom-left {padding:2px 0 0 1px;margin:0; width:98px; float: left; border-right: solid 1px #000; height:70px;}
				#column-left #motorcycle-right ul .bottom-right {padding:2px 0 0 1px;margin:0; width:99px; float: left; height:70px;}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:339px;
	float:left;
	position:relative;
	z-index:0;
	}

	#column-right h3 {
		padding:10px 0 0 15px;
		}
	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}

	#column-right form { margin:0; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul { padding-left:5px; } 
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

dl#deflist {
	padding: 5px;
	border: solid 1px #000;
}

/* ------------------------ contact box framework ------------------- */
#contact-box {
	width:339px;
	background:url("../images/contact-us-bg.jpg") repeat-y;
	padding:0;
	margin:0;
	}
	#contact-box p {
		padding:0 30px 0 16px;
		margin:0;
		}
	#contact-box form {
		margin:11px 0 11px 16px;
		}

/* ------------------------ brown box framework --------------------- */
#brown-box-top {
	background:url("../images/brown-header.jpg") no-repeat;
	width:796px;
	padding:0;
	margin:0;
	height:29px;
	clear:both;
	}
#brown-box-wrap {
 	background:url("../images/brown-box-wrap.jpg") repeat-y;
	width:796px;
	padding:0;
	margin:0;
	}
#brown-box-title {
	background:url("../images/brown-box-title.jpg") no-repeat;
	width:796px;
	padding:69px 0 18px 0;
	}
	#brown-box-title p {
		padding:0 30px 0 40px;
		color:#FAF9F0;
		}
	#brown-box-title h2 {
		padding:0 30px 14px 40px;
		font: 12pt Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#FAF9F0;
		}
	#brown-box-title a:link, #brown-box-title a:visited	{ 
		color:#FAF9F0; 
		text-decoration:underline; 
		font-weight:bold; 
		outline:none;
		}
	#brown-box-title a:hover, #brown-box-title a:active	{ 
		color:#FAF9F0; 
		text-decoration:none; 
		font-weight:bold; 
		outline:none;
		}
#brown-subnav-wrap {
	background:url("../images/brown-subnav.jpg") repeat-y;
	width:796px;
	margin:0;
	padding:0;
	float:left;
	}
	#brown-subnav {
		background:url("../images/brown-subnav-header.jpg") no-repeat;
		width:722px;
		margin:0;
		padding:0 0 0 74px;
		position:relative;
		float:left;
		}
	.brown-subnav-list {
		width:223px;
		color:#FAF9F0;
		float:left;
		margin:16px 0 0 0;
		}
		.brown-subnav-list dt {
			font-weight:bold;
			padding:5px 0 0 0;
			}
		.brown-subnav-list dd {
			background:url("../images/bullet.gif") no-repeat;
			padding:0 0 0 10px;
			}
		.brown-subnav-list a:link, .brown-subnav-list a:visited {
			font: 12px Arial, Helvetica, sans-serif;
			font-weight:normal;
			text-decoration:underline;
			color:#FAF9F0;
			}
		.brown-subnav-list a:hover, .brown-subnav-list a:active {
			font: 12px Arial, Helvetica, sans-serif;
			font-weight:normal;
			text-decoration:none;
			color:#FAF9F0;
			}
	.brown-subnav-list2 {
		width:200px;
		color:#FAF9F0;
		float:left;
		padding:0 0 0 29px;
		margin:21px 0 0 0;
		}
		.brown-subnav-list2 dt {
			font-weight:bold;
			}
		.brown-subnav-list2 dd {
			background:url("../images/bullet.gif") no-repeat;
			padding:0 0 0 10px;
			}
		.brown-subnav-list2 dd a:link, .brown-subnav-list2 dd a:visited {
			font: 12px Arial, Helvetica, sans-serif;
			font-weight:normal;
			text-decoration:underline;
			color:#FAF9F0;
			}
		.brown-subnav-list2 dd a:hover, .brown-subnav-list2 dd a:active {
			font: 12px Arial, Helvetica, sans-serif;
			font-weight:normal;
			text-decoration:none;
			color:#FAF9F0;
			}
	#brown-box-bottom {
		background:url("../images/brown-box-bottom.jpg") no-repeat;
		width:796px;
		height:44px;
		float:left;
		}
.brown-subnav-list h3 {color:#FAF9F0;}
.brown-subnav-list2 h3 {color:#FAF9F0;}

/* news ticker
 * ------------------------------------------------------------------------- */

#ticker {
	background:url("../images/bg-ticker.jpg") no-repeat;
	width:796px;
	height:28px;
	}

/* ------------------------ header framework ------------------------ */
#header-flash { height:243px; } /* sets height for the flash header - REMOVE IF NOT USED */
#active-x {height:243px;}
#header-graphic { height:243px;width:796px; } /* sets height for all non-flash headers */
	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-index.jpg"); }
	body#contact #header-graphic { background:url("../images/header-index.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-index.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-index.jpg"); }
	body#auto #header-graphic { background:url("../images/header-index.jpg"); }
	body#birth #header-graphic { background:url("../images/header-index.jpg"); }
	body#brain #header-graphic { background:url("../images/header-index.jpg"); }
	body#buba #header-graphic { background:url("../images/header-index.jpg"); }
	body#chamberlain #header-graphic { background:url("../images/header-index.jpg"); }
	body#construction #header-graphic { background:url("../images/header-index.jpg"); }
	body#cruise #header-graphic { background:url("../images/header-index.jpg"); }
	body#doehrman #header-graphic { background:url("../images/header-index.jpg"); }
	body#hire #header-graphic { background:url("../images/header-index.jpg"); }
	body#medmal-faq #header-graphic { background:url("../images/header-index.jpg"); }
	body#medmal #header-graphic { background:url("../images/header-index.jpg"); }
	body#auto-faq #header-graphic { background:url("../images/header-index.jpg"); }
	body#motorcycle #header-graphic { background:url("../images/header-index.jpg"); }
	body#nursing #header-graphic { background:url("../images/header-index.jpg"); }
	body#pedestrian #header-graphic { background:url("../images/header-index.jpg"); }
	body#personal-faq #header-graphic { background:url("../images/header-index.jpg"); }
	body#personal #header-graphic { background:url("../images/header-index.jpg"); }
	body#pharmaceuticals #header-graphic { background:url("../images/header-index.jpg"); }
	body#premises #header-graphic { background:url("../images/header-index.jpg"); }
	body#product #header-graphic { background:url("../images/header-index.jpg"); }
	body#results #header-graphic { background:url("../images/header-index.jpg"); }
	body#slip #header-graphic { background:url("../images/header-index.jpg"); }
	body#spinal-faq #header-graphic { background:url("../images/header-index.jpg"); }
	body#spinal #header-graphic { background:url("../images/header-index.jpg"); }
	body#trampoline #header-graphic { background:url("../images/header-index.jpg"); }
	body#truck #header-graphic { background:url("../images/header-index.jpg"); }
	body#wrongful #header-graphic { background:url("../images/header-index.jpg"); }
	body#brain-faq #header-graphic { background:url("../images/header-index.jpg"); }
	body#brain-spinal #header-graphic { background:url("../images/header-index.jpg"); }
	body#other-areas #header-graphic { background:url("../images/header-index.jpg"); }
	body#auto-faq #header-graphic { background:url("../images/header-index.jpg"); }
	body#blog #header-graphic { background:url("../images/header-index.jpg"); }
	body#news #header-graphic { background:url("../images/header-index.jpg"); }
	body#car #header-graphic { background:url("../images/header-index.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:69px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#auto #subhead { background:url("../images/subhead-auto.jpg"); }
	body#birth #subhead { background:url("../images/subhead-birth.jpg"); }
	body#brain #subhead { background:url("../images/subhead-brain.jpg"); }
	body#buba #subhead { background:url("../images/subhead-buba.jpg"); }
	body#chamberlain #subhead { background:url("../images/subhead-dan.jpg"); }
	body#construction #subhead { background:url("../images/subhead-construction.jpg"); }
	body#cruise #subhead { background:url("../images/subhead-cruise.jpg"); }
	body#doehrman #subhead { background:url("../images/subhead-tom.jpg"); }
	body#hire #subhead { background:url("../images/subhead-hire.jpg"); }
	body#medmal-faq #subhead { background:url("../images/subhead-medical-faq.jpg"); }
	body#medmal #subhead { background:url("../images/subhead-malpractice.jpg"); }
	body#auto-faq #subhead { background:url("../images/subhead-auto-faq.jpg"); }
	body#motorcycle #subhead { background:url("../images/subhead-motorcycle.jpg"); }
	body#nursing #subhead { background:url("../images/subhead-nursing.jpg"); }
	body#pedestrian #subhead { background:url("../images/subhead-pedestrian.jpg"); }
	body#personal-faq #subhead { background:url("../images/subhead-personal-faq.jpg"); }
	body#personal #subhead { background:url("../images/subhead-other.jpg"); }
	body#pharmaceuticals #subhead { background:url("../images/subhead-pharmaceuticals.jpg"); }
	body#premises #subhead { background:url("../images/subhead-premises.jpg"); }
	body#product #subhead { background:url("../images/subhead-product.jpg"); }
	body#results #subhead { background:url("../images/subhead-case.jpg"); }
	body#slip #subhead { background:url("../images/subhead-slip.jpg"); }
	body#spinal-faq #subhead { background:url("../images/subhead-spinal-faq.jpg"); }
	body#spinal #subhead { background:url("../images/subhead-spinal.jpg"); }
	body#trampoline #subhead { background:url("../images/subhead-trampoline.jpg"); }
	body#truck #subhead { background:url("../images/subhead-truck.jpg"); }
	body#wrongful #subhead { background:url("../images/subhead-wrongful.jpg"); }
	body#brain-faq #subhead { background:url("../images/subhead-brain-faq.jpg"); }
	body#brain-spinal #subhead { background:url("../images/subhead-brain-spinal.jpg"); }
	body#other-areas #subhead { background:url("../images/subhead-other-areas.jpg"); }
	body#auto-faq #subhead { background:url("../images/auto-faq.jpg"); }
	body#blog #subhead { background:url("../images/subhead-legal.jpg"); }
	body#news #subhead { background:url("../images/subhead-news.jpg"); }
	body#car #subhead { background:url("../images/subhead-car.jpg"); }
		
/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ bottom-wrap framework ------------------------ */
#right-bottom {
	background:url("../images/right-bottom.jpg") no-repeat;
	margin:0 auto;
	width:796px;
	padding:0;
	height:8px;
	clear:both;
	}
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:796px;
	margin:0 auto;
	padding:0;
	height:49px;
	clear:both;
	}

/* ------------------------footer home framework ------------------------ */
#footer-index {
	background:url("../images/bg-footer.jpg") repeat-y;
	width:736px;
	margin:0 auto;
	text-align:center;
	padding:10px 30px 0 30px;
	}

#footer-index p.footertxt {
	font-size:11px;
	font:Arial, Helvetica, sans-serif;
	color:#421000;
	margin:0;
	padding:24px 111px 0 111px;
	text-align:center;
	}
#footer-index p {
	font-size:11px;
	font:Arial, Helvetica, sans-serif;
	color:#421000;
	padding:24px 50px 0 50px;
	text-align:center;
	}

#footer-index a:link, #footer a:visited { 	
		font-size:11px;
		font:Arial, Helvetica, sans-serif;
		color:#421000;
		text-decoration:underline;
		font-weight:normal;
		}
#footer-index ul li a:link, #footer-index ul li a:visited {
	font-size:11px;
	font:Arial, Helvetica, sans-serif;
	color:#421000;
	font-weight:normal;
	}
#footer-index ul li a:hover, #footer-index ul li a:active {
	font-size:11px;
	font:Arial, Helvetica, sans-serif;
	color:#421000;
	font-weight:normal;
	}
#footer-index a:hover, #footer a:active { 		
		font-size:11px;
		font:Arial, Helvetica, sans-serif;
		color:#421000;
		text-decoration:none;
		font-weight:normal;
		}

#footer-index ul {margin:0;}
	#footer-index li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 2px 0 3px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #421000;
		}
	#footer-index ul li.first { 
		border: none;
		}
	#footer-index ul li.first a {
		font-size:11px;
		font:Arial, Helvetica, sans-serif;
		color:#421000;
		font-weight:normal;
		}
	
/* ------------------------ footer inside framework ------------------------- */
#footer {
	background:url("../images/bg-footer.jpg") repeat-y;
	width:736px;
	margin:0 auto;
	padding:10px 30px 0 30px;
	text-align:center;
	}

#footer p.footertxt {
	font-size:11px;
	font:Arial, Helvetica, sans-serif;
	color:#421000;
	margin:0;
	padding:24px 111px 0 111px;
	text-align:center;
	}
#footer p {
	font-size:11px;
	font:Arial, Helvetica, sans-serif;
	color:#421000;
	margin:0;
	padding:24px 50px 0 50px;
	text-align:center;
	}

#footer a:link, #footer a:visited { 	
		font-size:11px;
		font:Arial, Helvetica, sans-serif;
		color:#421000;
		text-decoration:underline;
		font-weight:normal;
		}
#footer a:hover, #footer a:active { 		
		font-size:11px;
		font:Arial, Helvetica, sans-serif;
		color:#421000;
		text-decoration:none;
		font-weight:normal;
		}

#footer ul {margin:0;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 2px 0 3px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #421000;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:796px; 
	height:68px; 
	margin:0;
	padding:0;
	z-index:2;
	}

#nav span { display: none; }

#nav li, #nav a { height:60px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; z-index:2;}

#nav-01 { width: 58px; margin-left: 20px;}
#nav-02 { width: 79px; margin-left: 2px;}
#nav-03 { width: 109px; margin-left: 2px;}
#nav-04 { width: 95px; margin-left: 2px;}
#nav-05 { width: 107px; margin-left: 2px;}
#nav-06 { width: 111px; margin-left: 2px;}
#nav-07 { width: 57px; margin-left: 2px;}
#nav-08 { width: 53px; margin-left: 2px;}
#nav-09 { width: 70px; margin-left: 2px;}


/*-------------- (-20px) X position of button / (-68px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -20px -68px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -80px -68px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -161px -68px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -272px -68px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -369px -68px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -478px -68px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -591px -68px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -650px -68px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -705px -68px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	top:60px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#720000;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:22px; /* Height of each drop down nav item */
	border-top:1px solid #BD5D00;
	border-bottom:1px solid #4D0500;
	background:#AA2A00;
	position:relative;
	}	

#nav li ul li a {
	height:22px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:11px;
	color:#FAF9F0;
	text-decoration:none;
	font-weight:normal;
	padding-left:10px;
	}

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

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover, #nav-07 ul a:hover { 
	color:#FAF9F0;
	text-decoration:none;
	font-weight:normal;
	background:#911700;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:150px; }	
#nav-03 ul, #nav-03 li { width:132px; }		
#nav-04 ul, #nav-04 li { width:150px; }
#nav-05 ul, #nav-05 li { width:153px; }
#nav-06 ul, #nav-06 li { width:157px; }
#nav-07 ul, #nav-07 li { width:150px; }

#nav li ul ul {
	margin: -20px 0 0 220px;
	}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	}
	
#nav li:hover ul ul, #nav li.sfHover ul ul {
	left: -999em;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul {
	left: auto;
	}

 /* Start Blog CSS
 * ------------------------------------------------------------------------------------- */
#column-right #menu ul	{list-style:none;padding:0px;margin:0 0 0 16px;}
#column-right #quickcontactform2 {margin:10px 0 0 0;}
#column-right #quickcontactform2 #categories	{margin:0 0 10px 0; width:275px;}
#column-right #quickcontactform2 #search	{margin:0 0 10px 0; width:275px;}
#column-right #quickcontactform2 #archives	{margin:0 0 10px 0; width:275px;}
#column-right #quickcontactform2 #categories ul li	{list-style:none; width:275px;}
#column-right #quickcontactform2 #categories ul li	ul li	{list-style:none;}
#column-right #quickcontactform2 #archives ul li	{list-style:none;}
#column-right #search ul li	{list-style:none;margin:0 0 0 8px;}
#column-right #meta { margin:0 0 10px 0 ;}
#column-right #meta li	{list-style:none; width:275px;}
#column-right #blog-ul {list-style:none;padding:15px 0 0 0;margin:0 0 0 6px;}
#column-right #menu	{margin:0; width:275px;}
#searchform	{margin:0;padding:0;}
#searchform #s {width:50px;}
#column-right form#searchform	{margin:0;padding:0 0 0 18px;}
#column-right form#searchform input#s	{margin:0 0 3px 0;padding:0;width:192px;height:18px;padding:4px;}
#column-left .post 	{margin:10px 0 0 0;}
#column-left .post .blog-title	{margin:0; padding:0;}
#column-left .post .feedback	{margin:0 0 25px 75px;font-size:11px;}
#column-left .post .meta		{margin:0; padding:0;}
#column-left .post .storycontent	{padding:0; margin:0 20px 0 30px;color:#142856;}
#column-left .post .storycontent p {font:Arial, Helvetica, sans-serif; padding:0; margin:0;color:#142856;}
#column-left .post .storytitle a:link, #right .post .storytitle a:visited {font-size:12pt;text-decoration:underline;color:#142856;}
#column-left .post .storytitle a:hover, #right .post .storytitle a:active {font-size:12pt;text-decoration:none;color:#142856;}
#column-left .post h3.styletitle { padding:0;margin:0;}
#column-left .post h2	{font-size:12pt; padding:0 0 5px 0;margin:0 0 0 30px;font-weight:normal;}
#column-left .post h3	{font-size:13pt; padding-bottom:5px;margin-left:30px;margin-right:20px;color:#153854; text-align: left; background: none;}
#column-left .post .storycontent ol {font:11px Arial, Helvetica, sans-serif;text-decoration:none;margin-left:30px;margin-right:35px;margin-bottom:8px;margin-top:8px;color:#142856;}
#column-left .post .storycontent ol li {font:11px Arial, Helvetica, sans-serif;color:#142856;list-style-type:none;}
#column-left .post .storycontent ul {font:11px Arial, Helvetica, sans-serif;text-decoration:none;margin-left:30px;margin-right:35px;margin-bottom:8px;margin-top:8px;color:#142856;}
#column-left .post .storycontent ul li {font:11px Arial, Helvetica, sans-serif;text-decoration:none;margin-left:30px;margin-right:35px;margin-bottom:8px;margin-top:8px;color:#142856;}
.blog	{margin-left:33px;margin-top:10px;}

p.bluedate {	font: 11px Arial, Helvetica, sans-serif; color: #142856; font-weight:bold; padding:0;	margin:0; }
#column-left #commentlist li { list-style-type:none;font: 11px Arial, Helvetica, sans-serif; color: #142856;}
#column-left #commentlist p { font: 11px Arial, Helvetica, sans-serif; color: #142856;}
#big-contact #submit-btn {width:60px; margin: 10px 0 0 163px;}

#nextpage a {
	margin-left: 30px;
}

  /* End Blog CSS
 * ------------------------------------------------------------------------------------- */
 
 #affiliations {
 	background:url("../images/affiliations.jpg") no-repeat;
 	width:796px;
	height:150px;
	}
	#news-articles {
		margin:0 0 0 34px;
		}
#wrap-news-feed {
	margin:0 0 0 -34px;
	}
	
	
	/*-- starting of video player --*/
	
#column-right .videoPlayer { margin:10px 0 30px 16px;}

#column-left ul li ul {
list-style-type:circle;
margin-left:0;
}
