/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{
	border-collapse:collapse;
	border-spacing:0;
	margin-left: 10px;
	border:1px;
	border:#000;
	margin-bottom:40px;
}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

#topNav
{
    line-height: 1;
    margin-top: 1px;
		background:		url(../images/nav-bg.jpg) repeat-x;
}

#topNav:after, .centeredMenu:after, #defenseCenterSteps:after, #right ul:after {

    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0;
}

/* This hack does it for IE */
#topNav, .centeredMenu, #defenseCenterSteps, #right ul {
    *zoom: 1;
}

/************ Top Nav Styles End ***************/


/* ------------------------ type selectors ------------------------ */
body { 
	background:#FFf ;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	line-height:18px;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#c1562c; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#C3582E; text-decoration:none; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
h1.header	{font-size:1.2em; color:#fff; background:url(../images/bg-header.jpg) no-repeat; height:27px; padding:5px 0px 5px 20px; }
h2.center {text-align:center; }
h2.center-table {text-align:center; margin:10px 0px 30px 0px;}

h3.italics {
	font-style:italic;
	text-decoration:underline;
}

h2.italics {
	font-style:italic;
	}

ul.list {
	font-size:12px;
	font-weight:bold;
}

ul.list-big {
	font-size:14px;
	font-weight:bold;
}

#subhead {
	width:955px;
	height:285px;
}

span.dwi-test {
	color:#C15B1E;
}


.clear	{ 
	clear:both;
	}
	

.free {
	color:#cb6225;
}



div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}


img.img-left {
	float:left;
	margin:2px 10px 10px 20px;
	}

img.img-right {
	float:right;
	margin:5px 10px 10px 10px;
	}
	
#tadPic {
	height:348px;
	width:955px;
}

.copyright {
	font-size:12px;
}

p.text-bottom {
	font-weight:bolder;
}

/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 35px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #2e3442;
	color:#000;
	width:145px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }



/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:154px;
	height:30px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:955px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:83px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:2px;
	width:304px;
	top:13px;
	height:55px;
		}
	#masthead a span {
		display:none;
		}

	#masthead a.home {
	position:absolute;
	left:828px;
	width:37px;
	top:11px;
	height:27px;
		}
	#masthead a.home span {
		display:none;
		}
		
	#masthead a.sitemap {
	position:absolute;
	left:869px;
	width:37px;
	top:14px;
	height:27px;
		}
	#masthead a.sitemap span {
		display:none;
		}
		
	#masthead a.email {
	position:absolute;
	left:909px;
	width:37px;
	top:12px;
	height:27px;
		}
	#masthead a.email span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	background:url(../images/bg-body-left.jpg) no-repeat; 
	width:760px;
	float:left;
	}

	#column-left p, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
	margin:0px 15px 10px 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li {
			color:#CB6225;
			margin-bottom:5px;
			background:transparent url("../images/left-bullet.jpg") 0px 0px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:20px; /* pushes text to the right to display bg img */
			}
			
#content a:link, #content a:visited	{ color:#CB6225; text-decoration:underline; outline:none; }
#content a:hover, #content a:active	{ color:#000; text-decoration:underline; outline:none; }

#column-left a:link, #column-left a:visited	{ color:#CB6225; text-decoration:underline; outline:none; }
#column-left a:hover, #column-left a:active	{ color:#000; text-decoration:underline; outline:none; }


#content p {
color:#363535;
font-size:13px;
line-height:1.55em;
margin-bottom:20px;
}
			
			#index-text {
				width:169px;
				float:left;
			}
			
			body#index #index-text {
				background:url(../images/index-text.jpg) no-repeat;
				height:300px;
			}
			
			body#about-us #index-text {
				background:url(../images/img-columns.jpg) no-repeat;
				height:600px;
			}
			
			body#dwi-info #index-text {
				background:url(../images/img-book-case.jpg) no-repeat;
				height:600px;
			}
			
			body#help-center #index-text {
				background:url(../images/img-ladder.jpg) no-repeat;
				height:600px;
			}
			
			body#media-center #index-text {
				background:url(../images/img-controls.jpg) no-repeat;
				height:600px;
			}
			
			body#community #index-text {
				background:url(../images/img-pitching.jpg) no-repeat;
				height:600px;
			}
			
			body#contact-us #index-text {
				background:url(../images/img-woman.jpg) no-repeat;
				height:600px;
			}
			
			body#dwi #index-text {
				background:url(../images/tad-nelson-houston-galveston-attorney.jpg) no-repeat;
				height:600px;
			}
			
			#content {
				width:585px;
				float:right;
				margin-left:5px;
			}
			
		#map {
			margin-left:20px;
		}

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:195px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 10px 10px 10px;
		}
		
		#column-right p {
			font-size:11px;
		}

	#column-right form { margin-left:10px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li {
			margin-bottom:5px;
			background:transparent url("../images/bullet-right.jpg") 0px 2px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:20px;  /* pushes text to the right to display bg img */
		}
			
			#tad-media {
				color:#FFF;
				background:#444444 repeat-y;
				width:193px;
				margin-left:2px;
			}
			
			#tad-media h2 {
				color:#CB6225;
			}

			#background-contact {
				background:url(../images/bg-contact-form.jpg) repeat-y;
				width:193px;
				margin:5px 0px 5px 2px;
			}
	
	h2.index {
		color:#F60;
		margin-top:10px;
		font-size:16px;
	}
	
		#one {
			float:left;
			width:180px;
			border-right:thin;
		}
		
		#two {
			float:left;
			width:180px;
			border-right:thin;
		}
		
		#three {
			float:left;
			width:180px;
			border-right:thin;
		}
		
		#four {
			float:left;
			width:180px;
			border-right:thin;
		}		
		
#column-right a:link, #column-right a:visited	{ color:#fff; text-decoration:none; outline:none; }
#column-right a:hover, #column-right a:active	{ color:#fff; text-decoration:underline; outline:none; }

		
		
	
/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:955px;
	margin:0 auto;
	text-align:center;
	font-size:14px;
	}

#footer p {
	text-align:center;
	color:#000;
	margin:0px 20px 10px 20px;
	
	}

#footer a:link, #footer a:visited { color:#000; }
#footer a:hover, #footer a:active { color:#000; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #fff;
		}
	#footer li.first { border: none; }
	
	
#social-media {
	position:relative;
	background:url("../images/img-social-media.jpg");
	height:38px;
	}

	#social-media a {
	position:absolute;
	left:335px;
	width:86px;
	top:0px;
	height:38px;
		}
		
	#social-media a:hover {
		background:url(../images/hover-youtube.jpg);
	}
	
	#social-media a span {
		display:none;
		}
		
	#social-media a.twitter {
	position:absolute;
	left:435px;
	width:86px;
	top:0px;
	height:38px;
		}
		
	#social-media a.twitter:hover {
		background:url(../images/hover-twitter.jpg);
	}
	
	#social-media a.facebook {
	position:absolute;
	left:533px;
	width:86px;
	top:0px;
	height:38px;
		}
		
	#social-media a.facebook:hover {
		background:url(../images/hover-facebook.jpg);
	}
	
#social {
	position:relative;
	background:url("../images/img-social.jpg") no-repeat;
	height:38px;
	margin-left:165px;
	}

	#social a {
	position:absolute;
	left:90px;
	width:86px;
	top:0px;
	height:38px;
		}
		
	#social a:hover {
		background:url(../images/hover-youtube.jpg);
	}
	
	#social a span {
		display:none;
		}
		
	#social a.twitter {
	position:absolute;
	left:190px;
	width:86px;
	top:0;
	height:38px;
		}
		
	#social a.twitter:hover {
		background:url(../images/hover-twitter.jpg);
	}
	
	#social a.facebook {
	position:absolute;
	left:288px;
	width:86px;
	top:0px;
	height:38px;
		}
		
	#social a.facebook:hover {
		background:url(../images/hover-facebook.jpg);
	}
	
	
		
		

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:955px; 
	height:44px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:44px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 122px; margin-left: 0px;}
#nav-02 { width: 176px;}
#nav-03 { width: 145px;}
#nav-04 { width: 155px;}
#nav-05 { width: 217px;}
#nav-06 { width: 140px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -0px -44px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -122px -44px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -298px -44px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -443px -44px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -598px -44px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -815px -44px no-repeat; }




.table2_header
{
		font-size: 12px;
		font-weight: bold;
		padding: 3px;
		background-color: #FFFF99;
		/*background-color: #C7FEFE;*/
}

.table2_cell_bold
{
	font-weight: bold;
	font-size: 11px;
	padding: 3px;
	background-color: #FFC;
	/*background-color: #FFFF99;*/
}

.table2_cell_normal
{
	font-size: 11px;
	padding: 3px;
	/*background-color: #FFC;*/
}

.table2_cell_normal2
{
	font-size: 12px;
	font-style: italic;
	padding: 3px;
	/*background-color: #FFC;*/
}

td { border: 1px solid black; }


ul.tabs {
	margin: 0;
	padding: 0;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: 1px solid #999;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration:none;
	color: #000;
	display: block;
	font-size: 14px;
	padding: 0 20px;
	margin: 0;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	float: left; 
	width: 100%;
	background: #fff;
	padding: 0;
	margin: -10px 0 0 0;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
}
.tab_content h2 {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;

}

.tab_content ol li{
list-style-type: decimal;
margin-left: 30px;
margin-right: 3px;
}
.tab_content ul li{
	
list-style-type: decimal;
margin-left: 15px;
margin-right: 3px;
}
.tab_content table tbody tr th{
color: #de6b29;
font-size: 14px;
font-weight: bold;
text-align: center;

}

