@charset "UTF-8";

body {
	font-family: "Century Gothic", "Univers", "Gotham", "Gil Sans", "Gil Sans MT", "Franklin Gothic Medium", "Helvetica", "Trebuchet MS", "Verdana";
	padding: 0;
	margin: 0;
	background-color: #161616;
	background-position: center;
	margin-top: 0px;
	text-align: center;
	color: #a3a3a3;
}

a img {border: 0}

a:link {
	text-decoration: none;
	color: #a3a3a3;
	border: 0;}

a:visited {
	text-decoration: none;
	color: #a3a3a3;
	border: 0;}

a:hover, a.current {
	color: #00aeef;
	border: 0;}

a:active {
	text-decoration: none;
	color: #CCC;
	border: 0;
}
	
h3 {
	color: #00aeef;
	font-size: 140%;
}

#container {
	width: 990px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 40px;
}
#head {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	height: 130px;
	margin-top: 40px;
	color: #00aeef;
	background-color: #000000;
}

#head img {
	float: left;
}

#nav {
	margin-left: 250px;
	padding-top: 50px;
	padding-bottom: 5px;
	width: 515px;
	font-size: .9em;
}

#content {
	background-image: url(../images/home-bg.jpg);
	margin: 0;
	height: 368px;
	font-size: .8em;
	line-height: 1.8em;
	letter-spacing: 0.06em;
	color:#999;
}

#content p {
	margin-top: 0px;
	margin-left: 115px;
	padding-top: 15px;
	width: 540px;
}

#main {
	background-image: url(../images/bg_stripes.jpg);
	margin: 0;
	font-family: "Verdana", "Helvetica", "Trebuchet MS", "Century Gothic", "Univers", "Gotham", "Gil Sans", "Gil Sans MT";
	font-size: .7em;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	color:#CCC;
}

#main p, #main h3 {	
	margin: 0px 0px 0px 115px;
	padding: 0px 0px 15px 0;
	width: 560px;
}

#bottom {
	height: 40px;
	background-color: black;
}

#contact {
	color: #00aeef;
	text-align: center;
	font-size: 1em;
	letter-spacing: 0.04em;
}

#contact ul {
	padding: 0;
	font-size: 82%;
	margin-left: 0;
	text-align: center;
}

#contact li {
	list-style: none;
	display: inline;
	color: #CCC;
}

#footer {
	position: relative;
	bottom: 0px;
	width: 100%;
	color: #333;
	font-size: 0.6em;
	letter-spacing: 0.04em;
	height: 35px;
}

#footerContainer {
	width: 990px;
	background: #101010;
	margin: 0pt auto;
	height: 100%;
}

.blue {
	font-family: "Century Gothic", "Univers", "Gotham", "Gil Sans", "Gil Sans MT", "Franklin Gothic Medium", "Helvetica", "Trebuchet MS", "Verdana";
	color: #00aeef;

}
.dark {
	color: #666;
}

#tickers {
	line-height: 16px;
	margin-left: 113px;
	margin-top: 50px;
}

#tickers td {
	padding-right: 30px;
}

.red {color: red;}
.green {color: green;}

#map {
	height: 350px;
	width: 670px;
}
