@charset "windows-1252";
body {
	font: 1em 'Arial Narrow', Arial, Verdana, Helvetica, Geneva, sans-serif;
	background-color: #000000;
	background-image: url(../images/hm_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-attachment: fixed;*/
	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;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border-top: none;
	border-left: 1px solid #1c4384;
	border-right: 1px solid #1c4384;
	border-bottom: 1px solid #1c4384;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #FCFCFC;
	background-image: url(../images/hm_hdr_bg.jpg);
	background-repeat: no-repeat;
	height: 83px;
	margin: 0;
	padding: 0;  /*  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. */
}
.oneColFixCtrHdr #header img {
	/* 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 */
	padding: 0;
	margin: 0;
	float:left;
}
.oneColFixCtrHdr #header p {
	/* 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 */
	padding: 12px 22px 0 0;
	margin: 0;
	float: right;
	font-size: .75em;
	color: #333333;
}
.oneColFixCtrHdr #header p a {
	/* 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 */
	color: #333333;
	text-decoration: none;
}
.oneColFixCtrHdr #header p a:hover {
	/* 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 */
	color: #ffffff;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /*   20px remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
}

/*
///////////// LANGUAGE UPDATE BEGINS
*/

.bluetabs{
/*border-bottom: 1px solid gray;*/
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 10px;
margin-bottom: 0;
font-size: .85em;
/*font: bold 1em Verdana;*/
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 4px 20px 4px 90px;
margin-right: 0;
border: 1px solid #aaaaaa;
color: #999999;
background: transparent url(../images/icon_world_language.png) left top no-repeat; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #999999;
}

.bluetabs li a:hover{
text-decoration: none;
color: #777777;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background: transparent url(../images/icon_world_language.png) left top no-repeat;
/*background-image: url(media/bluetabactive.gif); THEME CHANGE HERE*/
/*border-bottom-color: white;*/
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #aaaaaa; /*THEME CHANGE HERE*/
border-width: 0 1px;
font-size: .85em;
color: #999999;
/*font:normal 12px Verdana;*/
/*line-height:18px;*/
z-index:100;
background-color: #dedede;
width: 160px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #999999; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #999999;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: #777777;
background-color: #eaeaea;
}


/*
///////////// LANGUAGE UPDATE ENDS
*/

.oneColFixCtrHdr #mainContent #nav {
	padding: 0;
	margin: 0;
	float: left;
	width: 194px;
	color: #ffffff;
	/*font-weight: bold;*/
	font-size: .85em;
}
.oneColFixCtrHdr #mainContent #nav img {
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #mainContent #nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.oneColFixCtrHdr #mainContent #nav ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.oneColFixCtrHdr #mainContent #nav ul li a {
	display: block;
	padding: 4px 2px 4px 36px;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent #nav ul li a:hover {
	background-color: #b91717;
	color: #ffffff;
	text-decoration: none;
}



.oneColFixCtrHdr #mainContent #features {
	float: right;
	padding: 0;
	margin: 0;
	background-color: black;
}
.oneColFixCtrHdr #mainContent #features a img {
	border: none;
}
.oneColFixCtrHdr #mainContent #featuresAlt {
	display: none;
}


.oneColFixCtrHdr #mainContent #textInfo {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: .85em;
	line-height: 1.7em;
	font-weight: normal;
	background-image: url(../images/hm_body_bg.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent #textInfo h2 {
	font-family: 'Arial Narrow', Arial, Verdana, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0 0 4px 0;
	font-weight: bold;
	color: #ff0000;
	font-size: 1.2em;
}
.oneColFixCtrHdr #mainContent #textInfo h2 a {
	color: #ff0000;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent #textInfo h2 a:hover {
	color: #aa0000;
}
.oneColFixCtrHdr #mainContent #textInfo p {
	margin: 0;
	padding: 6px 0 0 0;
}
.oneColFixCtrHdr #mainContent #textInfo p a {
	color: #47A1D6;
}
.oneColFixCtrHdr #mainContent #textInfo p a:hover {
	color: #89D7FF;
}
.oneColFixCtrHdr #mainContent #textInfo #zeecoIntro {
	float: left;
	width: 350px;
	padding: 0 0 0 36px;
}
.oneColFixCtrHdr #mainContent #textInfo #zeecoHighlight {
	float: left;
	width: 230px;
	padding: 0 0 0 44px;
}
.oneColFixCtrHdr #mainContent #textInfo #zeecoNews {
	float: right;
	width: 222px;
	padding: 0 24px 0 0;
}



.oneColFixCtrHdr #footer {
	padding: 0; /*  10px    this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
}
.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: 8px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #757575;
	font-size: .7em;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	line-height: 2em;
}
.oneColFixCtrHdr #footer a {
	color: #47A1D6;
}
.oneColFixCtrHdr #footer a:hover {
	color: #89D7FF;
}


.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;
}

