html{
	height: 101%;
}

body {  
	font-family: verdana, sans-serif;
	line-height: 150%;
	font-size: small;
	margin: 0;
	padding: 0;
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: black;
}

#partners {
   	width: 780px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	
	border-right: 1px solid;
	border-left: 1px solid;
	background-color: #f6efc7;
	text-align: right;
	padding-top: 2px;
	font-family: "Palatino Linotype", "Book Antiqua3", "Palatino6", serif;
	font-size: 1.1em;

}

#partners a{
	padding: 0px 4px;
	text-decoration: none;
	color: black;
}

#partners a:visited{
	text-color: black;
}

#partners a:hover{
	color: #0066CC;
}

#banner {
   	width: 780px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;

	border-top: solid 1px black;
	border-left: solid 1px;
	border-right: solid 1px;	

	background-color: #0066CC;
}

#container {
   	width: 780px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;

	background-color: pink;
	background: url(images/faux.gif) top left repeat-y;

	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Palatino Linotype", "Book Antiqua3", "Palatino6", serif;
	font-size: 1.1em;
}

#container_popup {
   	width: 650px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;

	background-color: #003366;
	background: url(images/faux.gif) top left repeat-y;

	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Palatino Linotype", "Book Antiqua3", "Palatino6", serif;
	font-size: 1.1em;
}

#title{
	float: right;
	width: 778px;
	height: 28px;

	padding-top: 2px;

	background-color: #0066CC;
	background-image: url(images/title_across.gif);
	background-repeat: no-repeat;

	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: large;
	color: black;
}

#title_popup{
	float: right;
	width: 640px;
	height: 28px;

	padding-top: 2px;

	background: #0066CC;
	background-image: url(images/title_across.gif);
	background-repeat: no-repeat;

	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: large;
	color: black;
}

#nav {
	width: 780px;	
	float: right;
	
	padding-top: 4px;

	text-align: center;

	text-indent: 0px;
	list-style-type: none;

	background: #0066CC;
}

#nav ul{
	margin-top: 4px;
	margin-bottom: 14px;
}

#nav li{
	display: inline;
	text-align: left;
}

#nav li a{
	background-color: #0066CC;
	background-image: url(images/nav_button.jpg);
	background-repeat: no-repeat;

	color: black;
	font-size: 100%;
	text-decoration: none;
	letter-spacing: 0px;
	padding: 5px 18px 10px 14px;	
}

#nav li a:hover{

	background-color: #0066cc;
	background-image: url(images/nav_button_pressed.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: black;
}

#links{
	width: 110px;
	float: left;

	background-color: #f6efc7;
	border-top: 1px solid;

	background-image: url(images/down_gradient.png);
	background-repeat: repeat-x;

	text-align: left;
	padding: 10px;
	padding-left: 20px;

}

#links li{
	padding-top: 8px;
	line-height: 1em;

}

#links a{
	color: black;
	text-decoration: none;
}

#links a:visited{
	text-color: black;
}

#links a:hover{
	text-decoration: underline;
}

#links h3{
	text-align: center;
	line-height: 0em;
}

#links h4{
	padding-top: 4px;
	text-align: center;
	line-height: 0em;
	text-decoration: underline;
}

#main{

	border-top: solid 1px black;
	border-left: solid 1px black;
	background-color:#f6efc7;

	background-image: url(images/down_gradient.png);
	background-repeat: repeat-x;

	padding: 0px 10px;
	float: right;
	width: 619px;

	color: black;

	font-size: 115%;
}

#main p{
	text-indent: 5%;
}

#main a{
	color: black;
	text-decoration: underline;
}

#main a:visited{
	color: black;
}

#main a:hover{
	color: #0066CC;
}

#main h2{
	text-align: center;
	font-size: 1.3em;
}

#main h3, #main h4{
	text-align: center;
}

#main ul{
	list-style-type: none;
}

#main li{
	padding-left: 2.5%;
}

#main dd{
	text-indent: -5%;
	line-height: 150%;
}

#main dt{
	line-height: 150%;
	padding-left: 5%;
	font-style: italic;
}

#main object{
	display: block;
	margin: 0 auto;	
	text-align: center;
}

img.photo{
	display: block;
	margin: 0 auto;
	text-align: center;
}

p.caption{
	text-align: center;	
}

p.small_caption{
	text-align: center;
	font-size: .75em;	
}

p.underline{
	text-decoration: underline;
}

/* */
/* */
/* This section is for the placement of media on media pages */
/* */
/* */

a.gallery, a.gallery:visited {
	display:block; 
	display:inline-block; 
	color:#000; 
	text-decoration:none; 
	border:1px solid #000; 
	width:75px; 
	height:47px; 
	float:left; 
	margin:4px; 
	z-index:50;
	font-size: 1em;
}

	
a.gallery em, a.gallery span {
	line-height: 1.0em;
	display:none;
	font-size: 1em;
}

a.gallery span:first-line{
	line-height: 1em;
	font-size: 1em;
}

a.gallery:hover {
	border:1px solid #fff;
	font-size: 1em;
}

#photo_viewer {
	position:relative; 
	width:500px; 
	height:661px; 
	background:#f6efc7;  
	margin:1em auto;
	border: 1px solid black;
	font-size: 1em;}

#photo_viewer img {
	border:0;}

#photo_viewer .thumbs {
	position:absolute; 
	left:0; 
	top:0;}

#photo_viewer a.gallery:hover span {
	display:block; 
	position:absolute; 
	width:500px; 
	height:50px; 
	top:110px; 
	left:5px; 
	padding:0px; 
	font-style:italic; 
	color:#271C00;  
	z-index:100;
	font-size: 1em;
}

#photo_viewer a.gallery:hover span:first-line {
	font-style:normal; 
	font-weight:bold; 
	font-size:1.1em; 
	color:#271C00;
	font-size: 1em;}

#photo_viewer a.gallery:active, #photo_viewer a.gallery:focus {
	border:1px solid #f6efc7;
	font-size: 100%;}

#photo_viewer a.gallery:active em, #photo_viewer a.gallery:focus em {
	display:block; 
	position:absolute; 
	width:500px; 
	height:500px; 
	top:160px; 
	left:0px; 
	color:#000; 
	padding: 0px; 
	border-top: 1px solid; 
	border-bottom:1px solid;
	z-index:50;
	font-size: 100%;}

#photo_viewer h1 {
	clear:both; 
	margin:0; 
	padding-top:325px; 
	text-align:center; 
	font-family: georgia, "times new roman", serif; font-size:3em; 
	font-weight:normal; color:#271C00;}

#photo_viewer h1 em {
	font-size:0.6em; 
	color:#271C00;
	font-size: 100%;}

/* */
/* */
/*This section is for info blips to pop-up during a hover*/

.infoblip{
	position: relative;
	z-index: 0;
}

.infoblip:hover{
	background-color: transparent;
	z-index: 50;
}
	
.infoblip span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #0066CC;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	min-width: 200px;
}

.infoblip span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.infoblip:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	position: absolute;
	top: 20px;
	left: 0px;
}

/* */
/* */

.media{
	display: block;
	margin: 0 auto;
	text-align: center;
}

#links_cap{
	width: 140px;
	height: 20px;
	float: left;
	background-image: url(images/bottom_links.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}


#main_cap{
	width: 640px;
	height: 20px;
	float: right;
	background-image: url(images/bottom_main.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#footer{
	clear: both;
	padding: 10px 0px;
	font-size: .75em;
	text-align: center;
	background-color: #0066CC;
}

#footer p{
	padding: 0px 40px;
	font-style: italic;
}

#footer a{
	color: black;
}

#footer a:visited{
	color: black;
}

#footer a:hover{
	color: white;
}

#disclaimer{
	font-style: italic;	
	font-size: 80%;
}


table {
	margin-left: auto;
	margin-right: auto;

	border-collapse: seperate;
	border-spacing: 10px 10px;
}

table td {
	text-align: center;
	padding: 5px;
}




ul { 	padding: 0px; 
	margin: 0px;}


