/*=========================================
Layout & Containers
===========================================*/

html {
	background: url(/images/background-dark.jpg) repeat;

}

div#bg-wrapper {
	background: url(/images/background-stripe.jpg) repeat-x scroll center top;
}

div#content-wrapper {
	margin: 0 auto;
	padding: 0 2px;
	width: 703px;
}

div#header {
	background: #fff url(/images/locations.jpg) no-repeat 378px bottom;
	clear: both;
	height: 203px;
	padding: 0 2px;
}

div.content {
	background: #fff ;
	padding: 5px 48px 40px 35px;
	overflow: auto;
	
}

div#stripe {
	background: url(/images/container-stripe.png) repeat-y 370px 0;
}


div#feature-content-wrapper, div#siderbar-content-wrapper {
	display: inline;
	float: left;
}

div#feature-content {
	background: transparent;
	/* border-right: 2px solid #999; */
	display: inline;
	float: left;
	padding: 0 22px 0 0;
	width: 350px;
}

div#sidebar-content {
	background: #fff;
	display: inline;
	float: left;
	padding: 0 0 0 22px;
	width: 190px;
}

#footer {
	clear: both;
}
#footer ul {
	background: #999;
	padding: 4px 0 4px 35px;
}

#footer ul li {
	border-right: 1px solid #fff;
	display: inline;
	padding: 0 8px;
}

#footer ul li.last {
	border: none;
}

p.photo-credit {
	padding: 10px 0;
}
/*=========================================
Typography
===========================================*/

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	color: #912323;
	font-family: Georgia;
	font-weight: bold;
}

a:active {
	color: #0a448c;
}

a:visited {
	color: #9c5656;
}

h1 {
	text-indent: -9999px;
}

h2 {
	color: #912323;
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 20px 0 10px 0;
}

h3 {
	color:  #002b54;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

h3.news {
	padding-bottom: 16px;
}

h4 {
	color: #002b54 ;
	font-family: Georgia;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	line-height: 15px;
}



p {
	color: #000000;
	font-family: Georgia;
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 15px;
}

span {
	color: #002b54 ;
	display: block;
	font-family: Georgia;
	font-size: 12px;
	line-height: 15px;
}
p span {
	font-style: italic;
}

p.photo-credit {
	color: #c8b4b4;
	font-family: Verdana;
	font-size: 9px;
	line-height: 10px;
}
/*
ul#nav li a {
	color: #c8b4b4;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold; 
	text-decoration: none;
}
*/
#footer ul li, #footer ul li a {
	color: #fff;
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}

#home p {
	color: #002b54;
	font-family: Georgia;
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 28px;
}


/*=========================================
Exceptions & One-offs
===========================================*/

#qm0 #attorney-drop-down {
	height: 224px;
}

#home #feature-content-wrapper {
	padding-top: 45px;
}

#home #sidebar-content-wrapper {
	padding-top: 20px;	
}

#home h2 {
	padding: 0 0 10px 0;
}

#home div#stripe {
	background: url(/images/container-stripe.png) no-repeat 370px 50px;
}


#home #sidebar-content li {
	color: #756a6a;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 18px;
}

#home #sidebar-content li a {
	color: #912323;
}

#disclaimer #content-wrapper {
	padding-top: 73px;
	width: 450px;
}

#disclaimer h2 {
	color: #002b54;
	font-family: Georgia;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
}

#disclaimer #feature-content {
	border: 0;
}

#disclaimer #feature-content p {
	color: #002b54;
	font-size: 15px;
	line-height: 18px;
	padding-bottom: 18px;
}

#disclaimer img#logo {
	float: right;
}

/*=========================================
CLEARFIX
=========================================*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */


