@charset "utf-8";


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
strong {
	font-weight:bold;
}
html {
    background: #CEE6F4 url(../images/bg-main.gif) repeat-x top;    
}
body {
    font: 100% Arial, Helvetica, sans-serif;
    background: #CEE6F4 url(../images/bg-main.gif) repeat-x top;
    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 */

    /* min-height:1200px; */
    height:auto !important;
    /* height:1200px; */
    position:relative;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	max-width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index:0;
	position:relative;
}
.popup #container {
	width: 491px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}
.oneColFixCtrHdr #header {
	background: url(../images/bg-header.gif) no-repeat bottom ; 
	padding: 00px 10px 0 20px;  /* 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:90px;
	position:relative;
}
.popup #header {
	background: url(../images/popup-header.jpg) no-repeat bottom ; 
	height:90px;
}
.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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width:112px;
	height:56px;
	display:block;
	text-indent:-9999px;
	background:url(../images/lg-twinstrata.png) no-repeat top left;
	margin-top:15px;
}
.oneColFixCtrHdr #header #navigation {
	float:right;
	margin-top:-15px;
	font-size:.8em;
	font-weight:bold;
	z-index:10;
	position:absolute;
	right:100px;
}
.oneColFixCtrHdr #header h1 a {
	width:112px;
	height:56px;
	display:block;
	text-indent:-9999px;
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 30px; 
	background: #FFFFFF url(../images/bg-mainContent.gif) repeat-y center;
	min-height:300px;
}
.popup #mainContent {
	padding: 10px 30px; 
	background: #FFFFFF url(../images/popup-body.jpg) repeat-y center;
	min-height:300px;
}
.oneColFixCtrHdr #mainContent .leftColumn {
	width:47%;
	float:left;
	padding-right:6%;
}
.oneColFixCtrHdr #mainContent ul {
	list-style:disc;
  /*
	margin-left:30px;
	margin-top:10px;
  */
  margin-left:0px;
	margin-top:0px;
	margin-bottom: 30px;
	font-size:80%;
}
.oneColFixCtrHdr #mainContent ul ul {
	margin-top:0px;
	margin-bottom:20px;
	list-style:square;
	font-size:100%;
}
.oneColFixCtrHdr #mainContent ul li {
	font-size:100%;
	/*margin-bottom:8px;*/
  margin-bottom:2px;
  margin-left:18px;
}
.popup #mainContent .leftColumn {
	width:99%;
}
.oneColFixCtrHdr #mainContent .rightColumn {
	width:47%;
	float:left;
	text-align:right;
}
.oneColFixCtrHdr #mainContent .rightColumn p, .oneColFixCtrHdr #mainContent .rightColumn ul  {
	text-align:left;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size:95%;
	font-weight:bold;
	text-align:left;
	margin-bottom:15px;
	color:#0e126b;
}
.oneColFixCtrHdr #mainContent h3 {
	font-size:85%;
	font-weight:bold;
	text-align:left;
	margin-bottom:15px;
	color:#0e126b;
}
.home #mainContent h2 {
font-size:90%;
font-weight:bold;
}
.oneColFixCtrHdr #mainContent h1 {
	margin-bottom:20px;
	font-size:120%;
	font-weight:bold;
	color:#0e126b;
}
.oneColFixCtrHdr #mainContent p {
	margin-bottom:20px;
	font-size:80%;
}
.home #mainContent p {
	font-size:75%;
}
.oneColFixCtrHdr #mainContent .leftColumn p a {
	padding:2px;
	padding-left:15px;
	background:url(../images/ic-arrowBlue.gif) no-repeat 0px 6px;
	font-weight:bold;
}
.home #mainContent .leftColumn p a {
	padding:0px;
	font-weight:bold;
	background:none;
}
.popup a {
	padding:0px;
	font-weight:bold;
	background:none;
}
.oneColFixCtrHdr #footer {
	padding: 20px 10px 0 10px; 
	background: url(../images/bg-footer.gif) no-repeat top ; 
	height:100px;
	text-align:center;
	font-size:80%;
}
.popup #footer {
	background: url(../images/popup-footer.jpg) no-repeat top ; 
}
.oneColFixCtrHdr a {
	color:#0e126b;
	text-decoration:none;
}
.oneColFixCtrHdr a:hover {
	color:#0e126b;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.notificationBeta { 
	background:url(../images/bx-notify.gif) no-repeat top center;
	padding:20px 25px;
		margin-right:5px;
}
.notificationBetaExtended { 
	background:url(../images/bx-notify-extended.gif) no-repeat top center;
	padding:20px 25px;
		margin-right:5px;
		height:235px;
}
form { 
	text-align:left;
}
.textFrame {
	height:300px;
	overflow:auto;
	border:1px solid #CCCCCC;
	padding:10px;
}


.double {
	clear:both;
	margin-bottom:20px;
}
.double .column {
	width:450px;
	float:left;
}
.double .column p {
	padding-right:24px;
}

.single {
	clear:both;
	margin-bottom:20px;
}
.single .column {
	width:898px;
}

.column ul {
	list-style:disc;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:80%  !important;
}
.column ul ul {
	margin-top:0px;
	margin-bottom:3px  !important;
	list-style:square;
	font-size:120%  !important;
}
.column ul li {
	font-size:100%;
	margin-bottom:4px;
	margin-bottom:3px !important;
}

.highlightedLink {
	padding:2px;
	padding-left:15px;
	background:url(../images/ic-arrowBlue.gif) no-repeat 0px 6px;
	font-weight:bold;
}


.triple {
	clear:both;
	margin-bottom:20px;
}
.triple .column {
	width:298px;
	float:left;
}
.triple .column p {
	padding-right:12px;
}

#packageheight {
	padding:20px;
	border-right:4px solid white;
	border-left:4px solid white;
	background:#CCCCCC url(../images/bg-pack1.gif) repeat-x top center;
}
#packageheight2 {
	padding:20px;
	border-right:4px solid white;
	border-left:4px solid white;
	background:#dddddd url(../images/bg-pack2.gif) repeat-x top center;
}
#packageheight3 {
	padding:20px;
	border-right:4px solid white;
	border-left:4px solid white;
	background:#ebebeb url(../images/bg-pack3.gif) repeat-x top center;
}
.package { 
	height:630px;
	position:relative;
}
.package h2 { 
	background:#bababa;
	margin:-10px;
	padding:10px;
	background:#c3c3c3 url(../images/bg-packageHeading.gif) repeat-x top center;
}
.package .actionBox {
	bottom:0px;
	position:absolute;
	width:230px;
	text-align:center;
	padding:10px;
	font-weight:bold;	
}

.videoThumbsContainer .videoThumb {
	clear:left;
	margin-bottom:20px;
}
.videoThumbsContainer .videoThumb {
	float:left;
	width:200px;
}
.videoThumbsContainer .videoTitle {
	float:left;
	width:180px;
	vertical-align:middle;
	text-align:left;
	margin-left:20px;
	font-weight:bold;
	padding-top:45px;
}
#banner-table {
	table-layout: fixed;
}
#actionTable {
	left:280px;
}

