@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	
	/*letter-spacing: .1em;*/
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
pre, tt, code, kbd, samp, var {
  font-family: "Courier New", Courier, monospace;
}

/* These should be self explanatory
 */
p {
	/*font-size: 14px;*/
	color: #666666;
	line-height: 18px;
	margin: 0px;
}
h1 {
	font-size: 1.5em;
}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1, h2, h3, h4, h5 {font-weight: normal;}
#mainWrap {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#headWrap {
	height: 125px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border: 2px solid #d0ddeb;
	margin-bottom:6px;
	background-color: #003366;
	position: relative;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	box-shadow: 4px 4px 6px #000;
	-webkit-box-shadow:4px 4px 6px #000;
	-moz-box-shadow: 4px 4px 6px #000;
}
#navWrap {
	height: 44px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border: 2px solid #d0ddeb;
	margin-bottom:6px;
	background-color: #2C5082;
	position: relative;
	box-shadow: 4px 4px 6px #000;
	-webkit-box-shadow:4px 4px 6px #000;
	-moz-box-shadow: 4px 4px 6px #000;
}
#contentWrap {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 50px;
}
#subWrap {
	width: 1024px;
}
#subWrap .featureBox {
	height: 190px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border: 2px solid #d0ddeb;
	margin-bottom:5px;
	background-color: #000000;
	background-image: url(../images/main-box-bg.jpg);
	background-repeat: repeat-x;
	float: left;
	box-shadow: 4px 4px 6px #000;
	-webkit-box-shadow:4px 4px 6px #000;
	-moz-box-shadow: 4px 4px 6px #000;
	margin-right: 10px;
}
#subWrap .featureBox#offer {
	width: 415px;
}
#subWrap .featureBox#news {
	width: 286px;
	margin-right: 0px;
}
#subWrap .featureBox#video {
	width: 286px;
	margin-right: 0px;
	float: right;
}
#footWrap {
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	clear: both;
}
#contentWrap #featureScroller {
	height: 450px;
	width: 270px;
	position: absolute;
	top: 15px;
	right: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 3px solid #d0ddeb;
	background-color: #000000;
	background-image: url(../images/main-box-bg.jpg);
	background-repeat: repeat-x;
}

/* ---------------- Search field ---------------- */
fieldset.search {
	border: none;
	position: absolute;
	top: 50px;
	margin: 0px;
	width: 315px;
	right: 20px;
}
.search input, .search button {
	border: none;
	float: left;
}



#flashFeatureMirror {
	position: absolute;
	top: 20px;
	right: 0px;
}
#htLogo {
	float: left;
	height: 120px;
	margin-right: 40px;
	margin-top: 10px;
	text-align: center;
	line-height: 120px;
	color: #FF0000;
}
#headerWrap {
	height: 160px;
	top: 0px;
	width: 100%;
	padding-left: 20px;
}
#htContactDetails {
	right: 20px;
	top: 60px;
	float: right;
}
#htFlagSelector {
}
#htFlagSelector img {
	margin-left:10px;
	border:1px solid #CCC;	

}
 /* common styling */
#menu {
	padding:0;
	margin:0;
	list-style:none;
	height:30px;
	position:relative;
	z-index:500;
	font-family:Verdana, Arial, sans-serif;
	background: #CC0000;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#menu li {float:left; margin-right:1px;}
#menu li a {
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	background:#CC0000;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 18px;
	background-image: url(../images/segro/divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {
	z-index:200;
	position:relative;
	color:#000;
}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {
	color:#000;
}
#menu :hover ul {
	left:0;
	top:30px;
	width:180px;
	background:#fff;
}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:180px; top:0px; background:#fff; white-space:nowrap; width:180px; z-index:200; height:auto;}

#menu :hover ul li {
	margin:0;
}
#menu :hover ul li a {
	width:180px;
	padding:0;
	text-indent:18px;
	color:#FFFFFF;
	height:24px;
	line-height:24px;
	text-transform: none;
	font-weight: normal;
	background-color: #999;
	background-image: none;
	display: block;
}
#menu :hover ul li a.drop {
	background-image: url(../images/segro/arrow-bullet.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}
#menu :hover ul li:hover a.drop {
	background-image: url(../images/segro/arrow-bullet.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}
/* Specific IE 5.5 and 6 style */
#menu :hover ul li a:hover.drop {
	background-image: url(../images/segro/arrow-bullet.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}
#menu li a.menuEnd {background-image: none;}
#menu :hover ul li a:hover {
	background:#666;
	color: #FFFFFF;
}

#menu :hover ul :hover {
	color:#000;
}

#menu :hover ul :hover ul li a {width:180px; padding:0; text-indent:10px; background:#999; color:#FFFFFF;}
#menu :hover ul :hover ul :hover {background-color:#666; color:#FFFFFF;}
#subnav {
	float: left;
	/*	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 4px 4px 6px #000;
	-webkit-box-shadow:4px 4px 6px #000;
	-moz-box-shadow: 4px 4px 6px #000;*/
	padding: 10px;
	border: 1px dotted #FF0000;
	width: 20%;
}
#content {
	float: right;
	width: 70%;
	/*-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 4px 4px 6px #000;
	-webkit-box-shadow:4px 4px 6px #000;
	-moz-box-shadow: 4px 4px 6px #000;*/
	padding: 10px;
	border: 1px dotted #FF0000;
	overflow: auto;
}
/*  LeftNav Styles  */
#leftnav
{
	float: left;
	text-align:left;
	overflow:hidden;
	font-size: 12px;
	font-weight: bold;
}

#twoColumnLeftNav
{
	float: left;
	width: 245px;
	text-align:left;
	overflow:hidden;
	/*height:438px;*/
}

#leftnav ul
{
	list-style: none;
	padding: 0;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px;
}

#leftnav ul ul
{
	border-top: none;
	margin-left: 15px;
	margin-bottom: 10px;
}

#leftnav li
{
	border-bottom: 2px dotted #999999;
	margin: 0;
}

* html #leftnav ul li a
{
	height: 1%;
}

#leftnav li a
{
	color: #333333;
	text-decoration: none;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	display: block;
	font-weight: bold;
	background-image: url(../IMAGES/segro/bullet_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}

html > body #leftnav li a
{
	width: auto;
}

#leftnav li a:hover
{
	color: #333333;
	text-decoration: none;

}

#leftnav li li

{	border-bottom: 0;
	margin: 0;
	padding:0;
}

#leftnav li li a
{
	display: block;
	color: #000000;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	font-weight: normal;
	background: url(../IMAGES/segro/emDash.png) no-repeat left center;
}

#leftnav li li li a
{
	display: block;
	text-decoration: none;
	padding-bottom: 3px;
	padding-left: 15px;
}
#leftnav .activelink {
	font-weight: bold;
	color: #1C3F95;
}
#leftnav h1, .rightColumn h1 {
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 10px;
	margin: 0px;
}
.bodyWrap {
}
.clearFix {
	clear: both;
}
#wrapper {
	background-image: url(../images/bg-grad.png);
	background-repeat: repeat-x;
}
#wrapper .navigation {
}
.boxWrap {
	width: 178px;
}
.boxWrap .content p {
	font-size: 12px;
	line-height: normal;
	color: #333333;
	padding-bottom:5px;
	margin:0px;
}

.boxWrap .head {
	background-image: url(images/box.gif);
	background-repeat: no-repeat;
	height: 40px;
	background-position: center top;
}
.boxWrap .content {
	background-image: url(images/box.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.boxWrap .footer {
	background-image: url(images/box.gif);
	background-position: center bottom;
	height: 16px;
	background-repeat: no-repeat;
}
.boxWrap .content p {
	font-size: 11px;
	line-height: normal;
	color: #333333;
}
.boxWrap .content a {
	font-size: 16px;
	color: #FCB034;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
}
.boxWrap .head {
	color:#666666;
	font-size:22px;
	background-image: url(images/box.gif);
	background-position: top;
	font-weight: bold;
	margin: 0px;
	background-repeat: no-repeat;
	line-height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	letter-spacing: -1px;
	height: 40px;
	position: relative;
}
.boxWrap .head img {
	padding-top: 8px;
}
.boxWrapIcon {
	position: absolute;
	right: 0px;
	top: -18px;
}
a.contactBtn {
	width:204px;
	background-image: url(images/contact-grad.gif);
	background-repeat: repeat-x;
	border: 2px solid #777777;
	line-height: normal;
	display: block;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-decoration: none;
	color: #FFFFFF; !important
	background-color: #FCB034;
	font-weight: bold;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-shadow: 1px 1px 0px #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-transform: uppercase;
	behavior: url(PIE/PIE.htc);
}

.searchBtn {
	font-family: Verdana, Arial, sans-serif;
	border: 0px;
	background-image: url(../images/button-bg.jpg);
	background-repeat: no-repeat;
	/*width: 50px;*/
	padding: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	background-color: #666;
	font-size: 12px;
	cursor:pointer;
	behavior: url(PIE/PIE.htc);
	font-weight: bold;
}
.searchField {
	font-family: Verdana, Arial, sans-serif;
	background-color: #666;
	color: #fff;
	font-size: 12px;
	border: 0px;
	padding: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE/PIE.htc);
	width: 175px;
}
#breadcrumb{
	font-size:10px;
	line-height:38px;
	position:absolute;
	padding:25px 0px;
	z-index:2;
	}
#breadcrumb span {/*padding-left:10px;*/}

/* Styles for minimizer */
a:focus {
	outline: none;
}
#panel {
	height: 310px;
	z-index: 1;
}
.slide {
	margin: 0px;
	padding: 0px;
	background-image: url(images/btn-slide.png);
	background-repeat: no-repeat;
	background-position: center top;

	

}
.btn-slide {
	text-align: center;
	width: 142px;
	height: 23px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	line-height: 130%;
	font-weight: bold;
	background-image: url(images/white-arrow.gif);
	background-repeat: no-repeat;
	background-position: right -50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
	text-transform: uppercase;
	font-size: 10px;
	text-indent: -9999px;
	z-index: 2;
}
.active {
	background-position: right 12px;
}
/*#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	overflow: hidden;
}*/
div.dd-question {
    clear: both;
    cursor: pointer;
}
