@charset "utf-8";
/* CSS Document */


/* =================== FORMATTING =================== */

/* ------- defaults -------- */

	body
	{
		margin: 0px;
		padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #999;
		background: #000;
	}
	
	object, embed 
	{
		outline:none;
                margin: 0;
                padding: 0;
	}
	
	p
	{
		margin: 0px;
		padding: 0px;
	}
	
	h1{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 22px;
		color: #181913;
	
	} 
	
	
	h2{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		margin-bottom: 22px;
		color: #aca474;
	
	} 
	
	h3{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 10px;
		color: #655d36;
		text-transform: uppercase;
	
	}

        h4{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 17px;
		color: #aca474;
                font-style: italic;
                margin-bottom: 1em;
	
	}
	
	h5
	{
	        font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		color: #aca474;
                font-style: italic;
                margin-top: 1em;
                padding-bottom: 0 !important;
	}
	
	a
	{
		text-decoration: underline;
		color: #fff;
	}
	a:visited
	{
		text-decoration: none;
		color: #fff;
		text-decoration: underline;
	}
	
	a:hover
	{
	color: #07E8E8;
	}
	

hr
{
   border: none;
   height: 1px;
   background: #2a2a25;
   margin: 1.5em 0;
}


.clr
	{
	  height:0; 
	  overflow:hidden; 
	  margin:0;
	  clear:both;
		
	
}


#menubar
{
   margin-top: 23px;
   width: 530px;
   float: left;
   display: inline;
}
#menubar li
{
   float: left;
   padding: 10px;
}
#menubar li a
{
   display: block;
   outline: none;
   background: url(/images/navigation.gif) no-repeat;
   text-indent: -9000px;
   height: 16px;
}
#menubar li a#nav_home
{
   width: 56px;
   background-position: 0 0;
}
#menubar li a#nav_home:hover
{
   background-position: 0 -16px;
}

#menubar li a#nav_about
{
   width: 129px;
   background-position: -56px 0;
}
#menubar li a#nav_about:hover
{
   background-position: -56px -16px;
}

#menubar li a#nav_work
{
   width: 58px;
   background-position: -185px 0;
}
#menubar li a#nav_work:hover
{
   background-position: -185px -16px;
}

#menubar li a#nav_services
{
   width: 75px;
   background-position: -243px 0;
}
#menubar li a#nav_services:hover
{
   background-position: -243px -16px;
}

#menubar li a#nav_contact
{
   width: 73px;
   background-position: -318px 0;
}
#menubar li a#nav_contact:hover
{
   background-position: -318px -16px;
}

a#nav_blog
{
   display: block;
   outline: none;
   text-indent: -9000px;
   width: 152px;
   height: 60px;
   background: url(/images/navigation.gif) no-repeat;
   background-position: -391px 0;
   margin: 12px 10px 0px 0px;
   float: right;
}
a#nav_blog:hover
{
   background-position: -543px 0;
}



.main{
    margin: 0px auto;
	width: 960px;
	text-align: left;
}



#head{
	overflow:visible;
        height: 94px !important;
}

#head_in{
	height: 55px;

}

#logo{
	margin-top: 35px;
	float: left;
	width: 183px;
	padding-left: 34px;
	
}

#nav{
	margin-top: 39px;
	float: right;
	width: 746px;
	height: 44px;
	background: url(../images/button_back.jpg) repeat-x;
	
}

#tall_buttons{
	float: left;
	width: 570px;
	height: 90px !important;
	padding-top: 4px;
}

#tall_button_in{
	width: 560px;
	padding-left: 30px;
}


#buttons{
	border-left: 2px solid #031c23;
	height: 44px;
	width: 530px;
	
	
}

#left{
	float: left;
}

#right{
	float: right;
}

#portarea{
	background: #000;
	margin: 0px 0px 60px 0px;

}

#news_area{
	width: 212px;
	float: left;
	background: #fff;
	border-top: 6px solid #aca474;
	position: relative; top: -6px;
}

#news_box{
	margin-top: 27px;
	background: #fff;
}

#news_box-port{
	background: #fff;
}

#news_text{
	margin: 25px 24px 20px 24px;

}

#bottom_area{
	background:url(/images/white_back.gif) #181913 repeat-x top;
	text-align: center;
}

#bottom_shade
{
	background:url(/images/white_grade_full.jpg) no-repeat top center;
}

#exclusive_area{
	margin-top: 7px;
	float: right;
	width: 175px;
	padding-bottom: 20px;

}

.dotted{
	height:5px;
	margin: 20px 0px 10px 0px;
	border-bottom: 1px dotted #fff;
}

#content_area{
	float: left;
	width: 747px;
	position:relative;
}


#content_headings{
	float: left;
	padding: 32px 0px 0px 35px;
	height: 44px;
	overflow: hidden;

}

.port_headings{
	padding: 25px 0px 0px 35px;

}

#content_text{
	float: left;
	width: 500px;
	padding: 45px 0px 25px 35px;

}

#content_text ul
{
   list-style: disc outside;
   margin-left: 20px;
}
#content_text ul li
{
   list-style: disc;
}

#content_text p
{
   margin-bottom: 1em;
}

#dotted_lineL{
	width: 212px;
	border-right: 1px dotted #025863; 
}

.sidetext{
	color:#999999;
	font-size:10px;
	line-height: 14px;

}

.exclusive_placement{
	margin: 18px 0px 0px 40px;

}

.services_thumb1{
	margin: 50px 0px 15px 0px;

}

.services_thumb2{
	margin: 15px 0px 15px 0px;

}

.boxer_email{
	margin: 15px 0px 15px 23px;

}

.exclusive_thumb1{
	margin: 45px 0px 20px 23px;

}

.exclusive_thumb2{
	margin: 0px 0px 20px 23px;

}


.news{
	margin: 12px 0;
	font-size: 10.5px;

}

.news_date{
	margin: 12px 0;
	font-size: 9px;
	color: #CCCCCC;

}


.sub_heading
{
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #808B47;
                font-style: italic;
	
	
}

.email{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 12px;
	color: #655d36;

}

.flash_spacer
{
   margin-bottom: 0px;
}

.news_placement{
	margin-top: 35px;
	margin-left: 85px;

}

#flash_gallery
{
   position: relative;
}

#blog_placement{
	margin: 8px 8px 0px 0px;
	float: right;
}

#footer_in{
	height: 165px;
	background: #000;
	border-top: 4px solid #aca474;
   clear: both;
}

#footer_pad{
	margin: 0px auto;
	width: 960px;
	padding-top: 15px; 

}

#foot_left{
	float: left;
	width: 187px;
	border-right:1px dotted #aca474;
	padding: 18px 24px 18px 0px;

}

#foot_right{
	float: right;
	width: 600px;
	padding-top: 45px;

}

#foot_logo-text{
	float: right;
	text-align: right;
        width: 590px !important;

}

.foot_links{
	text-align: right;
	line-height: 18px;

}

.foot_links a{
	text-decoration: none;

}

.foot_links a:hover{
	text-decoration: underline;

}

.copyright{
	margin: 0px auto;
	width: 600px;
	font-size: 10px;
	color: #333333;
	padding: 20px 0px;
	text-align: right;
        float: right;
}

.services{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	text-align:center;
	line-height: 30px;
	color: #fff;
	
}

#services_area{
	height: 414px;
	width: 960px;
	background:url(../images/services_test.gif) repeat-x top;

}

#services_block1{
	float: left;
	margin-top: 200px;
	width: 320px;
	display:block;	

}

.line{
	margin: 10px 0px;
}

#foot_grade{
	margin: 0px auto;
	height: 119px;
	width: 960px;
	background:url(../images/foot_grade.jpg) repeat-x top;
	

}

#buzz_pad{
 	margin: 6px;

}

#port_detail_pad{
 	margin: 6px 12px 26px 18px;

}

.contact_connect{
	font-size:10px;
	
}


.link{
	color: #fff;
	
}

.link a{
	color: #fff;
	text-decoration:underline;
	
}

.link a:visited{
	color: #fff;
	
}

.link a:hover{
	color: #07E8E8;
	
}

.right{
	float: right;
}

#buzzhead_pad{
	float: right;
	margin: 12px 10px 0px 0px;
}

.gold{
	color: #aca474;
}

.gold a{
	color: #aca474;
	text-decoration: none;
}

.gold a:hover
{
	color: #07E8E8;
	text-decoration: underline;
}

.left_white_shade
{
	width: 38px;
	height: 68px;
	background: url(/images/white_grade2.png) no-repeat;
	float: right;
}

.white{

	color: #fff;
}

.no_border
{
   border: none !important;
}




/****** CONTACT FORM ********/

#contact_form
{
    width: 500px;
    margin: 0 auto;
    margin-bottom: 3em;
}

#contact_form input, #contact_form textarea
{
    font-size: 1.6em;
    font-family: Arial;
}

#contact_form label
{
   margin-bottom: .5em;
   display: block;
}

.contact_leftcolumn
{
   width: 227px; 
   float: left;
}
.contact_rightcolumn
{
   width: 200px; 
   margin-left: 30px;
   float: left;
}
#business_name
{
   padding: 4px;
   width: 225px;
}

#business_email
{
   padding: 4px;
   width: 225px;
}

#business_message
{
   padding: 4px;
   width: 480px;
   height: 150px;
}

.contact_info
{
   padding-top: 2em;
   margin: 2em 0;
   text-align: center;
}

.contact_message_area
{
   margin-top: 2em;
}

.contact_bottom
{
   margin-top: 2em;
   text-align: right;
   width: 510px;
}

#contact_stripe
{
   height: 98px;
   padding-left: 27px;
   margin: 0;
   background: url(/images/contact_stripe.jpg) repeat-x;
}

#contact_left
{
   width: 160px;
   float: left;
   text-align: center;
   margin-left: 20px;
   margin-right: 20px;
   padding-top: 40px;
}

#contact_left ul
{
   margin-top: 100px;
}
#contact_left p
{
   display: block;
   padding: 15px 0px;
   border: solid 1px #2c2b27;
   border-width: 1px 0;
   margin: 10px 0;
}
#contact_left a
{
   color: #b1a77b;
   font-size: .8em;
   text-decoration: none;
}

.contact_security
{
   text-align: left;
   margin: 2em 0px 1em 0;
}

.contact_security_word
{
   padding: 4px;
   width: 165px;
   margin-top: .5em;
}


#post_head img
{
   position: relative;
   left: 140px;
   top: -30px;
}

#contact_header
{
   text-align: center;
}


.submit_button_large
{
   background: #FFF;
}



/**** NEWS ACCORDION ****/
#news_text{
	margin: 5px 5px 5px 5px;
	z-index: 1;

}

.news{
margin: 12px 0;
font-size: .9em;

}

.ui-accordion-content p
{
	font-size: .8em;
	color: #545045;
}
.ui-accordion-content a
{
color: #808441;
font-size: 10px;
line-height: 8px;
}

.news_date{
margin: 12px 0;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
color: #808441;

}

.newshead{
font-size: 1.15em;
color: #515245;

}

.newshead a{
font-size: 1.15em;
color: #515245;
text-decoration: none;

}	

.newshead a:hover{
	text-decoration: underline;
}
	
.newshead a:visited{
	color: #515245;
}


#news_header
{
	float: left;
	margin: 30px 0 0 30px;
}

#buzz_button
{
   margin: 0 !important;
   padding: 0 !important;
   position: relative;
   top: 2px;
}

#news_top { height: 25px; border-bottom: solid 1px #D1CEB8; } 
.ui-accordion .ui-accordion-header { outline: 0; cursor: pointer; position: relative; margin-top: 1px; padding: 10px; padding-left: 30px; display: block; background: url(/images/news_arrow.gif) no-repeat 10px 25px; height: 40px; border-bottom: solid 1px #D1CEB8; }
.ui-accordion .ui-state-active { outline: 0; cursor: pointer; position: relative; margin-top: 1px; padding: 10px; padding-left: 30px; background: url(/images/news_arrow-over.gif) #EAE8D3 no-repeat 10px 25px; height: 40px;display: block; border-bottom: none; }
.ui-accordion .ui-accordion-content { padding: 0 10px 23px 10px; }
.ui-accordion .ui-accordion-content-active { padding: 0 10px 23px 10px; background: #EAE8D3; border-bottom: solid 1px #D1CEB8; overflow: hidden; }

#mod_news_listing
{
   margin: 0 !important;
   list-style: none;
}

#mod_news_listing li
{
   margin-bottom: 20px;
   padding-bottom: 20px;
   border-bottom: dotted 1px #ACA474;
   list-style: none !important;
   font-size: 1.0em;
}

#mod_news_listing h4
{
   font-size: 1.2em;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-style: italic;
   margin-bottom: .6em;
   color: #aca474;
}

#mod_news_single h4
{
	font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 18px;
		margin-bottom: .3em;
		color: #aca474;
}

.mod_news_published_date
{
   font-size: .85em;
   margin-bottom: 1em;
}

.article_info



{
   font-size: .9em;
   display: block;
   margin-top: 3em;
}

.center
{
   text-align: center;
}

.left_img
{
   float: left;
   margin: 0 10px 10px 0;
}

.right_img
{
   float: right;
   margin: 0 0 10px 10px;
}

.text_image
{
   vertical-align: middle;
}

#port_title
{
   color: #655d36; 
   position: relative;
   top: -5px;
}

#port_specs
{
   padding: 20px 20px 10px 20px;
}
#port_specs h5
{
   font-family: Georgia, Times, Arial;
   font-size:10px;
   color: #655d36;
}
#port_specs p
{
   font-size: 1.1em;
   margin-bottom: 1em;
}
#port_specs a
{
   color: #4D6EA9;
   text-decoration: none;
}
#port_specs img
{
   vertical-align: middle;
}
#port_company_photo
{
   text-align: center;
}

#port_subcontent
{
   text-align: center;
   margin-top: 40px;
}

#port_subcontent img
{
   border: solid 3px #aca474;
}
#port_subcontent p
{
   margin-bottom: 20px;
}


.form_errors
{
   margin: 0 0 2em 50px;
   color: #C00;
   width: 500px;
}

#post_comments
{
   margin: 2em 0 1em 0;
   border-bottom: dotted 1px #808B47;
}

#post_comment label
{
   font-size: 1.2em;
   margin: 0 !important;
}
#post_comment input, #post_comment textarea
{
   padding: 5px;
}
.news_comment
{
   padding: 10px;
   border: solid 1px #808B47;
   background: #0E0F09;
   color: #999;
   margin-bottom: 1em;
   
}
.comment_info
{
   font-size: .8em;
   color: #808B47;
}
.poster_name
{
   font-weight: bold;
   font-size: 1.2em;
   color: #EEE;
}

.blog_header
{
   display: block;
   padding-left: 50px;
   background: url(/images/icon_comment.jpg) no-repeat left;
   height: 25px;
   padding-top: 2px;
}

#mod_news_categories
{
   padding: 20px;
   border: solid 1px #aca474;
}
#mod_news_cat_links
{
   margin-left: 1em;
}
#mod_news_cat_links li
{
   margin-bottom: .5em;
}
#mod_news_cat_links li a
{
   color: #aca474!important;
}

#commentform input[type=text]
{
   width: 300px;
}

.social_bookmarks{
	padding: .3em !important;
	height: 16px;
	margin: 0.5em 0;
}
.social_bookmarks ul, 
.social_bookmarks li{
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none;
	display: inline;
	background: 0 !important;
	border: 0 !important;
}
.social_bookmarks ul{
	display: block;
}
.social_bookmarks a{
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9000px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	opacity:0.75;
	background: url(/images/social_bookmarks.png) 0 0 no-repeat;
}

.social_bookmarks a:hover{
	opacity: 1;
}
.social_bookmarks .stumble_upon a{
	background-position: -32px 0;
}
.social_bookmarks .digg a{
	background-position: -64px 0;
}
.social_bookmarks .delicious a{
	background-position: -48px 0;
}
.social_bookmarks .twitter a{
	background-position: 0px 0;
}
.social_bookmarks .facebook a{
	background-position: -16px 0;
}
.social_bookmarks .rss a{
	background-position: -80px 0;
}

.copyright img
{
   margin-left: 5px;
}

#hof_members
{
   margin-left: 20px;
}

#hof_members dd
{
   font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		color: #ACA474;
   font-weight; bold;
		-text-transform: uppercase;
}
#hof_members dt
{
   font-style: italic;
   margin-bottom: 1em;
}

/*** LIGHTBOX ***/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }

#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.port_item
{
    float: left;
    margin: 8px;
    
}
.pitem
{
    padding: 7px;
    background: #FFF;
    border: solid 1px #CCC;
    display: block;
}
.pitem:hover
{
    background: #ACA474;
}
