
/* +++++++++++++++++++++++++++++++
BASIC HOME PAGE STYLES
++++++++++++++++++++++++++++++++ */

.clear { clear: both; }



/* +++++++++++++++++++++++++++++
	HEADER Styles
+++++++++++++++++++++++++++++++ */
/* #hdrcontainer { clear:both; margin: 0 auto; background-image:url(images/top-bg.jpg); background-repeat:repeat-x;}
#hdrtop { background-image:url(images/top-blue-right-mid.gif); background-repeat:no-repeat; padding-top: 5px; }
#hdrright { width: 465px; } */

/* +++++++++++++++++++++++++++++
	TAGLINE Styles
+++++++++++++++++++++++++++++++ */
.tagLine { font-family: Arial, Helvetica, sans-serif; color: #333333; padding: 5px 0 1.25em 54px; }
.tagLine h1 {color: #004584; font-size: 24px; margin: 0 0 4px 0; padding: 0;}
.tagLine h1 a {color: #004584; font-size: 24px; text-decoration: none;}
.tagLine h1 a:hover {color: #68BF33; font-size: 24px; text-decoration: none;}
.tagLine h3 { font-size: 14px; font-weight: bold; margin: 0 0 0 0; padding: 0; }
.tagLine ul { font-size:12px; margin: 18px 0 0 0px; }
.tagLine li {	
	list-style-type: none;
	background-image: url(images/bullet_red6x6.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin: 0;
	padding: 0 0 0 12px;
}
.tagLine b, .tagLine strong { color: #004584; }
.tagLine em { color: #004584; font-style: normal; font-weight: bold; }
.tagLine a {color: #004584; font-size: 12px; text-decoration: none;}
.tagLine a:hover {color: #68BF33;}


/* +++++++++++++++++++++++++++++
TABS 
+++++++++++++++++++++++++++++++ */
.tabs { 
	padding: 5px 0 0 0; margin: 0;  list-style-type: none; text-align: left;
	padding:0

}
.tabs ul { border-top: none !important; border-bottom: none !important; }
.tabs li{ display: block; float: left; margin: 0 2px 0 0;}

.tabs li a { background: url(images/tabBG.gif) repeat-x top left; border: 1px solid #ccc; border-bottom: none; color: #686868; font-size: 12px; line-height: 100%; font-weight: bold; display: block; padding: 6px 9px; position: relative; text-decoration: none; z-index: 1; }
.tabs li a:hover{ color: #68BF33; text-decoration: none; }

.tabs li.first a { background: url(images/tabBGRndCrnr.gif) no-repeat!important; border-top: none; border-left: none; padding: 7px 9px 6px 12px; } 
.tabs li.first a.selected { background-image: url(images/tabBGRndCrnrSel.gif) !important; }
.tabs li a.selected { background-color: #fff; background-image: none; color: #004584; position: relative; top: 0px; margin-bottom: -1px; padding-bottom: 7px; }
.tabs li a.selected:hover { text-decoration: none; }

/* Tab container */
#tabcontent, #countrydivcontainer {border:1px solid #cccccc; border-bottom: none; clear: both; width:680px; margin: 0; background: url(images/banner-bg.jpg) repeat-x bottom left;}
#tab1content { background: #fff; }
#tab2content, #tab3content, #tab4content, #tab5content { background: #fff; display: none; }
.tabRndCrnrBtm { background: url(images/tabboxbtm.gif) no-repeat 0 0; height: 16px; width: 682px; margin: 0 0 0 0; }


.tabBlock, #tabBlock {
	padding: 10px;
}

.tabBlock h3, #tabBlock h3 {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

.tabBlock .flash, #tabBlock .flash {
	margin-bottom: 10px;
	text-align: center;
}

.tabTbl div.col3, #tabTbl div.col3 {
	float: left;
	text-align: center;
	width: 33%;
}

.tabTbl td, .tabTbl div.col3, #tabTbl div.col3 {
	border-right: 1px dotted #686868;
	padding: 10px 0;
}

.tabTbl .last, #tabTbl td.last, #tabTbl div.last {
	border-right: none !important;
}

.tabTbl IMG.banner, #tabTbl IMG.banner {
	border: 1px solid #ccc;
}

.tabTbl .logo, #tabTbl .logo {
	margin: 0 0 0 0;
	text-align: center;
}
.tabTbl .logo IMG, #tabTbl .logo IMG {
	border: none;
}

.tabTbl h4, #tabTbl h4 { 
	font-size: 11px;
	margin: 6px 0 1em 0;
	padding: 0 10px;
	text-align: left;
}

.tabTbl p, #tabTbl p { 
	padding: 0 10px;
	text-align: left;
}

.tabTbl p.small, #tabTbl p.small { 
	text-align: right;
	vertical-align:middle;
}
.tabTbl p.small a, #tabTbl p.small a { font-weight: bold; }




