@charset "UTF-8";

/*--------------------------------------------------
	Containers
--------------------------------------------------*/

html {
	display: block;
	position: static;
	height: 100%;
	color: #ffffff;
	background-color: #607c8a;
	background-image: url('../img/bg_sdw-logo-tiled.gif');
	background-position: center top;
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 21px;
	text-align: center;	
}
body {
	display: block;
	position: static;
	min-width: 960px;
	border-top: 4px solid #607c8a;
	color: #7a7c7f;
	background-color: #ffffff;
	background-image: url('../img/bg_grey-stripe.gif');
	background-position: 0 107px;
	background-repeat: repeat-x;	
}


/*--------------------------------------------------
	Header
--------------------------------------------------*/

#header {
	display: block;
	position: static;
	width: 913px;
	height: 107px;
	margin: 0 auto 0 auto;	
	padding: 0 20px 2px 27px;
	text-align: left;
	color: #607c8a;
	font-size: 10px;
	line-height: 14px;
}
#header img#sdw-logo {
	display: block;
	position: static;
	float: left;
}
#header p#address {
	padding: 17px 0 0 0;
	text-align: right;
}


/*--------------------------------------------------
	Footer
--------------------------------------------------*/

#footer {
	display: block;
	position: static;
	height: 186px;
	text-align: right;
	background-color:#607c8a;
	border-top: 6px solid #708996;
	clear: both;
}
#footer p#copyright {
	display: block;
	position: static;
	width: 920px;
	margin: 0 auto 0 auto;
	padding: 8px 20px 0 20px;
	
	text-align: left;
	color: #cfdbe1;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: -.05em;
	text-transform: uppercase;
}
#footer ul#footer-nav {
	display: block;
	position: static;
	width: 920px;
	margin: -10px auto 0 auto;
	padding: 0 20px 0 20px;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: -.05em;
}
#footer ul#footer-nav li {
	display: inline;
	position: static;
	padding: 0 7px 0 7px;
	border-left: 1px solid #cfdbe1;
}
#footer ul#footer-nav li.first-of-type {
	border-left: none;
}
#footer ul#footer-nav li.last-of-type {
	padding: 0 0 0 7px;
}
#footer ul#footer-nav li a:link,
#footer ul#footer-nav li a:visited,
#footer ul#footer-nav li a:active {
	color: #cfdbe1;
	text-transform: uppercase;
	text-decoration: none;
}
#footer ul#footer-nav li a:hover {
	color: #cfdbe1;
	text-transform: uppercase;
	text-decoration: underline;
}


/*--------------------------------------------------
	Nav
--------------------------------------------------*/

#nav {
	display: block;
	position: static;
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;	
	padding: 0 0 0 0;
	text-align: left;
	z-index: 99;
}
#nav ul {
	display: block;
	position: absolute;
	width: 185px;
	height: auto;
	float: left;
	z-index: 99;
}
#nav ul li {
	display: block;
	position: static;
	width: 145px;
	height: auto;
	padding: 0 0 2px 40px;
	background-image: url( '../img/bg_nav-line.gif' );
	background-position: 53px bottom;
	background-repeat: no-repeat;
}
#nav ul li a {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	padding: 5px 15px 6px 18px;
	color: #cfdbe1;
	font-family: 'Century Gothic', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url( '../img/bg_nav-over.jpg' );
	background-position: 0 -25px;
	background-repeat: no-repeat;
	border-top: 2px solid #607c8a;
	border-bottom: 2px solid #607c8a;
	outline: none;
}
#nav ul li a:hover,
#nav ul li:hover a,
#nav ul li.hover a {
	color: #607c8a;
	background-position: 0 center;
	background-repeat: repeat-y;
}
#nav ul li#nav-home {
	height: 42px;
	width: 41px;
	padding: 0 144px 0 0;
}
#nav ul li#nav-home a,
#nav ul li#nav-home:hover a,
#nav ul li#nav-home.hover a {
	height: 42px;
	width: 41px;
	padding: 0 0 0 0;
	background-image: url( '../img/nav-home.gif' );
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -999em;
	overflow: hidden;
	border: none;
}
#nav ul li#nav-home a:hover {
	background-position: 0 -42px;
}


/*--------------------------------------------------
	Sub Nav
--------------------------------------------------*/

#nav ul li ul {
	display: none;
	position: absolute;
	width: 185px;
	height: auto;
	float: none;
	margin: -31px 0 0 145px;
	padding: 2px 10px 3px 0;
	color: #607c8a;
	background-color: #cfdbe1;
	border: 1px solid #607c8a;
	z-index: 99;
}
#nav ul li#nav-community ul {
	margin: -39px 0 0 145px;
}

#nav ul li:hover ul,
#nav ul li.hover ul {
	display: block;
}
#nav ul li ul li {
	width: 100%;
	height: 27px;
	padding: 0 0 0 0;
	background-image: url( '../img/bg_subnav-line.gif' );
	background-position: 12px 0;
	background-repeat: no-repeat;
}
#nav ul li ul li.first-of-type {
	background-image: none;
}

#nav ul li ul li a,
#nav ul li:hover ul li a,
#nav ul li.hover ul li a {
	width: auto;
	height: 14px;
	padding: 6px 10px 7px 22px;
	color: #607c8a; /* #97abb5; */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url( '../img/bg_subnav-bullet.gif' );
	background-position: 10px 11px;
	background-repeat: no-repeat;
	border: none;	
	white-space: nowrap;
}
#nav ul li ul li a:hover,
#nav ul li:hover ul li a:hover,
#nav ul li.hover ul li a:hover {
	color: #607c8a;
	font-weight: bold;
	background-position: 10px -184px;
	background-repeat: no-repeat;
}


/*--------------------------------------------------
	Content
--------------------------------------------------*/

#content {
	display: block;
	position: static;
	width: 720px;
	min-height: 300px;
	margin: 0 auto 0 auto;	
	padding: 0 20px 80px 220px;
	text-align: left;
	background-image: url('../img/bg_blue-stripe.gif');
	background-position: 40px 0;
	background-repeat: repeat-y;
	z-index: 1;
}
#content div.col-2 {
	float: left;
	clear: right;
	width: 340px;
	padding: 0 20px 0 0;
}
#content h1 {
	height: 40px;
	margin: 0 0 0 -20px;
	padding: 0 0 32px 0;
	color: #607c8a;
	font-family: 'Century Gothic', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: normal;
	text-transform: uppercase;
}
#content h1 .sub {
	font-size: 16px;
}
#content h1 a,
#content h1 a:hover {
	color: #607c8a;
	text-decoration: none;
	font-weight: bold;
}
#content h2 {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	color: #607c8a;
	font-family: 'Century Gothic', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	letter-spacing: normal;
	text-transform: uppercase;
}
#content h2 a,
#content h2 a:hover {
	color: #607c8a;
	text-decoration: none;
	font-weight: bold;
}
#content a {
	color: #607c8a;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #cfdbe1;
}
#content p {
	padding: 0 0 21px 0;
	text-align: justify;
}
		
#content p#back-link {
	margin: -21px 0 0 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 21px;
}

#content ul {
	display: block;
	position: static;
	list-style-type: disc;
	padding: 0 0 21px 20px;
}
#content ul ul,
#content ol ul {
	padding: 0 0 0 20px;
}
#content ul li {
	display: list-item;
	position: static;	
	list-style-type: disc;	
}

#content ol {
	display: block;
	position: static;
	list-style-type: decimal;
	padding: 0 0 21px 30px;
}
#content ol ol,
#content ul ol {
	padding: 0 0 0 30px;
}
#content ol li {
	display: list-item;
	position: static;	
	list-style-type: decimal;	
}
#content .clear-all {
	clear: both;
}
#content .hidden {
	display: none;
}
#content strong {
	font-weight: bold;
}
#content em {
	font-style: italic;
}
#content .underlined {
	text-decoration: underline;
}


/*--------------------------------------------------
	Photos
--------------------------------------------------*/

#content .photo-right {
	float: right;
	padding: 0 0 21px 30px;
}
#content .photo-left {
	float: left;
	padding: 0 21px 30px 0;
}
#content .photo-right p.caption,
#content .photo-left p.caption {
	text-align: right;
	padding: 6px 0 0 0;
	font-size: 10px;
	line-height: 12px;
}


/*--------------------------------------------------
	Home
--------------------------------------------------*/

#content.home h1 {
	/*text-indent: -999em;*/
	overflow: hidden;
	padding: 0 0 2px 0;
}
#content.home #home-intro {
	position: relative;
	width: 754px;
	height: 270px;
	margin: 0 0 0 -35px;
	background-color: #ebebec;
	border-right: 1px solid #7a7c7f;
}
#content.home #home-intro img {
	position: absolute;
	left: 0;
	top: 0;
	width: 500px;
	height: 270px;
}
#content.home #home-intro p {
	position: absolute;
	right: 0;
	top: 0;
	width: 224px;
	padding: 10px 10px 0 20px;
	font-family: "Palatino Linotype", "Palatino", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	line-height: 22px;
	text-align: left;
	letter-spacing: -1px;
}
#content.home #home-news {
	position: relative;
	width: 755px;
	height: 200px;
	margin: 24px 0 0 -35px;
	padding: 0 0 0 0;
	/*background-image: url('../img/bg_home-news.gif');*/
	background-position: right bottom;
	background-repeat: no-repeat;
}
#content.home #home-news h2 {
	/*position: absolute;*/
	height: 21px;
	right: 550px;
	bottom: 6px;
	padding: 0 0 0 20pt;
	font-family: "Palatino Linotype", "Palatino", "Book Antiqua", Palatino, serif;
	font-size: 21px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
}
#content.home #home-news h3 {
	width: 480px;
	padding: 8px 0 0 250px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#content.home #home-news p {
	width: 480px;
	padding: 0 0 0 250px;
	font-size: 10px;
	line-height: 14px;
}


/*--------------------------------------------------
	Clients
--------------------------------------------------*/

#content ul.clients-list {
	float: left;
	clear: right;
	width: 300px;
}


/*--------------------------------------------------
	Practice Groups
--------------------------------------------------*/

#content.practice-list ul {
	list-style-type: none;
	padding: 0 0 21px 0;
}
#content.practice-list ul li {
	list-style-type: none;	
}


/*--------------------------------------------------
	Bio Listings
--------------------------------------------------*/

/* top nav */
#content ul#bios-nav {
	margin: -21px 0 0 0;
	padding: 0 0 42px 0;
	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
	line-height: 21px;
}
#content ul#bios-nav li {
	display: inline;
	list-style-type: none;
}
#content ul#bios-nav li a {
	text-decoration: none;
	padding: 0 5px 0 5px;
	border-right: 1px solid #cfdbe1;
	color: #7a7c7f;
}
#content ul#bios-nav li a:hover {
	color: #cfdbe1;
}
#content ul#bios-nav li.disabled a {
	color: #cfdbe1;
	cursor: default;
}
#content ul#bios-nav li.first-of-type a {
	padding: 0 5px 0 0;
}
#content ul#bios-nav li.last-of-type a {
	padding: 0 0 0 5px;
	border-right: none;
}

/* lists */
#content.bios-list div.col-2 {
	float: left;
	clear: right;
	width: 280px;
	padding: 0 20px 0 0;
}
#content.bios-list ul {
	list-style-type: none;
	padding: 0 0 0 20px;
}
#content.bios-list ul li {
	list-style-type: none;	
}
#content.bios-list ul li a {
	color: #607c8a;
	font-weight: bold;
	text-decoration: none;
}
#content.bios-list ul li a:hover {
	color: #cfdbe1;
}
#content.bios-list ul li a em {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	padding: 0 0 0 4px;
}

/* top link */
#content.bios-list p.top-link {
	padding: 0 0 21px 20px;
	font-size: 10px;	
}
#content.bios-list p.top-link a {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #607c8a;
}
#content.bios-list p.top-link a:hover {
	color: #cfdbe1;
}


/*--------------------------------------------------
	Bio Detail
--------------------------------------------------*/

#content #bio-info {
	width: 388px;
	float: right;
	padding: 12px 6px 12px 6px;
	margin: -21px 0 21px 30px;
	font-size: 10px;
	line-height: 18px;
	text-align: right;
	color: #7a7c7f;
	background-color: #cfdbe1;
}
#content #bio-info img {
	width: 180px;
	float: right;
	margin: -6px 0 0 14px;
}
#content #bio-info-addon img {
	width: 40px;
}
#content #bio-info-text {
	width: 194px;
	float: right;
}
#content #bio-info-text a {
	color: #7a7c7f;
	text-decoration: none;
	font-weight: normal;
}
#content #bio-info-text a:hover {
	text-decoration: underline;
}
#content #bio-info-text h3 {
	font-weight: bold;
}
#content #bio-info-text ul {
	padding: 0 0 18px 0;
	list-style-type: none;
}
#content #bio-info-text ul li {
	list-style-type: none;
}
#content #bio-info-addon {
	width: 90px;
}


/*--------------------------------------------------
	News Listings
--------------------------------------------------*/

#content.news-list ul {
	list-style-type: none;
	padding: 0 0 0 0;
	line-height: 18px;
}
#content.news-list ul li {
	list-style-type: none;	
	padding: 0 0 21px 0;
}
#content.news-list ul li a {
	color: #607c8a;
	font-weight: bold;
	text-decoration: none;
}
#content.news-list ul li a:hover {
	color: #cfdbe1;
}
#content.news-list ul li .date {
	font-size: 11px;
	padding: 0 0 0 4px;
}
#content.news-list ul li a em {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	padding: 0 0 0 4px;
}
#content.news-list ul li a.pdf-link {
	padding: 0 0 0 0;
	font-size: 10px;
	font-weight: normal;
	color: #607c8a;
}
#content.news-list ul li a.pdf-link:hover {
	color: #cfdbe1;
}


/*--------------------------------------------------
	Contact
--------------------------------------------------*/

#contact-form br {
	display: none;
}
#contact-form .required {
	color: #FF0000;
}
p#disclaimer {
	color: #999999;
	font-size: 10px;
	line-height: 18px;
}
fieldset {
	width: 360px;
	padding: 0 0 20px 0;
	float: left;
}
label {
	display: block;
	position: relative;
	width: 100px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	text-align: right;
}
label.textarea {
	width: 320px;
	padding: 0 0 10px 0;
	text-align: left;
}
input.text, textarea {
	display: block;
	position: relative;
	padding: 2px 3px 2px 3px;
	background-color: #f8f8f8;
	border: 1px inset #cccccc;
	color: #7a7c7f;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
}
input.text {
	top: 0;
	left: 110px;
	width: 202px;
	height: 14px;
	margin: -20px 0 10px 0;
}
textarea {
	width: 312px;
	height: 71px;
	margin: 0 0 10px 0;
	line-height: 18px;
}
input.text:focus, textarea:focus {
	outline: 2px solid #6fa1d9;
	color: #000000;
	border: 1px solid #f3fcff;
	background-color: #f3fcff;
}
input.button {
	display: block;
	position: relative;
	width: 100px;
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #7a7c7f;
	cursor: pointer;
}.textindent {
	text-indent: 30pt;
}
qoute {
	padding-right: 50pt;
	padding-left: 50pt;
}
#content blockquote {
	padding-right: 50pt;
	padding-left: 50pt;
}
#content blockquote {
	text-align: justify;
}

