/* @group Reset */


html, body {
	border:0;
	margin:0;
	padding:0;
}
body { 
  color: #333;
  background: #FFF url(../images/bg_site.gif) repeat-x;
  font: 0.75em/1.4 Arial, Verdana, Helvetica, sans-serif;
}
 
/* Common Formatting
-------------------------------------------------------------- */
p {
	margin: 0;
	padding: 0 0 6px;
} 

blockquote {
	margin:22px 40px;
	padding:0;
}
 
small {
	font-size:0.85em;
}
 
img {
	border:0;
}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
 
/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
 
/* Tables
-------------------------------------------------------------- */
 
table {
	border:0;
	margin:0 0 6px 0;
	padding:0;
}
 
  table tr td {
  	padding:3.5px;
	width: 150px;
  }
  table tr td.field {
	padding:0;
	width: auto;
}
  table th {
  	height: 30px;
	font-size: 1.5em;
  }
  
/* @end */

/* @group Forms */

form {
	margin:0;
	padding:0;
}
 
input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}
input.text,
form#intakeform input#answer_1, 
form#intakeform input#answer_2,
form#intakeform input#answer_3,
form#intakeform input#answer_4,
form#intakeform input#answer_6,
form#intakeform input#answer_7,
form#intakeform input#answer_9,
textarea {
	background: #f4f3f1;
	border: 1px #b1b5bb solid; 
	color: #000;
	font-size: .95em; 
	margin:0.25em 0;
	padding: 3px;
	width: 137px; 
}
textarea { 
	height: 61px;
	line-height:1.25; 
}
#Home input.text,
#Home textarea {
	width: 175px;
}
#Contact input.text, 
#Contact input.title,
#Contact textarea {
	width: 532px;
}
#Contact textarea { height: 200px; }
textarea      { height: 61px; }
.btn_send {
	background: transparent url(../images/btn_send.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 10px;
	margin: 0.25em 0;
	padding: 0;
	width: 45px;
}
form#intakeform input#answer_1, 
form#intakeform input#answer_2,
form#intakeform input#answer_3,
form#intakeform input#answer_4,
form#intakeform input#answer_6,
form#intakeform input#answer_7,
form#intakeform input#answer_9,
form#intakeform textarea {
	width: 532px;
}
form#intakeform textarea { height: 200px; }
textarea      { height: 61px; }
.btn_send {
	background: transparent url(../images/btn_send.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 10px;
	margin: 0.25em 0;
	padding: 0;
	width: 45px;
}

#ContactBox form#intakeform input#answer_1, 
#ContactBox form#intakeform input#answer_2,
#ContactBox form#intakeform input#answer_3,
#ContactBox form#intakeform input#answer_4,
#ContactBox form#intakeform input#answer_6,
#ContactBox form#intakeform input#answer_7,
#ContactBox form#intakeform input#answer_9,
#ContactBox form#intakeform textarea {
	width: 137px;
}
#ContactBox form#intakeform textarea { height: 61px; }
textarea      { height: 61px; }

#HomeContactBox form#intakeform input#answer_1, 
#HomeContactBox form#intakeform input#answer_2,
#HomeContactBox form#intakeform input#answer_3,
#HomeContactBox form#intakeform input#answer_4,
#HomeContactBox form#intakeform input#answer_6,
#HomeContactBox form#intakeform input#answer_7,
#HomeContactBox form#intakeform input#answer_9,
#HomeContactBox form#intakeform textarea {
	width: 175px;
}
#HomeContactBox form#intakeform textarea { height: 61px; }
textarea      { height: 61px; }
.btn_send {
	background: transparent url(../images/btn_send.gif) no-repeat;
	border: none;
	cursor: pointer;
	height: 10px;
	margin: 0.25em 0;
	padding: 0;
	width: 45px;
}
input[type=button] {
	background: transparent url(../images/btn_send.gif) no-repeat !important;
	border: none !important;
	float: right !important;
	cursor: pointer !important;
	height: 10px !important;
	margin: 0.25em 0 !important;
	padding: 0 !important;
	width: 45px !important;
	text-indent: -9999px !important;
	
	font-size: 0 !important;
	display: block !important;
	line-height: 0 !important;
}
/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em 0em .8em 2.7em; margin: 1em; border: 2px solid #ddd; width:400px; font-weight:bold; }

.error      { background:#FBE3E4 .4em .4em no-repeat; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background:#FFF6BF .4em .4em no-repeat; color: #514721; border-color: #FFD324; }
.success    { background:#E6EFC2 .4em .4em no-repeat; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* @end */

/* @group Helper */

.clear         { clear:both; }
.float_left    { float:left; }
.float_right   { float:right; }
.float_contain { overflow:hidden; }
 
.text_left     { text-align:left; }
.text_right    { text-align:right; }
.text_center   { text-align:center; }
.text_justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#cdc6b6; padding:5px 40px; color:#534741; margin: 10px 0; }
.quote		   { background:#cdc6b6; padding:18px 40px 40px; color:#534741; margin: 10px 0; }
.clients	   { background: #cdc6b6; padding: 5px 5px; color:#000; margin: 5px 0; width: 100px; height: 50px; }
.superscript   { vertical-align:top; font-size:xx-small; }
 
.photo_left    { float:left; margin:4px 10px 4px 0; }
.photo_right   { float:right; margin:4px 0 4px 10px; }

.noborder	   { border: none; }
.nopadding     { padding:0; }
.nomargin	   { margin:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none; list-style-image:none; }
.nowrap		   { white-space:nowrap; }
.wright		   { display: block; height: 100px;}
.legal		   { display: block; height: 100px;}
.texas		   { display: block; height: 100px;}
.business	   { display: block; height: 100px; }
.sl_badge_120  { display: block; margin-bottom: 10px; }
.sl_badge_120_perales  { display: block; margin-bottom: 10px; }
.sl_badge_120_peters   { display: block; margin-bottom: 10px; }
.sl_badge_120_rivera   { display: block; margin-bottom: 10px; }
.cta		   { position: absolute; top: 1px; left: 1px; }
.contactLogo   { position: absolute; top: 50px; left: 720px; }
.ribbon 	   { position: absolute; top: 20px; left: 350px; }
.border	       { color: #B32215; border-style: solid; border-width: 1px; }
.chamber	   { position: absolute; top: 30px; left: 400px; }

/* @end */

/* @group Headings */

h1, h2, h3, h4, h5, h6 {
	color: #111;
	margin:0;
	padding:0;
	font-weight:normal;
}
h1,
#Features h2 {
	color: #000;
	font-family: Georgia, "MS Times", Times;
	font-size: 1.6em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#Features h2 {
	border: none;
	display: block;
	font-weight: normal;
	padding: 0;
	text-transform: none;
	width: auto;
}
h2 {
	border-bottom: 1px #CCC solid;
	color: #32939f;
	font-family: Georgia, "MS Times", Times;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
	width: 550px;
}
h3,
#Home #Features h3 {
	color: #000;
	font-family: Georgia, "MS Times", Times;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.25em;
	text-transform: uppercase;
}
#Home h3 {
	color: #35939f;
}
#Footer h3 {
	color: #ffcc00;
}


/* @end */

/* @group Links */

a {
	color: #336699;
	text-decoration: underline;
	outline: 0;
}
a:hover {
	color: #6699cc;
}
a:visited {
	color: #999;
}
span a {
	color: #32939f;
	text-decoration: none;
}
span a:hover {
	color: #32939f;
	text-decoration: underline;
}
span a:visited {
	color: #32939f;
}
#Footer a {
	color: #ffcc00;
	padding-right: 0;
	text-decoration: none;
}
#Footer a:hover {
	text-decoration: underline;
}
#Copyright a {
	color: #FFF;
	font-weight: bold;
	margin: 0 4px;
	text-decoration: none;
	text-transform: uppercase;
}
#Copyright a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Menu */

#Navigation ul {
	list-style: none;
	margin: 0 10px;
	padding: 0;
}
#Navigation li {
	display: block;
	margin: 0 3px;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}
#Navigation li a {
	color: #FFF;
	display: block;
	font-weight: bold;
	padding: 7px;
	text-decoration: none;
	text-transform: uppercase;
}
#Navigation li a:hover {
	background: #35939f;
}

/* - - - DROPDOWN CSS - - - */

/* remove all list stylings */
#Navigation ul, #Navigation ul ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

#Navigation ul li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

#Navigation ul li li {
	float: none;/* items of the nested menus are kept on separate lines */
	font-size:12px;
}

#Navigation ul li li>a {
	height: auto;
	padding:5px 10px;
	text-align: left;
}

#Navigation ul ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

#Navigation ul li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

#Navigation ul li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

#flashWarning{
z-index:-1;
position:relative;
}
/* -- float.clear --
	force containment of floated LIs inside of UL */
#Navigation ul:after, #Navigation ul ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#Navigation ul, #Navigation ul ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the "#Navigation ul UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
#Navigation ul ul {
	background-image:;	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

#Navigation ul ul li {
	color: #FFF;
	display: block;
	padding:0;
	margin:0;
	border:0;
}

#Navigation ul ul {
	width: 180px;
	background: #35939f;
}

#Navigation ul a {
	display: block;
	position: relative;
}
#Navigation ul li li a {
	color: #FFF;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
#Navigation ul li li:hover>a {
	background: #FFF;
	color: #35939f;
}

#Navigation ul li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* @end */

/* @group Structure */

#Container {
	background: transparent left 141px no-repeat;
	margin: 0 auto;
	width: 960px;
}
#Header {
	height: 141px;
	position: relative;
}
#Navigation {
	height: 28px;
	margin-bottom: 3px;
	width: 960px;
	font-size: .95em;
}
#Main {
	padding-bottom: 20px;
}
#BodyText {
	width: 375px;
}
#Content {
	width: 600px;
}
#Content p {
	padding-bottom: 12px;
	margin-left: 0.25em;
}
.module {
	margin-right: 20px;
	width: 165px;
}
#Address div {
	width: 200px;
}
#Address2 div {
	width: 200px;
}
#Sidebar {
	width: 332px;
	position: relative;
}
#Sidebar #ContactBox {
	border: 0;
}
#Features {
	color: #35939f;
	width: 165px;
}
#Home #Features {
	width: 205px;
}
#Features div {
	border-top: 1px #e4e2dd solid;
	padding: 10px 0 10px 0;
}
#Icons {
	padding: 10px;
	border-left: 1px #e4e2dd solid;
}
#Icons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Icons li {
	margin: 5px 0;
}
#PracticeAreas {
	background: transparent url(../images/bg_practiceAreas.png) no-repeat;
	height: 274px;
	padding: 50px 20px 30px;
}
#PracticeAreas ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#PracticeAreas li {
	margin: 4px;
	text-align: center;
	width: 88px;
}
#Footer {
	background: #67625c;
	border-top: 3px #000 solid;
	padding: 15px 0;
	position: relative;
	overflow: hidden;
}
#Footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Footer li {
	margin: 3px 0;
}
#Footer li a {
	background: transparent url(../images/white_arrow.gif) right center no-repeat;
	color: #FFF;
	padding-right: 10px;
	text-decoration: none;
}
#Footer li a:hover {
	text-decoration: underline;
}
#Footer .Container {
	color: #FFF;
	margin: 0 auto 0;
	width: 975px;
	padding-left: 100px;
	padding-right: 100px;
}
#Copyright {
	background: #413e39;
	padding: 15px 0;
	font-size: .95em;
}
#Copyright .Container {
	color: #FFF;
	margin: 0 auto;
	text-align: center;
	width: 960px;
}
#VideoInclude #VideoBox {
	display: block;
}
#Home #VideoBox {
	background-image: url(../images/bg_videoBoxHome.gif);
	display: block;
	height: 313px;
	padding-top: 50px;
}
#VideoBox {
	background: transparent url(../images/bg_videoBox.gif) no-repeat;
	display: none;
	height: 211px;
	padding: 24px 32px;
	width: 270px;
}
#AttorneyPhoto {
	margin-top: 10px;
	width: 205px;
	overflow: hidden;
}
#AttorneyPhoto p span {
	color: #32939F;
}
#AttorneyContent {
	margin-top: 10px;
	width: 355px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
#QuoteBox {
	width: 345px;
	text-align: center;
	border-top: 1px solid #B32215;
	border-bottom: 1px solid #B32215;
	font-size: 1.5em;
	font-weight: bold;
	padding: 35px 0;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 1em;
}
/* Badges */

.sl_badge_120 {width:120px !important;text-align:center;background-color:rgb(255,255,255);font-family:arial;font-size:12px;border:1px solid rgb(191,191,191); border-bottom:4px solid rgb(86,131,154);line-height:1.5;}
.sl_badge_120 .profile {padding:2px;}
.sl_badge_120 a {color:rgb(131,7,30);text-decoration:none;}
.sl_badge_120 a:hover {text-decoration:underline;}
.sl_badge_120 .online {width:100%;text-align:center;font-family:arial,sans-serif;font-style:italic;font-weight:bold;font-size:12px;color:rgb(148,0,37);}
.sl_badge_120 .visit { text-align:center; font-size:10px; }

.sl_badge_120_perales {width:120px !important;text-align:center;background-color:rgb(255,255,255);font-family:arial;font-size:12px;border:1px solid rgb(191,191,191); border-bottom:4px solid rgb(86,131,154);line-height:1.5;}
.sl_badge_120_perales .profile {padding:2px;}
.sl_badge_120_perales a {color:rgb(131,7,30);text-decoration:none;}
.sl_badge_120_perales a:hover {text-decoration:underline;}
.sl_badge_120_perales .online {width:100%;text-align:center;font-family:arial,sans-serif;font-style:italic;font-weight:bold;font-size:12px;color:rgb(148,0,37);}
.sl_badge_120_perales .visit { text-align:center; font-size:10px; }

.sl_badge_120_peters {width:120px !important;text-align:center;background-color:rgb(255,255,255);font-family:arial;font-size:12px;border:1px solid rgb(191,191,191); border-bottom:4px solid rgb(86,131,154);line-height:1.5;}
.sl_badge_120_peters .profile {padding:2px;}
.sl_badge_120_peters a {color:rgb(131,7,30);text-decoration:none;}
.sl_badge_120_peters a:hover {text-decoration:underline;}
.sl_badge_120_peters .online {width:100%;text-align:center;font-family:arial,sans-serif;font-style:italic;font-weight:bold;font-size:12px;color:rgb(148,0,37);}
.sl_badge_120_peters .visit { text-align:center; font-size:10px; }

.sl_badge_120_rivera {width:120px !important;text-align:center;background-color:rgb(255,255,255);font-family:arial;font-size:12px;border:1px solid rgb(191,191,191); border-bottom:4px solid rgb(86,131,154);line-height:1.5;}
.sl_badge_120_rivera .profile {padding:2px;}
.sl_badge_120_rivera a {color:rgb(131,7,30);text-decoration:none;}
.sl_badge_120_rivera a:hover {text-decoration:underline;}
.sl_badge_120_rivera .online {width:100%;text-align:center;font-family:arial,sans-serif;font-style:italic;font-weight:bold;font-size:12px;color:rgb(148,0,37);}
.sl_badge_120_rivera .visit { text-align:center; font-size:10px; }
/* End Badges */
#Footer .sl_badge_120 a {
	color: #83071E;
}
#Footer .sl_badge_120_perales a {
	color: #83071E;
}
#Footer .sl_badge_120_peters a {
	color: #83071E;
}
#Footer .sl_badge_120_rivera a {
	color: #83071E;
}
#Rotating {
	height: 350px;
	position: relative;
	width: 270px;
}
#Rotating img {
	position: absolute;
	top: 10px;
	left: 35px;
}
.photo_main {
	visibility: visible;
	z-index: 1;
}
.photo_rotate {
	visibility: hidden;
	z-index: 0;
}
#SocialMedia {
	text-align: left;
}
.btn_socialMedia {
	background: transparent url(../images/socialMedia32.png) no-repeat;
	display: inline-block;
	height: 32px;
	width: 32px;
}
.smFacebook {
	background-position: -128px 0;
}
.smDigg {
	background-position: -160px 0;
}
.smRSS {
	background-position: -64px 0;
}
.smTwitter {
	background-position: 0 0;
}
.smLinkedin {
	background-position: -96px 0;
}
.smStumbleupon {
	background-position: -32px 0;
}
.smYoutube {
	background-position: -192px 0;
}
.smDelicious {
	background-position: -224px 0;
}
.smMySpace {
	background-position: -256px 0;
}

/* @end */

