@charset "UTF-8";
/* CSS Document */

/* v1.0 | 20080212 Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#vidframe {
	margin-left: 70px;
	margin-top: 20px;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Main CSS */


body {
	font-family: "Helvetica", sans-serif;
	font-size: 13px;
	line-height: 16px;
	background-color: #000000;
	color: #CCCCCC;
	background-image: url(../../images/cssimg/mainbg.png);
	background-repeat: repeat-x;
	text-align: center;
	font-weight: lighter;
}

iframe {
overflow-x: hidden;
overflow-y: hidden;
} 

/* Typography */



 blockquote {
	text-indent: -0.8em;
	font-size: 12px;
}
p {
	max-width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 18px;
	font-weight: lighter;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
span {
	font-style: italic;
}
b {
	font-variant: small-caps;
}
/* Headers */


h1 {
	font-size: 36px;
	font-weight: lighter;
	line-height: 40px;
	color: #EFEFEF;
}
h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: lighter;
	text-align: center;
	margin-top: 20px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
/*Container */

#container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#bgimg {
	background-image: url(../../images/header/BJHeaderbg.jpg);
	background-repeat: no-repeat;
	float: left;
}
/* Base */


#header {
	height: 400px;
	width: 605px;
	float: left;
	position: relative;
}
#Footer {
}
/* firefox */

a {
	/* get rid of link outlines in firefox */
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
}
a img {
	border: none;
}
/* Links */

a {
	font-size: 12px;
	color: #7C90A1;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7C90A1;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #999999;
}
#left {
	float: left;
	width: 605px;
}
#right {
	float: right;
	width: 380px;
	margin: 0px;
	position: relative;
}
#rightfoot {
	float: right;
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
	width: 340px;
	margin-right: 20px;
	margin-left: 20px;
}
#contact {
	background-image: url(../../images/header/contact.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 300px;
	margin-left: 80px;
}
hr {
	margin-top: 20px;
}
/* end*/



.widget {
	width: 320px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 90px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px dashed #FFFFFF;
	margin-top: 60px;
	margin-left: 30px;
	background-image: url(../../images/cssimg/slideheadbg.gif);
	background-position: center top;
}
.widget a {
	color: #222;
	text-decoration: none;
	margin-left: 5px;
}
.widget a:hover {
	text-decoration: underline;
}
.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
}
.tabnav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #7C90A1;
	font-weight: bold;
	outline: none;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.tabnav li a:hover, .tabnav li.ui-tabs-selected a {
	color: #FFFFFF;
	text-decoration: none;
}
.tabnav li.ui-tabs-selected a {
	color: #7C90A1;
}
.tabdiv {
}
.tabdiv li {
	margin-left: 20px;
}
.ui-tabs-hide {
	display: none;
}
.avail {
	font-size: 9px;
}
