/* ======================================================================

CSS File -- Created with SAPIEN Technologies PrimalScript 2007

NAME: 

AUTHOR: Jim Jones , CSM
DATE  : 2/27/2009

COMMENT: 

====================================================================== */

BODY {
	background-color: #25254a;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 16pt;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 17pt;
	color: #25254a;
	font-weight: bold;
}

a {
	color: #25254a;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
	color: #FF0000;
	font-style: italic;
}

a:visited {
	text-decoration: none;
	color: #25254a;
}

.imgleft {	
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 2px;
	border: 2px #000 solid;
}

.imgright {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 2px;
	border: 2px #000 solid;
}

#galleryimg {
	margin: 10px;	
	padding: 2px;
	border: 2px #000 solid;
}

#container {
	width: 900px;	
	background-color: #FFFFFF;
	background-image: url(img/gradient.png);
	background-repeat: repeat-x;
	border-left: 2px #000000 solid;
	border-right: 2px #000000 solid;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header {
	width: 100%;
	height: 200px;
	text-align: center;
	padding-top: 20px;
}

#links {
	width: 80%;
	height: 25px;
	text-align: center;
	padding: 5px;
	border-bottom: 1px #999 solid;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;

}

#content {	
	width: 840px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom:10px;
	text-align: left;
}

#footer {
	clear:both;
	font-family: arial;
	width: 80%;
	padding: 10px;
	text-align: center;
	font-size: smaller;
	border-top: 1px #999 solid;
	margin-left: auto;
	margin-right: auto;
}

/* Entries for Image Thumbnail Viewer */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

/*DIVs for showing images with captions*/
.picture { 
	background-color: #F9F9F9
	border: 1px solid #CCCCCC; 
	padding: 3px;
	font: 11px/1.4em Arial, sans-serif; 
}

.picture img { 
	border: 1px solid #CCCCCC;
	vertical-align:middle; 
	margin-bottom: 3px; 
}

.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 