@charset "utf-8";
@font-face {
    font-family: "headerFont";
    src: url("../fonts/HelveticaNeueLTStd-Blk.otf");
}
html {
	height: 100%; 
}
body  {
	height: 100%;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background-color: #121b24; 
	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: #333;
}

#container {
	width: 692px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 928px;
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -346px;
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: no-repeat;
	background-image: url('../images/main.png');
}
.blog{
	clear:both;
	margin-bottom: 5px;
}
.blogDate {
	font-size: 10px;
	color: #555;
	margin-top: 2px;
}
.blog img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.divider {
	clear:both;
	width: 600px;
	height: 15px;
	background-repeat: no-repeat;
	background-image: url('../images/divider.gif');
	background-position: top;
}
/* HEADER */

#header {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	

}

#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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* MAIN CONTENT */

#mainContent { 
	margin: 130px 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#iframeWrapper {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: no-repeat;
	background-image: url('../images/tab_bg.jpg');
}
#iframeWrapperPad {
	padding: 5px 5px 5px 15px;
	width: 610px;
}
#iframeHREFWrapper {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
}
#videoContainer1 {
	margin-left: -17px;
	margin-top: -5px;
}
#videoContainer2 {
	margin-left: -17px;
	margin-top: -5px;
}
#gallery {
	margin-left: -17px;
	margin-top: -5px;
	max-height: 800px !important;
}
#playerBG {
	min-height: 680px;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url('../images/tab_bg.jpg');
}
#facebook {
	float:right;
	margin-top: 25px;
	width: 100px;
	min-height: 50px !important;
}

#footer {
	position: relative;
	top: 5px;
	padding: 0px 0px 0px 0px;
}
.text-input {
	background-image: none;
	background-color: #F1F1E0;
}

/* LINKS */

A {
	COLOR: #F60;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #FFC;
	TEXT-DECORATION: none;
}
A:link {
	COLOR: #FFC;
	TEXT-DECORATION: none;
}
A:link img {
         text-decoration: none;
         border:0;
         border:none;
}
A:visited img {
         text-decoration: none;
         border:0;
         border:none;
}
A:hover {
    COLOR: silver;
    TEXT-DECORATION: none;
}

/* CONTACT FORM */

#contact {
	border-style: none;
	overflow: hidden;
}
#contact_form_box {
	margin-top: 5px;
	padding: 5px;
	background-color: #CCC;
	text-align: left;
	width: 595px;
}
.err {
	COLOR: #F00;
}

/* FACEBOOK LIKE */

#fb_box {
	position:relative;
	padding-left: 10px;
	padding-top: 9px;
	min-height: 30px !important;
	background-color:#7f93bc;
	background-image: url('../images/fb_screen.gif');
}


/* TitleVideo */

#titleVideo {
	float: left;
	position:relative;
	padding-left: 32px;
	padding-top: 6px;
}

/* PointVideo */

#pointVideo {
	visibility: hidden;
	float: left;
	position:absolute;
	padding-left: 297px;
	margin-top: -263px;
	top: 10%;
	left: 50%;
	margin-left: -346px;
}

#peekVideo {
	visibility: hidden;
	float: left;
	position:absolute;
	padding-left: 666px;
	margin-top: -87px;
	top: 10%;
	left: 50%;
	margin-left: -345px;
}

/* TABS */
#border {
	border: 1px solid #333;
	background-color:#CCC;
	width: 655px;
	min-height: 700px;
	margin-left: 14px;
	margin-top: 0px;
	-webkit-box-shadow: 3px 3px 5px #777;
	-moz-box-shadow: 3px 3px 5px #777;
	box-shadow: 3px 3px 5px #777;
}

.ui-tabs-panel{ 

	max-height: 680px; 
	overflow: auto;
	overflow-x: hidden;
}
#tabs {
	margin: 5px;
	width: 640px;
}
#tabs UL {
	height: 30px;
}
#tabs LI {
	font-weight: bold;
}
#tabs-1, #tabs-5 {
	overflow: hidden;
}
#tabs-6 {
	overflow: hidden;
	background-position: bottom left;
	background-repeat: no-repeat;
}
#tabs-2, #tabs-3, #tabs-4, #tabs-7 {
	min-height: 680px;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-image: url('../images/tab_bg.jpg');

}
/* TABLES */

table {
	margin: 0px 0px; 
	border-collapse: collapse;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
}
th strong {
	color: #fff;
}
th {
	background: #222d38;
	height: 3em;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #222d38;
	border-bottom: solid 1px #222d38; 
	border-top: solid 1px #222d38;
}
tr {
	color: #707070;
	height: 2.5em;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #1c262f;
}
tr.row-b {
	background: #192129;
}

/* MENU TABLES */

.jtable A {
	color: #FFFFFF;
}
#menuList {
	display: block;
	height: 270px;
	min-height: 270px;
	width: 640px;
	overflow-x: hidden; 
	overflow-y: scroll;
	background-color: #999999;
}
.jtable {
	width: 640px;
	border-collapse:collapse;
	padding: 0px;
	margin: 0px;
	background: #999999;
	table-layout: fixed;
}
.jtable img {
	width: 105px;
	height: 80px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px -10px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
.jtable td, .jtable th {
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 0px 0px 0px 10px;
	height:75px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jtable tr {

}

.cellheight {
	margin-top:-20px;
	height:30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

/* IMAGES */
img.float-center {
   margin: .5em 1em 0em 1em;
   border: 3px solid #FFF;
   padding: 0px;
   -moz-border-image: url('../images//photo_edges.png') 5 repeat;
   -webkit-border-image: url('../images/photo_edges.png') 5 repeat;  
}
img.float-right {
   margin: .5em 1em 1em 1em;
   border: 3px solid #FFF;
   padding: 0px;
   -moz-border-image: url('../images/photo_edges.png') 5 repeat;
   -webkit-border-image: url('../images/photo_edges.png') 5 repeat;
}
img.float-left {
   margin: .5em 1em 1em 1em;
   border: 3px solid #FFF;
   padding: 0px;
   -moz-border-image: url('../images/photo_edges.png') 5 repeat;
   -webkit-border-image: url('../images/photo_edges.png') 5 repeat;
}

/* ALIGNMENT CLASSES */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.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;
}


.ui-widget-header {
	color: #3C7FB1 !important;
	padding: 2px 2px 2px 5px;
}
