/* CSS Document */
================================================*/
/* Default styling. Used when JavaScript is unsupported */
.cbb {
	padding:0 10px;
	margin:1em 0;
	background:#ffffff;
	border:1px solid #fff;
	}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

/* Two of the boxes are floated just for this demo. Adjust to your needs. */
.cb {
	width: 185px;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #BF98C5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

body#hghcountrypage .cb {
	width: 752px;
	margin: 0;
	padding: 0;
	background-color: #E7DFDE;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.three {
	width: 185px;
}
/* Rules for the top corners and border */
.bt {
	background: url(navigationRight_box.png) no-repeat 100% 0;
	margin:0 0 0 24px;
	height:21px;
}
body#hghcountrypage .bt {
	background: url(/style_includes/images/country_box.gif) no-repeat 100% 0;
	margin:0 0 0 24px;
	height:21px;
}


.bt div {
	height:21px;
	width:24px;
	position:relative;
	left:-24px;
	background: url(navigationRight_box.png) no-repeat 0 0;
}

body#hghcountrypage .bt div {
	height:21px;
	width:24px;
	position:relative;
	left:-24px;
	background: url(/style_includes/images/country_box.gif) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background:url(navigationRight_box.png) no-repeat 100% 100%;
	margin:0 0 0 24px;
	height:21px;
}
body#hghcountrypage .bb {
	background:url(/style_includes/images/country_box.gif) no-repeat 100% 100%;
	margin:0 0 0 24px;
	height:21px;
}

.bb div {
	height:21px;
	width:24px;
	position:relative;
	left:-24px;
	background:0 url(navigationRight_box.png) no-repeat 100%;
	}
body#hghcountrypage .bb div {
	height:21px;
	width:24px;
	position:relative;
	left:-24px;
	background: url(/style_includes/images/country_box.gif) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding:0 0 0 10px;
	background:0 url(navigationRight_border.png) repeat-y;
	}
body#hghcountrypage .i1 {
	padding:0 0 0 10px;
	background:0 url(/style_includes/images/country_border.gif) repeat-y;
	}		

/* Insert the right border */
.i2 {
	padding:0 10px 0 0;
	background:0 url(navigationRight_border.png) repeat-y 100%;
	}
body#hghcountrypage .i2 {
	padding:0 10px 0 0;
	background:0 url(/style_includes/images/country_border.gif) repeat-y 100%;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#BF98C5;
	border:1px solid #BF98C5;
	padding: 0 10px;
}
body#hghcountrypage .i3 {
	background:#E7DFDE;
	border:1px solid #E7DFDE;
	padding: 0 5px 0 10px;
	height: 170px;
	}
	
body#hghfrontpage .i3 {
	background:#E7DFDE;
	border:1px solid #E7DFDE;
	padding: 0 5px 0 10px;
	height: 130px;
	}	
/* CSS for the box ends here */

/* Just a bit of styling for this example. Adjust as you wish. */
.cbb h2 {
	margin: 0 -10px;
	padding: 0 10px 0.3em;
	background-color: #FFFFFF;
	font-size: 1.2em;
}	
body#hghcountrypage .cb h2 {
	margin: -5px -15px;
	display: block;
	_height: 25px;
	_margin: 0 -18px 10px -18px;
	padding: 0 10px 0.3em;
	font-size: 1.3em;
	color: #000;
}	

.cbb h3 {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 1.2em;
}	

.cb p {
	margin:0 -10px;
	padding:0 10px 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	background-color: #BF98C5;
}	
body#hghcountrypage #content .cb p {
	margin: 0;
	padding:0 10px 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	background-color: #E7DFDE;
}	

.cb img {
	position: relative;
	margin-top: -22px;
	margin-left: -20px;
}	