/*
	vertavi.css
	1/12/09
	Developed by Eugene Barnes Website Design & Services
	www.eugenebarnes.com
	
	Colors:
	Dark Blue = #1b1663
	Lt Bkgnd = #efefd6
*/

/*Generic HTML Styles*/

html {
	background: #ccc url(../images/cloud-bkg.jpg) repeat;
}

body {
	margin-bottom: 30px;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

strong em {
	font-weight: bold;
	font-style: italic;
}

hr {
	border-top: 1px solid #ccc;
}


/*Color ALL*/
h1,h2,h3 {
	color: #c00;
}

h4,h5,h6 {
	color: #000;
}

/*Weight ALL*/
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

/*Individual Headers*/
h1 {
	font-size: 153.9%;
	margin-bottom: 6px;
}

h2 {
	font-size: 138.5%;
	margin-bottom: 6px;
}

h3 {
	font-size: 123.1%;
	margin-bottom: 3px;
}

h4 {
	font-size: 108%;
	margin-bottom: 2px;
}

h5 {
	font-size: 108%;
}

h6 {
	font-size: 108%;
	font-style: italic;
	font-weight: normal;
}

/*Paragraph Text*/
p {
	font-size: 100%;
	margin-bottom: 9px;
}




/*Lists*/

ul {
	margin: 0px 30px 9px 30px;
}

ul li {
	list-style: square outside;
	/*list-style: none/disc/circle/square/decimal/zero inside/outside url();*/
	margin-bottom: 3px;
}

ol {
	margin: 0px 30px 9px 30px;
}

ol li {
	list-style: decimal outside;
	/*list-style: none/decimal/lower-roman/upper-roman/lower-alpha/upper-alpha/lower-greek/lower-latin/upper-latin inside/outside;*/
	list-style-type: ;
	margin-bottom: 3px;
}

dl {
	
}

dl dt {
	list-style: none inside;
	/*list-style: none/disc/circle/square/decimal/zero inside/outside url();*/
	font-weight: bold;
	margin: 0px 30px 0px 15px;
}

dl dd {
	list-style: square outside;
	/*list-style: none/disc/circle/square/decimal/zero inside/outside url();*/
	margin: 0px 30px 9px 15px;
}


dl.featurelist {
	
}

dl.featurelist dt {
	list-style: none inside;
	/*list-style: none/disc/circle/square/decimal/zero inside/outside url();*/
	font-weight: bold;
	margin: 0px 30px 0px 0px;
}

dl.featurelist dd {
	list-style: none outside;
	/*list-style: none/disc/circle/square/decimal/zero inside/outside url();*/
	margin: 0px 30px 9px 0px;
}


/*Forms*/

div.formBoxTitle {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.formBoxTitle p {
	color: #666;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	margin-bottom: 5px;
}

div.formBoxTitle p em {
	color: #1b1663;
	font-size: 123.1%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	font-style: italic;
}


div.formBoxFooter {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.formBoxFooter p {
	color: #000;
	font-size: 85%;
	text-align: center;
	margin: 0px;
}

div.rightColFormSubmit {
	
}

div.rightColFormSubmit p {
	text-align: center;
}

div.rightColFormSubmit p input {
	text-align: center;
	margin: 10px 0px 0px 0px;
}


/*Call to Action box*/

div.callToActionTitle {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.callToActionTitle p {
	color: #666;
	font-size: 116%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	margin-bottom: 5px;
}

div.callToActionTitle p em {
	color: #1b1663;
	font-size: 123.1%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	font-style: italic;
}


div.callToActionFooter {
	margin-top: 5px;
	margin-bottom: 5px;
}

div.callToActionFooter p {
	color: #000;
	font-size: 85%;
	text-align: center;
	margin: 0px;
}



/*YUI Template Styles*/

div#doc2 {
	background: transparent url(../images/body-bkg.gif) no-repeat bottom center;
}

div#hd {
	background: transparent url(../images/header-bkg.gif) no-repeat;
	margin: 15px 0px 0px 0px;
}

div#bd {
	background-color: #fff;
	margin: 0px;
}

div#ft {
	background-image: url('../images/VertAvi-footer-09-01.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}


/*Template Specific Styles*/

/*Generic Positioning Styles*/

div.spacer {
	clear: both;
	font-size: 1%;
}

div.row {
	clear: both;
}


/*Top Navigation Bar*/

div#navbarTop {
	border: 1px solid #1b1663;
	/*background: #ccf url(../images/nav-bkg.jpg) repeat;*/
	margin: 0px 0px 0px 62px;
	height: 20px;
}

div#navbarTop div.navbutton {
	float: left;
	font-weight: bold;
}

div#navbarTop ul.navbar li {
	
	font-weight: bold;
	color: #1b1663;
	margin: 0px 0px 0px 0px;
	display: inline;
	letter-spacing: .13em;
	list-style-type: none;
	
}

div#navbarTop a {
	color: #fff;
	font-size: 85%;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

div#navbarTop a:link {
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	color: #fff;
	background-color: #1b1663;
}

div#navbarTop a:visited {
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	color: #fff;
	background-color: #1b1663;
}

div#navbarTop a:hover {
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	color: #000;
	background: #1b1663 url('../images/btn-ani-bkg.gif') repeat;
}



/*Top Navigation Bar for Gallery*/
div#gsHeader {
	background: #fff url(http://www.vertical-aviation.com/assets/images/nav-bkgnd.gif) no-repeat bottom left;
}

div#navbarTopGallery {
	/*border: 1px solid #1b1663;*/
	/*background: #ccf url(../images/nav-bkg.jpg) repeat;*/
	margin: 0px 0px 0px 62px;
	height: 20px;
	width: 950px;
}

div#navbarTopGallery div.navbutton {
	float: left;
	font-weight: bold;
}

div#navbarTopGallery ul.navbar li {
	
	font-weight: bold;
	color: #1b1663;
	margin: 0px 0px 0px 0px;
	display: inline;
	letter-spacing: .13em;
	list-style-type: none;
	
}

div#navbarTopGallery a {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	padding: 2px 5px 5px 5px;
}

div#navbarTopGallery a:link {
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	color: #fff;
	background-color: #1b1663;
}

div#navbarTopGallery a:visited {
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	color: #fff;
	background-color: #1b1663;
}

div#navbarTopGallery a:hover {
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	color: #000;
	background: #1b1663 url('../images/btn-ani-bkg.gif') repeat;
}


/*General Content Styles*/
div.contentWrapper {
	border: 1px solid #fff;
}


/*Left Column Content Styles*/

div#contentLeft {
	/*border: 1px solid #fff;*/
	margin: 20px 10px 0px 67px;
	/*background-color: #ffc;*/
}

div#contentLeft h1 {
	margin-bottom: 6px;
	font-size: 138.5%;
	font-weight: bold;
}

div#contentLeft h2 {
	margin-bottom: 6px;
	font-size: 123.1%;
	font-weight: bold;
}

div#contentLeft h3 {
	margin-bottom: 6px;
	font-size: 108%;
	font-weight: bold;
}

div#contentLeft p {
	margin-bottom: 6px;
	font-size: 100%;
}

div#contentLeft img {
	margin: 10px 0px;
}


/*Right Column Content*/

div#contentRightWrapper {
	border: 1px solid #fff;
	margin: 40px 20px 0px 0px;
}

div.rightColumnSubContent {
	margin-top: 20px;
}

span.rightColFormLabel {
	float: left;
	margin-top: 5px;
	width: 35%;
	text-align: right;
}

span.rightColFormLabel p {
	margin: 0px;
}

span.rightColFormField {
	float: right;
	margin-top: 5px;
	text-align: left;
	width: 63%;
}

span.rightColFormField input {
	width: 90%;
}

span.rightColFormField p {
	margin: 0px;
}

span.rightColRadioField {
	float: right;
	margin-top: 5px;
	text-align: left;
	width: 63%;
}

span.rightColRadioField input {
	/*width: 90%;*/
}

span.rightColRadioField p {
	margin: 0px;
}

span.rightColFormSubmit {
	float: right;
	margin-top: 5px;
	text-align: left;
	width: 78%;
}

span.rightColFormSubmitLabel {
	float: left;
	margin-top: 5px;
	width: 20%;
	text-align: right;
}



/*News Scroll Box*/

div#newsScrollWrapper {
	background: #fff url(../images/tab-news.gif) no-repeat top left;
	border: 1px solid #fff;
	margin-top: 25px;
}

div#newsScroll {
	border: 1px solid #ccc;
	background: #eee;
	height: 200px;
	overflow: auto;
	margin-top: 0px;
	width: 275px;
}

div#newsScroll h1, div#newsScroll h2, div#newsScroll h3, div#newsScroll p {
	margin-left: 10px;
	margin-right: 20px;
}

div#newsScroll p.newsDate {
	font-size: 93%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #999;
}

div#newsScroll p.newsTitle {
	font-size: 108%;
	font-weight: bold;
	color: #c00;
	margin-top: 0px;
}

div#newsScroll p.newsTitle a {
	font-size: 108%;
	font-weight: bold;
	color: #c00;
	margin-top: 0px;
}

div#newsScroll p.newsTitle a:link {
	text-decoration: none;
}

div#newsScroll p.newsTitle a:visited {
	text-decoration: none;
}

div#newsScroll p.newsTitle a:hover {
	text-decoration: none;
	color: #00c;
}

div#newsScroll p.newsTitle a:active {
	text-decoration: none;
}


/*News Content Styles*/

div#contentNews {
	/*border: 1px solid #fff;*/
	margin: 20px 10px 0px 67px;
	/*background-color: #ffc;*/
}

div#contentNews h1 {
	margin-bottom: 6px;
	font-size: 138.5%;
	font-weight: bold;
}

div#contentNews h2 {
	margin-bottom: 6px;
	font-size: 123.1%;
	font-weight: bold;
}

div#contentNews h3 {
	margin-bottom: 6px;
	font-size: 108%;
	font-weight: bold;
}

div#contentNews p {
	margin-bottom: 6px;
	font-size: 100%;
}

div#contentNews img {
	margin: 10px 0px;
}




/*Mag Reviews Box*/

div.rightColumnBox {
	margin-top: 10px;
	/*margin-right: 20px;*/
	border: 1px solid #ccc;
	background-color: #eee;
	width: 275px;
}


div.row span.magReviewsImage {
	float: left;
	margin: 10px 0px 10px 10px;
	width: 150px;
}

div.row span.magReviewsText {
	float: right;
	margin: 10px 10px 10px 0px;
	text-align: left;
	width: 95px;
}


/* FAQ Styles */

/*FAQ Wrapper*/
div#contentFAQ {
	border: 1px solid #fff;
	margin: 20px 10px 0px 67px;
	background-color: #fff;
}

/*FAQ Title*/
div#contentFAQ h1 {
	margin-bottom: 6px;
	padding-bottom: 6px;
	font-size: 138.5%;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

/*Question Links List*/
div#contentFAQ h2 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 2px;
	color: #c00;
}

div#contentFAQ h2 a:link{
	font-size: 100%;
	/*font-weight: bold;*/
	text-decoration: none;
	color: #c00;
}

div#contentFAQ h2 a:visited{
	font-size: 100%;
	/*font-weight: bold;*/
	text-decoration: none;
	color: #c00;
}

div#contentFAQ h2 a:hover{
	font-size: 100%;
	/*font-weight: bold;*/
	text-decoration: none;
	color: #f60;
}


/*FAQ Question*/
div#contentFAQ h3 {
	font-size: 108%;
	font-weight: bold;
	color: #c00;
	margin-top: 12px;
	margin-bottom: 6px;
}

/*FAQ Answer Text*/
div#contentFAQ p {
	font-size: 100%;
	font-weight: normal;
	color: #000;
	margin: 0px 40px 6px 40px;
}

/*FAQ Answer Image*/

.faqImage {
	margin: 15px 0px 15px 0px;
}

/*FAQ Table Styles*/
/*FAQ Table Heads*/
div#contentFAQ h4 {
	font-size: 108%;
	font-weight: bold;
	color: #c00;
	margin: 10px 40px 6px 40px;
}
/*FAQ Table Sub Heads*/
div#contentFAQ h5 {
	font-size: 93%;
	font-weight: bold;
	color: #000;
	margin: 10px 40px 6px 40px;
}

div#contentFAQ table {
	font-size: 100%;
	font-weight: normal;
	color: #000;
	margin: 0px 40px 6px 40px;
}

div#contentFAQ table tr td {
	font-size: 100%;
	font-weight: normal;
	color: #000;
	padding: 5px 10px 5px 10px;
	background-color: #ddd;
	border-bottom: 1px solid #fff;
}

/*Left Col Data Table Styles*/
/*Left Col Data Table Heads*/
div#contentLeft h4 {
	font-size: 108%;
	font-weight: bold;
	color: #000;
	margin: 6px 0px 3px 0px;
}
/*Left Col Data Table Sub Heads*/
div#contentLeft h5 {
	font-size: 93%;
	font-weight: bold;
	color: #000;
	margin: 6px 0px 3px 0px;
}

div#contentLeft table {
	font-size: 100%;
	font-weight: normal;
	color: #000;
	margin: 10px 0px 20px 0px;
	width: 400px;
}

div#contentLeft table tr th {
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px 5px 10px;
	background-color: #1b1663;
	border-bottom: 1px solid #fff;
}

div#contentLeft table tr td {
	font-size: 100%;
	font-weight: normal;
	color: #000;
	padding: 5px 10px 5px 10px;
	background-color: #ddd;
	border-bottom: 1px solid #fff;
}


/*Contact Form Styles*/

div.contactFormWrapper {
		margin-top: 10px;
		border: 1px solid #ccc;
		background-color: #eee;
		width: 545px;
}

span.contactFormLabel {
	float: left;
	margin-top: 5px;
	width: 35%;
	text-align: right;
}

span.contactFormLabel p {
	margin: 0px;
}

span.contactFormField {
	float: right;
	margin-top: 5px;
	text-align: left;
	width: 62%;
}

span.contactFormField p {
	margin: 0px;
}

span.contactFormSubmit {
	float: right;
	margin-top: 5px;
	text-align: left;
	width: 62%;
}

/*span.contactFormSubmit p input {
	margin-left: 60px;
}
*/
span.contactFormSubmitLabel {
	float: left;
	margin-top: 5px;
	width: 35%;
	text-align: right;
}



/* Alert Message Styles*/

div.alertWrapper {
	margin-top: 10px;
	border: 1px solid #ccc;
	background-color: #eee;
	width: 95%;
}

div.alertMsg {
	margin: 20px;
	background-color: #eee;
}

/*Image Thumb & Enlarged Styles*/

div.imgThumb {
	float: left;
	margin-right: 20px;
}

div.imgThumb p {
	text-align: center;
}

div.imgEnlarged {
	
}

div.imgEnlarged h2 {
	background-color: #1b1663;
	color: #fff;
	padding: 3px 0px;
}


/*Video Player*/

div.videoboxWrapper {
	background-color: #ddf;
	border: 1px solid #ddf;
	width: 360px;
	margin: 10px;
}

div.videobox {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
}


/*Feature Box*/

div.rightColLinkBox {
	border: 1px solid #1b1663;
	margin-top: 10px;
	background-color: #1b1663;
	width: 275px;
}

div.rightColLinkBox p {
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	margin: 3px 10px 3px 10px;
	background-color: #1b1663;
}
div.rightColLinkBox p a {
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	padding: 3px 10px 3px 20px;
}

div.rightColLinkBox p a:link {
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: #fff;
	background: #1b1663 url(../images/right_rnd_pointer.gif) no-repeat center left;
}

div.rightColLinkBox p a:visited {
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: #fff;
	background: #1b1663 url(../images/right_rnd_pointer.gif) no-repeat center left;
}

div.rightColLinkBox p a:hover {
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: #ff0;
	background: #1b1663 url(../images/right_rnd_pointer-hvr.gif) no-repeat center left;
}



ul.linklist {
	margin: 0px 0px 0px 0px;
}

ul.linklist li {
	margin: 3px 10px 3px 0px;
	list-style: none inside;
	font-weight: bold;
}
ul.linklist li a {
	padding-left: 20px;
}

ul.linklist li a:link {
	margin: 0px 10px 0px 20px;
	text-decoration: none;
	background: #fff url(../images/right_btn_pointer-fff.gif) no-repeat center left;
}

ul.linklist li a:visited {
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	background: #fff url(../images/right_btn_pointer-fff.gif) no-repeat center left;
}

ul.linklist li a:hover {
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: #f00;
	background: #fff url(../images/right_btn_pointer-ff0.gif) no-repeat center left;
}



/*Footer Styles*/

div.footerWrapper {
	border: 1px solid #fff;
	margin-left: 67px;
	margin-right: 30px;
}

div#footerContent {
	margin: 10px 0px 20px 0px;
}

div#footerContent hr {
	border-top: 1px solid #1b1663;
	height: 1px;
}

p.copyright {
	font-size: 77%;
	margin-bottom: 15px;
}



/*phpList Styles*/

font.required {
	font-size : 100%;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : red;
	text-decoration : none;
}

div.required {
	font-size : 100%;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000;
	text-decoration : none;
	text-align: right;
}


/*Form security styles*/

div.rowhighlight {
	clear: both;
	display: none;
}