
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	width: 400px;
	height: 260px;
	border-top-style:double;
	border-top-color:#330;
	border-bottom-style:double;
	border-bottom-color:#330;
	margin-bottom: 5px;
	border-left-color: #330;
	border-right-style: double;
	border-right-width: thick;
	border-left-width: thick;
	border-left-style: double;
	border-width: thick;
	position: relative;
}

.loading {
	background: url(../../css/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.container {
	width: 450px;
	margin: left;
	padding-top: 20px;
	padding-bottom: 12px;
	border-bottom-style:inset;
	border-bottom-color:#FFFFFF;
	border-bottom-width: thin;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}

/*************************************************************/

/* CSS Document for Grace Lafayette, LA */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000;
	background-color: #330;
	margin-top: 10px;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #0066CC; 
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #066;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color:#000;
}
.biglink  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.justified {	
	text-align:justify;
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
 color: #003300;
 }
.12pxfont{
	font-family:Verdana, Geneva, sans-serif;
	font-size:  12px;
}

.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	padding: 3px;
	background-color: #FFFFCC;
 color: #003333;
}

.smallfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #333333;
}

.blackline_box {
	padding:  4px;
	border-width: thin;
	border-color: #003300 #003300 #003300 #003300;
	border-style: double;
 	
	
}
.greentext  {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #cccc99;	
}
.rightsideline {
	border-right:thin;
	border-right-color: #000;
	border-right-style:groove;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 7px;
}
.divspace {
	padding-left: 7px;
	padding-right: 7px;S
}

.emphasis{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #000033;
}

.bluebar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #336699;
}

.highlightcolor {
	font-family: Verdana, Geneva, sans-serif;
	color: #006666;
	font-weight: bolder; 
 	font-size: medium;
	font-stretch: extra-expanded;
 }
 .indexemphasis {
	font-family: Verdana, Geneva, sans-serif;
	color: #006666;
	font-weight: bolder; 
 	font-size: 24px;
	font-stretch: extra-expanded;
 }
.patternedbackground {
	background: url(../../images/parchment.png);
	background-repeat:no-repeat;
	background-position:left;
	height: 325px;
}
/*padding*/
.float-left{
	float: left;
	border:3 px;
}
.float-right{
	float: right;
	border: 3px;
}