/*Copyright (c) 2009, Brexson Media Group. All rights reserved.
version: 1.0.0
Contains any elements that are common throughout the site. Mainly the core layout, font, and form settings.
*/
/*=========================================== CORE ===========================================*/
body {
	/*When in dreamweaver development, take out when done*/
	background:url(../images/bg-html.png) top repeat-x #e9eceb;
	margin:0;
	padding:0;
}

html {
	background:url(../images/bg-html.png) top repeat-x #e9eceb;
}

/*========================================== LAYOUT ==========================================*/
#wrapper {
	margin:0px auto;
	width:1000px;
}

#header {
	position:relative;
}
#footer {
	background:url(../images/footer-splitter.gif) top center no-repeat #fff;
	padding-top:2px;
	height:42px;
	width:1000px;
	float:left;
	clear:both;
	position:relative;
}

#footer p {
	margin-bottom:0;
}
#footer p img {
	margin-right:15px;
}
#bottom-text {
	width:1000px;
	float:left;
	clear:both;
	font-size:11px;
	color:#666;
	margin-top:12px;
	margin-bottom:20px;
}

#bottom-text a:link {
	color:#666;
	text-decoration:none;
}

#bottom-text a:visited {
	color:#666;
	text-decoration:none;
}

#bottom-text a:hover {
	color:#666;
	text-decoration:underline;
}

#bottom-text a:focus {
	color:#666;
	text-decoration:underline;
}

#bottom-text a:active {
	color:#666;
	text-decoration:none;
}


.footermenuCSS {
	margin:0;
	padding:0;
	list-style:0;
	display:block;
	float:left;
	width:500px;
}

.footermenuCSS li {
	margin:15px 10px 0px 0px;
	padding:0 10px 0 0;
	list-style:none;
	display:inline;
	border-right:1px solid #ccc;
	height:10px;
}

.footermenuCSS li.last {
	border-right:none;
}


.footermenuCSS li.separator {
	padding:0px 6px 0px 6px;
}

#created-by {
	float:right;
	width:450px;
	clear:right;
	text-align:right;
}
#copyright {
	width:1000px;
	float:left;
	clear:both;
	margin-top:10px;
}

#content {
	color:#666;
	font-size:11px;
	line-height:17.2px;
}

#content h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:17px;
	line-height:21px;
	font-weight:normal;
	text-transform:uppercase;
	/*background:url(../images/header-arrow.gif) right 2px no-repeat;*/
	/*background:url(../images/navtech-header-bg1.gif) no-repeat;*/
	padding-left:10px;
	margin-top:0px;
	height:21px;
}

#rightnav h1, #newsticker h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:17px;
	font-weight:normal;
	text-transform:uppercase;
	background:url(../images/header-arrow.gif) right 2px no-repeat;
	padding-right:20px;
	margin-top:0px;
}

#content h1 {
	margin:0px;
	margin-bottom:40px;
}
#menuwrapper {
	position:absolute;
	top:25px;
	right:25px;
	color:#666;
}
/*#menuwrapper {
	float:right;
}
#topmenu {
	float:right;
}
#menuwrapper #topmenu-leftcap {
	background:url(../images/topmenu-rightcap-sprite.png) no-repeat 0px 0px;

	height:25px;
	width:13px;
	float:right;
}
#menuwrapper #topmenu-leftcap:hover {
	background:url(../images/topmenu-rightcap-sprite.png) no-repeat 0px -25px;
}
#menuwrapper #topmenu-rightcap {
	background:url(../images/topmenu-leftcap-sprite.png) no-repeat 0px 0px;
	height:25px;
	width:13px;
	float:right;
}
#menuwrapper #topmenu-rightcap:hover {
	background:url(../images/topmenu-leftcap-sprite.png) no-repeat 0px -25px;

}*/
.breadcrumbsCSS {
	position:absolute;
	top:30px;
	left:0px;
	font-size:11px;
	color:#fff;
	width:auto;
}
.breadcrumbsCSS a:link {
	color:#fff;
}

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

.breadcrumbsCSS a:hover {
	color:#fff;
}

.breadcrumbsCSS a:focus {
	color:#fff;
}

.breadcrumbsCSS a:active {
	color:#fff;
}
/*.topmenuCSS, .topmenuCSS li {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	height:25px;
}*/
#advSearch {
	display:none;
}
/*.topmenuCSS {
	text-align:center;
	line-height:25px;
	float:left;
	padding:0px;
	font-size:11px;
}

.topmenuCSS li {
	float:left;
}
.topmenuCSS a {
	display:block;
	height:25px;
	float:left;
	background:url(../images/topmenu-bg-sprite.gif) repeat-x 0px 0px;
	padding:0px 10px 0px 10px;
	text-align:center;
}
.topmenuCSS a#Link1040Group1 {
	background:url(../images/topmenu-leftcap.png) no-repeat 0px 0px;
	
}
.topmenuCSS a#Link1040Group1:hover {
	background:url(../images/topmenu-leftcap.png) no-repeat 0px -25px;
	
}
.topmenuCSS a#Link1108Group1 {
	background:url(../images/topmenu-rightcap.png) no-repeat right 0px;
	
}
.topmenuCSS a#Link1108Group1:hover {
	background:url(../images/topmenu-rightcap.png) no-repeat right -25px;
	
}
.topmenuCSS li a:link {
	color:#666;
	text-decoration:none;
}

.topmenuCSS li a:visited {
	color:#666;
	text-decoration:none;
}

.topmenuCSS li a:hover {
	color:#536395;
	text-decoration:underline;
	background-position:0px -25px;
}

.topmenuCSS li a:focus {
	color:#536395;
	text-decoration:underline;
}

.topmenuCSS li :active {
	color:#666;
	text-decoration:none;
}*/
/*========================================== FONTS ===========================================*/
p {
}

h1 {
}

h2{
}

h3{
}

h4{
}

h5{
}

h6{
}

a:link {
	color:#0e76bc;
	text-decoration:none;
}

a:visited {
	color:#0e76bc;
	text-decoration:none;
}

a:hover {
	color:#ce2a5f;
	text-decoration:underline;
}

a:focus {
	color:#ce2a5f;
	text-decoration:underline;
}

a:active {
	color:#0e76bc;
	text-decoration:none;
}

.breadcrumbsCSS a:hover,.breadcrumbsCSS a:active {
	color:#fff;
}
/*========================================== FORMS ===========================================*/
form {
}

form fieldset {
}

form label {
}

form select {
}

form textarea {
}

form input.text {
}

form input.button {
}

form input.checkbox {
}

form input.radio {
}

form input.file {
}

form input.image {
}

form input.hidden {
}
.content-table td, content-table tr, .content-table {
	border:0px;
}

.content-table {
padding:0; margin:0;
}
.vertical-border {
	background:url(../images/dotted-vertical-border.gif) center repeat-y;
}

.content-right h3 {
	margin-top:0px;
}

.content-left {
	width:342px !important;
	padding-left:0px !important;
}
.content-right {
	width:130px !important;
	padding-right:0px !important;
}

.dlicon {
	background:url(../images/icon-download.gif) no-repeat center left;
	padding-left:17px;i
}
#flashvid {
background:url(http://navtech.aero/skin/navtech/_assets/images/nav-right-flashplaceholder.gif) no-repeat center;
}


#PageId1150 #content h1 {
	background:url('../images/h1-bg-1150.gif');
}

#PageId1151 #content h1 {
	background:url('../images/h1-bg-1151.gif');
}

#PageId1154 #content h1 {
	background:url('../images/h1-bg-1154.gif');
}

#PageId1153 #content h1 {
	background:url('../images/h1-bg-1153.gif');
}

#PageId1152 #content h1 {
	background:url('../images/h1-bg-1152.gif');
}

/*HOMEPAGE Header BG*/	
.Parent1135 #content h1 {
	background:url('../images/h1-bg-1135.gif') no-repeat; 
}

/*Airline Solutions Header BG*/
.Parent1149 #content h1 {
	background:url('../images/h1-bg-1149.gif');
}

/*Media-event center Header BG*/
.Parent1042 #content h1 {
	background:url('../images/h1-bg-1149.gif');
}

/*Customer Service Header BG*/
.Parent1041 #content h1 {
	background:url('../images/h1-bg-1149.gif');
}

/*Contact Us Header BG*/
.Parent1108 #content h1 {
	background:url('../images/h1-bg-1149.gif');
}

/*About Us Header BG*/
.Parent1043 #content h1 {
	background:url('../images/h1-bg-1149.gif');
}


