/*--------------------- 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:#4d546c url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:13px/19px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { 
	margin-left:32px; 
	margin-right:30px; 
	}

h1	{ font-size:1.1em; color:#0c4e91; } 
h2	{ font-size:1.0em; color:#0c4e91; }
h3	{ font-size:1.0em; color:#41475d; }

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

a:link,a:visited	{ color:#0c4e91; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#0c4e91; text-decoration:none; outline:none; }

/* ----- classes ----- */

.location {
	width:90px;
	display:block;
	float:left;
	}

.client {
	font-size:14px;
	color:#000000;
	}
	
.clear {
	clear:both;
	}

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

div.clear-margin-btm	{ 
	clear:both;
	height:.01em; 
	overflow:hidden;
	margin-bottom:18px; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
#column-right-index p.settlement {
	border:1px solid #000;
	padding:10px;
	margin:0 19px 0 2px;
	}
	
.settlement-number {
margin-left:40px;
}

#column-left p.settlement-amount, #column-left p.no-indent {
	text-indent:0;
	}
	
#column-left h3.no-margin-btm {
	margin-bottom:0;
	}
	
img.img-left { 
	float:left; 
	margin:0px 10px 0 10px; 
	}
	
img.img-right {
	float:left;
	margin:5px 0 0 0;
	}
	
.img-right-content {
	float:right;
	margin:5px 0 0 0;
	}
	
.wht-space {
	background-color:#fff;
	width:231px;
	height:3px;
	clear:both;
	}
	
a.btn-click {
	margin-left:90px;
	background:url("../images/bullet-click.jpg") 0 2px no-repeat;
	padding-left:17px;
	color:#222b07;
	text-decoration:none;
	}
	
#column-left .btn-read {
	background:url("../images/bullet-click.jpg") 0 2px no-repeat;
	text-indent:0;
	padding-left:17px;
	margin-bottom:18px;
	}
	
	.btn-read a {
		color:#222b07;
		text-decoration:none;
		}

	
.sub {	
	background:url("../images/bg-sub.jpg") top no-repeat;
	width:689px;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
.mva {
	text-decoration: underline;
}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	
	
#smalllogo {
background:url("../images/logo-small.jpg") no-repeat;
margin:10px;
height:76px;
}	


#contact2 {
height:399px;
margin-left:0px;
}


/* ----- global form elements ----- */ 

form {
	width:164px;
	margin:0 0 15px 0;
	}

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

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

input, textarea, select { 
	background-color:#064886 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #fff;
	color:#fff;
	width:164px; /* 5 pixels smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* 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:11px;
	}
	
select { width:211px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact-business { display: none; } /* do not remove */ 


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

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#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:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }

#contact-business-main { display: none; } /* do not remove */ 


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

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 5px 243px; }

/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:938px;
	margin:0 auto;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:122px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:116px;
		width:316px;
		top:20px;
		height:82px; 
		}
	#masthead a span {
		display:none;
		}
	#masthead ul {
		float:right;
		clear:right;
		text-align:right;
		padding:19px 175px 0 0;
		text-transform:uppercase;
		font-size:17px;
		line-height:22px;
		font-family:serif; 
		}

		

.close a {
color:#FFFFFF;
}
/* ----- column-left ----- */

#column-left {
	width:222px;
	float:left;
	}
	
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ol, #column-left dl {
		margin:0 0 10px 35px;
		}
		
	#column-left p {
		text-indent:0px;
		}
		
	#column-left form { margin-left:35px; }
	
	/* single column list */
	#column-left ul { padding-left:0px; }
		#column-left ul li {
			list-style-type:disc; 
			}
			
	#column-left ul li ul, #column-left ol li ol { margin:0 0 0 0px; }
	
	#column-left ol { padding-left:52px; }
		#column-left ol li {
			list-style-type:decimal;
			}

	/* definition list */
	#column-left dl { padding-left:15px; }
		#column-left dl dt {
			font-weight:bold;
			}
		#column-left dl dd {
			list-style-type:disc;
			margin-left:5px;
			}
			
	.img-left {
		float:left;
		margin: 0 0 0 0;
		}
		
	#offices-left {
	width: px;
	float:left;
	}
			
	#offices-right {
	width: 200px;
	float:left;
	}
	
	.car-crash {
	margin:0 20px 0 0;
	}
	
	#left-content {
	width:px;
	float:left;
	}
			
	#left-content-wide {
	width:px;
	float:left;
	}
			
	#right-content {
	width:px;
	float:left;
	}
	
	#locations-left {
	width:200px;
	float:left;
	}
			
	#locations-right {
	width:200px;
	float:left;
	}
	
.leftcol-inside {
	background:url(../images/bg-leftcol.jpg) top left no-repeat;
}
	
			

/* ------ Column center -----*/
#column-center {
	width:493px;
	float:left;
}

#column-center p {
	margin: 0 25px 10px 20px;
}

#column-center h1, #column-center h2, #column-center h3 {
	margin:10px 15px 10px 20px;
}

#column-center ul { padding:0 20px 0 35px; }
		#column-center ul li {
			list-style-type:disc; 
			}
			
	#column-center ul li ul, #column-center ol li ol { margin:0 0 0 10px; }
	
	#column-center ol { padding-left:20px; }
		#column-center ol li {
			list-style-type:decimal;
			}

	/* definition list */
	#column-center dl { padding-left:20px; }
		#column-center dl dt {
			font-weight:bold;
			}
		#column-center dl dd {
			list-style-type:disc;
			margin-left:5px;
			}
			
			
/* ----- column-right ----- */

#column-right {
	background:url(../images/bg-rightcol.jpg) top right no-repeat;
	width:223px;
	float:left;
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#41475d;
	}

	#column-right p, #column-right h1, #column-right h3, #column-right ul, #column-right dl {
		margin:0;
		}
		
	#column-right form { margin-left:0px; }
	 
	/* single column list */
	#column-right ul { padding-left:0px; }
		#column-right ul li {
			padding-left:0px;  /* pushes text to the right to display bg img */
			}

	#column-right ul li ul { margin:0 0 0 0px; }
	
	/* definition list */
	#column-right dl { padding-left:0px; }
		#column-right dl dt {
			font-weight:bold;
			}
		#column-right dl dd {
			list-style-type:disc;
			margin-left:0px;
			}
			
	.img-right {
		float:right;
		margin: 0 0 0 0;
		}
		
		#column-right a {
			color:#000;
		}



	#column-right-index p, #column-right-index h1, #column-right-index h3, #column-right-index ul, #column-right-index dl {
		margin:0;
		}
		
	#column-right-index form { margin-left:0px; }
	 
	/* single column list */
	#column-right-index ul { padding-left:0px; }
		#column-right-index ul li {
			padding-left:0px;  /* pushes text to the right to display bg img */
			}

	#column-right-index ul li ul { margin:0 0 0 0px; }
	
	/* definition list */
	#column-right-index dl { padding-left:0px; }
		#column-right-index dl dt {
			font-weight:bold;
			}
		#column-right-index dl dd {
			list-style-type:disc;
			margin-left:0px;
			}
			
ul.verdictslist {
	width:204px;
	font-family:"Trebuchet MS";
	font-size:11px;
	}
	ul.verdictslist li {
		height:49px;
		background:url(../images/btn-verdicts.jpg) no-repeat;
		list-style:none;
	}
	ul.verdictslist li a {
		display:block;
		width:204px;
		height:49px;
		text-decoration:none;
		padding:7px 0 0 15px;
	}
	ul.verdictslist a:hover { background:url(../images/btn-verdicts.jpg) 0px -49px no-repeat; }
	ul.verdictslist span {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:14px;
		font-weight:bold;
	}
	
#viewmore {
	background:url(../images/btn-morecases.jpg) no-repeat;
	width:163px;
	height:33px;
	margin: 15px 0 15px 20px;
	}
	#viewmore span {
		display:none;
	}
	#viewmore a {
		display:block;
		width:163px;
		height:33px;
	}
	#viewmore a:hover { background:url(../images/btn-morecases.jpg) 0px -33px no-repeat; }
	
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") bottom no-repeat;
	width:938px;
	padding-bottom:157px;
	}

	
/* header framework
 * ------------------------------------------------------------------------- */
#no-flash {
background-image:url(../images/header-index.jpg);
height:255px;
width:938px;
}
#header-flash { height:255px; } 
#header-graphic { height:255px; background:url("../images/header-index.jpg"); } /* sets height for all non-flash headers */

/*	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); } */

/* subhead framework
 * ------------------------------------------------------------------------- */


	body#index h1#subhead { background:url("../images/subhead-index.jpg") no-repeat; height:112px; margin:0; }
	body#about-the-firm #subhead { background:url("../images/subhead-about.jpg") no-repeat; padding-top: 75px;}
	body#personal-injury #subhead { background:url("../images/subhead-personal.jpg") no-repeat; padding-top: 75px; }
		body#catastrophic-injury #subhead { background:url("../images/subhead-catastrophic.jpg") no-repeat; padding-top: 75px; }
		body#product-liability #subhead { background:url("../images/subhead-product.jpg") no-repeat; padding-top: 75px; }
		body#aviation-accidents #subhead { background:url("../images/subhead-aviation.jpg") no-repeat; padding-top: 75px; }
	body#auto-accidents #subhead { background:url("../images/subhead-auto.jpg") no-repeat; padding-top: 75px; }
		body#truck-accidents #subhead { background:url("../images/subhead-truck.jpg") no-repeat; padding-top: 75px; }
	body#wrongful-death #subhead { background:url("../images/subhead-wrongful.jpg") no-repeat; padding-top: 75px; }
	body#medical-malpractice #subhead { background:url("../images/subhead-medical.jpg") no-repeat; padding-top: 75px; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") no-repeat; padding-top: 75px; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") no-repeat; padding-top: 75px; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") no-repeat; padding-top: 75px; }
	body#auto-faq #subhead { background:url("../images/subhead-auto-faq.jpg") no-repeat; padding-top: 75px; }
	body#truck-faq #subhead { background:url("../images/subhead-truck-faq.jpg") no-repeat; padding-top: 75px; }
	body#med-mal-faq #subhead { background:url("../images/subhead-med-mal-faq.jpg") no-repeat; padding-top: 75px; }
	
	body#birth-injuries #subhead { background:url("../images/subhead-birth-injuries.jpg") no-repeat; padding-top: 75px; }
	body#dui #subhead { background:url("../images/subhead-dui.jpg") no-repeat; padding-top: 75px; }
	body#uninsured #subhead { background:url("../images/subhead-uninsured.jpg") no-repeat; padding-top: 75px; }
	body#pedestrian #subhead { background:url("../images/subhead-pedestrain-traffic.jpg") no-repeat; padding-top: 75px; }
	body#hit-run #subhead { background:url("../images/subhead-hit-run.jpg") no-repeat; padding-top: 75px; }
	body#surgical-errors #subhead { background:url("../images/subhead-surgical-errors.jpg") no-repeat; padding-top: 75px; }
	body#verdicts-settlements #subhead { background:url("../images/subhead-verdicts.jpg") no-repeat; padding-top: 75px; }



/* ------------------------ subhead framework with varying heights ------------------------ */
h2#subhead-choosing {
	height:74px;
	background:url("../images/subhead-choosing.jpg") ;
	margin:0 0 0 20px;
	width:454px;
	}
	img#planepic {
		margin:0 0 15px 20px;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-qcontact-index {
	height:140px;
	background:url("../images/title-qcontact.jpg") ;
	border:0;
	position:relative;
	z-index:0;
	
	}
	#title-qcontact {
	height:140px;
	background:url("../images/title-qcontact-inside.jpg") ;
	border:0;
	}


#view-more-cases {
	height:60px;
	background:url("../images/img-cases.jpg") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-settlements {
		height:73px;
		display:block;
		background:url("../images/btn-settlements.jpg") no-repeat;	
		}
		
		#btn-settlements span { display:none; }


/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:938px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	}

#footer p {
	margin:0 20px 10px 20px;
	}
	
#footer a { color:#c6cee0; }

#footer ul {margin-bottom:10px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #c6cee0;
	}

	#footer li.first { border: none; }
	
/* Sidenav ---------------------------------------------*/

/* ------------------------ vertical sprite nav ------------------------ */
#sidenav {
	background:url("../images/sidenav.jpg") top left no-repeat;					
	width:221px;	/* Width of buttons, not entite image (or half of entire image) */
	height:385px;	 /* Height of entire image */
	margin:0;
	padding:0;
	}

#sidenav li span { display: none; }

#sidenav li { float:left; list-style:none; position:relative;z-index:999; }

#sidenav li, #sidenav a { 
	height:34px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#sidenav01 { margin:0; width:221px; }

/* margin-top if there is a spacing between each nav button */
#sidenav02, #sidenav03, #sidenav04, #sidenav05, #sidenav06, #sidenav07, #sidenav08, #sidenav09, #sidenav10, #sidenav11 { margin-top:1px; width:221px; }

#sidenav01 a:hover { background:url("../images/sidenav.jpg") -221px 0px no-repeat; }
#sidenav02 a:hover { background:url("../images/sidenav.jpg") -221px -35px no-repeat; }
#sidenav03 a:hover { background:url("../images/sidenav.jpg") -221px -70px no-repeat; }
#sidenav04 a:hover { background:url("../images/sidenav.jpg") -221px -105px no-repeat; }
#sidenav05 a:hover { background:url("../images/sidenav.jpg") -221px -140px no-repeat; }
#sidenav06 a:hover { background:url("../images/sidenav.jpg") -221px -175px no-repeat; }
#sidenav07 a:hover { background:url("../images/sidenav.jpg") -221px -210px no-repeat; }
#sidenav08 a:hover { background:url("../images/sidenav.jpg") -221px -245px no-repeat; }
#sidenav09 a:hover { background:url("../images/sidenav.jpg") -221px -280px no-repeat; }
#sidenav10 a:hover { background:url("../images/sidenav.jpg") -221px -315px no-repeat; }
#sidenav11 a:hover { background:url("../images/sidenav.jpg") -221px -350px no-repeat; }

/************* SIDENAV VERTICAL DROPDOWN ******************/

#sidenav li ul {
	position:absolute;
	left:-9999px;
	background-color:#18478b;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:221px; /* Set to same width as in #nav */
	margin-top:34px; /* Set to each button height, same as used above */
	}

#sidenav li ul li {
	height:34px; /* Height of each drop down nav item */
	border-bottom:1px solid #0c2a5e;
	border-top:1px solid #1f66be;
	background-color:#18478b;
	border-left:1px solid #1f66be;
	}

#sidenav li ul li a {
	width:100%;
	height:34px; /* Height of each drop down nav item, should match above */
	line-height:34px;	 /* Height of each drop down nav item again, should match above */
	}

#sidenav li ul li a span {
	display:block;
	padding-left:20px;
	}

/* Drop down link styles */
#sidenav a:link, #sidenav a:visited, #sidenav a:hover, #sidenav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#sidenav li:hover ul, #sidenav li.sfHover ul	{ left: 221px; top:0;}


/* Hover styles for drop down items */
#sidenav li ul a:hover { 
	background-image:none;
	background-color:#002b6f;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#sidenav li ul, #sidenav li ul li { width:200px;}
#sidenav #sidenav01 ul, #sidenav #sidenav01 ul li { width:130px; }
#sidenav #sidenav04 ul, #sidenav #sidenav04 ul li { width:325px; }
#sidenav #sidenav11 ul, #sidenav #sidenav11 ul li { width:230px; }

/* Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:938px; 
	height:43px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 185px; margin-left: 14px;}
#nav-02 { width: 180px;}
#nav-03 { width: 181px;}
#nav-04 { width: 179px;}
#nav-05 { width: 184px;}


/*-------------- (-79px) X position of button / (-43px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -14px -43px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -199px -43px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -379px -43px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -560px -43px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -739px -43px no-repeat; }



/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -14px -43px no-repeat; }
body#about-the-firm #nav-02 { background:url("../images/nav.jpg") -199px -43px no-repeat; }

body#personal-injury #nav-03 { background:url("../images/nav.jpg") -379px -43px no-repeat; }
body#catastrophic-injury #nav-03 { background:url("../images/nav.jpg") -379px -43px no-repeat; }
body#product-liability #nav-03 { background:url("../images/nav.jpg") -379px -43px no-repeat; }
body#aviation-accidents #nav-03 { background:url("../images/nav.jpg") -379px -43px no-repeat; }
body#auto-accidents #nav-03 { background:url("../images/nav.jpg") -379px -43px no-repeat; }
body#truck-accidents #nav-03 { background:url("../images/nav.jpg") -379px -43px no-repeat; }
body#wrongful-death #nav-03 { background:url("../images/nav.jpg") -379px -43px no-repeat; }
body#medical-malpractice #nav-03 { background:url("../images/nav.jpg") -379px -43px no-repeat; }
body#med-mal-faq #nav-03 { background:url("../images/nav.jpg") -379px -43px no-repeat; }
body#auto-faq #nav-03 { background:url("../images/nav.jpg") -379px -43px no-repeat; }
body#truck-faq #nav-03 { background:url("../images/nav.jpg") -379px -43px no-repeat; }
body#contact #nav-04 { background:url("../images/nav.jpg") -560px -43px no-repeat; }
body#verdicts-settlements #nav-05 { background:url("../images/nav.jpg") -739px -43px no-repeat; }


	body#birth-injuries #nav-03 { background:url("../images/nav.jpg") -379px -43px no-repeat; }
	body#dui #nav-03 { background:url("../images/nav.jpg") -379px -43px no-repeat; }
	body#uninsured #nav-03 {background:url("../images/nav.jpg") -379px -43px no-repeat;}
	body#pedestrian #nav-03 {background:url("../images/nav.jpg") -379px -43px no-repeat; }
	body#hit-run #nav-03 {background:url("../images/nav.jpg") -379px -43px no-repeat;}
	body#surgical-errors #nav-03 { background:url("../images/nav.jpg") -379px -43px no-repeat;}
/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

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

#nav li ul li { 
	height:25px; 				/* Height of each drop down nav item */
	border:1px solid #FFF;
	border-top:none;
	}	

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

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

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

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

/* Hover styles for drop down items */
#nav-03 ul a:hover, #nav-04 ul a:hover, #nav-06 ul a:hover { 
	background-image:none;
	background-color:#277eba;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-03 ul, #nav-03 li { width:310px; }



#btn-blog {
background:transparent url(../images/btn-blog.jpg) no-repeat scroll 0 0;
height:33px;
margin:15px 0 15px 20px;
width:163px;
}

#btn-blog a {
display:block;
height:33px;
width:163px;
}
#btn-blog span {
display:none;
}

#column-right h2, #column-right-index h2 {margin:10px 0 10px 15px; padding-right:25px; font-size:1.1em;}