/* CSS Document */

body {
margin:0;
padding:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}

/*.bodyBG {
background: #333333 url(../images/Body_BG.gif) top center repeat-y;
}*/

img {
border: none;
}

a, a:visited, a:active {
color: #4197EE;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

h1, h2, h3 {
font-family: "Trebuchet MS","Lucida Sans" !important;
}

h1 {
font-size: 18px;
margin: 0;
}

.Clear {
clear: both;
}

.leftFloat {
float: left;
}

.rightFloat {
float: right;
}

.NoTopMargin {
margin-bottom: 10px;
}

#MainContainer {
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
/*background-color: #fff;*/
}

#TopSectionHome {
clear: both;
text-align: center;
margin-top: 20px;
}
#TopSection {
clear: both;
}
	.Logo {
	/*margin-left: 335px;*/
	}

#ContentWrapper {
/*float: left;*/
width: 990px;
padding-left: 10px;
}

#LeftBox {
float: left;
width: 260px;
padding-top: 30px;
}
	#LeftBox .LBInner {
	}


#MidBox {
float: left;
width: 460px; /*Width of left column in pixel*/
/*background: #C8FC98;*/
}
	.MBTop {
	height: 30px;
	background: url(../images/MBox_TopBG.gif) top left repeat-x;
	}
	.MBTopLBorder, .MBTopRBorder {
	float: left;
	width: 15px;
	height: 30px;
	background: #fff url(../images/MBox_Top_Left.gif) top left no-repeat;
	}
	.MBTopRBorder {
	background: #fff url(../images/MBox_Top_Right.gif) top left no-repeat;
	}
	.MBTopTitle {
	float: left;
	width: 430px;
	padding-top: 4px;
	font-size: 16px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	}
		.MBTopTitle h1 {
		font-size: 16px;
		font-weight: normal;
		}
	
.MBInner {
border: solid 5px #4197ee;
border-top: none;
/*height: 300px; TO BE REMOVED*/
}

#RightBox {
float: left;
width: 260px; /*Width of right box in pixels*/
padding-top: 30px;
}
	#RightBox .RBInner {
	}
	
.TopBorder, .BotBorder {
width: 100%;
height: 10px;
font-size: 8px;
line-height: 10px;
}

#LeftBox .LBInner .TopBorder {
background: #fff url(../images/LBox_top.gif) left top no-repeat;
}
#LeftBox .LBInner .BoxBody {
padding: 10px 10px 10px 30px;
height: 330px;
background: #fff url(../images/LBox_mid.gif) left top repeat-y;
}
#LeftBox .LBInner .BotBorder {
background: #fff url(../images/LBox_bot.gif) left top no-repeat;
}

#RightBox .RBInner .TopBorder {
background: #fff url(../images/RBox_top.gif) right top no-repeat;
}
#RightBox .RBInner .BoxBody {
padding: 10px 10px 10px 10px;
height: 330px;
background: #fff url(../images/RBox_mid.gif) right top repeat-y;
}
#RightBox .RBInner .BotBorder {
background: #fff url(../images/RBox_bot.gif) right top no-repeat;
}


#Footer {
clear: left;
width: 980px;
background: #fff url(../images/Footer_BG.gif) top left repeat-x; /*#87c1e7*/
color: #999;
text-align: center;
margin: 20px auto;
}
	.FooterLBorder, .FooterRBorder {
	float: left;
	width: 10px;
	height: 30px;
	background: #fff url(../images/Footer_LB.gif) top left no-repeat;
	}
	.FooterRBorder {
	float: right;
	background: #fff url(../images/Footer_RB.gif) top left no-repeat;
	}
	.FooterContents {
	float: left;
	width: 960px;
	padding: 8px 0;
	font-size: 12px;
	}

.tinyTXT {
font-size: 9px;
}

.InnerTube {
/*padding: 10px Margins for inner DIV inside each column (to provide padding)*/
}

.BoxBody ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0px;
}

.BoxBody ul li {
float:left;
max-width:80px;
padding:5px 0;
width:80px;
}


/*===============TopMenu===============*/
#TopMenuContainer {
clear: both;
height: 20px;
color: #2895D7;
padding: 5px 0 0 2px;
background: #4197ee url(../images/MBox_TopBG.gif) top left repeat-x;
}
#TopMenuContainer ul {
list-style: none;
padding: 0;
margin: 0;
}
#TopMenuContainer ul li {
display: inline;
padding: 3px;
}
#TopMenuContainer ul li a, #TopMenuContainer ul li a:hover, #TopMenuContainer ul li a:visited, #TopMenuContainer ul li a:active {
font-size:14px;
}
#TopMenuContainer ul li a:hover {
}

/*===============Countries Page===============*/
.path {
	font: 16px arial, sans-serif;
	font-weight:bold;
	padding:10px 0 3px 0
}

.countriesCont {
border: solid 4px #479BF0;
}

.countriesCont .countriesHead {
padding: 5px;
color: #FFFFFF;
background-color: #479BF0;
text-transform: capitalize;
}

.countriesCont .browse {
	list-style:none;
	float:left;
	width:20%;
	padding: 10px 0 10px 2%;
	margin: 0 0 0 0;
	font-size:16px;
}
