/*----------------------------------------------------------*/
/*-------------------------GLOBAL---------------------------*/
/*----------------------------------------------------------*/

*
{
	border: 0;
	padding: 0;
	margin: 0;
}

body
{
	background: #000033 url(/images/page_bkg.png) repeat-x;
	color: #CFD0D2;
	font-family: arial,verdana,sans-serif;
	font-size: 62.5%;
}

ul
{
	list-style-type: none;
}

a
{
	text-decoration: none;
	color: #87888a;
	font-size: 1.3em;
	outline: none;
}

a:hover, 
.on a,
a.active,
ul#tertiary li a.active,
ul#new_project_list li a.active,
#press-content ul li a.active
{
	color: #83B2D8;
}

#footer
{
	clear : both;
	width: 954px;
	height: 1px;
	background: #fff;
}



/*----------------------------------------------------------*/
/*--------------------MAIN CONTAINERS-----------------------*/
/*----------------------------------------------------------*/



#wrapper
{
	background: #000000;
	margin: 0 auto 20px;
	width: 954px;
	overflow: hidden;
	border: 7px solid #fff;
	border-bottom: 6px solid #fff;
}



#content
{
	float: left;
	position: relative;
	z-index: 1;
	width: 954px;
	min-height: 482px;
}

.full-flash
{
	height: 482px;
}

#homeflash
{
	height: 482px;
}

.yachtbackground,
.finerbackground
{
	background: url(/images/content_yacht_bkg.gif) repeat-y;
}

.jetbackground
{
	background: url(/images/content_jet_bkg.gif) repeat-y;
}

.residencesbackground
{
	background: url(/images/content_residences_bkg.gif) repeat-y;
}



/*----------------------------------------------------------*/
/*---------------STATIC NAVIGATION SYSTEMS------------------*/
/*----------------------------------------------------------*/



/* primary navigation */

#primary_navigation_container
{
	float: left;
	position: relative;
	z-index: 2;
	width: 954px;
	background: #fff;
}

.js #primary_navigation_container
{
	height: 105px;
}

.js .loading
{
	overflow: hidden;
}

#primary_navigation_container img.logo
{
	position: absolute;
	top: 16px;
	left: 18px;
}

#primary_navigation_container img.logotype
{
	position: absolute;
	top: 53px;
	right: 20px;
}


ul#primary
{
	margin: 80px 0 0 0;
	padding: 0 0 0 20px;
	background: #fff;
	position: relative;
	z-index: 4;
}

.js .primary2
{
	height: 18px;
}

/* secondary navigation */


ul#secondary
{
	position: absolute;
	bottom: 18px;
	left: 20px;
	height: 1.2em;
}


/* horizontal navigation */


ul.horizontal_navigation li
{
	float: left;
	margin: 0 7px 20px 0;
}

ul.horizontal_navigation li a
{
	padding: 0 0 0 7px;
	background: url(/images/line.gif) no-repeat left 2px;
}

ul.horizontal_navigation li.first a
{
	background : none;
	padding: 0;	
}

ul.horizontal_navigation li ul
{
	padding: 1em 0 0;
	background: #fff url(/images/line.gif) repeat-y left 2px;
	margin: 0 0 1em;
	position: relative;
}
ul.horizontal_navigation li ul li
{
	float: none;
	margin-bottom: 0;
}
ul.horizontal_navigation li ul li a
{
	position: relative;
	background: none;
}


/* tertiary navigation */


ul#tertiary
{
	position: absolute;
	top: 27px;
	left: 20px;
}

ul#tertiary li
{
	float: left;
	clear: both;
	margin-bottom: 1px;
}

ul#tertiary li a
{
	font-size: 1.3em;
	color: #CFD0D2;
}

ul#tertiary li a:hover
{
	color: #83B2D8;
}


/* random links */


a.bottom_page_link
{
	position: absolute;
	bottom: 18px;
	left: 20px;
}

.jetbackground a.bottom_page_link,
.jetbackground ul.horizontal_navigation a
{
	color: #fff;
}

.jetbackground a.bottom_page_link:hover,
.jetbackground ul.horizontal_navigation a:hover
{
	color: #2B3547;
}

.residencesbackground a.bottom_page_link,
.residencesbackground ul.horizontal_navigation a
{
	color: #D5D8DF;
}

.residencesbackground a.bottom_page_link:hover,
.residencesbackground ul.horizontal_navigation a:hover
{
	color: #2b3547;
}




/*----------------------------------------------------------*/
/*---------------JQUERY NAVIGATION SYSTEMS------------------*/
/*----------------------------------------------------------*/





/*----------------------------------------------------------*/
/*--------------------PORTFOLIO PANELS----------------------*/
/*----------------------------------------------------------*/


ul#portfolio_panels
{
	float: left;
	clear: both;
	margin-left: 20px;
	width: 100%;
}

#portfolio_panels li
{
	float: left;
	position: relative;
	width: 220px;
	margin: 0 11px 24px 0;
}

#portfolio_panels li.last
{
	margin-right: 0;
}

#portfolio_panels li a img
{
	float: left;
	padding-bottom: 8px;
	width: 220px;
	height: 150px;
}

#portfolio_panels li a .outline
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 150px;
}

.yachtbackground #portfolio_panels li  a:hover .outline,
.finerbackground #portfolio_panels li  a:hover .outline
{
	background: url(/images/panel_border.gif) no-repeat 0 0;
}

.jetbackground #portfolio_panels li  a:hover .outline
{
	background: url(/images/panel_border_white.gif) no-repeat 0 0;
}

.residencesbackground #portfolio_panels li  a:hover .outline
{
	background: url(/images/panel_border.gif) no-repeat 0 0;
}

.jetbackground #portfolio_panels li a
{
	color: #ededee;
}

.residencesbackground #portfolio_panels li a
{
	color: #cfd0d2;
}

.residencesbackground #portfolio_panels li a:hover
{
	color: #83B2D8;
}


/*----------------------------------------------------------*/
/*----------------------CHARITY PAGE-------------------------*/
/*----------------------------------------------------------*/

p.charity_intro
{
	clear: both;
	float: left;
	margin-left: 20px;
}

#charity_container
{
	float: left;
	clear: both;
	width: 954px;
	margin-left: 20px;	
	margin-top: 30px;
}

.charity{
	float: left;
	width: 284px;
	margin-right: 30px;
}

.charity img{
	margin-bottom: 12px;
}

.charity p{
	margin-bottom: 12px;
}

/*----------------------------------------------------------*/
/*----------------------AWARDS PAGE-------------------------*/
/*----------------------------------------------------------*/



#awards_container
{
	float: left;
	clear: both;
	width: 100%;
}

ul.awards_list
{
	float: left;
	margin: 0 8px 0 19px;
}

ul.awards_list li
{
	position: relative;
	width: 208px;
	font-size: 1.3em;
	
}

ul.awards_list li.awards_header
{
	color: #83B2D8;
}

ul.awards_list li.awards_underline
{
	height: 37px;
	margin-bottom: 10px;
	border-bottom: 1px solid #847f94;
}

ul.awards_list .subheader
{
	float: left;
	color: #847f94;
	margin-top: 17px;
}

ul.awards_list .date
{
	position: absolute;
	right: 0;
}

ul.awards_list .light_italic
{
	color: #9d9ba1;
	font-style: italic;
}

ul.awards_list li.awards_spaced
{
	margin-top: 7px;
}

ul.awards_list .blue
{
	color: #83B2D8;
}

ul.awards_list .spaced
{
	margin-top: 15px;
}


/*----------------------------------------------------------*/
/*--------------------NEW PROJECT LIST----------------------*/
/*----------------------------------------------------------*/


ul#new_project_list,
#press-content ul
{
	float: left;
	clear: left;
	margin-left: 19px;
}

ul#new_project_list li a,
#press-content ul li a
{
	color: #CFD0D2;
}

ul#new_project_list li a:hover, 
ul#new_project_list li.on a,
#press-content ul li a:hover,
#press-content ul li.on a
{
	color: #83B2D8;
}

.newprojects430
{
	position: absolute;
	top: 300px;
	left: 20px;	
	width: 430px;
} 

.line
{
	width: 416px;
	margin: 1px 0 4px 0;
	border-bottom: 1px #6a6674 solid;
}



/*----------------------------------------------------------*/
/*--------------------TEAM LIST----------------------*/
/*----------------------------------------------------------*/



#team_list_container
{
	float: left;
	clear: both;
	margin: 0 140px 0 20px;
}

#team_list_container p
{
	margin: 0 0 1em;
	font-weight: normal;
}

span.team-label
{
	color: #999;
}



/*----------------------------------------------------------*/
/*----------------------TESTIMONIALS------------------------*/
/*----------------------------------------------------------*/


#testimonial_container
{
	position: absolute;
	top: 0;
	right: 40px;
	width: 396px;
	height: 450px;
	padding-top: 17px;
	background: url(/images/testimonials_background.gif) repeat-x;
}

.testimonials_link
{
	position: absolute;
	right: 60px;
	bottom: 18px;
}

.prev
{
	left: 535px;
	right: inherit;
}


/*----------------------------------------------------------*/
/*---------------------------NEWS---------------------------*/
/*----------------------------------------------------------*/

.news 
{
	padding: 20px 20px;
}

.news .news-story
{
	padding: 0 0 25px;
	border-bottom: 1px solid #999;
	margin: 25px 0 0;
	overflow: auto;
	width: 695px;
}

.news .date
{
	margin: 25px 0 0;
	text-transform: uppercase;
	font-size: 1.1em;
}

.news p
{
	margin: 1em 0;
}

.news h2
{
	font-size: 1.6em;
	font-weight: normal;
}

.news .col1,
.news .col2
{
	width: 326px;
	margin: 0 40px 0 0;
	float: left;
}
.news .col2
{
	margin: 0;
}
.news .top-pagination-holder
{
	position: absolute;
	top: 35px;
	right: 240px;
	overflow: auto;
	width: 400px;
}

.news ul.pagination
{
	float: right;
	overflow: hidden;
}

.news ul.pagination li
{
	float: left;
}

.news ul.pagination li a
{
	font-size: 1.1em;
	padding: 0 8px;
	border-right: 1px solid #87888A;
	line-height: 1em;
	display: block;
}

.news ul.pagination li.last a
{
	padding-right: 0;
	border: none;
}

a.arrow-left
{
	padding-left: 10px !important;
	background: url(/images/arrow_left.gif) center left no-repeat;
}

a.arrow-right
{
	padding-right: 10px !important; 
	background: url(/images/arrow_right.gif) center right no-repeat;
}

/* Terms */
.terms
{
	padding: 20px 20px 45px;
	width: 695px;
}

.terms h1
{
	margin: 1.5em 0 1em;
}

.terms p
{
	margin: 1em 0;
}

/*----------------------------------------------------------*/
/* type */

h1
{
	font-size: 22px;/*2.2em;*/
	color: #83B2D8;
	font-weight: normal;
	margin-bottom: 6px;
	text-transform: uppercase;
}
 
 
h1.portfolio_panels
{
	float:left;
	clear: both;
	margin: 28px 0 28px 19px;
}
 

h1.topspaced
{
 	float:left;
	clear: both;
	margin: 28px 0 10px 19px;
 }
 
 
.jetbackground h1
{
	color: #2b3547;
}


h2
{
	font-size: 17px; /*1.7em;*/
	color: #83B2D8;
	font-weight: normal;
}

h2.replace
{
	height: 1.35em;
}


p
{
	font-size: 1.3em;
}

#testimonial_container p
{
	margin: 15px 17px 0 17px;
}


.blue
{
	color: #83B2D8;
}

#testimonial_container .blue
{
	margin-top: 0;
}

.jetbackground p
{
	color: #ededee;
}



 
/*MY NEED TO MOVE */
.typeholder430
{
	position: absolute;
	bottom: 40px;
	left: 20px;	
	width: 430px;
}

.typeholder430 p
{
	margin: 0 0 1em;
}

.typeholder430 a
{
	font-size: 1em;
	color: #CFD0D2;
}

.typeholder430 a:hover
{
	color: #83B2D8
}

#press-content
{
	position: absolute;
	top: 280px;
	left: 20px;	
}

#press-content ul
{
	margin-left: 0;
	clear: none;
	float: left;
	margin: 0 10px 0 0;
	width: 220px;
}

new_project_list

.contact_us
{
	bottom: 35px;
}

img.portrait,
iframe.portrait,
#side-flash
{
	position: absolute;
	top: 0;
	right: 40px;
}

p#copyright
{
	text-align: right;
	width: 968px;
	margin: -15px auto 0;
	font-size: 1em;
}

p#copyright a
{
	font-size: 1em;
}

