﻿body 
{
    margin: 0;
    padding: 0;
    font-size: 62.7%;
    color: #000;
    font-family: Verdana, Sans-Serif;
    background-attachment: fixed;
    background-image: url(../images/Background.gif);
    background-color: black;
}

h1, h2, h3, h4, h5, h6 
{ 
    font-weight: normal;
    padding: 0 0 0 2px;
    margin: .25em 0 .25em -.25em;
    color: #345e8f;
    font-weight: bold;
}
h1 { font-size: 240%; }
h2 { font-size: 220%; }
h3 { font-size: 180%; margin-top: 1.25em; }
h4 { font-size: 160%; margin-top: 1.25em; }
h5 { font-size: 140%; margin-top: 1.25em; }
h6 { font-size: 120%; margin-top: 1.25em; }	

a, a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: underline; }
a { color: #247; }
a:active { color: #469; }
a:visited { color: #136; }
a:hover { color: #358; }

p
{
    margin: 10px 0 15px .75em;
    font-size: 120%;
    line-height: 1.5em;
}

ul, ol 
{ 
    margin: 10px 0 15px 0; 
    font-size: 120%; 
    line-height: 1.25em;
}
ul ul, ol ol { font-size: 100%; }
ul li
{
	list-style-image: url(../images/bullet_dark.gif);
	margin: 0 0 1em 30px;
}
ul.NoBullet li { list-style-image: none; }
ol li
{
    list-style-type: decimal;
    margin: 0 0 4px 30px;
}
td { font-size: 120%; }
td td { font-size: 100%; }

#Page
{
    position: relative;
    width: 750px;
    margin: 35px auto 100px auto;
    background: url(../images/bg_page.gif) repeat-y top left;
}
#Header
{
    width: 750px; height: 75px;
	background: url(../images/bg_topnav.gif) repeat-x top left;
}
#Logo 
{
	position: absolute;
	top: 8px; left: -19px; z-index: 100;
	text-indent: -5000px;
	background: url(../images/header.gif) no-repeat;
	width: 582px;
	height: 109px;
	margin: 0; padding: 0;
}

	
/**************Top Navigation*******************/

/* Root = Horizontal, Secondary = Vertical */
ul#TopNav {
	position: absolute;
	top: 75px; left: 200px; z-index: 200;
    margin: 0;
    border: 0 none;
    padding: 0;
    width: 460px; /*For KHTML*/
    list-style: none;
    height: 24px;
    font-size: 1.25em;
}

ul#TopNav li {
    margin: 0;
    border: 0 none;
    padding: 0;
    float: left; /*For Gecko*/
    display: inline;
    list-style: none;
    list-style-image: none;
    position: relative;
    height: 24px;
    text-align: center;
}

ul#TopNav ul {
    margin: 0;
    border: 0 none;
    padding: 0;
    width: 200px;
    list-style: none;
    display: none;
    position: absolute;
    top: 23px;
    left: 0;
}

ul#TopNav ul li {
    float: none; /*For Gecko*/
    display: block !important;
    display: inline; /*For IE*/
    clear: both;
    margin: 0;
}

/* Root Menu */
ul#TopNav a {
    padding: 0 1.5em;
    float: none !important; /*For Opera*/
    float: left; /*For IE*/
    display: block;
    color: #136;
    line-height: 22px;
    text-decoration: none;
    height: auto !important;
    height: 1%; /*For IE*/
    background: #E6E6EE;
    border: 1px solid #CCC;
    border-top: none;
    border-left-color: #FFF;
}

/* Root Menu Hover Persistence */
ul#TopNav a:hover,
ul#TopNav li:hover a,
ul#TopNav li.iehover a {
    background: #C3C3CC;
    color: #444;
}

/* 2nd Menu */
ul#TopNav li:hover li a,
ul#TopNav li.iehover li a 
{
    border: 1px solid #FFF;
    border-bottom-color: #CCC;
    border-right-color: #CCC;
    padding: 0 5px;
    float: none;
    background: #E6E6EE;
    color: #666;
}

/* 2nd Menu Hover Persistence */
ul#TopNav li:hover li a:hover,
ul#TopNav li:hover li:hover a,
ul#TopNav li.iehover li a:hover,
ul#TopNav li.iehover li.iehover a {
    background: #C3C3CC;
    color: #444;
}

/* 3rd Menu */
ul#TopNav li:hover li:hover li a,
ul#TopNav li.iehover li.iehover li a {
    background: #E6E6EE;
    color: #666;
}

/* 3rd Menu Hover Persistence */
ul#TopNav li:hover li:hover li a:hover,
ul#TopNav li:hover li:hover li:hover a,
ul#TopNav li.iehover li.iehover li a:hover,
ul#TopNav li.iehover li.iehover li.iehover a {
    background: #C3C3CC;
    color: #444;
}

/* 4th Menu */
ul#TopNav li:hover li:hover li:hover li a,
ul#TopNav li.iehover li.iehover li.iehover li a {
    background: #E6E6EE;
    color: #666;
}

/* 4th Menu Hover */
ul#TopNav li:hover li:hover li:hover li a:hover,
ul#TopNav li.iehover li.iehover li.iehover li a:hover {
    background: #C3C3CC;
    color: #444;
}

ul#TopNav ul ul,
ul#TopNav ul ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 200px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#TopNav li:hover ul ul,
ul#TopNav li:hover ul ul ul,
ul#TopNav li.iehover ul ul,
ul#TopNav li.iehover ul ul ul {
    display: none;
}

ul#TopNav li:hover ul,
ul#TopNav ul li:hover ul,
ul#TopNav ul ul li:hover ul,
ul#TopNav li.iehover ul,
ul#TopNav ul li.iehover ul,
ul#TopNav ul ul li.iehover ul {
    display: block;
}
/**************End Top Navigation*******************/

#Content
{
    padding: 4em 15px 35px 225px;
    text-align: left;
}
#Pictures
{ 
    position: relative;
    top: -93px; left: 39px;
    float: right;
	margin: 0; padding: 0;
	background: url(../images/pictures.gif) no-repeat;
	width: 105px;
	height: 373px;
}
#ProfilePhoto { margin: 2px 5px 0px 1px; }

.PracticeAreas 
{
    clear: left; 
    padding-top: 15px;
}

.Map
{
    width: 400px;
    height: 400px;
    margin-left: 10px;
    margin-top: 5px;
    border: 1px solid black;
}

.Values li
{
    position: relative;
    list-style: none;
    list-style-image: none;
    margin: 0 0 .75em 0;
    padding: 0;
}
.Values label
{
    position: absolute;
    top: 0; left: 0;
    display: block;
    width: 7.25em;
    text-align: right;
    padding: 0; 
    margin: 0;
    font-weight: bold;
}
.Values .Value
{
    display: block;
    padding: 0; 
    margin: 0 0 0 8em;
}

.Clear { clear: both; }

#Footer
{
    position: relative;
    clear: both;
    background-color: #b7cadc;
    border-top: 1px solid black;
    font-size: 100%;
    line-height: 2.25em;
    text-align: center;
    margin-top: 75px;
}
#Contact2
{
    border-top: 1px solid black;
    background-color: #96aab8;
}
#Copyright
{
    position: absolute;
    top: 6em; left: 0;
    width: 750px;
    text-align: center;
    color: #bbb;
    line-height: 1.8em;
}
#Copyright a { color: #bbd; }



/* ImageShadows *************************************************************/	
	.Shadow, .Shadow_bl, .Shadow_tr 
	{
		display: inline-table;
		/* \*/display: block;/**/
	}
	.Shadow 
	{
		float: left;
		background: url(../images/shadow.gif) right bottom no-repeat;
	}
	.Shadow_bl 
	{
		background: url(../images/shadow_bl.gif) -18px 100% no-repeat;
	}
	.Shadow_tr 
	{
		padding: 0 9px 4px 0;
		background: url(../images/shadow_tr.gif) 100% -14px no-repeat;
	}
	.Shadow_tr img
	{
		padding: 0px;
		margin: 0px;
		border: 1px solid black;
		background: url(../images/shadow_tr.gif) 100% -10px no-repeat;
	}
/* End ImageShadows *********************************************************/


/* Sidebar News *********************************************************/
#SideNews 
{ 
    position: absolute;
    left: 0; top: 150px;
    width: 170px;
    padding: 15px;
	text-align: left;
	font-size: 100%;
	color: #dde;
}
#SideNews h2
{
    color: #E0E9EF;
    font-size: 120%;
    margin: 0;
}
#SideNews a { color: #B0C6DB; }
#SideNews a:visited { color: #A0B6CB; }
#SideNews a:hover { color: #B0C6DB; }
#SideNews p
{
	margin: 0;
	padding: 10px 0 0 5px;
}

#SideNews li { list-style-image: url(../images/bullet_light.gif); }
#SideNews span 
{ 
	font-size: 80%;
	padding: 0;
}
/* End Sidebar News *********************************************************/

/* Primerus Logos *********************************************************/

#Primerus a 
{ 
    position: absolute;
    left: 40px; bottom: 6em;
    width: 117px; height: 78px;
    padding: 0; margin: 0;
    display: block;
    text-indent: -9000px;
    background: transparent url(../images/logo-primerus.png) no-repeat center center;
}

/* End Primerus Logos *********************************************************/