/* Sultan Marine */

*{
	padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

html, body{
	background:#123B63;
	text-align:center;
	color:#4F4F4F;
}
img{
	border:none;
}
h1{
	color:#123B63;
	font-size:19px;
	margin-bottom:18px;
	min-height:22px;
}
* html h1{
	height:22px;
}
h2{
	color:#123B63;
	margin-bottom:20px;
}
p{
	margin-bottom:20px;
}
a{
	color:#2C77BC;
	text-decoration:none;
}
* html a{
	position:relative;
}
a:hover{
	color:#31C5F4;
	text-decoration:underline;
	
}

#container{
	background:#FFF;
	width:980px;
	text-align:left;
	margin:60px auto;
}

#header{
	background:url(/common/images/bg-header.gif) repeat-x #D6D8DC;
	overflow:auto;
}


* html #header{height:100px; overflow:hidden;}


#header .corners{
	background:url(/common/images/cnrs-top.gif) no-repeat;
	padding:20px;
}

#footer{
	clear:both;
	background:url(/common/images/bg-footer.gif) repeat-x #C7C9CC;
}
#footer .corners{
	background:url(/common/images/cnrs-btm.gif) 0 100% no-repeat;
	padding:10px 20px;
}
#footer p{
	margin:0;
}

#logo{ 
	float:left; 
	padding-bottom:20px;
	}

#topNavigation {
 	float:right;
 	padding-top:30px;
}

#topNavigation li {
	list-style:none;
	float:left;
	padding:0 7px;
	border-left:1px solid #123B63;
}

#topNavigation li.first{
	border:none;
}

#topNavigation li a{
	font-size:12px;
}

#topNavigation li a.selected{
	color:#31C5F4;
	text-decotration:underline;
	font-weight:bold;
}

#main{
	clear:both; 
	position:relative;
	background:#FFF;	
}

#main div.home{
	background:url(/common/images/backgrounds/home5.jpg) no-repeat #FFF;
}
#main div.aboutus{
	background:url(/common/images/backgrounds/aboutus.jpg) no-repeat #FFF;
}
#main div.insidetrack{
	background:url(/common/images/backgrounds/insidetrack.jpg) no-repeat #FFF;
}
#main div.insidetrack #content{
	width:550px;
}
#main div.facilities{
	background:url(/common/images/backgrounds/facilities.jpg) no-repeat #FFF;
}

#main div.facilities2{
	background:url(/common/images/backgrounds/facilities2.jpg) no-repeat #FFF;
}
#main div.people{
	background:url(/common/images/backgrounds/people.jpg) no-repeat #FFF;
}
#main div.contact{
	background:url(/common/images/backgrounds/home3.jpg) no-repeat #FFF;
}

#content{
	background:url(/common/images/bg-content.png);
	width:305px;
	min-height:410px;
	padding:40px 20px 0 20px;
}
* html #content{
	height:410px;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/common/images/bg-content.png, sizingMethod='scale');
	
}
#swoosh{background:url(/common/images/swoosh.png) no-repeat; height:110px; width:720px; position:absolute; bottom:0; right:0;}

* html #swoosh{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/common/images/swoosh.png, sizingMethod='image');
	bottom:132px;
}
ul.links {
	display:block;
	padding-bottom:20px;
}
ul.links li{ 
	list-style:none;
}
ul.links li a{
	display:block;
	padding-left:10px;
	background:url(/common/images/arrow.gif) no-repeat 0 4px;
	list-style:none;
}





