html {
	height: 100%;
	}

body {	min-height: 100%;
	width:100%;
	margin:0;
	right:0;
	left:0;
	color:#45494e;
	font-family: georgia, serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	background-color:#eeeeee;
	background-image: none;
	}

#HomeSlideshow {
	display:none;
    	position:relative;
	width:90%;
    	height:570px;
	margin-top:0;
	margin-left:0;
	}

#HomeSlideshow img {
	display:none;
	border: 1px solid #D8D4C7;
	padding:1em; 
    	position:absolute;
    	top:0;
    	left:0;
    	z-index:8;
	}

#HomeSlideshow img.active {
	display:none;
    	z-index:10;
	}

#HomeSlideshow img.last-active {
	display:none;
    	z-index:9;
	}

.mobile	{
	display:block;
	margin:auto;
	text-align:center;
	}

#AboutSlideshow {
	display:none;
	width:100%;
    	position:relative;
    	height:3em;
	margin-top:0;
	margin-left:0;
	}

#AboutSlideshow img {
	display:none;
	border: 1px solid #D8D4C7;
	padding:10px; 
    	position:absolute;
    	top:20px;
    	left:0;
    	z-index:8;
	}

#AboutSlideshow img.active {
	display:none;
    	z-index:10;
	}

#AboutSlideshow img.last-active {
	display:none;
    	z-index:9;
	}


.bluetabs ul{
	font-family: Georgia,serif;
    	font-size: 12px;
    	font-style: italic;
    	font-weight: normal;
	list-style-type: none;
	text-align: left; 
	margin-left:0;
	}

.bluetabs li{
	display: inline;
	margin-right:2em;
	margin-left:0;
	}

.bluetabs li a{
	text-decoration: none;
	outline: none;
	color:#eeeeee;
	}

.bluetabs li a:visited{
	color:#eeeeee;
	outline: none;
	}

.bluetabs li a:hover{
	color:#d78a46;
	text-decoration: none;
	background-color:transparent;
	outline: none;
	}

.bluetabs li a:active{
	outline: none;
	}

.current {
	color:#d78a46;
	}

a {
	text-decoration: none;
	margin-right: 0px;
	color:#336699;
	}

a:visited{
	color:#336699;
	}

a:hover{
	color:#336699;
	text-decoration: underline;
	background-color:#eeeeee;
	}

a:active{
	outline: none;
	}

#gray {
	margin:0;
	border:0;
	width:100%;
	height:auto;
	background-image:url(back2.jpg);
 	padding:0;
	}

#wrap {
	width:100%;
	background-color:#eeeeee;
	}


#wrap2	{
	width:100%;
	background-color:#eeeeee;
	min-height:auto;
	background-image:none; 
	}

#wrap3	{
	width:100%;
	background-color:#eeeeee;
	min-height:auto;
	background-image:none; 
	}


#col1{
	background-color:#eeeeee;
	float:left;
	width:100%;
	position:relative;
	margin-left:0;
	height:auto;
	}

#col2{
	background-color:#eeeeee;
	float:left;
	width:100%;
	margin-left:0;
	position:relative;
	margin-top:0;
	}

#Acol2	{
	background-color:#eeeeee;
	float:left;
	width:100%;
	margin-left:0;
	position:relative;
	border-right:1px solid #eeeeee;
	margin-top:0;
	}

#Pcol2 {
	background-color:#eeeeee;
	float:left;
	margin-left:0;
	position:relative;
	border-right:1px solid #eeeeee;
	margin-top:0;
	width:100%;
	height:auto;
	}

#footer {
	height:3em;
	width:100%;
	background-color:#eeeeee;
	text-align:center;
	clear: both;
	}


h1 {
	color:#45494e;
	font-size:14px;
	font-style:italic;
	margin-top:1em;
	}

h2 {
	color:#45494e;
	font-size:18px;
	font-style:italic;
	margin-top:20px;
	margin-left:25px;
	}

hr {
	border: 0;text-align:left;
	color: #eeeeee;
	background-color: #eeeeee;
	height: 1px;
	padding: 0px 30px 0px 30px;
	width: 100%;
/* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  	opacity:0.50;
	}

hr.charc {
	border: 0;
	text-align:left;
	color: #0e0e0e;
	background-color: #0e0e0e;
	height: 1px;
	padding: 0;
	width: 100%;
	}


.col {
	padding-left:2em;
	padding-right:2em;
	line-height:1.8em;
	margin-left:1em;
	}

.col3 {
	padding-left:10px;
	padding-right:10px;
	line-height:1.8em;
	margin-left:15px;
	}


p.byline {
	color:#eeeeee;
	margin-left:2em;
	margin-top:-1em;
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	}

.address {
	font-family:arial, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	color:#eee;
	text-align:center;
	width:80%;
	margin-left:2em;
	padding-bottom:1em;}


#popup a, #popup a:visited {
	position: relative;
	display: block;
	width: 130px;
	line-height: 20px;
	text-align: left;
	padding: 0px;
	margin: 0;
	text-decoration:none;
	font-size: 16px;
	font-weight: bold;
	color:#336699;
	}

#popup a span {
	display: none;
	}

#popup a:hover { 
	background-color: #e9e9e2; 
	text-decoration:underline;
	color:336699;
	}

/* the IE correction rule */
#popup a:hover	{
	color: #336699; 
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
		}

#popup a:hover span {
	z-index:100;
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 400px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background-color: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
	}

#jack	{
	position:relative;
	float:left;
	margin-top:1em;
	width:90%x;
	margin-left:2em;
	margin-right:auto;
	}

#richard  {
	position:relative;
	float:left;
	margin-top:1em;
	width:90%;
	margin-left:2em;
	margin-right:auto;
	}

.rule {
	border-bottom: 1px solid #666;
	padding-bottom:2em;
	}

p.caption {
	font-size: 11px;
	color:#aaa;
	text-align:center;
	}

p.hslide {
	margin-top:0;
	}

.seal {
	margin-left:6em;
	margin-top:0;
	padding:1em;
	} 
	
#court {
	margin-left:auto;
	margin-right:auto; 
	border:1px solid #666;
	padding:2em;
	background-color: #e5e5e5;
	color: #335500;
	margin-top:0;
	font-size:13px;
	width: 70%;
	}

#court ul {
	margin-left:1em;
	padding:0;
	line-height:1em;
	}

#map {
	position:relative;
	float:left;
	margin-top:0;
	width:80%;
	margin-left:0;
	padding-bottom:1em;
	}
	
.screen	{
	display:none;
	}
	