@charset "UTF-8";
body  {
	font: 0.8em/1.6em "Lucida Grande", Arial, Helvetica, sans-serif;
	background: #000 url(../images/header_bg.jpg) repeat-x;
	margin: 0 0 0 -30px; /* zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #9c9c9c;
}

/* H tags */
h1 {
	margin-bottom: -0.4em;
	font-size: 1.4em;
}
h2 {
	margin-top: 1em
	margin-bottom: -.1em;
	font-size: 1.4em;
	color: #e20916;
}
h3 {
	margin-bottom: -.8em;
	font-size: 1.2em;
}
h4 {
	color: #e20916;
	font-size: 1em; 
	font-weight: normal;
}

/* Custom <hr> tag */
hr { 
height: 0; 
border: 0; 
border-top: 1px solid #ecf4f5; 
}

/* lists */
ul {
  margin: 0;
  padding: 0;
}
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Links */
a:link {
	color: #fff;
	text-decoration: underline;
}

a:visited {
	color: #fff;
}

a:hover {
	color: #5f5f5f;
	text-decoration: underline;
}

a:active {
	color: #fff;
}

/* custom links */
.redLink {
	color: #e20916;
	font-size: 1.4em;
}
.redLink a:link {
	text-decoration: underline;
	color: #e20916;
}
.redLink a:visited {
	color: #e20916;
}
.redLink a:hover {
	color: #5f5f5f;
}
.redLink a:active {
	color: #fff;
}

/* remove blue border around images */
a img {  
	border-style: none;
}
/* Flash */
#home_flv {
	height: 298px;
	width: 456px;
	margin-left: 290px;
	margin-top: -14px;
}
#bannerHome {
	float: left;
	display: block;
	margin-left: -1px;
}
.oneColElsCtr #container {
	width: 1026px;
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 524px;
}
/* Footer */
.oneColElsCtr #footer { 
	padding: 0 78px 0 20px;
	margin-left: -60px;
}
.oneColElsCtr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 0.8em;
	color: #4b4b4b;
}
/* Floats */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* clickable logo */
#banner {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	background: url(../images/level2_banner.jpg) no-repeat left;
	height: 128px;
	width: 289px;
	float: left;
}

/* Button Rollovers */
#navTop {
	height: 16px;
	width: 1024px;
	float: left;
	margin-left: 60px;
}

#btnsNav ul {
  padding: 0;
  margin: 0;
  height: 34px;
  width: 100%;
  list-style: none;
}

#btnsNav li {
	font-size: 0;
	line-height: 0;
	display: inline;
	float: left;
}
/* bottom nav SUPPORT */
#supportHome {
	display: block;
	width: 136px;
	height: 72px;
	background: url(../images/btn_hm_btm_support.gif) no-repeat 0 0;
	margin-left: 120px;
}
#supportHome:hover { 
  background-position: 0 -72px;
}
#supportHome span {
  display: none;
}

/* network bottom buttons */
#networkBtns ul {
	padding: 0;
	margin: 10px 0px 0px 120px;
	height: 22px;
	width: 300px;
	list-style: none;
}

#networkBtns li {
	font-size: 0;
	line-height: 0;
	display: inline;
	float: left;
}
#twitter {
	display: block;
	width: 32px;
	height: 22px;
	background: url(../images/btn_hm_btm_twitter.gif) no-repeat 0 0;
	margin-top: 0px;
}

#twitter:hover {
  background-position: 0px -22px;
}

#twitter span {
  display: none;
}
#youTube {
	display: block;
	width: 32px;
	height: 22px;
	background: url(../images/btn_hm_btm_youTube.gif) no-repeat 0 0;
	margin-top: 0px;
}

#youTube:hover {
  background-position: 0px -22px;
}

#youTube span {
  display: none;
}
#faceBook {
	display: block;
	width: 32px;
	height: 22px;
	background: url(../images/btn_hm_btm_faceBook.gif) no-repeat 0 0;
	margin-top: 0px;
}

#faceBook:hover {
  background-position: 0px -22px;
}

#faceBook span {
  display: none;
}
#vimeo {
	display: block;
	width: 32px;
	height: 22px;
	background: url(../images/btn_hm_btm_vimeo.gif) no-repeat 0 0;
	margin-top: 0px;
}

#vimeo:hover {
  background-position: 0px -22px;
}

#vimeo span {
  display: none;
}
#blog {
	display: block;
	width: 44px;
	height: 22px;
	background: url(../images/btn_hm_btm_blog.gif) no-repeat 0 0;
	margin-top: 0px;
}

#blog:hover {
  background-position: 0px -22px;
}

#blog span {
  display: none;
}
