@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: #000000;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6, #mainContent p{
	margin: 0;
	padding: 0;
	}

#mainContent h1 {
	font: 1em "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
	color: #A02222;
	padding: 30px 30px 10px;
}

#mainContent h2 {
	font: .9em "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
	color: #223E7E;
	padding: 10px 30px;
}

#mainContent p {
	font: 0.8em/1.4em "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
	color: #333333;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#outerContainer {
	width: 800px;
	margin: 0px auto 0;
	background: url(../images/shadow.png) repeat-y;
	}

#shadowBottom {
	background: url(../images/shadow-bottom.png) no-repeat;
	height: 10px;
	width: 800px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

#mainContent ul {
	color: #333333;
	font: .8em/1.2em "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
	padding-left: 60px;
	margin: 0px;
	padding-bottom: 10px;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 
#header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#search {
	position: absolute;
	top: 8px;
	right: 150px;
}

#searchButton {
	position: absolute;
	top: 1px;
	right: -54px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
}
a:link {
	color: #223E7E;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #A02222;
}
a:active {
	color: #C23C3A;
}
#mainContent {
	margin: 0 0 0 220px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom: 40px;
} 
#footer {
	background:#A92D29 url(../images/footer-bg.jpg) repeat-x;
	height: 80px;
	width: 780px;
	position: relative;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .8em;
	color: #000000;
	padding-left: 40px;
	padding-top: 20px;
	line-height: 1.6em;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}
.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;
}
.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;
}

#smartlaw {
	position: absolute;
	top: 39px;
	right: 0px;
}

a img {
	border-style: none;
}

#mainNav {
	background: #A62B26 url(../images/mainNav-bg.jpg) repeat-x top;
	width: 780px;
	height: 2em;
}

#mainNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#mainNav li {
	float: left;
	line-height: 1.7em;
}

#mainNav a {
	padding-left: 10px;
	padding-right: 10px;
}

#mainNav a:link, #mainNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font: 0.7em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

#mainNav a:hover, #mainNav a:active, #mainNav a:focus {
	text-decoration: underline;
}

#lawyerSelect ul {
	list-style: none;
	font: bold 0.8em "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
	color: #333333;
}

#lawyerSelect li {
	line-height: 40px;
}

#lawyerSelect img {
	padding-right: 10px;
	margin-bottom: -2.1em;
	padding-top: 15px;
	padding-bottom: 15px;
}

#lawyerSelect select {
	margin-left: 50px;
}

#lawyerSelect input, #submitbtn {
	background: #223E7E;
	color: #FFFFFF;
}



#badge {
	position: absolute;
	right: 20px;
	bottom: 10px;
}

#sidebar1 p {
	font-size: 0.7em;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	font-style: italic;
}

#clickToCall {
	padding-left: 52px;
	padding-top: 10px;
}

#areasOfLaw td {
	font-size: .9em;
}

