@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
#container {
	width: 760px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../images/sidebar-bg.jpg) repeat-y right top;
} 

#outerContainer {
	margin: 0px auto;
	width: 780px;
	padding-top: 20px;
}

#shadowTop {
	background: url(../images/shadow-top.jpg) no-repeat;
	height: 10px;
	width: 780px;
}

* html #shadowTop{
	margin-bottom: -10px;
	}

#shadow {
	background: url(../images/shadow.jpg) repeat-y;
	width: 780px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 102px;
	width: 760px;
} 

#header img {
	margin: 0px;
	padding: 0px;
}

#mainNav {
	background: #CA4A0E url(../images/navbar.png) no-repeat;
	height: 40px;
	width: 760px;
	margin: -3px 0px 0px;
	padding: 0px;
}

#mainNav ul {
	list-style: none;
	font: bold 0.8em/40px Arial, Helvetica, sans-serif;
	float: left;
	padding: 0px;
	margin: 0px;
}

#mainNav li {
	float: left;
	padding-left: 20px;
}

#mainNav a:link, #mainNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#mainNav a:hover, #mainNav a:active, #mainNav a:focus {
	text-decoration: underline;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	background: url(../images/sidebar-shadow.jpg) no-repeat top;
}

#sidebar1 h3 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 20px 20px 0px;
}

#container #sidebar1 p {
	padding-right: 20px;
	padding-left: 20px;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


#consultationForm {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#consultationForm fieldset {
	}

#consultationForm form {
	}

#consultationForm p{
	margin: 0px 0px 10px;
	color: #FFFFFF;
	}
#sidebar1 #consultationForm label {
	color: #FFFFFF;
	font-size: 0.8em;
	padding-left: 20px;
	margin: 0px;
	}

#consultationForm input {
	font-family: Arial, Helvetica, sans-serif;
	}

#consultationForm textarea {
	}

#mainContent {
	margin: 0 260px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
} 

#container #mainContent h1 {
	margin: 0px;
	padding: 10px 20px 0px;
	font-size: 1.1em;
	color: #666666;
}

#container #mainContent h2 {
	font-size: .9em;
	margin: 0px;
	padding: 10px 20px 0px;
	color: #666666;
}

#mainContent h3 {
	font-size: .9em;
	padding: 0px 20px 3px;
	/*margin: 0px;*/
	color: #666666;
}

#container #mainContent p {
	font-size: 0.8em;
	padding: 10px 20px;
	margin: 0px;
	line-height: 1.4;
}
a:link {
	color: #0092CB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #046689;
}
a:hover {
	text-decoration: underline;
	color: #DB5309;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
#footer {
	background:#2E2E2E repeat-x left top;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.7em;
} 

#footer a {
	color: #F79401;
	text-decoration: none;
	text-transform: uppercase;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 15px 15px 0px 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#shadowBottom {
	background: url(../images/shadow-bottom.jpg) no-repeat;
	height: 10px;
	width: 780px;
}

* html .imgHack{
	width: 497px;
	}

#mainContent ul, #mainContent ol {
	font-size: .8em;
	padding-left: 60px;
	padding-right: 60px;
}

#mainContent li {
	padding-bottom: 3px;
	padding-top: 3px;
}

#practiceAreas #mainContent p {
	padding: 0px 20px;
}

#practiceAreas #mainContent ul {
	list-style-type: square;
	/*padding: 0px 20px;
	margin: 0px 0px 20px;*/	
	font-size: 0.9em;
}

#home {
	width: 760px;
	position: relative;
	margin: 0;
	padding: 0;
}

#flashWrap {
	height: 492px;
	width: 549px;
	background: url(../images/business-law-to-elder-law.jpg) no-repeat right top;
	padding-left: 211px;
	top: 0px;
	right: 0px;
}

#flash {
	padding-left: 83px;
}

#homeSidebar {
	width: 178px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 40px 20px 20px;
}

#homePage h1 {
	margin: 0px;
	font-size: 0.9em;
	color: #666666;
	padding-bottom: 10px;
	border-top: 2px solid #666666;
	padding-top: 15px;
}
#homePage  #homeSidebar a {
	padding-bottom: 15px;
	
}

#homePage h2 {
	font-size: 0.8em;
	color: #E75906;
	margin: 0px;
	padding-top: 10px;
}

#homePage p {
	font-size: 0.8em;
	margin: 0px;
}

#homePage #container {
	background: url(none);
}

img {
	border-style: none;
}

.disclaimer {
	font-size: .9em;
	font-style: italic;
}

blockquote {
	padding-top: 15px;
	font-size: 0.8em;
	margin-bottom: 0px;
}

cite {
	padding-left: 200px;
}

#outerContainer #shadow #container #mainContent .noQuote {
	background: url(none);
}

label {
	font: .8em Georgia, "Times New Roman", Times, serif;
}
.map {
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: .8em;
}

#pullquote {
	float: left;
	width: 240px;
	border-right: 1px dotted #999999;
	margin: 10px 20px 10px 0px;
	font: .9em/1.5em Georgia, "Times New Roman", Times, serif;
	background: #F1F1F1;
}

#pullquote p {
	line-height: 1.8em;
	font-style: italic;
	font-size: 0.7em;
}

#pullquote cite {
	font-style: normal;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	display: block;
}
#pullquote   h3 {
	font-size: 0.8em;
	padding: 8px 0px 8px 20px;
}

#pullquote h4 {
	font-size: 1.4em;
}

#mainContent input{
	display: block;
	}
	
#mainContent form{
	padding: 0 20px;
	}
	
	.breadcrumb {font-size: 10px; text-transform:uppercase; text-align:right; }
