/***** Global Settings *****/
 
html, body {  
border:0;
margin:0;
padding:0;

}
 
body {
font-family:"Times New Roman", Times, serif;
font-size: 16px;
line-height:1.5em; 
}
/***** Wrapper *****/
 
#wrap {
width:100%;
margin:0 auto;
text-align:center;
color:#FEFEFE; 
min-width:824px;
}

.trans{  font-size:11px; line-height:1.2em; margin:0 0 10px 0; clear:both; padding:10px 0 0 0 }
.trans a{ color:#CCC; text-decoration:none }
.trans a:hover{ color:#fff; }

.front .trans{
margin:0 auto;
position:absolute; 
bottom:10px;
right:10px;
height:27px;
padding:3px 0 0 0;
}



.trans a{margin:0 5px }

/* Century Gothic, Verdana, helvetica, sans-serif; */

#red {background: #3b3d3f;}

#video{
padding-top:20px;
text-align:center;
}

/***** Layout *****/

#logo{
margin:auto;
padding:20px 0 10px 0;
}

#whiteframe{
width:100%; 

margin:17px auto 0;
position:relative;

}

#text_left, #thumb_listings, #text_left_press{
	float:left;
	overflow:auto;
	text-align:left;
	
}


#text_left, #text_left_press{

	width:25%;
	padding:20px;
	text-align:justify;
}



#thumb_listings{
	width:69%;	
	padding:11px 0 9px 9px;

}

#contact_left{
	

	width:30%;
	padding:20px;
	text-align:left;
	float:left;
}

#contact_right{
	width:60%;
	padding:0;
	float:left;
  min-height:480px;
  background:url(../images/contact.jpg) center center no-repeat;
}


#thumbnail{
	float:left;
	margin: 8px 6px;
	
}

#press_thumbnail{
	float:left;
	margin: 6px 2px;
}

#nav { width:639px; margin:17px auto; padding:0;  display:block} 

#nav li {
float:left;
list-style-type:none;
padding:0 18px 0 18px;

}

#nav li a {
display:block;
height:12px; 
background:transparent url(../images/nav_all.gif?q=123) no-repeat 0 0;
text-indent:-9009px;
}

#nav #port    {width:89px}
#nav #about   {width:80px; background-position:-124px 0;}
#nav #press   {width:46px; background-position:-250px 0;}
#nav #media   {width:52px; background-position:-344px 0;}
#nav #contact {width:102px; background-position:-435px 0;} 

#nav #home {background:transparent url(../new/images/home.gif) no-repeat 0 0; width:50px; ;}

#about_top{
	font:20px Garamond, Verdana, sans-serif;
	font-style:italic;
	/*background:url(../../images/about_header_bkg.jpg) no-repeat right;*/
	

	text-align:justify;
	padding:20px; 

}

#about_bottom{

	text-align:justify;
  padding:20px;
}

.about-image{float:left; margin:5px 20px 15px 0}

#about_bottom_text{
	overflow:auto;
	
	float:left;
	text-align:left;
	
}


.press_box{float:left; margin: 8px 6px; width:200px; height:265px; }
.press_text{width:auto; text-align:center; clear:both; color:#FEFEFE; }
.press_text a{color:#FEFEFE; }
.press_box img {
	border:1px solid #FEFEFE;
}






/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}
 
h2 {
clear:both;
font-size:18px;
font-weight:bold;
line-height:20px;
letter-spacing:1.5px;
text-transform:uppercase
}
#about_top h2 {font-style:normal }


h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}
 
p, ul, ol {
margin:0;
padding:0 0 18px 0;
}
 
ul, ol {
list-style:none;
padding:0 0 18px 40px;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited {

}
a {
  outline: none;
	color:#FEFEFE;
}
a:hover {
  outline: none;
	text-decoration:none;
	color:#FEFEFE;
}

/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em arial, helvetica, sans-serif;
}
 
textarea {
line-height:1.25em;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 18px 0;
padding:0;
}
 
  table tr td {
  padding:2px;
  }
 

/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
