/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	padding: 0px;
	margin-top: 10px;
	background-color: #CACACA;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Redefines the p tag */
p {
	font-size: 12px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	color: #f90;
}

address {
	margin:0px;
	padding: 35px 12px 0px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	color: #FFFFFF;
	text-align:left;
	background-image: url(images/address_bg.gif);
	width: 167px;
	height: 102px;
	position: absolute;
	top: 307px;
	left: 0px;
}


h1{
	width:554px;
	margin: 0px;
	height:33px;
	position:absolute;
	top:307px;
	left:191px;
}

h1 span{
	display:none;
}

	h1#welcome{background: url(images/h1_welcome.gif) top left no-repeat;}
	h1#practice{background: url(images/h1_2.gif) top left no-repeat;}
	h1#profile{background: url(images/h1_3.gif) top left no-repeat;}
	h1#law{background: url(images/h1_4.gif) top left no-repeat;}
	h1#location{background: url(images/h1_5.gif) top left no-repeat;}
	h1#articles{background: url(images/h1_6.gif) top left no-repeat;}
	h1#links{background: url(images/h1_7.gif) top left no-repeat;}
	h1#mailing{background: url(images/h1_8.gif) top left no-repeat;}


h2 {
	padding:0px;
	margin:0px;
	font-size: 14px;
	color: #FF9900;
}

h3 {
	font-size: 13px;
	color: #9c0;
	font-weight: bold;
}

iframe{
 allow-transparency: true;
 margin-top: -50px;
float:left;
clear:both;
}

ul{
	list-style-type: square;
}

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}



/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* --- CONTAINER DIV --- */
div#container {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: url(images/container_bg.gif) top left repeat-y;
}
div#anim{
	width:554px;
	height:184px;
	position:absolute;
	top:123px;
	left:191px;
}

div#audio {
	width: 166px;
	height: 25px;
	position:absolute;
	top:79px;
	left:388px;
}

div#body{
	width:775px;
	background: url(images/container_bg.gif) top center repeat-y;
	clear:both;
}

div#content {
	width: 514px;
	padding: 15px 20px;
	margin:0px;
	color: #666;
	position:absolute;
	top:340px;
	left:191px;
	background: url(images/content_bg.gif) bottom;
}

div#content li{
	line-height: normal;
	font-size: 12px;
}

div#footnav {
	width: 514px;
	padding: 5px 0px 15px 0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #330;
	text-align:left;
}

div#header {
	width:745px;
	height: 123px;
	margin:0px;
	padding:0px;
	background-image: url(images/header.gif);
	border:0px;
}
div#headcap{
	width:554px;
	height: 123px;
	margin:0px;
	padding:0px;
	background-image: url(images/header_cap.gif);
	position:relative;
	float:right;
	border:0px;
}
div#leftcol{
	width:191px;
	height:346px;
	float:left;
	margin:0px;
	padding:0px;
}
div#logo{
	width:191px;
	height:123px;
	float:left;
	margin: 0px;
	padding: 0px;
	border:0px;
}
div#maps iframe{
	margin:0px auto 10px auto;
	padding:0px;
	border: 1px solid #999;
}
div#righttcol {
	width: 554px;
	float:right;
	padding: 0px;
	margin:0px;
}
div#signin {
	width: 191px;
	position:absolute;
	top:444px;
	left:0px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.border {
	padding: 7px;
	background: #f7f7f7;
	border: 1px solid #ccc;
}

img.left {
	float: left;
	padding: 7px;
	background: #fff;
	margin-right:25px;
	border: 1px solid #ccc;
}
img.right {
	float: right;
	padding: 7px;
	background: #f7f7f7;
	margin-left:15px;
	border: 1px solid #ccc;
}


/* ----------------- CUSTOM CLASSES ----------------- */

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

.listbox{
	width:180px;
	padding:3px;
	margin:0px 10px 0px 0px;
	float:left;
	font-size:12px;
}

/* ---------------------------- MAIN HORIZONTAL NAVIGATION ----------------------------  */

/* NAVIGATION CONTAINER */
div#nav {
	width: 762px;
	padding-left:13px;
	height: 31px;
	clear: both;
	background: url(images/nav_container_bg.gif) no-repeat;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	font-weight:b
} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
}

div#nav li a {
	display: block;
	padding: 12px 12px 5px 12px;
	margin:0px;
	color: #fff;
	text-decoration: none;
	background-image: url(images/nav_btn.gif);
	background-position: right;
}
/* This 'hack' makes the entire button (instead of just the text) hit area work in IE - However, it will not dsiplay properly inn DW Design View */
* html #nav a {
	width: 1%;
	white-space:nowrap;
}

div#nav li a:hover {
	color: #fff;
	background-image: url(images/nav_btn_hover.gif);
	background-position: right;
}

div#nav li a#current, div#nav li a#current:hover{
	color: #fff;
	font-weight:bold;
	background-image: url(images/nav_btn_current.gif);
	background-position: right;
}


/* ---------------------------- SIDE NAV ---------------------- */
#ulsidenav {
	margin: 0px;
	padding: 0px;
	position:absolute;
	top:123px;
	left:0px;
}
#ulsidenav li {
	list-style-type: none;
	display: inline;
}
#ulsidenav a {
	width:191px;
	height:19px;
	padding:4px 0px 0px 0px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-indent:12px;
	background-image: url(images/nav_btn.gif);
}

#ulsidenav a:visited {
	color: #ccc;
	text-decoration: none;
}
#ulsidenav a:active {
	color: #0000CC;
	text-decoration: none;
}
#ulsidenav a:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(images/nav_btn_hover.gif);
}

#ulsidenav a.current:link, #ulsidenav a.current:visited {
	color: #333333;
	background-image: url(images/nav_btn_current.gif);
}

/* ---------------------------- BS COPYRIGHT ---------------------- */
div#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	width: 514px;
	padding: 0px;
	margin:0px;
	text-align:center;
}

div#copyright a:link {
	color: #333333;
	text-decoration: underline;
}
div#copyright a:visited {
	text-decoration: none;
	color: #666666;
}
div#copyright a:hover {
	text-decoration: none;
	color: #fff;
}
div#copyright a:active {
	font-weight: bold;
}
