@charset "utf-8";
/* CSS Document */
#BT1000
{
	width: 220px;
	text-align: center;
}
.quickLinks
{
	width: 203px;
	height: 100px;
	border: 1px solid #FFFFFF;
	background-color: #99CCFF;
	/*display: none;*/
	margin-left: 17px;
	margin-top: -8px;
	color: #006699;
	font-size: 14px;
}
.quickLinks a:link,
.quickLinks a:visited
{
	text-decoration: none;
	color: #FF6600;
	background-image: none;
}
.quickLinks a:hover
{
	text-decoration: underline;
	background-image: none;
}
.thumb
{
	background-image: url(../_images/galleryBoxBack.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 166px;
	padding: 5px;
	margin-top: 10px;
	/*border: 1px solid #000000;*/
	
}
#thumbs
{
	font-size: 14px;
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	/*background-color: #EDEDED;*/
}
#thumbs a:link,
#thumbs a:visited
{
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}
#thumbs a:hover
{
	text-decoration: underline;
}
.capital
{
	text-transform: capitalize;
}
.text a
{
	background-image: url(../_images/linkBullet.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-left: 15px;
	
}
.text a:link,
.text a:visited
{
	text-decoration: none;
	color: #006699;
}
.text a:hover
{
	text-decoration: underline;
}
.thumb a
{
	background-image: none;
	padding-left: 0px;
	margin-left: 0px;
}
.textImageBox a
{
	background-image: none;
	padding-left: 0px;
	margin-left: 0px;
}
#bigPhoto
{
	/*width: 800px;*/
	/*height: 600px;*/
	position: fixed;
	top: 10px;
	left: 10px;
	display: none;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#bigPhotoTitleBar
{
	background-color: #006699;
	color: #FFFFFF;
	
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 1px;
	font-size: 12px;
	height: 30px;
	background-image: url(../_images/bigPhotoTitleBar_back.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	border-bottom: 1px solid #000000;

}
#bigPhotoLoader
{
	position: relative;
	top: 200px;
	
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#photo
{
	margin-top: -94px;
	position: absolute;
}
.row
{
	border: 1px solid #666666;
}
#returnMsg
{
	border: 1px solid #cccccc;
	padding: 3px;
	font-weight: bold;
	margin-bottom: 20px;
}
.rightColAd
{
	width: 180px;
	border: 1px solid #336699;
	height: 182px;
	margin-left: 20px;
}
#ie6FixSpacer
{
	height: 50px;
}