@charset "utf-8";
/* CSS Document */
/*-------- BEGIN: COLUMN STYLES For Gallery --------*/
	#two_colstyled{
		width:99%;
		height:100%;	
	}
	
	#two_colstyled.gallery ul{
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#two_colstyled.gallery li{
		list-style: none;
		float: left;
		width: 46%;
		padding:7px 7px;
		margin:1px 5px 15px 5px;
		outline:solid #b4b4b4 1px;/*does not show in IE*/
		*border:solid #b4b4b4 1px;/*hack for IE to show outline*/
		border-bottom:solid #b4b4b4 1px;/*hack for IE to show outline*/
	}
	#two_colstyled img{/*FOR GALLERY PAGE*/
		border:solid #fff 1px;
		margin-right:4px;
		padding:1px 2px;
		float:left;
}
	#two_colstyled.gallery{/*FOR GALLERY PAGE*/
		padding:0px 1px 0px 1px;
	}
/*------------- PHOTO GALLERY -------------*/
.img_info{/*FOR GALLERY PAGE*/
	font-size:11px;
	line-height:150%;
}
a.imgTitle:link{
	text-decoration:none;
	border-bottom:none;
	color: #004FA4;
	font-size:13px;
	font-weight:bold;
}
a.imgTitle:hover{
	border-bottom:dotted #004FA4 1px;
	color: #004FA4;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
a.imgTitle:visited{
	color: #6699CC;
	text-decoration:none;
	border-bottom:none;
	font-size:13px;
	font-weight:bold;
}
.section_title{
	font-size:18px;
	color:#000000/*c6673f*/;
	padding:4px 4px 0px 5px;
	margin:10px 0px 0px 0px;
	letter-spacing:3px;
	border-bottom:none;
}
.section_subtitle{
	font-weight:bold;
	padding:9px 2px 5px 5px;
	border-top:solid #b4b4b4 2px;
	border-bottom:none;
	font-variant:small-caps;
	*margin-top:15px;/*hack for IE that doesn't show margin after last li*/
}
a.download:link{
	width:80px;
	background-color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:500;
	border-bottom:none;
	text-decoration:none;
	text-transform:capitalize;
	text-align:center;
	float:left;
	padding:4px 2px;
	margin: 9px 2px;
}
a.download:hover{
	background-color:#FFF;
	border:solid #999 1px;
	color:#999;
}
a.download:visited{
	background-color:#999;
	color:#FFF;
	border:none;
}

