@charset "utf-8";
/* CSS Document */

/* Top Nav Bar */
/* CSS-Tricks by Chris Coyier - http://css-tricks.com */
.nav-wrap {
	position: relative;
	display:block;
	width: 100%;
	height: 54px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 50;
}
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

#example-one {
	margin: 0 auto; 
	list-style: none; 
	position: relative; 
	width: 975px; 
}
#example-one li { display: inline; }
#example-one li a { 
	color: #bbb; 
	font-size: 14px;
	font-weight: bold; 
	display: block; 
	float: right; 
	padding: 17px 10px 0 10px; 
	text-decoration: none; 
	text-transform: uppercase; 
}
#example-one li a:hover { color: white; }
#magic-line { position: absolute; bottom: -2px; left: 0; width: 100px; height: 2px; background-color: #FFFFFF; }

.current_page_item a, .current_page_item_two a { color: white !important; }

/* Image Nav */
.jimgMenu {
	/*background: url(../images/HolyComolli_logo.png) no-repeat top left;*/
	position:relative;
	display:block;
	margin: -8px auto 10px auto;
	padding: 0 0 0 117px;
	width:875px;
	height:503px;
	overflow: hidden;
	z-index: 75;
}
.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 495px;
	position: relative;
}
.jimgMenu ul li {
	width: 175px;
	padding-top: 8px;
	float: left;
	display: block;
	overflow: hidden;
}
.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 495px;
}
.jimgMenu ul li a {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.jimgMenu ul li a:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.jimgMenu ul li#josh a {
	background: url(../images/mainnav/mainnav_josh.jpg) repeat scroll 0% top;
}
.jimgMenu ul li#stacie a {
	background: url(../images/mainnav/mainnav_stacie.jpg) repeat scroll 0% top;
}
.jimgMenu ul li#jason a {
	background: url(../images/mainnav/mainnav_jason.jpg) repeat scroll 0% top;
}
.jimgMenu ul li#shawn a {
	background: url(../images/mainnav/mainnav_shawn.jpg) repeat scroll 0% top;
}
.jimgMenu ul li#gregory a {
	background: url(../images/mainnav/mainnav_gregory.jpg) repeat scroll 0% top;
	border-right-style: none;
}
.clear {
	clear: both;
}

/* Footer Nav */
#menu {
	display:block; 
	list-style:none;	
	height:75px;
	width: 100%;
	padding-top: 10px;
	font-size: 11px;
	float: left;
}
#menu li {
	position:relative;
	display:block; 
	float:left;
	width: 60px;
	text-align: center;
	height:inherit;
	overflow:visible;
}
#menu li a  {
	position:absolute;
	top:10px;
	display:block; 
	width: 60px;
	text-align: center;
	text-decoration: none;
	height:inherit;
}
#menu li a:hover  {
	text-decoration: underline;
	font-weight: bold;
}