/* Stylesheets for Christine Lee's GULSTREAM/
   Explosive Image.
   Coder: Arleys
   Date: 8/9/07
*/


/****************
     GLOBAL
*****************/

*
{
 margin: 0;
 padding: 0;
}

html, body
{ 
 width: 100%;
 height: 100%;
 text-align: center;
 font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
 background: #cc3333 url(../images/nav-bg.gif) center top repeat-y;
}

a:link, a:visited
{
 color:  #ffcf4b;
 text-decoration: none;
}

a:hover, a:active
{
 color:  #000;
 text-decoration: underline;
}


/*************************
     GULFSTREAM PAGE
***************************/

#container
{
 width: 100%;
 height: 100%; 
}

#holder
{
 width: 933px;
 min-height: 530px;
 height: auto !important;
 height: 530px;
 margin: 0 auto;
 position: absolute;
 left: 50%;
 top: 50%; 
 margin-left: -466px;
 margin-top: -290px;
  /*background: green;*/
 /*border: 1px solid yellow;*/
}

#left
{
 width: 270px;
 min-height: 510px;
 height: auto !important;
 height: 510px;
 float: left;
 /*background: navy;*/
}

#left #logogulfstream
{
 width: 270px;
 height: 127px;
 background: url(../images/logo1.jpg) left top no-repeat;
}

#left #logogulfstream a
{
 width: 270px;
 height: 127px;
 display: block;
}

#left #logojupiter
{
 width: 270px;
 height: 127px;
 background: url(../images/logo2.jpg) left top no-repeat;
}

#left #logojupiter a
{
 width: 270px;
 height: 127px;
 display: block;
}

#left #nav
{
 width: 270px;
 height: auto;
 text-align: center;
}

#left #nav ul
{
 width: 270px;
 height: auto;
 list-style-type: none; 
 margin-top: 10px;
}

#left #nav ul li
{
 width: 135px;
 height: 30px;
 text-align: left;
 font-weight: bold;
 margin: 5px auto;
 }

#left #nav ul li a
{
 height: 30px; 
 display: block;
 text-decoration: none;
 line-height: 2em;
}

#left #nav ul li a:link, #left #nav ul li a:visited
{
 width: 130px;
 color: #fff;
 padding-left: 5px;
}

#left #nav ul li a:hover, #left #nav ul li a:active
{
 width: 115px;
 color: #000;
 background: #cc3333 url(../images/dots.gif) 5px center no-repeat;
 padding-left: 20px;
}
 

#right
{
 width: 663px;
 min-height: 500px;
 height: auto !important;
 height: 500px;
 float: left; 
 /*background: purple;*/
}

#content
{
 width: 663px;
 height: auto;
 margin-top: 50px;
 padding-top: 50px;
 border-top: 2px solid #000;
 /*background: red;*/
}

#content-left
{
 width: 450px;
 min-height: 435px;
 height: auto !important;
 height: 435px;
 float: left;
 padding-right: 60px;
 background: url(../images/page-bg_clear.jpg) right center no-repeat;
 text-align: justify;
 padding-bottom: 15px;
}

#content-left h4
{
 color: #fff;
 font-size: 14px;
 text-align: right;
 
}

#content-left h4 span.small
{
 font-variant: small-caps;
}

#content-left p
{
 margin-top: 20px;
 font-size: 14px;
}

#content-right
{
 width: 138px;
 height: auto; 
 float: right;
 text-align: right;
 /*background: purple;*/
}

#content-right img
{
 margin-bottom: 10px;
}

#bottom-text
{
 color: #fff;
 font-size: 12px;
 font-weight: bold;
}


#footer
{
 width: 868px;
 height:16px;
 margin-top: 0;
 border-top: 1px solid #fff;
 padding-left: 55px;
 padding-right: 10px;
 text-align: left;
 padding-top: 3px; 
 font-size: 12px;
 color: #fff;
}

#footer #designed
{
 float: left; 
}

#footer #copy
{
 float: right;
}

#footer a:link, #footer a:visited
{
 color:  #ffcf4b;
 text-decoration: none;
}

#footer a:hover, #footer a:active
{
 color:  #000;
 text-decoration: underline;
}

#contact-page p.contactp
{
 text-align: left;
 font-size: 20px;
 color: #fff;
 margin-top: 50px;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.8em;
}



#map
{
 width: 460px;
 height: 300px;
 margin-top: 20px;
 font-size: 14px;
 font-weight: bold;
 border:1px solid #000;
}

/****************
     CLASSES
*****************/

.clear
{
 clear: both;
}
