/*
Theme Name: Gemini Helicopters
Theme URI: http://www.imagedesignpros.com
Description: Custom template for Gemini Helicopters
Version: 1.0
Author: Image Design
*/

*{
	margin:0px;
	padding:0px;
}
html, body{
	height:100%;
}
body{
	background: #141414;
	min-height: 780px;
	height:auto !important;
	height: 780px;
	font: 62.5% Arial, Helvetica, sans-serif;
}

#OuterContainer{
	background: #000000 url(images/sky_container.jpg) no-repeat center top;
	position: relative;
	height: 780px;
	width: 1110px;
	margin-left: auto;
	margin-right: auto;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
}
#InnerContainer {
	position: absolute;
	width: 750px;
	height: 580px;
	left: 30px;
	top: 0px;
	padding-top: 200px;
	padding-left: 180px;
	padding-right: 180px;
}
#anniversary {
	background: url(images/10year.png) no-repeat;
	position: absolute;
	height: 85px;
	width: 145px;
	top: 80px;
	right: 178px;
}
#anniversary span {
	margin-left: -9999em;
	position: absolute;
	left: 0px;
	top: 0px;
}
#Footer {
	position: absolute;
	height: 300px;
	width:1110px;
	left: -30px;
	bottom: 0px;
	z-index:20;
}
#Logo {
	background: url(images/gemini_logo.png) no-repeat;
	position: absolute;
	height: 250px;
	width: 175px;
	left: 67px;
	top: 15px;
	z-index:25;
	border:none;
}
#Logo span {
	margin-left: -9999em;
	display: block;
	color: #FFF216;
}
#SecureMenu {
	position: absolute;
	top: 0px;
	right: 110px;
	z-index:25;
}
#SecureMenu li {
	background: url(images/securebox_left.png) no-repeat left top;
	height: 24px;
	padding-left: 11px;
}
#SecureMenu li a {
	background: url(images/securebox_right.png) no-repeat right top;
	line-height: 20px;
	display: block;
	height: 24px;
	padding-right: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #66A4D7;
	text-transform: uppercase;
	font-size: 0.9em;
}
#SecureMenu li a:hover, #SecureMenu li a:active, #SecureMenu li a:focus{
	color:#FFF;
}
#Menu {
	text-align: right;
	position: absolute;
	width: 114px;
	left: 61px;
	top: 255px;
	z-index:21;
}
#Menu li{

}
#Menu li a{
	display:block;
	width: 104px;
	line-height:28px;
	background: url(images/menu_single.png) no-repeat 100px 100px;
	text-decoration:none;
	font-weight: bold;
	color: #004B8D;
	text-transform: uppercase;
	padding-right: 10px;
	font-size: 1.2em;
}
#Menu li a:hover, #Menu li a:focus, #Menu li a:active{
	color:#FFF216;
}
#Menu li.current_page_item a{
	background: url(images/menu_single.png) no-repeat 0px 0px;
	color:#FFF;
	line-height:32px;
	width: 109px;
	padding-right: 5px;
}
#Menu li.current_page_parent a, #Menu li.page_parent.current_page_item a{
	background: url(images/menu_parent.png) no-repeat 0px 0px;
	color:#FFF;
	line-height:32px;
	width: 109px;
	padding-right: 5px;
}
#Menu li ul{
	background: url(images/menu_child.png) no-repeat 0px bottom;
	display:none;
}
#Menu li.current_page_parent ul, #Menu li.current_page_item ul{
	display:block;
}
#Menu li ul li a, #Menu li.current_page_parent ul li a, #Menu li.current_page_item ul li a, #Menu li.page_parent.current_page_item ul li a{
	font-size:0.9em;
	background: none;
	line-height:normal;
	padding-bottom:9px;
	text-transform:none;
}
#Menu li ul li a:hover, #Menu li ul li a:active, #Menu li ul li a:focus, #Menu li ul li.current_page_item a{
	color:#FFF216;
}
p{
	line-height: 1.2;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	font-size: 1.2em;
}
p.wp-caption-text{
	line-height: 1;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1em;
	text-align:center;
	font-weight:bold;
}
a{
	color:#397BB4;
	font-weight:bold;
	text-decoration:none;
}
a:hover, a:focus, a:active{
	color:#004B8D;
	text-decoration:underline;
}
strong{
	font-weight:bold;
}
em{ 
	font-style:italic;
}
table{
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
table td{
	padding: 0.5em;
	vertical-align:top;
}
h1{
	font-size: 2.1em;
	color: #004B8D;
	font-weight:bold;
	border-bottom: solid 2px #FFF216;
	margin-bottom: 0.5em;
}
h2{
	font-size: 2em;
	color: #004B8D;
	font-weight:bold;
	border-bottom: solid 2px #FFF216;
	margin-bottom: 0.3em;
}
h3{
	font-size: 1.8em;
	color: #004B8D;
	font-weight:bold;
	margin-top: 0.5em;
	clear:both;
}
h4{
	font-size: 1.6em;
	color: #397BB4;
	font-weight:bold;
	margin-top: 0.5em;
}
h5{
	font-size: 1.5em;
	color: #004B8D;
	font-weight:bold;
	margin-top: 0.3em;
}
h6{
	font-size: 1.4em;
	color: #397BB4;
	font-weight:bold;
	margin-top: 0.3em;
}
.alignright{
	text-align:right;
}
.alignleft{
	text-align:left;
}
.aligncenter{
	text-align: center;
}
div.alignright, img.alignright, a.alignright img{
	float:right;
	margin-left: 1em;
}
div.alignleft, img.alignleft, a.alignleft img{
	float:left;
	margin-right: 1em;
}
#content{
	position:relative;
	overflow:auto;
}
.post{
	padding-bottom: 120px;
}
.post img, .wp-caption{
	border: solid 2px #CEDDF0;
	padding: 2px;
	text-align:center;
	margin-top: 0.3em;
}
.post .wp-caption img{
	border: none;
	padding: 0;
}
#content ul, #content ol{
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 1.1em;
	padding-left: 1em;
	margin-left: 1em;
}
#content ul{
	list-style:disc;
}
#content ol{
	list-style:decimal;
}
#content li{
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
.homecol {
	width: 242px;
	float: left;
	padding-right: 12px;
	position:relative;
	z-index:25;
}
.homecol.end{
	padding-right: 0;
}
.homecol h3 {
	font-size: 2.2em;
}
.homeblock {
	color: #FFFFFF;
	background: #82ABD7;
	border: 4px solid #004B8D;
	margin-bottom: 15px;
	height: 120px;
	overflow:hidden;
	position:relative;
	z-index: 21;
}
.homeblock p {
	padding-right: 0.6em;
	padding-left: 0.6em;
	font-size: 1.4em;
}
.homeblock .excerpt{
	height: 105px;
	overflow:hidden;
}
.homeblock .readmore {
	padding-top: 0px;
	font-size: 1em;
	font-weight: bold;
	margin-top: -0.5em;
	padding-left: 1em;
}
.homeblock .readmore a {
	font-weight: bold;
	color: #FFF216;
	text-decoration: none;
	display:block;
	width: 232px;
	height: 122px;
	position:absolute;
	top:0;
	left:0;
	z-index: 500;
}
.homeblock .readmore a:hover,.homeblock .readmore a:focus, .homeblock .readmore a:active{
	color:#004B8D;
}
.homeblock .readmore a span{
	display: block;
	position:absolute;
	left:10px;
	bottom:5px;
}
.homeblock h4 {
	color: #FFFFFF;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	font-size: 17px;
	width:100%;
}
.homeblock.fleet h4 {
	color: #FFFFFF;
	padding: 0.3em 0.4em 0.2em 0.4em;
	font-size: 17px;
	width:100%;
	position:absolute;
	left:0;
	bottom:0px;
	background: url(images/tran-blue.png);
}
.homeblock.fleet{
	background: #004B8D;
	height:290px;
	position:relative;
}
.homeblock.fleet a{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width: 240px;
	height:290px;
}
.homeblock .feature{
	float:right;
	margin-left: 0.5em;
	width:80px;
	height:120px;
	background-position:center top;
	background-repeat: no-repeat;
	xborder-left: 2px solid #FFFFFF;
}
.gallery-item{
	position:relative;
	z-index: 1;
}
.gallery-desc{
	position:absolute;
	width: 350px;
	overflow:auto;
	padding: 15px;
	z-index: 500;
	background: #fff;
	border:solid 2px #004B8D;
	text-align:left;
}
.gallery-list{
	float:left;
	margin: 10px 20px;
	text-align:center;
}
.gallery-list .title{
	font-size: 1.8em;
}