@charset "utf-8";
/* CSS Document */

body
{
     background:#000000 url("images/bg.png") repeat-x fixed;
     color: #ffffff;
	 text-align:center;
	 margin-left:auto;
     margin-right:auto;
	 width: 850px;
}

/* 
Main Website 
---Header
---Content
---Footer 
*/
#header
{
	height:103px;
	width:100%;
	overflow:visible;
}
#content
{
	background:#333333;
	border:3px solid #000000;
	border-bottom: none;
	border-top:none;
	padding-top:10px;
	min-height:300px;
	width:100%;
}
#footer
{
	clear:both;
	background:#333333;
	border:3px solid #000000;
	border-top: none;	
	width:100%;
}
/*
Header Parts
---toplogo
---navBar1
---navBar2
*/
#toplogo
{
     margin-left: auto;
	 margin-right: auto;
	 height:50px;
     width: 450px;
	 margin-top: 0px;
     
}
#navBar1
{
	border:2px solid #000000;
	border-bottom: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin:0px 100px 0px;
	padding: 0px;
}

#navBar2
{
	background:#333333;
	border:3px solid #000000;
	border-bottom: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	width:100%;
}
/*
NavBar Formatting
---nav
---nav li
---nav li a
---nav li a:hover / nav li#active a
*/
.nav
{
	background:#333333;
	padding: 0px;
	padding-bottom:3px;
	margin:0px;
	color:#000;
}
.nav li
{
     display: inline;
     list-style: none;
} 
.nav li a
{
     text-decoration: none;
     color:#999;
}
.nav li a:hover, .nav li.active a
{
     text-decoration: none;
     color:#ffffff;
}
/*
Content Divs
---left
---right
*/
#left
{
	position:relative;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:10px;
	text-align:left;
	width:65%;
}

#right
{
	float:right;
	width:30%;
	padding-right: 10px;
}

#center{
	margin-left:10px;
	margin-right:10px;
	text-align:left;
}
#footer
{
	height: 25px;
}
/*
Always Present Content
---newsletter
---stayConnected
---h1
---hr
---clear
*/
a
{
	color:#17b5b3;
}
a:active
{
	color:#17b5b3;
}
a:visited
{
	color:#999;
}
#newsletter
{
	width:250px; 
	background-color: #333333; 
	margin-left:5px;
}
#stayConnected
{
	color:#17b5b3;
	font-size:20px;
	margin-left:5px;
	width:250px;
}

h1
{
	color: #17b5b3;
	font-size:22px;
}

h2
{
	color:#17b5b3;
	font-size:20px;
}
h3
{
	color:#FFFFFF;
	font-size:18px;
}
hr
{
	background:url("images/break.gif") center bottom repeat-x;
	border:medium none;
	height:2px;
	width:100%;
	display:block;
	margin-bottom:0px;
	margin-top:3px;
}
h1:first-letter
{
	font-size:26px;
}
p
{
	text-align:left;
}
p:first-letter
{
	font-size:20px;
}
.author
{
	font-size:10px;
	color:#ffffff;
}
img#clouds
{
	position: relative; 
	top: 25px;
	width:850px;
	z-index: -1;
}
table#events
{
	width:100%;
	font-size:12px;
	background-color:#000;
	padding: 0px;
}
table#events tr
{
	background-color:#474747;
}
table#events tr.alt
{
	background-color:#292929;
}
#content a img
{
	border: 0px;
}
.clear{
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.product_banner{
	height: 60px;
	width: 450px;
	margin-left:25px;
	color: white;
}
.squished{
	margin-left:15px;
	margin-right:15px;
}