@charset "UTF-8";
/* 
SWATCHES
YELLOW:	#F9EF10
BLUE:   #2898C6
TEXT:	#FFF;
LINK:	#F9EF10
VLINK:	#F9EF10
HLINK:	#2898C6

*/





/* MASTER STYLES */
body {
	background:#000 url(/images/bg/background2.jpg) no-repeat top right;
	margin:0px;
	padding:0px;
	text-align:center;
	height: 100%;
	font-size:13px;
} 
	
td, th, #wrapper {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:1em; /* 12px */
	font-weight:normal;
	color:#fff;
}

th {
	font-weight:bold;
	padding:5px;
}

/* LAYOUT */
#wrapper {
	margin: 30px auto 0;
	width: 59.38em; /*772px*/
	position:relative;
	text-align:left;
}

#admin #wrapper { width: 98%; min-width:59.38em; }
#login {
	float:right;
	width: 330px;
	text-align:right;
	font-size: 0.77em;
}
#login label {
	text-align:left;
	padding:0;
}
#header {
	height: 143px;
}
#home #header {
	height:98px;
}
#logo {
	float:left;
	width: 300px;
}
#content {
	clear:both;
}
#sub-header {
	height: 25px;
	background: #333 url(/images/bg/grayTile.gif);
	padding: 20px 0 5px 30px;
	margin:0 0 10px 0;
	clear:both;
	
}
#content-tabs {
	float:right;
	font-size:0.85em;
	text-align:right;
	display:inline;
	margin: 2px 20px 0 0;
	
	
}
#footer {
	text-align:center;
	color:#999;
	font-size:0.85em; /* 11px */
	clear:both;
	padding:20px 0 40px;
}
.mainBlocks {
	height: 320px;
	position:relative;
	
}
.mainBlocks div {
	background-image:url(/images/bg/grayTile.gif);
	background-color:#000;
	height:320px;
	width: 250px;
	overflow: hidden;
	float: left;
	position:relative;
	margin: 2px;
}
.mainBlocks a {
	display:block;
	width: 250px;
	height:320px;
}
.mainBlocks a img {
	border-top:4px solid #000;
	position: absolute;
	top: 15px;
}
.mainBlocks a:hover b {
	background-image:url(/images/bg/yellowTile.gif);
}
.mainBlocks a:hover {
	background-position: 0 0;
}
.mainBlocks a:hover img {
	border-top:0px solid #000;
	position: absolute;
	top: 0px;
}
b {
	border-top:4px solid #000;
	background-image:url(/images/bg/grayTile.gif);
	background-color:#000;
	height:10px;
	line-height:10px;
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
}
.yellow {
	background: #F9EF10 url(/images/bg/yellowTile.gif);
	height:10px;
	line-height: 10px;
	display:block;
	width:100%;
	margin-top: 10px;
}
#main {
	padding: 5px 0 0 30px;
	margin:0 0 0 0;
	position:relative;
	
}
#right-col {
	width: 300px;
	float:right;
}
.contents {
	float:left;
	padding-bottom:10px;
	width:415px;
}
.full {
	width: 730px;
	float:none;
}
#admin .full {
	width: 100%;
}
.clear {
	clear:both;
	margin-top: 10px;
}
ul {
	list-style-type:none;
	list-style-image:url(/images/bullet_yellow.gif);
	line-height:1.23em;
}
.images img { 
	padding:2.5px; 
}




/* NAVIGATION STYLES */
#masonry #navigation, #admin #navigation {
	margin: 0;
	padding:30px 0 0 0;
	position: relative;
	clear:both;
}
#home #navigation {
	margin:10px 0 0 0;
	padding:0;
	height:55px;
	position: relative;
	clear:both;
}
#navigation ul {
	margin:0;
	padding:0;
	font-size:0.77em; /* 10px */
	line-height:1.54em; /* 20px */
	white-space:nowrap;
	
}
#navigation li {
	list-style-type:none;
	display:inline;
	font-size:1.1em;
}
#navigation li a {
	text-decoration:none;
	height:30px;
	padding:10px 13px;
	display:block;
	float:left;
	color:#FFFFFF;
	background-color:transparent;
	background-image:none;
}
#navigation li a span strong {
	font-size: 1.23em; /* 16px */
	display:block;
	text-transform:uppercase;
	color:#FFF;
}
#navigation li a:hover, #navigation li a.active {
	background-image: url(/images/bg/grayTile.gif);
}




/* PAGINATION */
.pagination {
	margin: 20px 0 0 0;
	padding: 0;

}
.pagination a {
	position:relative;
	float:left;
	display:block;
	padding:5px;
	margin:1px;
	text-align:center;
	border:1px solid #333;
}
.pagination a:hover {
	position:relative;
	float:left;
	display:block;	
	margin:1px;
	padding:5px;
	color:#2898C6;
	text-decoration:none;
	text-align:center;
	border:1px solid #2898C6;
}
.pagination .current {
	position:relative;
	float:left;
	display:block;
	padding:5px;
	margin:1px;
	text-align:center;
	border:1px solid #F9EF10;
	color:#F9EF10;
}
.pagination .previous, .pagination .next {
	position:relative;
	float:left;
	display:block;
	margin:1px;
	text-align:center;
}
.pagination .disabled {
	color: #333;
	padding:5px;
	border:1px solid #333;
}
.pagination .spacing {
	position:relative;
	float:left;
	display:block;
	height:12px;
	padding:8px 0 0 0;
	margin:1px;
	text-align:center;
}




/* LINK SYTLES */
a:link {
	color:#F9EF10;
	text-decoration:none;
}
a:visited, img a:hover {
	text-decoration:none;
	color:#F9EF10;
}
a:hover, h2 a:hover {
	text-decoration:none;
	color:#2898C6;
}
a:active {
	text-decoration:none;
	color:#F9EF10;
}
img {
	border:0px;
}
.mainBlocks a, .mainBlocks a:visited, .mainBlocks a:hover, .mainBlocks a:active, h2 a:link, h2 a:visited, h2 a:active {
	color:#fff;
}



/* TEXT STYLES */
.micro {
	font-size: 0.77em; /* 9px */
}
.alert {
	background: #fff6bf url(/images/icons/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	margin: 10px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	color:#000;
}
.alert ul {
	list-style-type:square;
	list-style-image:none;
}
.success {
	background: #fff6bf url(/images/icons/tick.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	margin: 10px;
	border-bottom: 2px solid #ffd324;
	color:#000;
}
h1 {
	color:#fff;
	text-transform:uppercase;
	font-size:1.23em;
	display:inline;	
	margin:0;
	padding:0;
}
h2 {
	font-size: 1.08em;
	border-bottom:1px solid #2898C6
}
h4 {
	margin:0px;
	padding:0px;
	color:#333;
	font-weight:normal;
}
.mainBlocks a span {
	color:fff;
	position: absolute;
	bottom:-10px;
	text-align:center;
	width:256px;
	font-size:2.7em;
	font-family:Arial Black;
	text-transform:uppercase;	
	-moz-opacity:.50;
	opacity:.50;
	filter:alpha(opacity=50);
	display:block;
	font-weight:bolder;
}
.mainBlocks a:hover {
	background-position: 0 0;
	color:#fff;
}
.mainBlocks a:hover span {
	position: absolute;
	bottom: 4px;	
	-moz-opacity:.80;
	opacity:.80;
	filter:alpha(opacity=80);
}
h2.ticker { 
	text-align:center; border-top: 1px solid #333; border-bottom:1px solid #333; padding:20px; margin-top:0;
}
span.ticker {
		color:#333;
}

/* TOOL TIP */
.tooltip {
	color:#F9EF10;
	padding-bottom:1px;
	cursor:pointer
}
.tooltip:hover {
	color:#2898C6;
}
#tt {
	position:absolute;
	display:block;
	background:#000;
	text-align:left;
	border: 2px solid #F9EF10;
	width: 250px;
}
#tttop {
	display:block;
	height:5px;
	margin-left:5px;
	overflow:hidden
}
#ttcont {
	display:block;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:1em; /* 12px */
	padding:10px;
	margin-left:5px;
	background:#000;
	color:#FFF
}
#ttbot {
	display:block;
	height:5px;
	margin-left:5px;
	overflow:hidden
}
.tooltips {
	line-height:1.23em;
}





/* NEWS */
 .news_date {
	float: left;
	text-align: center;
	margin:0;
	width: 23px;
	height: 27px;
}
.news .month, #articleBody .month {
	float: left;
	width: 23px;
	font-size: 0.8em;
	color: #F9EF10;
	clear: both;
}
.news .day, #articleBody .day {
	float: left;
	width: 23px;
	font-size: 1.2em;
	color: #F9EF10;
}
#newsList {
	clear:both;
	padding:20px 0 0 0;
	margin:10px 0 0 0;
	
}
.news {
	margin:0 20px 0 0;
	text-align: left;
	height: 85px;
	padding: 5px 0 0 0;
	clear:both;
	list-style: none;
	display: inline;
	clear:both;
	padding-top: 20px;
	width: 500px;
}
* html .news {
	height: 90px;
}
.news p {
	float: left;
	margin:0 0 0 10px;
	width: 450px;
	border-left: 1px dotted #F9EF10;
	padding: 0 5px 0 12px;
}
#filterNews {
	margin-bottom: 20px;
}
#news h2 {
	margin-bottom: 2px;
}
#news div { 
	margin: 20px 0;
}




/* FORM CONTROLS */
label {
	display:block;
	font-weight:bold;
	padding:15px 0px 2px;
}
label.checkbox {
	padding:0 0 2px;
}

#updateContact label {
	padding: 0 0 20px 0;
}
td label { padding:0; }

.formLabel {
	font-weight:normal;
	text-align:right;
	width:10.5em;
	padding:5px;
	display:block;
	float:left;
}

.inputField {
	width:200px;
	float:left;
}

.textArea {
	width:205px;
	height:50px;
	float:left;
}

.error {
	color:#2898C6;
	font-weight:normal;
	float:left;
	margin:0;
	padding:0px;
	
}



/* SORTABLE */
th.table-sortable {
	background-position:left center;
	background-repeat:no-repeat;
	cursor:pointer;
}
th.table-sortable:hover {
	background-color:#111;	
}
th.table-sorted-desc {
	padding-left:14px;
	background-image:url(/images/icons/descending.gif);
}
th.table-sorted-asc {
	padding-left:14px;
	background-image:url(/images/icons/ascending.gif);
}
#admin tbody tr.hilite, #admin tbody tr:hover {
	background-color:#111;
}


/* PDF */
.pdf {
	float:left;
	background-color:#191919;
	padding:10px;
	width:210px;
	height:350px;
	text-align:center;
	line-height:1.4;
}

.pdf:hover {
	float:left;
	background-color:#292929;
	padding:10px;
	width:210px;
	height:350px;
}

#pdflogo {
	position:absolute;
	top:20px;

}

/* FACEBOX */

#facebox .b, #facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  background:url(/images/b.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #000;

}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
 
  padding-top: 5px;
  margin-top: 3px;
  text-align: center;
}

#facebox .info {
  margin-top: 5px;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif; 
  color: #777;
  line-height: 16px;
  font-size: 11px;
}

#facebox .navigation {
  float: left;
}

#facebox .close {
  float: right;
}

#facebox .next, #facebox .prev {
  font-size: 170%;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

.pdfWide {
	width:800px;
	height:480px;
}

.reqMark {
	color:#2898C6;
	font-weight:normal;
}

.thumb {
	float:left;
	margin:0 5px 5px 0;
}

.adminThumb {
	float:left;
	margin:0 25px 25px 0;
}

.image620 {
	width:620px;
	height:380px;
}

.subNav{
	padding-left:30px;
	background:url(/images/icons/tree.png) no-repeat;
}

#tabNav { float:left; width:100%; background:#000000; font-size:93%; line-height:normal; }
#tabNav ul { margin:0; padding:10px 10px 0; list-style:none; border-bottom:solid 1px #666666; height:27px; 

list-style-type:none;
	list-style-image:none;}
#tabNav li { float:left; no-repeat left top; margin:2px 0 0 2px; background:#222222; border:solid 1px #666666; padding:5px 20px; }
#tabNav a { float:left; text-decoration:none; font-weight:bold; color:#F9EF10; }

			
  /* Commented Backslash Hack hides rule from IE5-Mac \*/
  #tabNav a {float:none;}
  /* End IE5-Mac hack */
 
#tabNav a:hover { color:#2898C6; }
#tabNav #current { background:#000000; border-bottom:solid 1px #000000; }
#tabNav #current a { color:#FFFFFF; padding-bottom:5px; }
#photos { padding:50px 0 10px 0; border-bottom:solid 1px #666666;}
#tooltips { padding:50px 0 10px 0; border-bottom:solid 1px #666666;}
#bodytext { padding:40px 0 10px 0; border-bottom:solid 1px #666666;}
#downloads { padding:50px 0 10px 0; border-bottom:solid 1px #666666;}

.tipTitle {
	float:left;
	width:200px;
}
.tipBody {
	float:left;
	width:350px;
}
.tipOrder {
	float:left;
	width:75px;
}
.tipDelete {
	float:right;
	width:75px;
}
.imageFile {
	float:left;
	width:230px;
}
.clear{
	clear:both;
	padding:5px 0;
}

.members {
	color:#b3b3b3;
}

* html ul.members li {
	position:relative;
}

ul.members li.column1 {
	margin-left:0;
}

ul.members li.column2 {
	margin-left:28em;
}

#articles {
	background: #333 url(/images/bg/grayTile.gif);
	width: 290px;
	padding:10px 10px 10px 0;
	text-align:right;

}

#articles h3 {
	padding:0;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-size:15px;
	
}

.pdfThumb {
	float:left;
	padding:15px 0 5px 20px;
}

.memberThumb {
	float:left;
	padding:0 0 5px 20px;
}

.more {
	clear:both;
	display:block;
	padding:0px 0 15px 20px;
	text-align:left;
}

.reader {
	clear:left;
	float:right;
}

.readertext {
	float:right;
	width:170px;
	font-size:0.8em;
	padding: 3px 4px 0 0;
	text-align:right;
}

.articleBox {
	width:350px;
	height:400px;
}

.videoBox {
	width:480px;
	height:360px;
	overflow:hidden;
}

#videoContent{
	width:480px;
	height:360px;
}

.frame{
	border:0;
	overflow:hidden;
}

.monitor{
	float:left;
	padding: 20px;
	width:250px;
}

#articleBody {
	width:350px;
	height:350px;
	overflow:auto;
}

#articleBody td {
	font-size:12px;
}

.colDate{
	border-left:1px dotted #F9EF10;
}
.rotate {
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);	
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	display:block;
	width: 55px;
}