/*----------------------------------------------------------------
Avjet Homepage-Specific Stylesheet 
Version:	2.0
Updated:	11/17/10
----------------------------------------------------------------*/

body.home #container {
	background: #fff;
}

/* Main Slideshow */
#maingraphic {
	display: block;
	position: relative;
	width: 100%;
	height: 412px; 
	border-top: 3px solid #FFFFFF;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#slideshow {
	display: block;
	height: 380px;
	background: #fff;
}
#bigslideshow-preload {
	display: none;
}

#topticksone {
	display: block;
	position: absolute;
	top: 10px;
	left: 0px;
}
#toptickstwo {
	display: block;
	position: absolute;
	top: 10px;
	left: 780px;
}
#bottomticksone {
	display: block;
	position: absolute;
	top: 360px;
	left: 0px;
}
#bottomtickstwo {
	display: block;
	position: absolute;
	top: 360px;
	left: -780px;
}

/* Section Navigation Elements */
ul#mainSectionNav {
	display: block;
	margin: 0;
	padding: 0;
	background: transparent;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 112px;
	list-style: none;
}
ul#mainSectionNav li {
	display: block;
	background: transparent;
	position: absolute;
	height: 112px;
	bottom: 0px;
	padding: 0;
	margin: 0;
}
ul#mainSectionNav li a {
	display: block;
	height: 22px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	color: #fff;
	text-decoration: none;
	font: bold 16px "Arial Narrow", Helvetica, Arial, sans-serif;
	text-align: center;
	vertical-align: bottom;
	padding: 5px 0;
	text-shadow: 1px 1px 2px #000;
	z-index: 10000;
}
ul#mainSectionNav li a:hover {
	text-decoration: none;
	color: #fff;
}
ul#mainSectionNav li#chartermainlink {
	left: 0px;
	width: 262px;
}
ul#mainSectionNav li#chartermainlink a {
	left: 0px;
	width: 262px;
	background: #000 url(../images/homesectionnav/charter-bg.gif) bottom left no-repeat;
}
ul#mainSectionNav li#salesmainlink {
	left: 260px;
	width: 260px;
}
ul#mainSectionNav li#salesmainlink a {
	left: 0px;
	width: 260px;
	background: #000 url(../images/homesectionnav/sales-bg.gif) bottom left no-repeat;
}
ul#mainSectionNav li#managementmainlink {
	left: 518px;
	width: 262px;
}
ul#mainSectionNav li#managementmainlink a {
	left: 0px;
	width: 262px;
	background: #000 url(../images/homesectionnav/management-bg.gif) bottom left no-repeat;
}
ul#mainSectionNav li div {
	display: block;
	position: absolute;
	top: 82px;
	z-index: 1000;
	height: 102px;
	padding: 10px 5px 0 100px;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
}
ul#mainSectionNav li div a, ul#mainSectionNav li#chartermainlink div a, ul#mainSectionNav li#salesmainlink div a, ul#mainSectionNav li#managementmainlink div a {
	display: inline;
	color: #D1681E;
	text-decoration: underline;
	font: 12px Arial, Helvetica, sans-serif;
	width: auto;
	background: transparent;
	top: auto;
	left: auto;
	bottom: auto;
}
ul#mainSectionNav li div a:hover, ul#mainSectionNav li#chartermainlink div a:hover, ul#mainSectionNav li#salesmainlink div a:hover, ul#mainSectionNav li#managementmainlink div a:hover {
	color: #346289;
}
ul#mainSectionNav li div#chartermainbox {
	left: 0px;
	width: 157px;
	background: #000 url(../images/homesectionnav/charter-bg.gif) bottom left no-repeat;
}
ul#mainSectionNav li div#salesmainbox {
	left: 0px;
	width: 155px;
	background: #000 url(../images/homesectionnav/sales-bg.gif) bottom left no-repeat;
}
ul#mainSectionNav li div#managementmainbox {
	left: 0px;
	width: 157px;
	background: #000 url(../images/homesectionnav/management-bg.gif) bottom left no-repeat;
}

/* Three Buttons */
#homebuttons {
	position: relative;
	width: 100%;
	height: 84px;
	margin: 0;
	padding: 0;
	background: #838383 url(../images/metal_middle_bg.jpg) top left no-repeat;
	float: left;
	border-bottom: 3px solid #fff;
}
#leftbutton {
	display: block;
	position: relative;
	width: 261px;
	height: 84px;
	background: url(../images/GulfstreamExpertise.gif?r=5) top left no-repeat;
	float: left;
}
#leftbutton.active, #rightbutton.active, #leftbutton:hover, #rightbutton:hover {
	background-position: top right;
}
#leftbutton h3, #rightbutton h3 {
	display: none;
}
#leftbutton p, #rightbutton p {
	display: none;	
}
#leftbutton.active p, #rightbutton.active p, #lefbutton:hover p, #rightbutton:hover p {
	display: block;
	font: 11px "Arial", arial, sans-serif;
	color: #333;  
	line-height: 1.4;
}
#leftbutton.active p, #leftbutton:hover p {
	padding: 45px 45px 0px 45px;
}

#middlebutton {
	display: block;
	width: 258px;
	height: 84px;
	float: left;
	background: url(../images/middle_bg.gif?r=4) -1px 0px no-repeat;
	position: relative;
}
#middlebutton img {
	float: left;
	margin: 12px 0px 0px 25px;
}
#middlebutton h3 {
	font: italic bold 16px "Arial", arial, sans-serif;
	color: #333;  
	padding: 10px 15px 0px 100px;
}
#middlebutton p {
	font: 11px "Arial", arial, sans-serif;
	color: #333;  
	line-height: 1.4;
	padding: 0px 15px 2px 100px;
}
#middlebutton p a {
	color: #333;
	text-decoration: underline;
}
#middlebutton p a:hover {
	color: #B9600B;
	text-decoration: underline;
}

#rightbutton {
	display: block;
	position: relative;
	width: 260px;
	height: 84px;
	background: url(../images/BBJExpertise.gif?r=3) top left no-repeat;
	float: left;
}
#rightbutton.active p, #rightbutton:hover p {
	padding: 25px 10px 0px 83px;
}

/* Main Content Elements */
body.home #content {
	padding: 15px 260px 50px 10px;
	width: 510px;
	background: url(../images/home_content_bg.jpg?r=2) -60px 0px no-repeat;
	position: relative;
	float:none;
	clear: both;
	min-height:235px;
}
body.home #content h2 {
	font: bold 16px Helvetica, Arial, sans-serif;
	color: #86b5c6;
}
body.home #content p {
	color: #fff;
}
body.home #content a {
	color: #fff;
	text-decoration:underline;
}
body.home #content a:hover {
	color: #86b5c6;
	text-decoration:underline;
}
body.home #latestnews {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 262px;
	background: transparent url(../images/news_left_border.jpg) 0px 10px no-repeat;
}
body.home #latestnews h3 {
	color: #fff;
	font: bold 14px Helvetica, Arial, sans-serif;
	width: 260px;
	height: 16px;
	margin-left: 2px;
	padding: 11px 0 9px 0;
	text-align: center;
	background: transparent url(../images/latest_news_header_bg.jpg) top left no-repeat;
}
body.home #latestnews a {
	display: block;
	color: #fff;
	padding: 15px 30px 10px 30px;
	text-decoration: underline;
}
body.home #latestnews a:hover {
	color: #86b5c6;
}


/* Styles to format footer elements */
body.home #footer {
	clear: both;
	position: relative;
	width: 100%;
	height: 61px;
	background: #838383 url(../images/home_footer_bg.jpg) bottom left no-repeat;
	border-top: 0px none;
}
ul#footerNav  {
	width: 420px;
	position: relative;
	left: 71%;
	top: 23px;
	list-style-type: none;
	text-align: right;
	margin: 0px 0px 0px -210px;
	height: 15px;
	padding: 0px;
}
a#arguslogo {
	position: absolute;
	width: 358px;
	height: 45px;
	bottom: 7px;
	left: 8px;
	text-decoration: none;
}
a#wyvernlogo {
	position: absolute;
	width: 115px;
	height: 42px;
	bottom: 0px;
	right: 15px;
	text-decoration: none;
}

