/* Amwaj Islands Master css */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
}
#container {
	background-image: url(../imgs/bg03.gif);
	background-repeat: no-repeat;
	width: 1000px;
}

/* HEADER & NAVIGATION */

/* Header wrapper/container */
#navcontain {
	height: 132px;
	width: 1000px;
}
#nav {
	height: 34px;
	width: 430px;
}
#navLeft {
	height: 132px;
	width: 375px;
	float: left;
}
#navRight {
	float: left;
	height: 132px;
	width: 625px;
}
#imgLink {
	padding-top: 16px;
	padding-left: 49px;
	height: 110px;
}
#islandTitle {
	height: 42px;
	width: 815px;
	float: none;
}
#islandName {
	height: 22px;
	float: right;
	padding-top: 17px;
}
#discoverAm {
	height: 22px;
	width: 157px;
	padding-top: 17px;
	margin-left:284px;
}


/* MAIN CONTENT */

/* Main content wrapper/ container */
#layout {
	margin-top: 0px;
	width: 1000px;
}
#map {
	height: 237px;
	width: 500px;
	margin-top: 0px;
	float: left;
}
#photo {
	height: 218px;
	width: 295px;
	float: left;
	padding-left: 20px;
	padding-top: 8px;
}
#stats {
	width:129px;
	height:625px;

	position:absolute;
	left:830px;
	top:138px;
	width:167px;
	z-index:10;
}
/* Wrapper/container for islandLogo & quote divs */
#images {
	height: 82px;
	width: 611px;
	clear: left;
	margin-left: 209px;
}
#quote {
	float: left;
	padding-top: 11px;
}
#islandLogo {
	float: left;
	width: 290px;
}

/* Accordian section */
/* Accordian wrapper/container */ 
#moo {
	width:608px;
	margin-left:209px;
	padding-bottom: 40px;
}
/* Overview & Masterplan segments */
#copy {
	color: #939698;
	font-size: 12px;
	float:left;
	width: 280px;
	margin-left: 8px;
	margin-top: 15px;
}
#img {
	height: 133px;
	width: 288px;
	float:left;
	margin-top: 8px;
	/*background-image: url(../imgs/photo_over.jpg);
	background-repeat: no-repeat;*/
	margin-left: 15px;
}
#middle {
	background-image: url(../imgs/middle.gif);
	background-repeat: no-repeat;
	height: 146px;
	width: 605px;
}

/* Developments segment */
#logo {
	width: 142px;
	float: left;
}
#devcopy {
	float: left;
	width: 450px;
	font-size: 12px;
	line-height: 20px;
	text-decoration:none;
}
#devimg {
	float: left;
	height: 135px;
	width: 290px;
}
#middlebig, #number2 {
	background-image: url(../imgs/mid_big.gif);
	/*height: 1000px;*/
	background-repeat: repeat-y;
	text-decoration:none;
}
#hold01{
	margin-left:2px;
	height:100px;
	width:603px;
}
/* Footer container & content */
#footer {
	height: 25px;
	padding-top: 2px;
}
#footercontent {
width:815px;
	background-image: url(../imgs/footer_bg.gif);
	height: 29px;
	background-repeat: no-repeat;
}
.rowoff{
	background-image: url(../imgs/najma_devs/details.gif);
	background-repeat: no-repeat;
	background-position: 143px 13px;
	color: #939698;
	text-decoration:none;	
}
.rowon{
	background-image: url(../imgs/najma_devs/details_over.gif);
	background-repeat: no-repeat;
	background-position: 143px 13px;
	color: #0B5B90;
	text-decoration:none;
}
#overviewcopy {
	float: left;
	width: 280px;
	margin-left: 8px;
	
	color: #939698;
	font-size: 12px;
	line-height: 20px;
}
#overviewimg {
	height: 133px;
	width: 288px;
	float:left;
	margin-top: 8px;
	margin-left: 15px;
}
#other{
	text-decoration:none;
	cursor: pointer;
}
a:active, a:link, a:visited{
	color:#0B5B90;
}
a:hover{
	text-decoration:none;
}
.heading{
	color:#0B5B90;
}