@charset "UTF-8";
/* CSS Document */

body {
	background:#FFFFFF;
	margin:50px 0 0 0;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
span {
	border:none;
	outline:none;
}
a {
	cursor:pointer;
}
#wrapper {
	border:1px solid #c7c7c7;
	margin:0 auto;
	padding:8px 0 10px 0;
	width:960px;
	height:600px;
}
#mainArea {
	width:720px;
	height:100%;
}
#header {
	width:720px;
	height:150px;
	text-align:right;
}
#content {}
#leftSpacer {
	width:115px;
	height:100%;
}
h1 {
	height:411px;
	width:120px;
	text-align:center;
}
h1 img {
	height:411px;
	width:57px;
}
.tinyLogo {
	padding: 0 0 0 15px;
}
hr {
	margin:0;
	padding:0;
	border-top:1px solid #c7c7c7;
	border-bottom:none;
	border-left:none;
	border-right:none;
}
img {
	border:none;
}
.floatR {
	float:right;
}
.floatL {
	float:left;
}
.clear {
	clear:both;
}
.displayB {
	display:block;
}
.displayN {
	display:none;
}
/* non active state of main menu */
.tabNavigation li#first {
	border-right:1px solid #c5bdb2;
	padding:0 10px 0 0;
	width:17%;
	}
.tabNavigation li.second {
	border-right:1px solid #c5bdb2;
	padding:0 15px 0 15px;
	width:16%;
	}
.tabNavigation li.last {
	border-right:none;
	padding:0 15px 0 15px;
	width:16%;
	}
.tabNavigation li span {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#464c4c;
	font-style:normal;
	}
/* selected state of main menu */
.tabNavigation li .selected span {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#464c4c;
	font-style:italic;
	background-color:#e1ddda;
	}
/* list itme menu */
ul.tabNavigation {
	list-style:none;
	margin:0px;
	padding:0px;
	}
ul.tabNavigation li {
	list-style:none;
	float:left;
	}
ul.tabNavigation li a{
	text-decoration:none;
	}
/* set the width and height to match your ../images */

#slideshow {
    position:relative;
    height:110px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 110px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 110px;
	width:345px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}
.rightImage {
	margin:0 0 0 30px;
}
/* contact image swaps */
	/* main box and sub boxes */
#mainLogo .leftColumn span {
	padding:150px 0 0 0;
}
#selectInvestment .leftColumn span {
	padding:150px 0 0 0;
}
#sherisWeekly .leftColumn span {
	padding:150px 0 0 0;
}
	/* other tabs */
#companyLogo .leftColumn span {
	padding:0;
}
#coralLogo .leftColumn span {
	padding:120px 0 0 0;
}
#egyptLogo .leftColumn span {
	padding:150px 0 0 0;
}
#foundationLogo .leftColumn span {
	padding:150px 0 0 0;
}

.leftColumn {
	width:187px;
	height:242px;
	display:block;
	background:url(../images/contactBG.jpg);
	background-repeat:no-repeat;
	background-position:0px 15px;
}
.leftColumn span {
	width:165px;
	height:110px;
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#87796B;
}
.leftColumn a {
	text-decoration:none;
	}
.leftColumn hr {
	color:#87796B;
	margin:16px 0;
	}
.rightColumn {
	width:523px;
	height:228px;
	display:block;
	background-color:#877a6a;
	padding:15px 5px 5px 5px;
	color:#FFFFFF;
}
.rightColumn a {
	color:#FFFFFF;
	font-style:italic;
	text-decoration:none;
}
.rightColumn a:hover {
	color:#444c4e;
	font-style:italic;
	text-decoration:underline;
}
.marginMiddle {
	margin:8px 0 0 0;
}
/* Select investment background and text */
.investmentScroll {
	width:100%;
	height:228px;
	overflow:auto;
}
#selectInvestment .rightColumn {
	background:#ffffff;
	color:#384043;
}
#selectInvestment .rightColumn a{
	color:#384043;
}
/* login area */
input {
	background:#ffffff;
	border:1px solid #d0d2d1;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#474d4d;
}
#enterSite {
	border:none;
	color:#877a6a;
	font-size:14px;
	margin:8px 0 0 0;
}
