@charset "utf-8";
body , html{
	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: #000000;
	background-color: #030303;
	background-attachment: scroll;
	background-image: url(../images/bkg-main-dark-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 1104px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto -50px;
	/* [disabled]border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
}
.oneColFixCtrHdr #left {
	float: left;
	width: 240px;
	margin-left: 0px;
	margin-top: 0px;
}
.oneColFixCtrHdr #video {
	float: left;
	width: 340px;
	margin-left: 0px;
	margin-top: 50px;
}
.oneColFixCtrHdr #video p {
	font-size: 11px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	line-height: 16px;

}



.oneColFixCtrHdr #header {
	padding: 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. */
	height: 120px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding-bottom: 200px;
	background-image: url(../images/bkg-container.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	margin-top: -20px;
}

.oneColFixCtrHdr #footer {
	height: 250px;
	margin-bottom: 0px;
	position: relative;
	/* [disabled]margin-top: -250px; */
	clear: both;
	background-color: #4B4B4B;
	color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-image: url(../images/bkg-footer-dark.jpg);
}
.oneColFixCtrHdr #footer .copyright {
	font-size: 60%;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	/* [disabled]line-height: 100px; */
	margin-top: 20px;
	font-family: Tahoma, Geneva, sans-serif;
}
.oneColFixCtrHdr #footer a:link, a:visited{
	color: #FFF;
}
.oneColFixCtrHdr #footer .shortcut {
	width: 980px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	text-align: left;
	font-size: 60%;
	font-family: Verdana, Geneva, sans-serif;
}
.oneColFixCtrHdr #footer .shortcut a {
	text-decoration: none;

}
.oneColFixCtrHdr #footer .shortcut a:hover {
	text-decoration: underline;
}


.oneColFixCtrHdr #footer .shortcut ul {
	margin: 0;
	padding: 0;
}

.oneColFixCtrHdr #footer .shortcut ul li {
	list-style: none;
	display: block;
	width: 130px;
	height: 140px;
	float: left;
	margin-right: 10px;
}

.oneColFixCtrHdr #footer .shortcut ul li ul {
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #footer .shortcut ul li ul li {
	list-style: none;
	width: 100%;
	height: 15px;
	display: list-item;
	font-size: 90%;
	line-height: 1.5ems;
}





/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}


/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

[if !IE 7]>
	<style type="text/css">
		#container {display:table;height:100%}
	</style>
<![endif]

*/

.oneColFixCtrHdr #center {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.oneColFixCtrHdr #right {
	float: right;
	width: 760px;
	/* [disabled]background-color: #FFF; */
	margin-top: 20px;
	padding: 0;
	margin-bottom: 30px;
}
.oneColFixCtrHdr #nav {
	width: 1104px;
	height: 60px;
}


.clear {
	clear: both;
	height: 10px;
}
#container #mainContent #right .txIntro {
	text-align: left;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
}
