/* RESET CODES */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

/* SETUP */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 971px;
	background-image: url(images/tile.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	text-align: left;
	width: 971px;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}



/* HEADER */
#header {
	width: 971px;
	height: 68px;
	background-color: #000000;
}

/* NAV */
#firm-information {
	text-align: center;
	width: 971px;
	height: 34px;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 10px;
	background-image: url(images/navBg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#firm-information ul {
	list-style: none;
}

#firm-information li {
	padding: 0px 28px 0px 40px;
	margin: 0px 0px 0px 0px;
	float: left;
}

#firm-information a {
	font-weight: bold;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration: none;
}

#firm-information a:hover {
	color: #93b1c9;
	background: url("images/menu-roll.gif") repeat-x left top;
	text-decoration: none;
}

/* MAIN HEADER */
#container {
	/* this div prevents empty area while browser renders flash */
	width: 971px;
	height: 278px;
}

#flashHeader {
	width: 971px;
	height: 278px;
}

#mainHeader {
	width: 971px;
	height: 278px;
}

#shadow {
	width: 971px;
	height: 64px;
	background: url("images/shadow.jpg") no-repeat left top;
}

/* CONTENT */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	color: #083867;
	width: 630px;
	height: 43px;
	margin-top: -7px;
	margin-left: 17px;
	margin-bottom: 30px;
	background-image: url(images/titleLine.gif);
	background-repeat: no-repeat;
	background-position: 0 40px;
	float: left;
}

h1 a {
	color: #083867;
	text-decoration: none;
}

h1 a:hover {
	color: #0072bc;
	text-decoration: none;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #083867;
	width: 630px;
	height: 36px;
	margin-left: 17px;
	margin-bottom: 8px;
	background-image: url(images/titleLine.gif);
	background-repeat: no-repeat;
	background-position: 0 33px;
}

h2 a {
	color: #083867;
	font-weight: normal;
	text-decoration: none;
}

h2 a:hover {
	color: #0072bc;
	font-weight: normal;
	text-decoration: none;
}

h3 {
	line-height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 0px 0px 12px;
	margin: 20px 60px 10px 37px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #083867;
}

h3 a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

h3 a:hover {
	color: #766B54;
	text-decoration: none;
}

h4 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	padding-top: 12px;
	margin-right: 29px;
	margin-bottom: 23px;
	color: #083867;
	width: 255px;
	height: 24px;
	float: right;
	background: url(images/landmarkTitleBg.gif) no-repeat 0 0;
}

h4 a {
	color: #083867;
	text-decoration: none;
	width: 237px;
	height: 24px;
	display: block;
	padding-right: 18px;
}

h4 a:hover {
	color: #005fb3;
	text-decoration: underline;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #083867;
	width: 200px;
	height: 30px;
	margin: 40px 0 24px 17px;
	background-image: url(images/titleLine.gif);
	background-repeat: no-repeat;
	background-position: 0 27px;
	float: left;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 30px 69px 10px 32px;
	color: #083867;
	padding-bottom: 2px;
	border-bottom: 1px solid #dedede;
}

h6 a {
	color: #651215;
	text-decoration: none;
}

h6 a:hover {
	color: #a03a42;
	text-decoration: none;
}

.gray {
	color: #777777;
}

.blue {
	color: #014378;
	font-weight: bold;
}

.right {
	text-align: right;
}

.intro {
	color: #014378;
	font-family: Georgia;
	font-size: 14px;
}

#content {
	width: 685px;
	float: left;
	margin-bottom: 20px;
}

#content p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	text-align: justify;
	padding-left: 37px;
	padding-right: 73px;
	color: #444444;
}

#content p.pa-intro {
	font-size: 17px;
	line-height: 24px;
	color: #03345D;
}

#content p a:link, #content p a:visited { 
	color: #014378;
	font-weight: bold;
}

#content p a:hover, #content p a:active {
	color: #0072bc;
	font-weight: bold;
}

.contentList {
	font-size: 12px;
	line-height: 21px;
	padding-top: 6px;
	margin: 0 60px 0 50px;
	color: #444444;
}

.contentList li {
	padding-bottom: 18px;
}

.contentList a:link, .contentList a:visited { 
	color: #014378;
	font-weight: bold;
}

.contentList a:hover, .contentList a:active {
	color: #0072bc;
	font-weight: bold;
}

/*** CONTACT PAGE ***/

.contactPic {
	float: left;
	margin-left: 37px;
	margin-right: 30px;
}
#contact-info {
	width:210px; 
	float:left; 
	padding: 15px 0;
	margin:0;
}
	
#contact-info p {
	width:210px; 
	font: 13px/18px Arial, Helvetica, sans-serif;
}

ul#contact {
	list-style: url(images/icon-email.gif);
	margin-left: 60px;
	font: normal 12px/18px Arial, Helvetica, sans-serif; 
}

/* CONTACT PAGE */
.shortform, .shortformbox {
	border: none;
	background: #D1E6EF url(images/input-bg.png) no-repeat top left;
}

.rform, .checkbox {
	background: none;
	border: none;
}


/***** Contact Thank You Styles *****/
p.thankyou {
	font: normal 22px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #4F4831;
}
div.sub-thankyou {
	color: #353535;
	font: normal 16px Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 22px;
	height: 130px;
}
div#tylearn {
	width: 540px;
	margin: 0 0 0 30px;
	padding: 20px 20px 30px 20px;
	background: #E5F2FF;
}
ul#learnmore {
	margin-left: 30px;
}
ul#learnmore li {
	list-style: url(images/bullet11.gif);
	margin: 10px 0 10px 20px;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
ul#learnmore li:hover {
	list-style: url(images/bullet11b.gif);
}







.landmarkIcon {
	margin-top: 1px;
	margin-right: 20px;
}

.doubleArrow {
	margin-top: 1px;
	margin-left: 4px;
}

.list {
	font-size: 12px;
	line-height: 22px;
	margin-left: 50px;
	padding-bottom: 15px;
}

#accessibility {
	width: 250px;
	height: 119px;
	margin: 6px 30px 20px 32px;
	float: left;
	text-indent: -9999px;
	z-index: 2;
}

a.accessibility {
	display: block;
	width: 250px;
	height: 119px;
	outline: none;
	background-image: url(images/247accessibility.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 2;
}
	 
a.accessibility:hover {
	background-position: 0px -119px;
	z-index: 2;
}


#map {
	margin: 130px 0 0 39px;
}

.quoteBoxLeft {
	width: 220px;
	margin: 6px 30px 20px 38px;
	float: left;
}

.quoteBoxRight {
	width: 220px;
	margin: 6px 74px 20px 30px;
	float: right;
}

.quote {
	font-family: Georgia;
	font-size: 18px;
	line-height: 28px;
	color: #083867;
	padding: 0 20px 0 20px;
}

.quoteSmall {
	font-family: Georgia;
	font-size: 14px;
	line-height: 24px;
	color: #083867;
	padding: 0 20px 0 20px;
}

.quoteLineTop {
	width: 220px;
	height: 5px;
	margin-bottom: 18px;
	background-image: url(images/titleLine.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.quoteLineBtm {
	width: 220px;
	height: 5px;
	margin-top: 18px;
	background-image: url(images/titleLine.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.articlePicRight {
	margin: 0 64px 0 19px;
	float: right;
}

.articlePicLeft {
	margin: 0 19px 6px 19px;
	float: left;
}

#magazines {
	margin: 6px 74px 10px 9px;
	float: right;
}

.magazineCover {
	margin-left: 15px;
	float: left;
}

.altLink {
	color: #014378;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	margin: -5px 69px 0 0;
}

.altLink a:link, .altLink a:visited {
	color: #014378;
	text-decoration: none;
}

.altLink a:hover, .altLink a:active {
	color: #0072bc;
	text-decoration: none;
}

.moreLink {
	color: #014378;
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0 20px 36px;
}

.moreLink a:link, .moreLink a:visited {
	color: #014378;
	text-decoration: none;
}

.moreLink a:hover, .moreLink a:active {
	color: #0072bc;
	text-decoration: none;
}

#bcrumbs {
	color: #999;
	font-size: 11px;
	margin: 0 0 20px 18px;
	width: 630px;
}

#bcrumbs a {
	color: #666;
}

#bcrumbs a:hover {
	color: #111;
}

#bcrumbs img {
	margin: 0 5px;
}


/* BOXES */
.box1 {
	float: left;
	width: 319px;
	height: 204px;
	background-image: url(images/boxExperience.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.boxInside1 {
	width: 244px;
	height: 127px;
	margin-left: 35px;
}

.box2 {
	float: left;
	width: 330px;
	height: 204px;
	background-image: url(images/boxResults.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.boxInside2 {
	width: 242px;
	height: 127px;
	margin-left: 45px;
}

.box3 {
	float: left;
	width: 322px;
	height: 204px;
	background-image: url(images/boxStrength.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.boxInside3 {
	width: 241px;
	height: 127px;
	margin-left: 42px;
}

.box {
	float: left;
}

.boxClear {
	clear: both;
	margin-bottom: 20px;
}

.boxgrid {
	width: 100%;
	height: 164px;
	float:left;
	overflow: hidden;
	position: relative;
}

/*.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}*/
	
.boxcaption {
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	position: absolute;
	background: #083867;
	height: 100px;
	width: 100%;
	opacity: .8;
	padding: 18px 0 0 0;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.boxcaption a:link, .boxcaption a:visited {
	margin: 20px 0 0 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.boxcaption a:hover, .boxcaption a:active {
	font-weight: bold;
	color: #abc7e3;
	text-decoration: none;
}	

.captionfull .boxcaption {
	top: 168px;
	left: 0;
}



/* SIDEBAR */
#sidebar {
	width: 286px;
	float: left;
	margin-bottom: 26px;
}

#sidebar p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	padding-left: 0px;
	padding-right: 30px;
	color: #444444;
}

.sideTitle {
	font-size: 12px;
	line-height: 18px;
	padding-top: 34px;
	margin: 0 20px 8px 20px;
	color: #083867;
	font-weight: bold;
}

#sidebarBox {
	width: 250px;
	height: 280x;
	background-image: url(images/sidebarBoxBg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #f6f9fb;
}

#sidebarBox ul {
	font-size: 12px;
	line-height: 28px;
	list-style: none;
	padding-top: 0px;
	margin: 0 20px 0px 24px;
}

#sidebarBox li {
	padding-left: 30px;
	margin-left: 0;
	background-image: url(images/sidebarBullet.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
}

#sidebarBox li a:link, #sidebarBox li a:visited {
	color: #014378;
	font-weight: bold;
}

#sidebarBox li a:hover, #sidebarBox li a:active {
	color: #0072bc;
}

#sidebarBoxBtm {
	width: 250px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 24px;
	padding-top: 12px;
	background-image: url(images/sidebarBoxBtm.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

#sidebarBoxBtm a:link, #sidebarBoxBtm a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebarBoxBtm a:hover, #sidebarBoxBtm a:active {
	color: #bce3f2;
	text-decoration: none;
}

.sideList {
	font-size: 12px;
	line-height: 21px;
	margin: 0 60px 0 35px;
	color: #444444;
}

.sideList a:link, .sideList a:visited, #contact-info a:link, #contact-info a:visited, ul#learnmore a:link, ul#learnmore a:visited { 
	color: #014378;
	font-weight: bold;
}

.sideList a:hover, .sideList a:active, #contact-info a:hover, #contact-info a:active, ul#learnmore a:hover, ul#learnmore a:active {
	color: #0072bc;
}

.sideList ul {
	padding-bottom: 18px;
}

.sideList li {
	padding-bottom: 18px;
}



/* TICKER */
#headlines {
	width: 584px;
	height: 33px;
	background-image: url(images/tickerBg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 18px;
	margin-left: 32px;
	margin-bottom: 19px;
}

#bn {
	text-transform: uppercase;
	font-family: arial;
	font-size: 12px;
	padding-top: 9px;
	margin-left: 37px;
	margin-right: 9px;
	float: left;
	color: #626c72;
}

#ticker {
	font-size: 12px;
	color: #811111;
	padding-top: 9px;
}

#ticker a:link, #ticker a:visited {
	text-decoration: none;
}

#ticker a:hover, #ticker a:active {
	text-decoration: none;
}

#feedControl {
  width : 584px;
  height : 33px;
}


/* FOOTER */
#footerBg {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	min-width: 971px;
	background-image: url(images/footerBg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #00070d;
}

#footer {
	text-align: left;
	width: 971px;
	margin-left: auto;
	margin-right: auto;
}

#areasWePractice {
	padding-top: 35px;
	margin-left: 19px;
	margin-right: 20px;
	float: left;
}

.seeAll {
	text-transform: uppercase;
	padding-top: 35px;;
	font-size: 14px;
	color: #6f7982;
}

.seeAll a:link, .seeAll a:visited {
	color: #6f7982;
}

.seeAll a:hover, .seeAll a:active {
	color: #FFFFFF;
}

.practiceLinks {
	font-size: 11px;
	line-height: 25px;
	text-transform: uppercase;
	color: #d8d8d8;
	margin-top: 21px;
	margin-bottom: 12px;
	background-image: url(images/practiceLine.gif);
	background-repeat: no-repeat;
	background-position: 14px 8px;
	float: left;
}

.practiceLinks ul {
	list-style: none;
	margin-left: 28px;
	margin-right: 30px;
}

.practiceLinks li a:link, .practiceLinks li a:visited {
	color: #d8d8d8;
	text-decoration: none;
}

.practiceLinks li a:hover, .practiceLinks li a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footerLogo {
	width: 130px;
	height: 130px;
	float: left;
	margin-top: -13px;
	margin-left: 20px;
}

#footerLine {
	width: 960px;
	height: 1px;
	border-top: 1px solid #737476;
	margin-left: 11px;
	padding-bottom: 16px;
	clear: both;
}

.disclaimer {
	width: 679px;
	font-size: 10px;
	line-height: 13px;
	color: #b5cadf;
	margin-left: 17px;
	padding-bottom: 10px;
	padding-bottom: 0 !important;
	margin-bottom: 10px !important;
	float: left;
}

.disclaimer a:link, .disclaimer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.disclaimer a:hover, .disclaimer a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.disclaimer p {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
}

#location {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
	margin-top: -2px;
	margin-left: 36px;
	float: left;
}



/* GOOGLE SEARCH BOX */
.gsc-resultsRoot-siteSearch .gsc-title {
	font-weight : bold;
}

.gsc-control {
	width: 80%;
	font-size: 14px;
	line-height: 18px;
}


.gs-result .gs-webResult {
	width: 700px;
}

.gsc-resultsRoot-siteSearch .gsc-keeper {
  background-image : url('images/orange_check.gif');
  font-weight : bold;
  
}

.gs-webResult .gs-visibleUrl-short {
	display:none;
	width: 100%;
}

.gs-webResult div.gs-visibleUrl-long {
	display:block;
	width: 100%;
	color: #387800;
}

#search-small {
	vertical-align: top;
	text-align: left;
	width: 240px;
	height: 20px;
	font-size:12px;
	padding: 1px 0px 0px 0px;
	margin: 10px 0px 30px 0px;
	float: right;
}

#search-small input {
	font-size:12px;
}

#search-spanish {
	vertical-align: top;
	text-align: center;
	width: 300px;
	height: 20px;
	font-size:12px;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	float: right;
}

#search-spanish input {
	font-size:12px;
}

#search-field-small {
	height: 20px;
	line-height: 20px;
}

#search-field-small input {
	border: none;
	margin: 0px 0px 0px 5px;
	font-size: 14px;
	width: 141px;
	height: 20px;
	line-height: 20px;
	color: #a4a4a4;
	padding: 0px 0px 0px 5px;
}

.phrase {
	background: url("images/google.gif") no-repeat center bottom;
}

.phrase2 {
	background: url("images/google-over.gif") no-repeat center bottom;
}

#search-full {
	text-align: center;
	width: 600px;
	height: 20px;
	margin: 0px 0px 20px 20px;
}
#search-field {
	float: left;
}

#search-field input {
	width: 350px;
	height: 25px;
	padding: 2px 0px 0px 2px;
	font-size: 19px;
}

#search {
	width: 58px;
	height: 20px;
	background: url("images/search.gif") no-repeat center bottom;
	border: none;
	margin: 2px 0px 0px 0px;
	cursor: pointer;
}

#searchcontrol {
	margin: 10px 20px 10px 20px;
}


/************** strength by your side ****************/
p#sbys {
	text-align: right;
}

#sbys a {
	text-decoration: none;
	font-weight: normal;
}

#sbys-logo {

	font-family:Georgia, 'Times New Roman', Times, serif; 

	font-size:16px; 

	color:#bcb49c;

}

#sbys-text {

	font-family:Georgia, 'Times New Roman', Times, serif; 

	font-size:16px; 

	color:#00477e;

}

#sbys a:hover span#sbys-logo {
	color: #d2cdbe;
}

#sbys a:hover span#sbys-text {
	color: #4c87b4;
}



