@charset "UTF-8";

/*Reset*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
a:link {
	color: #25556B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #546E7E;
}
a:hover {
	text-decoration: underline;
	color: #B51B23;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}

/*Stylesheet*/

body {
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	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;
	background: url(../images/background.jpg) repeat;
}

#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 940px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom: 30px;
}

#innerContainer {
	background: #FFFFFF url(../images/container-bg.jpg) repeat-y;
}

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
#header {
	height: 469px;  /* 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. */
}

#mainNav {
	position: absolute;
	top: 79px;
	height: 40px;
	left: 409px;
}
.espanol , .english{
	position: absolute;
	top: 58px;
	right: 0px;
	font-size: 1.1em;
	font-style: italic;
}

#mainNav ul {
	float: left;
	height: 40px;
}

#mainNav li {
	float: left;
	margin-right: 10px;
}

#mainNav a {
	display: block;
	height: 40px;
	width: 120px;
}

#mainNav a:link, #mainNav a:visited {
	background: #75A0B4;
}

#mainNav a:hover, #mainNav a:active, #mainNav a:focus {
	background: #B01A22;
}

#secondaryNav {
	position: absolute;
	height: 50px;
	width: 940px;
	left: 0px;
	top: 419px;
}

#secondaryNav ul {
	float: left;
	list-style: none;
}

#secondaryNav li {
	float: left;
}

#secondaryNav a {
	display: block;
}

#secondaryNav a:link, #secondaryNav a:visited {
	background: #25556B;
}

#secondaryNav a:hover, #secondaryNav a:active, #secondaryNav a:focus {
	background: #759FB3;
}

#sidebar1 {
	position: absolute;
	top: 469px;
	left: 0;
	width: 235px; /* padding keeps the content of the div away from the edges */
	background: url(../images/sidebar-bg.png) no-repeat bottom;
	min-height: 350px;
	color: #FFF;
}

#sidebar1 p {
	font: italic 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

#sidebar1 a.button {
	background: url(../images/button-bg.jpg) no-repeat left top;
	display: block;
	height: 60px;
	width: 235px;
}

#sidebar1 a:link.button, #sidebar1 a:visited.button {
	background: url(../images/button-bg.jpg) no-repeat left top;
	height: 60px;
	width: 235px;
}

#sidebar1 a:hover.button, #sidebar1 a:active.button, #sidebar1 a:focus.button {
	background: url(../images/button-bg.jpg) no-repeat left bottom;
}

#sidebar5 {
	position: absolute;
	top: 325px;
	left: 0px;
	width: 235px; /* padding keeps the content of the div away from the edges */
	background: url(../images/sidebar-bg.png) no-repeat bottom;
	min-height: 350px;
	color: #FFF;
}

#sidebar5 p {
	font: italic 1.1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

#sidebar5 a.button {
	background: url(../images/button-bg.jpg) no-repeat left top;
	display: block;
	height: 60px;
	width: 235px;
}

#sidebar5 a:link.button, #sidebar5 a:visited.button {
	background: url(../images/button-bg.jpg) no-repeat left top;
	height: 60px;
	width: 235px;
}

#sidebar5 a:hover.button, #sidebar5 a:active.button, #sidebar5 a:focus.button {
	background: url(../images/button-bg.jpg) no-repeat left bottom;
}

#sidebar2 {
	position: absolute;
	top: 469px;
	right: 0;
	width: 235px; /* padding keeps the content of the div away from the edges */
	background: url(../images/sidebar-bg.png) no-repeat bottom;
	min-height: 350px;
	color: #FFFFFF;
}

#sidebar2 input, #sidebar2 textarea {
	display: block;
}

#sidebar2 form {
	padding: 10px 20px 20px;
	font: 1.1em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#sidebar2 label {
	padding-top: 5px;
	display: block;
}

#sidebarContact #submit {
	margin-top: 5px;
	margin-bottom: 5px;
}

#mainContent {
	margin: 0 235px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 350px;
	padding-bottom: 30px;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6, #mainContent p {
	padding: 0 20px;
	}

#mainContent h1 {
	font-size: 1.4em;
	padding-top: 20px;
	padding-bottom: 10px;
}

#mainContent h2 {
	font-size: 1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #B01A22;
	letter-spacing: 1px;
}

#mainContent h3 {
	font-style: italic;
	font-weight: normal;
	margin-top: -5px;
	font-size: 1.2em;
}

#mainContent ul {
	padding-left: 40px;
	font-size: 1.3em;
	line-height: 1.3em;
	padding-bottom: 10px;
}
#flash {
}

#mainContent p {
	font-size: 1.3em;
	line-height: 1.5em;
	padding-bottom: 10px;
}

#footer {
	padding: 0 10px 0 20px;
	background: url(../images/footer-bg.png) repeat-x bottom;
}

#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 30px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font: 1.2em/1.5em "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#footer a:link, #footer a:visited {
	color: #99CCFF;
}

#info {
	float: left;
	width: 300px;
}

#practiceAreas {
	font-size: 1.1em;
	padding-top: 20px;
	padding-bottom: 20px;
}

.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;
}

.clearBoth {
	clear: both;
}

.bling {
	padding-left: 20px;
}

.featured {
	width: 200px;
	float: right;
	padding: 20px 0px 10px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #999;
	border-left-color: #999;
	margin-left: 20px;
	font-style: italic;
	margin-right: 20px;
}

.avvo_badge_120 {
	width:107px;
	text-align:center;
	background-color:#ffffff;
	font-family:arial;
	font-size:10px;
	border:4px solid #efe7f6;
	
}
.avvo_badge_120 a {color:#288fbc;text-decoration:none;}
.avvo_badge_120 .name_link {padding-top:2px;padding-bottom:2px;}
.avvo_badge_120 .profile_link {width:100%;text-align:center;}
