 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

#BgContainer {
	width:100%;
	text-align:center;
}

#Container {
	width:990px;
	margin: 0 auto;
	text-align:left;
}

#Logo {
	float:left;
	width:310px;
	height:214px;
}

#TopNavigation {
	float:left;
	width:680px;
	height:214px;
}

#UtilityNavigation {
	width:680px;
	height:182px;
	background-image:url(../images/pah-header.jpg);
	text-align:right;
}

#UtilityList {
	list-style-type:none;
	font-family:Arial;
	font-size:12px;
	line-height:12px;
	padding-top:12px;
	padding-right:12px;
}

#UtilityList li {
	list-style-type:none;
	display:inline;
	padding-right:10px;
	color:white;
}

#UtilityList li a {
	text-decoration:none;
	color:white;
}


#MainNavigation {
	width:680px;
	height:32px;
}

.tab {
	margin-top:2px;
	margin-left:2px;
	height:30px;
	width:168px;
	float:left;
}

.tab a {
	display:block;
	height:30px;
	width:168px;
	
}
.tab a span {
	display:none;
}

#about-tab {
	background-image:url(../images/about-tab.gif);
}

#about-tab:hover {
	background-image:url(../images/about-rolltab.gif);
}

#team-tab {
	background-image:url(../images/team-tab.gif);
}

#team-tab:hover {
	background-image:url(../images/team-rolltab.gif);
}

#locations-tab {
	background-image:url(../images/locations-tab.gif);
}

#locations-tab:hover {
	background-image:url(../images/locations-rolltab.gif);
}

#visit-tab {
	background-image:url(../images/visit-tab.gif);
}

#visit-tab:hover {
	background-image:url(../images/visit-rolltab.gif);
}

.clear {
	clear:both;
	width:990px;
	height:2px;
}

.clearblue {
	clear:both;
	width:990px;
	height:2px;
	background-color:#00ADEE;
}

#Layout {
	min-height:650px;
}

#LayoutLeft {
	float:left;
	width:690px;
}

#LayoutRight {
	float:left;
	width:255px;
	padding:30px 30px 0px 15px;
}

#Footer {
	padding:0px 30px 0px 30px;
}

#FooterList {
	list-style-type:none;
	font-family:Arial;
	font-size:12px;
	line-height:12px;
	padding-top:12px;
	padding-right:12px;
}

#FooterList li {
	list-style-type:none;
	display:inline;
	padding-right:5px;
}

#FooterList li a {
	text-decoration:none;
	color:#404041;
}

