/*----------------------------------------------------------------
Avjet Homepage-Specific Stylesheet 
Version:	1.0
Author:		Josh Southern
email:		josh@threeseventeen.com
Updated:	09/11/07
----------------------------------------------------------------*/

/* Three Buttons */
#homebuttons {
	position: relative;
	width: 100%;
	height: 84px;
	margin: 0;
	padding: 0;
	background: #838383 url(../images/home_buttons_bg.jpg) top left no-repeat;
	float: left;
}
#leftbutton {
	display: block;
	position: relative;
	width: 261px;
	height: 84px;
	background: url(../images/GulfstreamExpertise.gif) 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.jpg) -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) top left no-repeat;
	float: left;
}
#rightbutton.active p, #rightbutton:hover p {
	padding: 25px 10px 0px 83px;
}

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