/* The CSS File */

body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

html {
	height: 100%;
}

body { 
/*
	background-image: url(http://www.clever-agent.com/new/images/header_images/background.jpg);
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position: top center;
*/
}


a:link {
	text-decoration: none;
	color: #1731fa;
}
a:visited {
	text-decoration: none;
	color: #1731fa;
}
a:active {
	text-decoration: none;
	color: #1731fa;
}
a:hover {
	text-decoration: underline;
	color: #1731fa;
}



/* Header Nav */
#head_container { 
	position:absolute;
	top:0;
	left: 50%;
  margin-left: -386px; /* half of width */
}


/* Image Rotater */
#container { 
	position:absolute;
	top:125;
	left: 50%;
  margin-left: -381px; /* half of width */
}


/* Date Placement */
#date { 
	z-index: 1;
	position:absolute;
	top:35;
	left: 50%;
  margin-left: 200px; 
}



/* Breadcrumb Placement */
#breadcrumb { 
	z-index: 1;
	position:absolute;
	top:288;
	left: 50%;
  margin-left: -380px; 
}

/* Body */
container2 { 
	position:absolute;
	top:280;
	left: 50%;
  margin-left: -386px; /* half of width */
}



h1 { 
	font: 220.5% Georgia, serif;
}

h2.head { 
	font: 80% Georgia, serif;
	font-weight: bold;
	line-height: 3.0;
}

h2.standard { 
	font: 80% Georgia, serif;
	font-weight: bold;
	line-height: 1.5;
}

h3 { 
	font: 220.5% Georgia, serif;
	font-color: #ffffff;
}



p.standard {
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 130%;
}


p.small_text {
	font-family: Georgia, serif;
	font-size: 14px;
}

p.image_caption {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
}


p.footer {
	font-family: Georgia, serif;
	font-size: 11px;
}


td.front_right {
	border-style: solid; 
	border: #bebebe;
	padding: 0;
}



/* Tab CSS */

  h2.tab span {
    margin-left: 9px;
    margin-right: 0px;
    padding: 1px 10px 0px 10px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    cursor: pointer;
    /* Remove the following if you don't want rounded corners (Mozilla only). */
    -moz-border-radius: 7px 7px 0px 0px;
  }

  h2.tab span.not-selected {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    color: #999;
  }

  h2.tab span.selected {
    background-color: #fff;
    border-bottom: 1px solid #fff;
  }

  h2.tab {
    border-bottom: none;
    margin-bottom: 0px;
		font: 80% Georgia, serif;
		font-weight: bold;
  }

  div.section {
    border-top: 1px solid #ccc;
    padding: 15px 5px 5px 5px;
		font-family: Georgia, serif;
		font-size-adjust: 0.40;
		line-height: 110%;
  }


/* Lightbox CSS */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://www.clever-agent.com/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.clever-agent.com/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.clever-agent.com/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


