/* IPN */
body
{
	font: 100%/1.0 verdana,helvetica,arial,sans-serif;
	background: #fff;
	color: #000;
}

.hidden { display: none !important; }

#top
{
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
#top-dunas
{
	width: 975px;
	margin: 0 auto;
	overflow: hidden;
}
/* HEADER
-----------------------------------------------------------------*/
#header
{
	position: relative;
	height: 170px;
	margin-bottom: 1em;
	overflow: hidden;
	border-bottom: 1px solid #d1d1d1;
	background: url(../images/ipn_member.gif) no-repeat 100% 20%;
}

#top .branded, #top-dunas .branded
{
	height: 140px;
	background: url(../images/ipn_member_branded.gif) no-repeat 100% 20%;
}

#branding
{
	position: relative;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 50%;
	width: 220px;
	height: 140px;
}

#branding a {
	position: absolute;
	width: 220px;
	height: 140px;
	text-indent: -999em;
}

#tel
{
	width: 540px;
	height: 40px;
	position: absolute;
	right: 0;
	bottom: 0;
	font: 110% georgia,times,"times new roman",serif;
	text-align: right;
	color: #babbbd;
}
#tel strong { color: #161313; }
#tel a:link, #tel a:visited { color: #009ecb; text-decoration: underline; }
#tel a:hover, #tel a:active { color: #161313; text-decoration: none; }

.dunas #tel { font-size: 100%; }

/* NAV
-----------------------------------------------------------------*/
#nav { width: 220px; float: left; }
#nav ul, #nav h3 { text-transform: uppercase; font: bold 75% georgia,times,"times new roman",serif; }
#nav a { display: block; padding: 10px 0; border-bottom: 1px solid #f0f0f0; text-decoration: none; }

#nav a:link, #nav a:visited { color: #161313; }
#nav a:hover, #nav a:active { color: #009ecb; }

.dunas #nav { width: 975px; height: 32px; overflow: hidden; }
.dunas #nav li { float: left; }
.dunas #nav a { padding: 0 14px; border: 0; }

#signup { margin: 20px 0; }
#signup #email
{
	line-height: 0;
	background: #fafafa;
	border: 1px solid #d1d1d1;
	color: #333;
	font: 75% arial,helvetica,sans-serif;
	padding: 5px 5px 4px 5px;
	width: 170px;
	margin-top: 3px;
}
#signup #email-submit { width: 31px; height: 26px; }
#signup input { display: inline-block; vertical-align: bottom; }

#facebook
{
	overflow: hidden;
	width: 220px;
	margin: 10px 0;
}
#facebook a:link, #facebook a:visited, #facebook a:hover, #facebook a:active 
{
	padding: 0;
	border: 0;
	text-decoration: none; 
}

#social
{
	margin: 20px 0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
#find
{
	float: left;
	width: 100px; height: 31px;
}
#like
{
	float: right;
	width: 90px; height: 25px;
	padding: 6px 10px 0 0;
	text-align: right;
}
#twitter 
{ 
	margin: 10px 0;
	overflow: hidden; width: 220px; 
}
#piptv
{
	overflow: hidden;
	width: 220px;
	margin: 0 0 20px; padding: 0 0 10px 0;
	background: #009dca url('../images/bg_piptv_foot.gif') no-repeat left bottom;
}
#piptv h3
{
	font-size: 130%; line-height: 1.0;
	margin: 0 0 10px; padding: 10px 10px 0;
	background: url('../images/bg_piptv_top.gif') no-repeat left top;
	color: #fff;
}
#piptv ul
{
	list-style: none;
	margin: 0; padding: 0 10px;
	border: 0;
	font: 70% verdana,sans-serif;
	text-transform: none;
}
#piptv li
{
	overflow: hidden;
	width: 190px;
	margin: 0 0 5px; padding: 5px;
	background: #fff; color: #000;
	border: 0;
}
#piptv img
{
	float: left;
	width: 50px;
}
#piptv span
{
	display: block;
	float: right;
	width: 130px;
}
#piptv a:link, #piptv a:visited, #piptv a:hover, #piptv a:active 
{ 
	margin: 0; padding: 0; border: 0; 
	color: #000; text-decoration: none; 
}

/* UK INVESTMENTS */
#content #investments { margin: 0; padding: 0; list-style: none; line-height: 1.0; }
#investments li { display: block; width: 300px; height: 110px; overflow: hidden; margin-bottom: 10px; background-repeat: no-repeat; }

#investments a
{
	display: block;
	width: 290px;
	height: 25px;
	padding: 85px 0 0 10px;
	font: bold 100% georgia,times,"times new roman",serif;
	text-decoration: none;
}

#investments a:link, #investments a:visited { color: #000; }
#investments a:hover, #investments a:active { color: #009ecb; }

#investments span {
	display: inline-block;
	margin-top: -5px;
	padding: 2px 5px;
	width: 270px;
	background-color: #fff;
	opacity: 0.9;
}

/* CONTENT
-----------------------------------------------------------------*/
#imagecycle { width: 701px; height: 270px; overflow: hidden; margin-bottom: 1em; }

#content { width: 700px; float: right; font: 80%/1.5 arial,helvetica,sans-serif; }

.dunas #content { width: 975px; height: 603px; overflow: hidden; float: none; }
.land #content { width: 975px; height: auto; overflow: visible; float: none; }

#content p, #content ul, #content ol { margin: 0 0 1em; }
#content ul, #content ol { padding: 0 0 0 1.5em; }
#content ul { list-style-type: square; }
#content ol { list-style-type: decimal; }

#content a:link, #content a:visited { color: #009ecb; text-decoration: underline; }
#content a:hover, #content a:active { color: #161313; text-decoration: none; }

#content strong { font-weight: bold; }
#content em { font-style: italic; }

#content h1
{
	font: bold 140%/1.0 georgia,times,"times new roman",serif;
	color: #161313;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.5em;;
	margin-bottom: 0.5em;
}
#content h1.longh1
{
	font-size: 130%;
}

#content h2
{
	font: bold 140%/1.0 georgia,times,"times new roman",serif;
	color: #161313;
	margin: 1em 0;
}
#content h3
{
	font: bold 120%/1.4 georgia,times,"times new roman",serif;
	color: #009ecb;
	margin: 1em 0;
}

#content .alert { line-height: 1; margin-bottom: 1em; font-weight: bold; padding: 20px 20px 20px 60px; background: #faffa7 url(../images/bg_alert.gif) no-repeat 2% 50%; border: 1px solid #e4b923; color: #412503; }
#content .alert p { line-height: 1.4; margin: 0; }

.column { width: 380px; float: left; }
.right { width: 300px; float: right; }

.hotspot-2col .column { width: 427px; overflow: hidden; }
.hotspot-2col .right { width: 253px; }
.hotspot-2col .right div { margin-bottom: 10px; }

#overseas .items
{
	overflow: hidden;
	margin: 0; padding: 0;
	list-style: none; line-height: 1.0;
}
#overseas .items li 
{ 
	float: left; display: block; 
	width: 300px; height: 125px; 
	background: url('../images/bg_item_shadow.gif') no-repeat left bottom;
}
#content #overseas .items a
{
	overflow: hidden; 
	display: block; 
	width: 300px; height: 110px; 
	font: bold 110%/1.0 georgia,times,"times new roman",serif;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#overseas .items span
{
	display: block;
	width: 270px; height: 24px;
	padding: 86px 10px 0 20px;
}
#content #overseas .items a:link, #content #overseas .items a:visited { color: #000; }
#content #overseas .items a:hover, #content #overseas .items a:active { color: #009ed2; }

#content #overseas #llana a { background-image: url('../images/main/thumbs/investment_llana.jpg'); }
#content #overseas #dunas a { background-image: url('../images/main/thumbs/investment_dunas.jpg'); }
#content #overseas #tortuga a { background-image: url('../images/main/thumbs/investment_tortuga2.jpg'); }

/* HOME
-----------------------------------------------------------------*/
#home { overflow: hidden; width: 700px; margin: 0 0 20px; }
#home .column { width: 340px; }
#home h2 { border: 0; margin: 20px 0 10px; padding: 0; font-size: 120%; }

#home .items
{
	overflow: hidden;
	margin: 0; padding: 0;
	list-style: none; line-height: 1.0;
}
#home .items li 
{ 
	float: left; display: block; 
	width: 340px; height: 125px; 
	background: url('../images/bg_item_shadow.gif') no-repeat left bottom;
}
#content #home .items a
{
	overflow: hidden; 
	display: block; 
	width: 340px; height: 110px; 
	font: bold 110%/1.0 georgia,times,"times new roman",serif;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#home .items span
{
	display: block;
	width: 270px; height: 26px;
	padding: 84px 50px 0 20px;
}
#content #home .items a:link, #content #home .items a:visited { color: #000; }
#content #home .items a:hover, #content #home .items a:active { color: #009ed2; }

#content #home .hot a:link, #content #home .hot a:visited { color: #c00; }
#content #home .hot a:hover, #content #home .hot a:active { color: #009ed2; }

#home #promo
{
	margin-bottom: 10px; padding-bottom: 10px;
	background: url('../images/bg_item_shadow.gif') no-repeat left bottom;
}

/* IMAGES */

#p-istanbul a { background-image: url('../images/main/thumbs/p_istanbul.jpg'); }
#p-dunas a { background-image: url('../images/main/thumbs/p_dunas.jpg'); }
#p-tortuga a { background-image: url('../images/main/thumbs/p_tortuga2.jpg'); }
#p-tortuga-thomson a { background-image: url('../images/main/thumbs/p_tortuga_thomson.jpg'); }
#p-llana a { background-image: url('../images/main/thumbs/p_llana.jpg'); }
#p-uk a { background-image: url('../images/main/thumbs/p_uk.jpg'); }
#p-brandon a { background-image: url('../images/main/thumbs/p_brandon.jpg'); }

/* TESTIMONIALS
-----------------------------------------------------------------*/

#home .testimonials
{
	overflow: hidden;
	width: 340px;
	font-size: 100%; line-height: 1.4;
}

#home .left .testimonials
{
	height: 180px;
	background: url('../images/bg_testimonial_1.gif') no-repeat;
}
#home .left .testimonials div
{
	padding: 20px 18px;
	width: 300px; height: 144px;
}

#home .right .testimonials
{
	height: 305px;
	background: url('../images/bg_testimonial_2.gif') no-repeat;
}
#home .right .testimonials div
{
	padding: 20px 18px;
	width: 300px; height: 269px;
}

#videos
{
	overflow: hidden;
	clear: both;
	margin: 0 0 20px;
}
#videos .column { width: 340px; }
#videos h2 { margin: 0 0 0.5em; }

/* ISTANBUL / TORTUGA
-----------------------------------------------------------------*/
#brochure
{
	width: 300px; height: 200px;
	margin: 0 0 25px;
	line-height: 1.0;
	border-bottom: 1px solid #eeefe9;
}

.istanbul { background: url('../images/istanbul_brochure.jpg') no-repeat 0 0; }
.tortuga { background: url('../images/tortuga_brochure.jpg') no-repeat 0 0; }

#brochure a
{
	display: block;
	width: 280px; height: 50px;
	padding: 150px 0 0 20px;
	font: bold 110% georgia,'times new roman',serif;
}
#brochure a:link, #brochure a:visited { color: #000; text-decoration: none; }
#brochure a:hover, #brochure a:active { color: #019ecb; text-decoration: none; }

#brochure.tortuga a { width: 292px; padding: 150px 0 0 8px; font-size: 100%; }

/* GALLERIES
-----------------------------------------------------------------*/
#content .gallery
{
	overflow: hidden;
	width: 300px;
	margin: 0 0 25px;
}
#content .gallery ul
{
	overflow: hidden;
	width: 320px;
	margin: 0; padding: 0;
	list-style: none;
}
#content .gallery li
{
	overflow: hidden;
	display: block; float: left;
	margin: 0 10px 10px 0;
}
#content .gallery h2 
{
	margin: 0 0 10px; padding: 0 0 10px;
	border-bottom: 1px solid #eeefe9;
}
#content .gallery p 
{
	margin: 0;
	font-size: 90%;
	text-align: right;
	color: #555;
}

#photos li { width: 145px; height: 145px; }
#location li { width: 300px; height: 178px; }

/* FORMS
-----------------------------------------------------------------*/
#full-width-content #content { width: 940px; }
#full-width-content #content h3, #content .genform h3 { background-color: #babbbd; color: #161313; padding: 10px; margin-bottom: 0;}
#full-width-content .column { width: 454px; }

.genform label { display: block; width: auto; font-weight: bold; margin-top: 10px; }
.genform .first { margin-top: 0; }
.genform .text { border: 1px solid #ccc; padding: 2px; }
.genform .fullwidth { width: 672px; }

#full-width-content .genform .fullwidth { width: 912px; }

.genform textarea { font: 100% arial,helvetica,sans-serif; }
.genform .hwid{ width: 448px; }
.genform .qwid { width: 224px; }
.genform .twid { width: 300px; }
.genform input.submit { width: auto; }
.genform fieldset { border: 1px solid #D1D1D1; padding: 10px; }
.genform .clear { overflow: hidden; }

.genform input.submit
{
	font: bold 110%/1.0 georgia,times,"times new roman",serif;
	width: auto;
	font-weight: bold;
	padding: 1px 10px;
	background: #009ecb;
	color: #fff;
	border-style: outset;
	border-color: #2bb3d8 #0098c7 #0094c4 #17a9d2;
	margin: 1em 0;
}
.genform input.submit:hover { background: #008ebb; cursor: pointer; }

#login .text { width: 270px; }
#login input.submit { margin-bottom: 0; }

.greeting, #greeting { position: absolute; left: -999em; }

/* FOOTER
-----------------------------------------------------------------*/
#footer { clear: both; width: 940px; font-size: 70%; margin: 1em auto; padding: 1em 0; border-top: 1px solid #f0f0f0; }
.infos { width: 650px; float: left; }
.infos a:link, .infos a:visited { color: #333; text-decoration: underline; }
.infos a:hover, .infos a:active { color: #009ecb; text-decoration: none; }

.dd { color: #999; width: 250px; float: right; text-align: right; }
.dd a:link, .dd a:visited { color: #999; text-decoration: none; }
.dd a:hover, .dd a:active { color: #333; text-decoration: none; }
