body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #070707;
	margin: 0px 0px 15px 0px;
}
form {
	padding: 0px;
	margin: 0px;
}
.uline{text-decoration:underline;}
.bigtext{height:275px;overflow:auto; clear:both;}
.contact-form{}
.contact-form p{width:130px; float:left; text-align:left;}

.clearit{clear:both}
.masthead {
	background-image: url(/images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 176px;
	width:952px;
	margin:0px auto;
}
.wrapper {
	width:952px;
	margin:0px auto;
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.layout {
	background-color: #ffffff;
	width: 800px;
	margin: 0px auto;
	border-bottom: 20px solid #1f91d2;
}
.layout a {
	color: #2da2d9;
	text-decoration: none;
}
.layout a:hover {
	text-decoration: underline;
}
.column1 {
	float: left;
	clear: left;
	width: 320px;
	
margin-left:18px;	
margin-top:17px; 
}
.column2 {
	float: left;
	width: 420px;

margin-left:24px;
margin-top:17px; 
}
.clearboth {
	clear: both;
	height: 0px;
}

/* Ben added this one */
.image-space{
	margin-bottom:34px;
	margin-top:-5px;
	margin-left:-5px;
	clear: both;
} 

.box-shadow {
	margin-bottom:27px;
	background-color: #e2e3e4;
	
}
.box {
	position: relative;
	left: -5px;
	top: -5px; 
	border:1px solid #000;
	
	background-color: #000000;
}
.box p {
	font-size: 11px;
/*	line-height: 16px; */
	color: #666666;
	

	margin: 0px 0px 15px 0px;
}
.videos{  width: 247px; height:90px; }
.box h1 {
	color: #000000;
	font-size: 24px;
	line-height: 24px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	font-weight: normal;
}
.box h3 {
	color: #2da2d9;
	font-size: 14px;
	line-height: 14px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-weight: normal;
}
.box-top {
	background-color: #000000;
	position: relative;
	left: -5px;
	top: -5px; 
	background-image: url(/images/box-corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
	
}
.box-inner {

	background-color: #FFFFFF;
	border-top: 6px solid #000000;
	padding: 15px 20px 20px 20px;
}

.box h2 {
	font-size: 14px;
	font-weight: normal;
	color: #ffff00;
	border-bottom: 1px solid #ffff00;
	margin-top:0px;
	margin-bottom:0px;
	height:14px;
	padding-left:24px; 

}
.box-row {
	clear: both;
}
.box-row img {
	float: left;
	clear: left;
	border:0px;
}
.box-row div {
	float: left;
	clear: right;
	/* height: 61px; */
/*	padding: 5px 0px 0px 15px; 
	margin: 10px 0px 10px 0px;*/
	padding-left:10px;
	margin-bottom:10px;
}
.box-row p {
	font-size: 10px;
	line-height: normal;
	color: #666666;
}
.box-row h3 {
	margin: 0px 0px 5px 0px;
}
.logos img {
	float: left;
	border-width: 0px;
	margin-bottom:10px;
}
.twitter-feed-box {
	background-color: #FFFFFF;
	border-top: 6px solid #000000;
	padding: 5px 20px 10px 20px;
	background-image: url(/images/twitter-feed-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/*---------------- Div Scroller ----------------*/

#slider {
  width: 380px;
  margin: 0 auto;
  position: relative;
}
.scroll {
/*  height: 300px; */
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
}
.scrollContainer div.panel {
  padding: 0px;
/*  height: 300px; */

  width: 380px; /* change to 560px if not using JS to remove rh.scroll */
}
.slider-navigation {
	padding: 5px 0px 10px 0px;
}
.scrollButtons {
  cursor: pointer;
}
.scrollButtons.left {
  float: left;
}
.scrollButtons.right {
  float: right;
}
ul.navigation {
	clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.navigation li {
    display: inline;
}
ul.navigation a {
	display: block;
	float: left;
    padding: 0px 2px 0px 2px;
	font-size: 12px;
	line-height: 26px;
	height: 26px;
    color: #000;
    text-decoration: none;
    margin-right: 3px;
    margin-bottom: 20px;
	text-decoration:underline;
}
ul.navigation a:hover {
    background-color: #e2e3e4;
}
ul.navigation a.selected {
	color: #fff;
    background-color: #000;
}
ul.navigation a:focus {
    outline: none;
}

/*-------------- End Div Scroller --------------*/


/*-------------- Twitter RSS Feed --------------*/

ul#twit-twit, ul#twit-twit ul {
	list-style-type: none;
	padding-left: 0;
}
ul#twit-twit {
	width: 100%;
}
ul#twit-twit li ul {
	margin: 6px 0 0 0;
}
ul#twit-twit li {
	margin: 0 0 10px 0px;
	border-top: 1px dotted #2da2d9;
}
ul#twit-twit li.twit-date {
	font-weight: bold;
	color: #000;
	font-size: 14px;
	border: 0px solid #ccc;
	margin: 10px 0 0 0;
}
ul#twit-twit li ul li {
	font-weight: normal;
	color: #222;
	font-size: 8pt;
	padding-top: 8px;
}
ul#twit-twit li.twit-alt {
	color: #666;
}
ul#twit-twit li.twit-first {
	color: #666;
}
ul#twit-twit a.twit {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}
ul#twit-twit a.twit:hover, ul#twit-twit a.twit:visited:hover {
	text-decoration: underline;
}
p.twit-more, li.twit-more {
	text-align: right;
	font-size: 8pt;
	padding: 4px 0 0 0;
}
p.twit-more a.twit-more, li.twit-more a.twit-more {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
p.twit-more a.twit-more:hover, p.twit-more a.twit-more:visited:hover, li.twit-more a.twit-more:hover, li.twit-more a.twit-more:visited:hover {
	color: #000;
	border-bottom: 1px dotted #666;
}

/*------------ End Twitter RSS Feed ------------*/


/*-------------- Gallery --------------*/

.gallery #gallery-frame {
	position: absolute;
	z-index: 600;
	width: 100%;
	top: 60px;
	text-align: center;
}
.gallery #frame-bg {
	background-color: #000;
	width: 760px;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	border: 1px solid #444;
}
.gallery #photo {
	height: 500px;
}
.gallery #photo img {
	background-color: #000;
	padding: 10px;
	border: 1px solid #1f91d2;
}
.gallery #caption {
	color: #fff;
	font-size: 14px;
	padding: 10px;
	width: 700px;
	margin: 0px auto;
}
.gallery #caption #controls {
	color: #444;
	width: 240px;
	text-align: left;
	float: right;
}
.gallery #caption #controls a {
	color: #285e7d;
	text-decoration: none;
}
.gallery #caption #controls a:hover {
	color: #1f91d2;
	text-decoration: none;
}
.gallery #thumbs {
	padding-top: 10px;
}
.gallery #thumbs img {
	background-color: #000;
	padding: 1px;
	margin: 0px 2px 4px 2px;
	border: 3px solid #ffff00;
}
.gallery #thumbs a img {
	background-color: #000;
	padding: 3px;
	margin: 0px 2px 4px 2px;
	border: 1px solid #285e7d;
}
.gallery #thumbs a:hover img {
	background-color: #214b63;
	border: 1px solid #1f91d2;
}
.gray {
	color: #333;
}
.photo-number {
	color: #1f91d2;
	font-weight: bold;
}
.gallery-bg {
	opacity:0.9;
	filter:alpha(opacity=90);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	background-color: #000;
	height: 2000px;
	width: 100%;
	position: fixed;
	z-index: 400;
	top: 0px;
}

/*------------ End Gallery ------------*/