@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
}
.px16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}
.thrColFixHdr #container {
	width: 780px; /* 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. */
	background-color: #000000;
	margin: 0 auto;
	margin-top: 10px;
} 

.thrColFixHdr #containerCalendar {
	width: 960px; /* 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. */
	background-color: #000000;
	margin: 0 auto;
	margin-top: 10px;
} 



.thrColFixHdr #header {
	color: #999999;
	clip: rect(auto,auto,auto,auto);
	height: 150px;
	background-image: url(images/newMast.jpg);
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}


/*menu from webreference & lynda.com*/


* html .menu {
  display:inline-block;    /* for IE only */
  width:1px;               /* IE will expand 1px width to fit menu width */
  padding:0 2px;           /* fix bug in IE to get border spacing correct */
  }  

.menu li {
  display:table-cell;      /* ignored by IE */
  }

* html .menu li {
  display:inline;          /* for IE only */
  }



.thrColFixHdr #menu ul{
	display:table;
	padding:0;
	margin:0 auto;
	white-space:nowrap;
	list-style:none;
/*	float: left;*/
/*	width:780px;*/
	height: 25px;	
}


.thrColFixHdr #menu li {
	display:inline;
	float: left;
	margin-top: 0px;
	list-style-image: none;
	list-style-type: none;
	margin:0 auto;
}



.thrColFixHdr #menu li a:link, #menu li a:visited{
	padding: .2em .5em;
	/*display:block;*/
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #4DDEFF;
	/*font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#CCC;*/
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
}

.thrColFixHdr #menu li a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #39F;
	text-decoration: underline;	

}

.thrColFixHdr #menu li a.current, #menu li a.current:hover, #menu li a.current:active{
	cursor:default;
	color:#30F;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
}




/*bottom nav*/


.thrColFixHdr #menuBottom ul{
	display:table;
	padding:0;
	margin:0 auto;
	white-space:nowrap;
	list-style:none;
	height: 25px;	
}


.thrColFixHdr #menuBottom li {
	display:inline;
	float: left;
	margin-top: 0px;
	list-style-image: none;
	list-style-type: none;
	margin:0 auto;
}



.thrColFixHdr #menuBottom li a:link, #menuBottom li a:visited{
	padding: .2em .5em;
	/*display:block;*/
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #4DDEFF;
	/*font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#CCC;*/
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
}

.thrColFixHdr #menuBottom li a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #39F;
	text-decoration: underline;	
		
}

.thrColFixHdr #menuBottom li a.current, #menuBottom li a.current:hover, #menuBottom li a.current:active{
	cursor:default;
	color:#30F;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
}

/*end bottom nav*/







.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #000000;
}
.thrColFixHdr   #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #audioWrapper {
	top: 50px;
	height: 300px;
	padding: 0;
	position: relative;
}
.thrColFixHdr #mainContent400 {
	height: 400px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 780px;
}

.thrColFixHdr #mainContent400new {
	height: 400px;
	width: 780px;
}

.thrColFixHdr #mainContentCalendar {
	height: 350px;
	width: 960px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 auto;
}
.thrColFixHdr  #videoWrapper   {
	padding: 0px;
	top: 50px;
	height: 350px;
	position: relative;
}
.thrColFixHdr #mainContentVideo {
	height: 350px;
	width: 780px;
	padding-top: 0;
	padding-bottom: 0;
}
.thrColFixHdr #craigPix {
	position: relative;
	top: 50px;
}
#contactAddress {
	width: 250px;
	margin: 0 auto;
}
.thrColFlxHdr #homePix {
	margin: 50px;
}
.thrColFixHdr #footer {
	padding: 0;
	background-color: #000000;
} 
.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;
}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #09F;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #619AFF;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #CC66FF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #09F;
	text-decoration: underline;
}

.px24 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}
.thrColFixHdr #mainContentVideo {
	height: 400px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.thrColFixHdr #container800 {
	width: 800px;
	margin-top: 10px;
	background-color: #000;
	position: relative;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
	top: 0px;
}
#navMenu {
	margin: 0 auto;
}
.thrColFixHdr #banner {
	background-image: url(images/newMast.jpg);
	height: 150px;
	padding-left: 0px;
	width: 780px;
	margin: 0 auto;
}
#homePhoto {
	margin: 0 auto;
	margin-top: 50px;
	width: 300px;
}
.thrColFixHdr #containerDiv400 {
	height: 400px;
	width: 780px;
	margin-top: 20px;
}
#videoWrapper2 {
	padding-top: 75px;
}

.thrColFixHdr #containerDiv400top20 {
	width: 780px;
	margin: 0 auto;
	margin-top: 30px;
}


#pageTitle {
	margin: 0 auto;
	width: 780px;
	margin-top: 20px;
}

#zPosition {
	z-index: -1;
	margin-top: 20px;
}
