/*
-----------------------------------------------
Heidtmans & Co. Lawyers
Author: Chris Pearce (Cornerstone Technologies)
----------------------------------------------- */

/****************************************************************************************
>> Common HTML properties << 
*****************************************************************************************/

html, body {margin: 0; padding: 0; height: 100%;}

body {
	background: #FFF;
	font: 72% Arial, Helvetica, sans-serif;
	color: #000;
}

a:link, a:visited {text-decoration: underline; color: #25435A;}
a:hover {text-decoration: none; color: #8A302B;}
a:active {text-decoration: underline; color: #8A302B;}

p {margin: 1.4em 0; line-height: 1.4em;} 
a img {border: 0;}
ul li {line-height: 1.4em; list-style-image: url('list-bullet.gif'); margin-bottom: 4px;}
ol li {line-height: 1.4em; margin-bottom: 4px;}
table, td {font-size: 100%; vertical-align: top;}
ul ul {font-size: 100%;}
ol ol {font-size: 100%;}
acronym, abbr, dfn {border-bottom: 1px dotted #755F1C;}
code {font-family: courier, "courier new", monospace;}
hr {color: #CCC; border-style: solid; border-width: thin; clear: both;}
address {font-style: normal;}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: oblique;
	color: #8A302B;
}

h1 {
	margin: 0 0 19px 0;
	color: #25435A;
	font: bold 1.65em 'Tahoma MS', Arial, Helvetica, sans-serif;
}

h2,h3,h4,h5,h6 {
	font: bold 1.50em 'Tahoma MS', Arial, Helvetica, sans-serif;
	color: #8A302B;
	margin: 20px 0 13px 0;
}
h3,h4,h5,h6 {color: #000; font-size: 1.40em;}
h4,h5,h6 {color: #666;}
h6 {font-size: 1.30em; margin-bottom: 0;}

/****************************************************************************************
>> Page Containers [LAYOUT] << 
*****************************************************************************************/

/* Logo Positioning
----------------------------------------------- */

img.logo {position: absolute; top: 0px; left: 0px; z-index: 12;}
img.nav-img {position: absolute; top: 74px; right: 0px; z-index: 13;}
* html img.nav-img {right: -1px; top: 74px; z-index: 13;} /* Hack for IE only */

#home img.nav-img {position: absolute; top: 85px; right: 0px; z-index: 13;}
* html #home img.nav-img {right: -1px; top: 85px; z-index: 13;} /* Hack for IE only */

/* Wrap Container
----------------------------------------------- */

#wrap {min-height: 95%; z-index: 3;}
* html #wrap {height: 95%;} /* Hack for IE only */

#home #wrap {min-height: 373px;}
* html #home #wrap {height: 373px;} /* Hack for IE only */

/* Header Container
----------------------------------------------- */

#wrap #header,
#home #wrap #header {
	height: 123px;
	position: relative;
	background: url('header-bg.jpg') repeat-x top left;
	text-align: right;
	z-index: 10;
}
#home #wrap #header {height: 134px; background: url('header-bg-home.jpg') repeat-x top left;}

/* Side Bar Container
----------------------------------------------- */

#sideBar {
	background: #FFF url('sidebar-bg.jpg') repeat-x top left;
	position: absolute;
	top: 126px;
	left: 0;
	z-index: 7;
	height: 200px;
	width: 203px;
}

#sideBar form {background: url('search-text.jpg') no-repeat 6px 6px; padding: 0 0 0 40px; margin-top: 3px;}

#sideBar form input,
#wrap #searchBox form input {width: 118px; border: 1px solid #000; font: 11px Arial, Helvetica, sans-serif;}
#wrap #searchBox form input {width: 135px; margin-left: 60px;}

#sideBar form input.search-button,
#wrap #searchBox form input.search-button {width: 25px; height: 18px; background: url('search-btn.gif') no-repeat top left; border: 0; font-size: 1px; cursor: pointer;}
#wrap #searchBox form input.search-button {margin: 0;}

#sideBar img {margin-top: 8px;}

/* Content Area Container
----------------------------------------------- */

#wrap #contentArea {
	z-index: 6;
	min-height: 250px;
	margin: 0 0 0 220px;
	padding: 18px 60px 10px 0;
}
* html #wrap #contentArea {height: 250px;} /* Hack for IE */

#home #wrap #contentArea {background: #E7F3FC; height: 210px; margin: 0; padding: 0; min-height: 210px;}

/* Search Box Container
----------------------------------------------- */

#wrap #searchBox {height: 24px;}
#wrap #searchBox form {
	width: 257px;
	background: url('search-home.jpg') no-repeat top left;
	float: right;
	text-align: center;
	margin: 2px 20px 0 0;
}


/* Footer Container
----------------------------------------------- */

#footer {
	text-align: center;
	border-top: 1px solid #CCC;
}
#footer p {margin: 0; padding: 5px 0 5px 0; color: #666; font-size: 0.99em;}

#home #footer {
	height: 31px;
	background: url('your-legal-team.jpg') no-repeat 0px 0px;
	border-top: 0;
}
#home #footer p {color: #FFF; text-align: right; padding: 10px 10px 0 0;}


/****************************************************************************************
>> HTML Tables << 
*****************************************************************************************/

table.your-team {
	width: 500px;
	border: 0;
}
table.your-team td {padding-left: 10px;}
table.your-team td p {margin: 0;}
table.your-team td h1 {font-size: 1.5em;}
table.your-team td h1, table.your-team td h2 {margin-bottom: 3px;}
table.your-team td.img-cell {width: 90px; padding: 0;}
table.your-team td.img-cell img {padding: 1px; border: 1px solid #CCC;} 

/****************************************************************************************
>> Form Styles << 
*****************************************************************************************/

form {margin: 0; padding: 0;}
form span {color: red; font-weight: bold;}
fieldset {margin: 0; padding: 10px 20px 20px 20px;}
legend {display: none;}

form label {
	font: bold 13px Arial, Helvetica, sans-serif;
	width: 100%;
	clear: both;
	display: block;
	padding-left: 8px;
	margin: 10px 0 3px 0;
	border-top: 1px solid #999;
	padding-top: 5px;
}

form input, select, textarea {
	text-align: left;
	border: 1px solid #25435A;
	border-bottom: 2px solid #25435A;
	border-right: 2px solid #25435A;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	width: 140px;
	background: #FFF;
}
form textarea {width: 340px; font: 11px Verdana, Arial, Helvetica, sans-serif;}
form select {width: auto;}
form input.noStyle {background: none; width: auto; border: 0;}
form input.smallTextField {width: 30px;}

form input.button {
	background: #25435A;
	border: 1px solid #25435A;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	padding: 0;
	width: auto;
	margin: 0;
}

/****************************************************************************************
>> Page Styles [Classes] << 
*****************************************************************************************/

div.news p {margin-top: 5px;}