/* undo some default styling of common (X)HTML browsers

/* No list-markers by default - must redefine bullets w/ bg graphics */

ul,ol {
	list-style-image: none;
	list-style-type: none;
}

/* Avoid browser default inconsistent heading font-sizes and pre/code */

h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td {
	
}

/* prevent blue linked image borders */

a img,:link img,:visited img,fieldset { border:none; }

/* global elements

 * ------------------------------------------------------------------------- */

/* ----- type selectors ----- */ 

body {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	background-image: none;
	
	}

a:link,a:visited	{ color:#2d5e77; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#2d5e77; text-decoration:underline; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}
img.img-left-news  { 
	float:left; 
	margin:12px 5px 0px 33px;  
	}
img.img-left { 
	float:left; 
	margin:12px 15px 10px 0px; 
	}
	
img.img-left-home { 
	float:left; 
	margin:0px 2px 0px 0px; 
	}

img.img-left-school { 
	float:left; 
	margin:-27px 5px 0px 0px; 
	}
	
img.img-left-attorney {
	float:left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
img.img-left-attorney-2 { 
	float:left; 
	margin:-39px 5px 0px 0px; 
	}

img.img-right { 
	float:right; 
	margin:5px 0 10px 10px; 
	}

/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#f7ebd2 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #f7ebd2;
	color:#686868;
	width:170px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	}

select { width:310px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

/* ----- submit button form elements ----- */ 

#form-container { background:url("../images/blurb-1-bg.jpg") repeat-y;  padding:0; margin-bottom:10px; }

/* Contact Form */
div #main-form  { width:400px; color:#525252; padding-top:10px; margin-left:70px; }
form #main-form { width:400px; }
from #main-form div { padding:5px; font-size:11px; color:#666666; text-align:left; }
from #main-form p { text-align:center; margin:0px; }
form #main-form input, form #main-form textarea, form #main-form select { 
	background-color:#FDEBC2 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #f7ebd2;
	color:#686868;
	height:18px;
	width:400px;
	line-height:18px;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	}

#main-form select { width:400px; padding:0; } /* same width as form - !important */


input.submit-contact-main { margin:10px 0 0 0px; }

input.submit-disagree-main { margin:10px 0 0 0px; }

input.submit-image, input.submit-contact-main { 
	background: url("../images/btn-submit.jpg"); 
	width:52px; 
	height:18px; 
	border:none; 
	cursor:pointer; 
	}
	
input.submit-disagree, input.submit-disagree-main { 
	background: url("../images/btn-disagree.jpg"); 
	width:68px; 
	height:18px; 
	border:none; 
	cursor:pointer; 
	}



/* framework

 * ------------------------------------------------------------------------- */
#wrap {
	background:url("../images/wrap-bg.jpg") repeat-y;
	width:830px;
	margin:0 auto;
	text-align:left;
	}
#inside-wrap {
	background:url("../images/inside-wrap.gif") repeat-y;
	width:830px;
	margin:0 auto;
	text-align:left;
	}

#masthead {
	position:relative;
	background:url("../images/header.jpg") no-repeat;
	height:70px;
	display:block;
	}

	/* index page link within #masthead */		

	#masthead a {	
		position:absolute;
		left:21px;
		width:382px;
		top:5px;
		height:61px; 
		display:block;
		}

	#masthead a span {
		display:block;
		}

/* ----- column-left ----- */

#column-left {
	width:314px;
	float:left;
	}
	
	/*Blurb 1 */
	.blurb_1_top { background:url("../images/col-left-top.jpg") no-repeat; height:60px;}
	.blurb_1_bg { background:url("../images/col-left-bg.jpg") repeat-y;}
	.blurb_1_bottom { background:url("../images/col-left-bottom.jpg") bottom no-repeat; padding-bottom:10px;}
	
	/* Practice Areas List */
	ul.blurb_1 {font-size:15px; line-height:22px; padding:20px 66px 20px 39px;}
		ul.blurb_1 li {border-bottom:1px dotted #bebda0;}
		ul.blurb_1 li.last {border-bottom:none;}
		ul.blurb_1 li a:active, ul.blurb_1 li a:visited, ul.blurb_1 li a:link { text-decoration:none; color:#595338;}
		ul.blurb_1 li a:hover { text-decoration:underline; }
		
	/*Blurb 2 */	
	.blurb_2_bg { background:url("../images/col-left-bg-news.jpg") repeat-y; color:#fff;}
	.blurb_2_top { background:url("../images/col-left-news.jpg") no-repeat; }
	.blurb_2_bottom { background:url("../images/col-left-news-bottom.jpg") bottom no-repeat;}	
	#blurb_2_body {padding:39px 72px 13px 37px;}

/* ----- column-right ----- */

#column-right {
	width:516px;
	float:left;
	}

	/* Home Page Subhead Image */
	#column-right .subhead { background:url("../images/subhead-home.jpg") no-repeat; height:60px;}

	/*Blurb 3 */
	#blurb_3_body {padding:0 33px 0 0;}

	/*Blurb 4 */
	.blurb_4_bg { background: url("../images/col-right-attorneys-bg.jpg") left top repeat-y; float:left;}
	.blurb_4_img {
	float:left;
	background-image: url(../images/col-right-attorneys.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
	#blurb_4_body {
	width:220px;
	float:left;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 16px;
}
	#blurb_5_body {
	width:150px;
	float:left;
	padding-top: 65px;
	padding-right: 63px;
	padding-bottom: 0;
	padding-left: 23px;
}
	
	.blurb_4_divider { background: url("../images/col-right-attorneys-bottom.jpg") left top no-repeat; width:516px; height:30px; clear:both;}
	.blurb_4_header { background: url("../images/col-right-school-header.jpg") left top no-repeat; width:516px; height:19px; }
	.blurb_4_img_2 { background: url("../images/col-right-school-bottom.jpg") left bottom no-repeat; }
	
	#blurb_6_body { padding:9px 74px 23px 20px;}

/* ----------- Inside Pages -----------*/

#column-left-inside {
	width:559px;
	float:left;
	}
	
	#column-left-inside a:link, #column-left-inside a:active, #column-left-inside a:visited {color:#186a02; text-decoration:underline;}

	#body_content_body {background:url("../images/blurb-1-bg.jpg") repeat-y;  padding:0px 25px 20px 39px;}
	#content-wrap {
	background:url("../images/blurb-1-bg.jpg") repeat-y;
	float: left;
}
	#content-wrap ul { padding-left:20px; }
	
/* Subheaders */
	#column-left-inside h1#about { background: url("../images/subhead-about.jpg") left top no-repeat; width:559px; height:71px; }
	#column-left-inside h1#sitemap { background: url("../images/subhead-sitemap.jpg") left top no-repeat; width:559px; height:71px; }
	#column-left-inside h1#contact { background: url("../images/subhead-contact.jpg") left top no-repeat; width:559px; height:71px; }
	#column-left-inside h1#attorneys { background: url("../images/subhead-attorneys.jpg") left top no-repeat; width:559px; height:71px; }
	#column-left-inside h1#baylor-law-school { background: url("../images/subhead-baylor-law-school.jpg") left top no-repeat; width:559px; height:71px; }
	#column-left-inside h1#choosing-lawfirm { background: url("../images/subhead-choosing-lawfirm.jpg") left top no-repeat; width:559px; height:71px; }
	#column-left-inside h1#error { background: url("../images/subhead-error.jpg") left top no-repeat; width:559px; height:71px; }
	#column-left-inside h1#legal-resources { background: url("../images/subhead-legal-resources.jpg") left top no-repeat; width:559px; height:71px; }
	#column-left-inside h1#news { background: url("../images/subhead-news.jpg") left top no-repeat; width:559px; height:71px; }
	#column-left-inside h1#practice-areas { background: url("../images/subhead-practice-areas.jpg") left top no-repeat; width:559px; height:71px; }
	#column-left-inside h1#testimonials { background: url("../images/subhead-testimonials.jpg") left top no-repeat; width:559px; height:71px; }
	#column-left-inside h1#thank-you { background: url("../images/subhead-thankyou.jpg") left top no-repeat; width:559px; height:71px; }

/* Bio List Styles */
ul.list-style-bio { padding:0px; }
ul.list-style-bio li { background:transparent url("../images/list-style-bios.gif") 0px 6px no-repeat; padding-left:8px;}

/* Bio List Styles */
ul.sub-list { padding:0px 0 10px 10px; }
ul.sub-list li { background:transparent url("../images/list-style-bios.gif") 0px 6px no-repeat; padding-left:8px;}

	#column-left-inside #bottom-wrap { background:url("../images/col-left-inside-bottom.jpg") no-repeat; height:44px;}
	
	
#column-right-inside {
	color:#696145;
	width:271px;
	float:left;
	padding-top: 35px;
	}

	/* Practice Areas List */
	ul.blurb_2_inside {
	font-size:15px;
	line-height:22px;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E2D0A2;
	border-right-color: #E2D0A2;
	border-bottom-color: #E2D0A2;
	border-left-color: #E2D0A2;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-weight: normal;
}
#ul.blurb_2_inside:hover {
	background-color: #6B4226;
}

ul.blurb-sub {
}

		ul.blurb_2_inside li {
	border-bottom:1px dotted #bebda0;
	display: block;
}
		ul.blurb_2_inside li.last {border-bottom:none;}
		ul.blurb_2_inside li a:active, ul.blurb_2_inside li a:visited, ul.blurb_2_inside li a:link { text-decoration:none; color:#595338;}
		ul.blurb_2_inside li a:hover {
	text-decoration:underline;
	background-color: #F9F7EB;
}
	
	#blurb_2_inside_bg { background:url("../images/col-right-inside-bg.jpg") left top repeat-y;}
	#blurb_2_inside_top { background:url("../images/col-right-inside-top.jpg") no-repeat; height:59px;}
	#blurb_2_inside_bottom { background:url("../images/col-right-inside-bottom.jpg") left bottom no-repeat;}	
	
	#blurb_3_inside_contact { background:url("../images/col-right-inside-contact.jpg") left top no-repeat; height:52px;}
	#blurb_3_inside_contact-main { background:url("../images/col-right-inside-locations.jpg") left top no-repeat; height:52px;}
	#blurb_3_inside {
	padding:0 0px 10px 30px;
	display: none;
}

/* Practice Areas Page Dynamic List */
#practice-areas-page {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 32px;
}
#inside-wrap #column-left-inside #content-wrap table {
	margin: 0px;
	padding: 0px;
}


/* header framework
 * ------------------------------------------------------------------------- */

#header-graphic-index { height:195px; width:830px; } 
#header-graphic { height:195px; background: url("../images/header-graphic.jpg") no-repeat;} 

#inside-footer { background: url("../images/page-footer.gif") no-repeat; width:830px; height:33px; clear:both; overflow:hidden;}

/* footer
 * ------------------------------------------------------------------------- */
#footer {
	background:url("../images/footer.jpg") no-repeat;
	width:830px;
	text-align:left;
	font-size:small;
	clear:both;
	height:auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
	}

#footer p {
	color:#700d06;
	margin:0 20px 0px 25px;
	font-size:1.05em;
	}
	
	#footer p.copyright {color:#635b3b;}


#footer a:link, #footer a:visited { color:#635b3b; text-decoration:none; }
#footer a:hover, #footer a:active { color:#635b3b; text-decoration:underline; }

#footer ul {
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	display: inline;
	font-size:small;
	padding: 0;
	}

	#footer li.first { border: none; }

/* Horozontal Sprite Nav

 * ------------------------------------------------------------------------- */
 
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:830px; 
	height:50px; 
	margin:0;
	padding:0; 
	}

	#nav span { display: none; }
	
	#nav li, #nav a { height:50px; display:block; } /* change height here also */
	
	#nav li { float:left; list-style:none; display:inline; }
	
	#nav-01 { width: 76px; margin-left:23px;}
	#nav-02 { width: 83px;}
	#nav-03 { width: 91px;}
	#nav-04 { width: 124px;}
	#nav-05 { width: 153px;}
	#nav-06 { width: 141px;}
	#nav-07 { width: 111px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */

#nav-01 a:hover { background:url("../images/nav.jpg")  -23px -50px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -99px -50px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -182px -50px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -273px -50px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -397px -50px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -550px -50px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -691px -50px no-repeat; }

/* Site Map */
#site-map { padding:0px 24px 21px 30px; }

#site-map ul { margin-left:0px; padding:0px 0px 0px 8px; }
          
           #site-map ul li {  
                _position:relative; /*to fix the IE bullet peekaboo pug */ 
                padding-left: 25px; 
                line-height:1.6; 
                list-style: none; 
                background: transparent url("../images/arrow2.gif") 5px 5px  no-repeat; }
                 
                #site-map ul li ul { margin: 5px 0 0 10px; }
  
                #site-map ul li a:link, #site-map ul li a:visited { color:#2d5e77; text-decoration:none; }
		        #site-map ul li a:hover { color:#2d5e77; text-decoration:underline; }
 

div #blub_sub {
	font-size: 14px;
	text-align: right;
}
.blurb-sub {
	font-size: 12px;
	text-align: left;
	padding-left: 15px;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
}
blurb_sub {
	text-align: right;
	font-size: 36px;
}
.blurb-sub-sub {
	font-size: 10px;
	text-align: left;
	padding-left: 30px;
	font-style: oblique;
}
.img-right-attorney {
	text-align: right;
	float: left;
	margin: 6px;
}
#column-left-inside h1#birth-injury {
	width:559px;
	height:71px;
	background-image: url(/images/subhead-birth-injury.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#blurb_2_inside_top_birth_injury {
	height:59px;
	background-image: url(/images/col-right-inside-top-birth-injury.jpg);
	background-repeat: no-repeat;
}
.blurb-sub-sub-sub {
	font-size: 9px;
	text-align: left;
	padding-left: 37px;
}
div.somenu {
	padding-left: 10px;

}
span {
	padding: 100px;
	margin: 100px;
}
#inside-wrap #masthead a {
	display: block;
}
