@charset "utf-8";
/* CSS Document */

body {
	background: #000000 url("../images/bg.gif") repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin: 40px 0;
	padding: 0;
	width: 100%;
	font-size: 11px;
	color: #ffffff;
}

a:link{color:#ff0000; text-decoration: underline;}
a:visited{color:#ff0000; text-decoration: underline;}
a:hover{color:#ff0000; text-decoration: none;}

a.bold:link{color:#ff0000; text-decoration: underline; font-weight: bold;}
a.bold:visited{color:#ff0000; text-decoration: underline; font-weight: bold;}
a.bold:hover{color:#ff0000; text-decoration: none; font-weight: bold;}

h3{ /*this is for bolding the text above the colomns on the homepage*/
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

h4{
	font-weight: normal;
	margin: 0px;
	font-size: 11px;
}

div.title{
	height:60px;
}

.header_text_bigger{ /*this is for bolding the text above the video player on the internal pages*/
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
			
.grayBorder{ 
	border: #696969 solid 1px; 
}  /*this is for all the gray boarders on the site*/

.grayBorderPlusBG { 
	border: #696969 solid 1px; 
  background: #0c0c0c;
  padding:10px;
  width: 173px;
  height:515px;
  margin: 0 3px;
  float:left;
  position: relative;
}  /*this is for all the gray boarders on the site*/
					
#mainWrapper { /*this is the outer most way of organizing content*/
	width: 834px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #000000;
}

#midWrapper {
	margin: 0 auto 0 auto;
	margin-top:-1px;
	position:relative;
	background: #000000;
	overflow: hidden;
	padding: 15px;
	height: 100%;
}

#spacer {
    height: 16px; /*this is for the space that is below the header and above the page specific content*/
}

#columnspacer {
	float:left; 
	padding:5px;/*this is for the space that is inbetween the cta columns on the homepage*/
}

div.linklist{
	position: absolute;
	bottom: 5px;
	font-size: 11px;
}

div.linklist a{
	font-size: 11px;
}