@charset "UTF-8";
/* CSS Document */
.TopNav {
	font-family: "brandon-grotesque",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	
	letter-spacing: .3em;
	
	
}

.TopAdd_Phone {
	font-family: "brandon-grotesque",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;
	
	letter-spacing: .1em;
	
	
}
a.TopAdd_Phone {
	font-family: "brandon-grotesque",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	color: #FFF;
	text-decoration: none;

	letter-spacing: .1em;
	
	
}
a:hover.TopAdd_Phone {
	font-family: "brandon-grotesque",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	color: #996;
	text-decoration: none;
	
	letter-spacing: .1em;
	
	
}
.bottom_HRule {
	background-color: #000;
	padding: 0px;
	height: 4px;
	width: 960px;
}

.Footer {
	font-family: "brandon-grotesque",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 300;
	text-transform: none;
	color: #999;
	text-decoration: none;

}
a.Footer {
	font-family: "brandon-grotesque",sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 300;
	text-transform: none;
	color: #999;
	text-decoration: none;
	
}
a:hover.Footer {
	
	color: #000;
	
}
.GalleryName {
	font-family: "bickham-script-pro", cursive;
	font-size: 36px;
	line-height: 36px;
	color: #999;
	text-decoration: none;
	
}
.GalleryIntro {
	font-family: "brandon-grotesque",sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	
	
}
.aboutLead {
	font-family: "brandon-grotesque",sans-serif;
	font-size: 112px;
	line-height: 15px;
	font-weight: 100;
	font-style: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;

	
}
.about {
	font-family: "brandon-grotesque",sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: 100;
	font-style: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;

	
}
a.about {
	font-family: "brandon-grotesque",sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: 100;
	font-style: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	
	color: #996;
	
}





/* Drop Downs */


#menu {
	float: left;
	list-style:none;
	margin:0px auto 0px auto;
	height:26px;
	padding:0px 0px 0px 0px;
}

#menu li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 0px 0px 0px 0px;
	margin-right:18px;
	letter-spacing: .2em;
	margin-top:2px;
	border:none;
}


#menu li a {
	font-family: "brandon-grotesque",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	color: #FFF;
	letter-spacing: .3em;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
}

#menu li:hover a {
	color:#996;
}


.dropdown_1column {
	width: 155px;
	top: 26px;
	font-size: 13px;
	z-index: 200;
	float: left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 0px 10px 5px;
	border-top:none;
	background-color: #000;
	
}




#menu li:hover .dropdown_1column {
	left:-12px;
	top:auto;
	font-size: 13px;
}

.col_1 {
	width: auto;
	display:inline;
	float: left;
	position: relative;
	margin-left: 8px;
	margin-right: 5px;
	font-size: 13px;
}



#menu li:hover div a {
	font-size:13px;
	letter-spacing: 0em;
	color:#FFFFFF;
}
#menu li:hover div a:hover {
	color:#996;
}


#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 0px 0;
}
#menu li ul li {
	font-size:13px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:auto;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
