@charset "utf-8";
/***************************************/
/* Minding General Layout CSS Document */
/* Last Updated: 17-02-09              */
/* By Alan Agius                       */
/***************************************/

body{
	background:#FFF;
	margin:0;
}

a img{
	border:0;
}

#parentContainer{
	width:992px;
	margin:0 auto;
}

/*************************************/
/*          Header Section           */
/*************************************/

#headerContainer{
	float:left;
	width:100%;
	border-top:4px solid #d7d4cc;
	padding:5px 0 0;
}

#headerRight{
	float:right;
	width:786px;
}

#headerRight ul{
	float:right;
	list-style-type:none;
	margin:7px 0;
	padding:0;
}

#headerRight ul li{
	margin:0;
	float:left;
	height:24px;
	vertical-align:middle;
	padding:0 6px;
	border-right:1px dotted #a5adba;
}

#headerLeft{
	float:left;
	width:185px;
}

#topSloganBanner{
	float:left;
	width:106px;
	margin:0 0 0 5px;
}

#topAdsBanner{
	width:673px;
	height:88px;
	overflow:hidden;
	border:1px solid #d7d4cc;
	float:left;
}

#headerMarquee
{
	float:left;
	width:100%;
}

#quoteBy{
	float:right;
	text-align:right;
	width:100%;
	padding:0 0 5px;
}
/*************************************/
/*         Middle Container          */
/*************************************/

#middleContainer{
	width:100%;
	float:left;
	margin:10px 0 0;
	background:url(../pics/bk_middle.gif) repeat-y;
}

/*************************************/
/*         Left Section              */
/*************************************/
#leftSection{
	width:201px;
	float:left;
}

	#leftSection .blueBars{
		padding:8px 10px;
		width:181px;
		background:#2d808f url(../pics/arrow_white.gif) right center no-repeat;
		float:left;
	}

		#leftSection ul{
			list-style-type:none;
			margin:0;
			padding:0;
			width:100%;
			float:left;
		}
	
			#leftSection ul li{
				padding:6px 0 6px 20px;
				width:181px;
				float:left;
				background:url(../pics/arrow_submenu.gif) left top no-repeat;
				border-bottom:1px dotted #FFF;
			}
			
				#leftSection ul ul{
					overflow:hidden;
					display:none;
					list-style-type:none;
					background:#fCfCfC;
					padding:0;
					width:200px;
					float:left;
				}
					#leftSection ul ul li{
						padding:6px 0 6px 27px;
						width:200px;
						float:left;
						background:url(../pics/arrow_submenu2.gif) left top no-repeat;
						border-bottom:1px dotted #FFF;
					}
				

/*************************************/
/*         Right Section             */
/*************************************/
#rightSection{
	width:293px;
	float:right;
}
	#rightSection .blueBars{
		padding:8px 10px;
		width:273px;
		float:left;
		background:#2d808f;
	}
	
#rightSection #searchContainer{
	float:left;
	padding:15px;
	width:263px;
}

	#rightSection #searchContainer ul{
		list-style-type:none;
		margin:0;
		padding:0;
		width:inherit;

	}
	
		#rightSection #searchContainer ul li{
			float:left;
		}
		
#searchContainer ul li input.field{
	border:1px solid #006185;
	width:220px;
	padding:3px;
	height:13px;
	margin:0 10px 0 0
}

#NewsContainer, #galleryContainer,#LinksContainer{
	list-style-type:none;
	margin:4px 0;
	padding:0;
	float:left;
	width:100%;
}

#NewsContainer li, #galleryContainer li, #LinksContainer li{
	float:left;
	padding:5px 8px 5px 28px;
	width:258px;
	background:url(../pics/arrow_news.gif) no-repeat left top;
}

#LinksContainer li{
	background:url(../pics/arrow_links.gif) no-repeat left top !important;
}

/*************************************/
/*         Center Section            */
/*************************************/	
#centerSection{
	width:481px;
	padding:0 0 8px 5px;
	float:left;
}

/*************************************/
/*         Bottom Advert            */
/*************************************/	
#bottomAdvertContainer{
	float:left;
	width:100%;
	height:108px;
	overflow:hidden;
	margin:6px 0;
}

#bottomAdvertContainer .bottomBanners{
	float:left;
	border:1px solid #d7d4cc;
}


#bottomAdvertContainer .left{
	width:529px;
	height:106px;
}

#bottomAdvertContainer .right{
	width:459px;
	height:106px;
}
/*************************************/
/*         Foooter Section           */
/*************************************/	
#footerContainer{
	float:left;
	width:100%;
	background:#006185;
	padding:13px 0;
}

#footerContainer ul{
	float:left;
	margin:0;
	padding:0 0 0 10px;
	list-style-type:none;
}

#footerContainer ul li{
	float:left;
	margin:0;
	padding:0 10px 0 0;
}

#footerContainer ul li img{
	padding:0 0 0 10px;
}

/*************************************/
/*         Mainpage Section          */
/*************************************/	
.mpPagesections{
	width:232px;
	display:inline;
	margin:8px 0 0 8px;
	float:left;
	height:171px;
	position:relative;
	background:#FFF;
}

.mpPagesections .topCorners{
	width:232px;
	height:10px;
	background:url(../pics/menu_mp_roundertop.gif);
	position:absolute;
	top:0;
	left:0;
}

.mpPagesections .bottomCorners{
	width:232px;
	height:10px;
	position:absolute;
	background:url(../pics/menu_mp_rounderbottom.gif) no-repeat;
	bottom:0;
	left:0;
}

.mpPagesections .pageSectionContent{
	position:relative;
	height:133px;
	overflow:hidden;
	padding:12px;
}

/*************************************/
/*         Subpage Elements          */
/*************************************/	
#subpageContentsections{
	float:left;
	background:#FFF;
	position:relative;
	width:470px;
	display:inline;
	margin:8px 0 0 8px;
}

#subpageContentsections .topCorners{
	position:absolute;
	top:0;
	left:0;
	width:470px;
	height:10px;
	background:url(../pics/corners_subpage_top.gif) no-repeat;
}

#subpageContentsections .bottomCorners{
	position:absolute;
	bottom:0;
	left:0;
	width:470px;
	height:10px;
	background:url(../pics/corners_subpage_bottom.gif) no-repeat;
}

#subpageContentsections .contentHolder{
	position:relative;
	padding:0 12px 12px;
}

#subpageContentsections .pageTitle{
	position:relative;
	padding:12px 0 4px 10px;
}
  