html {height: 100%;}

body {
	min-height: 101%;
	width:960px;
	background-image:url('black.jpg');
	margin:auto;
	right:0;
	left:0;
	color:#45494e;
	font-family: georgia, serif;
	font-size: 14px;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	}



#HomeSlideshow {
    position:relative;
    height:570px;
	margin-top:30px;
	margin-left:20px;
	}

#HomeSlideshow img {
	border: 1px solid #D8D4C7;
	padding:10px; 
    	position:absolute;
    	top:0;
    	left:0;
    	z-index:8;
	}

#HomeSlideshow img.active {
    	z-index:10;
	}

#HomeSlideshow img.last-active {
    	z-index:9;
	}

.mobile	{
	display:none;
	}

#AboutSlideshow {
    	position:relative;
    	height:300px;
	margin-top:0px;
	margin-left:75px;
	}

#AboutSlideshow img {
	border: 1px solid #D8D4C7;
	padding:10px; 
    	position:absolute;
    	top:20px;
    	left:0;
    	z-index:8;
	}

#AboutSlideshow img.active {
    	z-index:10;
	}

#AboutSlideshow img.last-active {
    	z-index:9;
	}

.bluetabs ul{
	font-family: Georgia,serif;
    	font-size: 20px;
    	font-style: italic;
    	font-weight: normal;
	list-style-type: none;
	text-align: left; 
	margin-left:125px;
	}

.bluetabs li{
	display: inline;
	margin-right:10px;
	margin-left:10px;
	}

.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:auto;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	right:0;
	left:0;
	width:960px;
	height:211px;
	background-image: url(back1.jpg);
   	}


#wrap {
	width:962px;
	background-color:#eeeeee;
	}

#wrap2	{
	width:962px;
	background-color:#eeeeee;
	min-height:49em;
	background-image:url('partners/collage.png'); 
	background-repeat:no-repeat;
	}

#wrap3	{
	width:962px;
	background-color:#eeeeee;
	min-height:50em;
	background-image:url('collection2.png'); 
	background-repeat:no-repeat;
	}

#col1 {
	background-color:#eeeeee;
	float:left;
	width:50%;
	position:relative;
	margin-left:0;
	}

#col2 {
	background-color:#eeeeee;
	float:left;
	width:49%;
	margin-left:50%;
	position:relative;
	margin-top:-46em;
	border-right:1px solid #eeeeee;
	}


#Acol2	{
	background-color:#eeeeee;
	float:left;
	width:49%;
	margin-left:50%;
	position:relative;
	margin-top:-46em;
	border-right:1px solid #eeeeee;
	margin-top:-37em;
	}

#Pcol2 {
	background-color:#eeeeee;
	float:left;
	margin-left:50%;
	position:relative;
	border-right:1px solid #eeeeee;
	margin-top:-838px;
	width:50%;
		}

#footer {
	height:3em;
	width:962px;
	background-color:#eeeeee;
	text-align:center;
	clear: both;
	}


h1 {
	color:#45494e;
	font-size:28px;
	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: 900px;
/* 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: 0px 30px 0px 30px;
	width: 900px;
	}


.col {
	padding-left:40px;
	padding-right:40px;
	line-height:1.8em;
	margin-left:15px;
	}

.col3 {
	padding-left:10px;
	padding-right:10px;
	line-height:1.8em;
	margin-left:15px;
	}


p.byline {
	color:#eeeeee;
	margin-left:570px;
	margin-top:-61px;
	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;
	}


#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:40px;
	width:300px;
	margin-left:260px;
	}

#richard  {
	position:relative;
	float:left;
	margin-top:20px;
	width:330px;
	margin-left:260px;
	}


.rule {
	border-bottom: 1px solid #666;
	padding-bottom:20px;
	}

p.caption {
	font-size: 11px;
	color:#aaa;
	text-align:center;
	}

p.hslide {
	margin-top:6em;
	}

.seal {
	margin-left:6em;
	margin-top:0;
	padding:1em;
	} 
	
#court {
	margin-left:auto;
	margin-right:auto; 
	border:1px solid #666;
	padding:25px;
	background-color: #e5e5e5;
	color: #335500;
	margin-top:23px;
	font-size:13px;
	width: 70%;
	}

#court ul {
	margin-left:1em;
	padding:0;
	line-height:1em;
	}

#map {
	position:relative;
	float:left;
	margin-top:65px;
	width:320px;
	margin-left:565px;
	padding-bottom:7em;
	}

.screen	{
	margin-top:2em;
	margin-left:3em;
	} 
	
	