/*****************************
 *     TeleBarbados Inc      *
 *     CSS Dated: 25-05-06   *
 *     by Marcus Thompson    *
 *     Insite Inc.           *
 *****************************/

/****GENERAL STYLES****/
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: #61B422;
 color: #000;
 font-family: Arial, Helvetica, sans-serif;
} 

img{
margin: 0;
padding: 0;
}

h1, h2, h3, p{
 margin-left: 2px;
 padding-bottom: 5px;
}

/*::-moz-selection {
	background:#fff;
	color:#17663A;
}

::selection {
	background:#fff;
	color:#17663A;
}
*/

/****MAIN CONTAINER****/ 
#wrapper{ 
 width:770px; 
 text-align:left;  
 border-right: 3px solid #fff;
 border-left: 3px solid #fff;
 background-color: #fff;
} 

/****HEADER CONTAINER****/
#header{
width: 770px;
background-color: #fff;
color: #fff;
height: 75px;
background-image: url(../images/header_bg.gif);
background-repeat: no-repeat;

}
	/****LOGO****/
	#logo{
	width: 254px;
	float: left;
	}
	
	
	.container {
	display: none;
	}
	
	
		/***MENU ITEMS***/
		#miniflex {
		display: none;
		}

		
					
			
	
/****BANNER CONTAINER****/	
#banner{
display: none;
}

/****CONTENT CONTAINER****/
#content{
clear: left;
width: 770px;
display: inline;
margin: 0;
padding: 0;
}
	/****LEFT COLUMN****/
	#leftcolumn{
	display: none;
	}
		
	
		
	/****SECTION COLUMN****/
	#subsection {
	width: 520px;
	
	}
	
	.subsection_top h2{
	width: 538px;
	height: 30px;
	background-image: url(../images/subsection_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	background-color: #fff;
	margin-left: 0;
	padding-top: 6px;
	text-transform: uppercase;
	font-size: 0.9em;
	}
	
	.subsection_bottom{
	width: 538px;
	background-color: #fff;
	border-bottom: 2px solid #071d61;
	position: relative;
	z-index: 9;
	}
	
	.subsection_bottom a{
	color: #071D61;
	text-decoration: none;
	font-weight: bold;
	}
	
	.subsection_bottom a:hover{
	color: #70709C;
	text-decoration: underline;
	}
	
	.subsection_bottom p{
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	text-align: justify;
	}
	
	.subsection_bottom img{
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
	.subsection_bottom strong{
	font-weight: bold;
	}
	
	.subsection_bottom ul{
	margin-left: 30px;
	margin-bottom: 20px;
	}
	
	.subsection_bottom li{
	list-style-image: url(../images/list-arrow.png);
	padding: 0 5px 5px 10px;
	}
	
	.subsection_bottom li a{
	text-decoration: none;
	}
	
	.subsection_bottom li a:hover{
	text-decoration: underline;
	}
	
	.subsection_bottom h2, h3{
	margin: 11px;
	}
	
	/****MIDDLE COLUMN****/
	#middlecolumn{
	width: 260px;
	float: left;
	display: block;
	border-right: 2px solid #071d61
	}
	
	/****RIGHT COLUMN****/
	#rightcolumn{
	width: 260px;
	float: left;
	}
	
			#middlecolumn ul, #rightcolumn ul {
			margin-left: 30px !important;
			margin-left: 26px;
			border-top: 5px solid #fff;
			font-size: 0.9em;
			font-weight: bold;
			}
			
			#middlecolumn li, #rightcolumn li{
			list-style-image: url(../images/list-arrow.png);
			}
			
			#middlecolumn a:link, #middlecolumn a:visited, #rightcolumn a:link, #rightcolumn a:visited {
			color: #000;
			text-decoration: none;
			line-height: 20px;
			}
			
			#middlecolumn a:hover, #rightcolumn a:hover {
			color: #17663A;
			background-color: #EEEEEE;
			
			}
	
	/****SECTION TOP****/
	.section_top {
	width: 260px;
	height: 170px;
	background-color: #fff;
	}
	
	.section_top h2{
	width: 260px;
	height: 26px;
	text-align: left;
	color: #ooo;
	/*border-top: 5px solid #00CC00;*/
	background-color: #fff;
	margin-left: 0;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 1em;
	}
	
	
	/****SECTION BOTTOM****/
	.section_bottom{
	width: 100%;
	background-color: #071d61;
	border-top: 2px solid #071d61;
	}
	
	.section_bottom h2{
	color: #fff;
	background-color: #071d61;
	text-align: left;
	border-top: 5px solid #071d61;
	text-transform: uppercase;
	
	}
	
	.section_bottom img {
	margin: 0;
	}
	
	
	.right {
	border-right: 2px solid #071d61;
	}
	
/****FOOTER CONTAINER****/
#footer{
clear: both;
border-top: 5px solid #071d61;
text-align: center;
background-color: #fff;
color: #000;
}

	#footer p{
	font-size: 10px;
	padding: 2px;
	line-height: 1em;
	}
	
	#footer a{
	color: #000;
	text-decoration: none;
	}
	
	

/*****SUBMENU STYLES****/
#menu {
display: none;
}


 


/*****DIV SCROLL*****/
#divControl {display: none;}
#divCont    {width:520px; z-index: 8; float: none !important;}
.clScroll   {}





