/* CSS Document */
body {
	background: url(images/body_gradient.png);
	background-repeat: repeat-x;
	margin: 0 0 0 0;
}

img {
	border: 0;
}

.welcomemain {
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.ctatitle {
	font-size: 15px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ctabody {
	font-size: 12px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

.welcometitle {
	font-size: 15px;
	color: #f3901d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
}

.welcomebody {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.newstitle {
	font-size: 15px;
	color: #b4cc95;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
}

.anchorclass, .navtext {
	font-size: 12px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 36.50px;
	display: inline-block;
}

a.anchorclass:hover, a.navtext:hover {
	font-size: 12px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #b4cd95;
	display: inline-block;
}

.leftnav {
	font-size: 12px;
	color: #919295;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 20px;
}

.leftsubnav {
	font-size: 12px;
	color: #919295;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-left: 30px;
	margin-right: 15px;
	line-height: 20px;
}

hr {
	color: #919295;
	margin-left: 10px;
	margin-right: 10px;
}

.navigation {
	height: 36.50px;
	background-image: url(images/nav_gradient.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 883px;
}

.footer {
	height: 37.50px;
	background-image:url(images/footer_gradient.png);
	background-repeat:repeat-y;
	background-position: center;
}

.bio {
	padding-bottom: 30px;
}

.footertext {
	font-size: 10px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

/**********************************************************************************************************************************/

.clear {
	clear:both
}

#gallery {
	position:relative;
	height:336px
}
#gallery a {
	float:left;
	position:absolute;
}
	
#gallery a img {
	border:none;
}
	
#gallery a.show {
	z-index:50
}

#gallery .caption {
	z-index:600; 
	background-color:#000; 
	color:#ffffff; 
	height:100px; 
	width:100%; 
	position:absolute;
	bottom:0;
	display: none;
}

#gallery .caption .content {
	margin:5px
}
	
#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
}

/**********************************************************************************************************************************/

.selectedanchor { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background: #b4cd95;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	border-bottom: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: #b4cd95;
	width: 200px; /* default width for menu */
}

.anylinkcss ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkcss ul li {
	line-height: 30px;
	border-bottom: 1px solid black;
}

.anylinkcss ul li a {
	width: 100%;
	display: block;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	color: white;
}

.anylinkcss a:hover { /*hover background color*/
	background: #f3901d;
	color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid black;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background: #DEFFCA;
}

.anylinkcsscols .column {
	width: 130px;
	float: left;
}

.anylinkcsscols .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkcsscols li {
	padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow { /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99; /*zIndex for shadow*/
	background: black;
	visibility: hidden;
}
