@charset "utf-8";

* { margin: 0; padding: 0; outline:0; }

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% Helvetica, Arial, Sans-Serif;
    background: #c6c3bf;
    color: #333;
    margin: 0;
    padding: 0;
    text-align: center;
    height:auto !important;
    /* position:relative; */
}

.oneColFixCtrHdr #container {
	/* width: 960px; */
	width: 940px;
	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 #mainContent {
	padding: 10px 30px 0; 
	/* background: #FFFFFF url(../images/bg-mainContent.gif) repeat-y center; */
	background: #FFFFFF;
	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: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;
}

.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; */
	width:440px;
	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;
}

/* New version additions */
.shell {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
a { color: #1c6faa; text-decoration: none; cursor:pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }
#main { padding: 0 0 15px; height: 100%; background: #fff url(../images/homepage/main-bg.gif) no-repeat 0 bottom; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
#footer {
	padding: 20px 0 20px 5px;
	height: 100%;
	color: #424747;
	font-size: 12px;
    line-height: 1.3;
}
#partners tbody {
	border-top: none !important;
}
.left { float: left; display: inline; }
.right { float: right; display: inline; }
/* /New version additions */
