@charset "UTF-8";

@font-face {
	font-family: Gotham Black;
	src: url('fonts/GOTHHTFB.OTF');
}

.gothamBlack 	{
	font-family: Gotham Black;
	font-size: 24px;
	word-spacing: normal;
	letter-spacing: normal;
				}
#pylonPics {
	position: absolute;
	left: 5px;
	top: 75px;
	width: 1000px;
	text-align: left;
	padding: 10;
	height: 395px;
}
#pylonText   {
	position: absolute;
	left: 5px;
	top: 475px;
	width: 1000px;
	text-align: left;
	padding-right: 0px;
	height: 600px;
}
#pylonMap {
	position: absolute;
	height: 400px;
	width: 1000px;
	top: 1240px;
	left: 5px;
	margin-top: 10px;
	padding-top: 10px;
}
p{
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-transform: none;
	text-decoration: none;
	text-align: justify;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: top;
	white-space: normal;
	display: block;
}

}
img {
	z-index: 0;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	position: absolute;
	top: 20px;
	left: 25px;
	width: 240px;
	letter-spacing: 3.5pt;
	color: #FFFFFF;
}
#contactInfo  a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0px;
}
#contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 250px;
	top: 18px;
	width: 180px;
	text-align: left;
}
.first {
	background-color: #000000;
}
a:link.first{
	color: #000000;
}
a:visited.first{
	color: #000000;
}
a:hover.first{
	color: #FFFFFF;
}
a:active.first{
	color: #000000;	
}

.second {
	background-color: #333333;
}
a:link.second{
	color: #333333;
}
a:visited.second{
	color: #333333;
}
a:hover.second{
	color: #FFFFFF;
}
a:active.second{
	color: #333333;
}

.third {
	background-color: #666666;
}
a:link.third{
	color: #666666;
}
a:visited.third{
	color: #666666;
}
a:hover.third{
	color: #FFFFFF;
}
a:active.third{
	color: #666666;
}

.fourth {
	background-color: #999999;
}
a:link.fourth{
	color: #999999;
}
a:visited.fourth{
	color: #999999;
}
a:hover.fourth{
	color: #FFFFFF;
}
a:active.fourth{
	color: #999999;
}

.fifth {
	background-color: #CCCCCC;
}
a:link.fifth{
	color: #CCCCCC;
}
a:visited.fifth{
	color: #CCCCCC;
}
a:hover.fifth{
	color: #666666;
}
a:active.fifth{
	color: #CCCCCC;
}



#navcontainer
{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 20px;
	left: 20px;
}

#navcontainer ul
{
	margin: 0px;
	list-style-type: none;
	padding-left: 0px;
}

#navcontainer ul li {
	float: left;
	margin-right: 2px;
}

#navcontainer ul li a
{
	text-decoration: none;
	font-size: 16px;
	float: left;
	margin: 0px;
	height: 30px;
	width: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent {
	position:absolute;
	left:250px;
	top:59px;
	width:774px;
	height:630px;
	z-index:0;
	padding: 0px;
	margin: 0px;
}
#leftContent {
	position: absolute;
	height: 591px;
	width: 210px;
	left: 20px;
	top: 59px;
}
#blogAd {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	position: absolute;
	height: 20px;
	top: 40px;
	left: 250px;
	text-decoration: none;
	font-weight: bold;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	background-color: #000000;
}
#blogAd a:active {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
#blogAd a:visited {
	background-color: #000000;
	color: #CCCCCC;
	text-decoration: none;
}
#blogAd a:link {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
#blogAd a:hover {
	background-color: #000000;
	color: #CCCCCC;
	text-decoration: none;
}
