html, body, form{
margin: 0;
padding: 0;
}

html {
height:100%;
}
body {
width:auto !important;
width:100%;
min-width:100%;
height:auto !important;
height:100%;
min-height:100%;
background-color: #999;
box-sizing : border-box;
-moz-box-sizing : border-box;
-webkit-box-sizing : border-box;
padding: 0px 10px;
}
*html body {
margin: 0px 10px;
padding: 0px;
}
body {
font-size: 12px;
font-family: Tahoma, Verdana;
color: #454545;
} 

html1 { 
width: 1240px;
margin : 0; padding : 0;
position: absolute;
top: 0;
left: 0;
z-index: 1000;
} 
body1 { 
margin : 0; padding : 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height:auto !important;
height:100%;
min-height:100%;
} 
/*Font*/
/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #333;}
a:visited{color:#333;}
a:active {color: #333;}
a:hover{color:#333;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0;
}

.clear {
clear: both;
height: 0px;
width: 0px;
margin: 0; padding: 0;
}
#content-table {
table-layout: fixed;
}
.ct-top-divider {
width: 1240px;
height: 10px;
}
div.login-box {
position: absolute;
top: 5px;
left: 50%;
z-index: 150;
font-size: 11px;
}
div.login-box a{
color: #656565;
text-decoration: none;
}
div.login-box a:hover{
text-decoration: underline;
}
#container {
width:1240px; 
height:100%;
}

/*HEADER*/
#header
{
position: relative; /*containing block*/
box-sizing:border-box;
-moz-box-sizing:border-box;
width: 100%;
height: 65px;
}
#gray-menu-pad {
width: 100%;
height: 45px;
position: relative;
top: 20px;
left: 0px;
z-index: 1;
background: url(images/gray_menu_pad.gif) left bottom repeat-x;
}
#header-black-line {
position: relative;
top: 40px;
left: 0px;
height: 5px;
background-color: #000;
background-image: url(images/black_pad.gif);
background-position: left top;
}
#main-tabs-menu-box {
position: absolute;
top: 0px; left: 0px;
width: 100%;
height: 70px;
z-index: 2;
}
/*CONTENT*/
#content {
width:100%;
}

/*MAIN PAGE CENTRAL AREA*/
/*FULL BLACK*/
#full-black {
position: relative;
width: 1240px;
height: 474px;
background-color: #000;
background-image: url(images/black_pad.gif);
background-position: left top;
color: #fff;
margin: 0;
padding: 0;
box-sizing : border-box;
-moz-box-sizing : border-box;
-webkit-box-sizing : border-box;
}
#bottom-navigator {
background-image : url(images/bottom_navigator_pad.jpg); 
width: 1240px;
height: 180px;
overflow: hidden;
margin-bottom: 10px;
}
table.main-page-news-box {
width: 100%;
height: 45px;
margin: 0; padding: 0;
}
table.main-page-news-box td {
width: 50%;
padding: 0px 12px 10px 12px;
box-sizing : border-box;
-moz-box-sizing : border-box;
-webkit-box-sizing : border-box;
}
table.main-page-news-box td div {
background: url(images/gray_menu_pad.gif) left top repeat-x;
width: 100%;
height: 100%;
position: relative;
top: 0px; left: 0px;
margin; 0; padding: 0;
}

/*MAIN CONTENT BOX*/
.main-content-box { 
width : 918px;
margin: 9px 0px 9px 0px;
color : #333; 
} 
.main-content-box-geo { 
width : 918px;
margin: 9px 0px 0px 0px;
color : #333; 
} 
div.main-content-box-geo-bottom {
margin: 0px 0px 9px 0px;
height: 10px;
background-color: #fff;
}
.main-content-box a:hover { 
text-decoration: underline;
}
#main-content-box-body { 
margin: 0; padding: 0;
background-color : #fff; 
color : #333; 
padding : 10px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing : border-box; 
} 

div.geo-right-column {
width: 12px;
}
*html div.geo-right-column {
width: 8px;
}


/*******VIDEO BOX*************/
.video-box {
position: absolute;
z-index: 50;
top: 50px;
left: 301px;
margin: 0;
width: 918px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){.video-box{width: 918px;}}


/*SHIRT WHITE*/
#shirt-white-gray-box { 
width: 1228px;
margin : 0; 
padding : 10px; 
color: #333;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing : border-box;
} 
#shirt-white-gray-box-content {
width: 1208px;
background-color : #fff; 
margin: 0; padding: 10px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing : border-box;
}

/*FOOTER*/
#footer {
width: 1212px;
height: 250px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing : border-box;
padding: 8px;
background: url(images/footer_pad.jpg) left top repeat-x;
margin: 0 12px;
}

#copyright {
margin-top: 5px;
padding: 3px;
color: #ccc;
margin: 0 12px;
text-align: center;

}
/*Data table*/
table.data-table
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #C4C4C3;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#DAE1E9;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #C4C4C3;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#fff;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

/*Forum*/

.new-navigator, p.new-navigator {
line-height: 10px;

}


.social_block {margin:20px 0px 20px 18px; background:#fff; width:265px;}

.subscribe-form {width: 350px; margin:20px 0px 20px 18px; color: #454545; background:#fff; width:265px;text-align: center;}
