﻿/* page */
div#pCont
{
	width:860px;
	margin:2em auto;
}

/* header */
div#hCont
{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Main Menu Container */
div#mCont
{
	clear:both;
	float:none;
}

div#logos
{
	clear:right;
	display:none;
}

div#airLogo
{
	float:left;
	padding-bottom: 0px;
	*padding-bottom: 0px; /* IE6 */
	_padding-bottom: 0px; /* IE7 */
	
}

div#microSiteLogo
{
	padding-top: 10px;
	*padding-top: 10px; /* IE6 */
	_padding-top: 10px; /* IE7 */
	float:right;
	display:none;
}


/* user message */
p#userMessage
{
	padding: 0;
	margin: 0;
	line-height: normal;
	float: right;
	color:#77b800;
	font-size:0.8em;
}

/* header menu */
div.headerMenu ul
{
	clear:right;
	float:right;
	font-size:0.8em;
}
div.headerMenu ul li
{
	display:block;
	float:left;
	margin:0;
	padding:0 0.7em;
	border-right: 1px solid #666;
	color:#666666;
}
div.headerMenu ul li a
{
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

div.headerMenu ul li a:hover
{
	color:#77b800;
}

div.headerMenu ul li:hover
{
	color:#77b800;
}
div.headerMenu ul li.first
{
	padding-left:0;
}
div.headerMenu ul li.last
{
	padding-right:0;
	border-right:0;
}
div.homepagefeature
{
  width:650px;
  height:280px;
  /*z-index:-150;*/
    
}
fieldset
{
	border: 0px;
}


/* search */
fieldset.siteSearch
{
	padding: 0px 0px 0px 0px;
	clear:both;
	float: right;
	width: 20em;
}

fieldset.siteSearch input.text
{
	padding-top:0px; /* firefox */
	*padding-top:1px; /* IE6 */
	_padding-top:1px; /* IE7 */
}

fieldset.micrositeSearch
{
	padding: 0px 0px 0px 0px;
	clear:both;
	float: right;
    width: 23em;
}

/* chrome css hack */
body:nth-of-type(1) fieldset.siteSearch input.text
{
	padding-top:0px;
}

fieldset.siteSearch a
{
	padding:0px 10px 0px 0px; /* firefox */
	*padding:0px 0px 0px 0px; /* IE6 */
	_padding:0px 0px 0px 0px; /* IE7 */
	display:block;
	float:right;
	font-size:0.7em;
}

/* chrome css hack */
body:nth-of-type(1) fieldset.siteSearch a
{
	padding:0px 0px 0px 0px;
	display:block;
	float:right;
	font-size:0.7em;
}

/* main menu */
div.mainMenu
{
	margin:0 auto;
	margin-top:2em;
	height:100%;
}
div.mainMenu ul
{
	margin:0;
	padding: 0;
	z-index: 9999;
	/*white-space: nowrap;*/
}
div.mainMenu ul li
{
	position: relative;
	display: block;
	float:left;
	margin:0.5em 0;
	padding:0 7px;
	border-right: 1px solid #666;
	z-index: 9999;
}

div.mainMenu ul li a
{
	display:block;
	color:#666;
	text-decoration:none;
	font-weight: normal;
}

div.mainMenu ul li:hover a
{
	color:#77b800;
}
div.mainMenu ul li.active a
{
	color:#77b800;
}

div.mainMenu ul li.last
{
	padding-right:0;
	border-right:0;
}

div.mainMenu ul li ul
{
	position:absolute;
	top:1.22em;
	display: none;
	background:#fff;
	border:1px solid #ccc;
	border-bottom:0;
	z-index:9999;
	padding: 0;
	width:190px;
}

div.mainMenu ul li:hover ul
{
	display: block;
	left:0 !important;
	height:auto;
	padding-left: 0;
}

div.mainMenu ul li ul li
{
	clear:both;
	float:none;
	margin:0;
	padding:0;
	z-index:9999;
	border-right:0;
	cursor: pointer;
}

div.mainMenu ul li:hover ul li a
{
	padding:5px;
	border-bottom:1px solid #ccc;
	border-right:0;
	color:#666;
}

div.mainMenu ul li:hover ul li:hover a
{
	color:#77b800;
}

/* content */
div#cCont
{
	clear:both;
	padding: 20px 0px 0px 0px;
}

div#cContMain
{
	clear:both;
	padding: 20px 0px 0px 0px;
}

/* main content */
div#mainCont
{
	float:left;
	width:620px;
}

/* Search Content */
div#searchCont
{
	float:left;
	width: 100%;
}

/* additional content */
div#addCont
{
	padding: 0;
	float: right;
}

/* footer */
div#fCont
{
	clear:both;
	padding-top: 3em;
	font-size:0.8em;
}
div#fCont p
{
	clear:both;
	width:27em;
	margin:auto;
	color:#999;
	text-align:center;
}
div.footerMenu
{
	margin: auto;
	text-align: center;
}
div.footerMenu a
{
	color:#999;
	text-decoration:none;
	padding: 0px 5px 0px 5px;
}
/*div.footerMenu ul
{
	width:35em;
	margin:auto;
}
div.footerMenu ul li
{
	display:block;
	padding:0 0.5em;
	margin-left: 0px;
	float:left;
	border-right:0.08em solid #999;
	color:#999;
}
div.footerMenu ul li a
{
	color:#999;
	text-decoration:none;
}
div.footerMenu ul li.first
{
	padding-left:0;
}
div.footerMenu ul li.last
{
	padding-right:0;
	border-right:0;
}*/

/* elements */
body
{
	color:#666;
	font-family:Arial, Helvetica, Verdana, Sans-Serif;
	font-size:0.75em;
}
h1, h2, h3, h4, h5, h6
{
	color:#076324;
	font-weight:200;
}
h1
{
	color: #737173;
	font-size: 3em;
	padding: 0em 0em 0em 0em;
	display:block;
}
h1 a
{
	display:block;
	width:354px;
	height:58px;
}
h1 a
{
	/*background:url("../../Images/air_logo.gif") no-repeat;*/
}
h1 a span
{
	display:none;
}
h2
{	
	color: #076324;
	font-size: 1.3em;
	display:block;
	font-weight: bold;
	margin-bottom: 0px;
}
h2.newsEventsTitle
{
    padding-bottom: 5px;
}
h3
{
	color: #737173;
	font-size: 1.3em;
	display:block;
	font-weight: bold;
	margin-bottom: 0px;
}
h4
{
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 1.2em;
}
h5
{
	margin-bottom: 0px;
}
a
{
	color:#77b800;
	text-decoration:none;
	font-weight:bold;
}

input.pagination
{
	width:19px;
	height:20px;
	padding-bottom:4px;
	background:url("../../Images/pagination.gif") no-repeat;
	border:0;
	color:White;
	font-size:0.9em;
}

input.button, a.button, button.button
{
	height:22px;
	padding:0 1.1em 3px 1.1em;
	*padding:0 0.7em;
	background: url("../../Images/button.gif") center left repeat-x;
	border:0;
	color:white;
	font-size:0.9em;
	font-weight:bold;
	text-align: center;
}

a.button, button.button
{
	display:block;
	height:19px;
	padding:0 1.5em;
	padding-top:4px;
	*padding-top:4px;
	font-size:1em;
}

input.button:hover, a.button:hover
{
	background: url("../../Images/button.gif") center right repeat-x;
}

div.button
{
	margin-top: 3em;
	text-align: center;
}

/* classes */
.warning
{
	color:#ff0000;
}
.block
{
	display:block;
}

/* content block */
.contentBlock ul
{
	list-style-type: disc;
	line-height: 20px;
}

.contentBlock ul li ul
{
	margin-left: 17px;
	list-style-image: url('../../images/bullets/rightarrows.jpg');
}

/* feature bucket */
div.featureBuckets
{
	width:15.75em;
	min-width:188px;
}

div.bucket
{
	width:188px;
	margin-bottom:2em;
}

div.horizontalFeatureBuckets
{
	width:650px;
	height:172px;
	padding-top:0px;
	/*text-align:center;*/
	/*white-space: nowrap;*/
}



div.bucketHorizontal
{
	
	margin-bottom:2em;
	float:left;
	height:158px;
	/*padding-left: 14px;
	padding-right: 14px;*/
	padding-top:14px;
	display:inline-block;
   /* padding: 10px;*/
	
}
div.bucketInHorizontal
{
	width:207px;
	height:158px;
	border: none;
	margin: 0px 0px 0px 14px;
	
	/*padding: 10px 0px 0px 30px;*/
	/*padding: 10px 5px 10px 5px;*/
	

	background-image: url(/Images/backgrounds/horizonal_featurebucket.jpg); 
	background-repeat: repeat-x;
	/*The following was done without using image */
	/* For WebKit (Safari, Google Chrome etc) 
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d1d3d4));
		For Mozilla/Gecko (Firefox etc) 
	background: -moz-linear-gradient(bottom, #d1d3d4, #fff);
		For Internet Explorer 5.5 - 7 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#d1d3d4);
	For Internet Explorer 8 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#d1d3d4)";*/
}

div.bucketInHorizontal-first
{
	width:207px;
	height:158px;
	border: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	/*padding: 10px 5px 10px 5px;*/
	background-image: url(/Images/backgrounds/horizonal_featurebucket.jpg); 
	background-repeat: repeat-x;
}
div.alertImage
{
	padding: 0px 0px 10px 0px;
	_padding: 0px 0px 10px 0px;
	
}


div.bucketIn
{
	margin: 0;
	padding: 10px 5px 10px 5px;
	*padding: 10px 10px 10px 10px;
	_padding: 10px 10px 10px 10px;
	border: 1px solid #737173;
}
div.bucketIn div:hover
{
   /*color:#77b800;*/
}

div.alertHomeLink:hover
{
    color:#77b800;
}


div.bucketIn ul
{
	padding: 0px 0px 0px 0px
}

div.bucket h3
{
	font-size:1.3em;
}

div.bucket h3.featured
{
	padding:0.2em 0;
	background:#076324;
	color:#fff;
	font-size:1.1em;
	font-weight:200;
	text-align:center;
}

div.bucket span.note
{
	font-size:0.9em;
}

div.bucketHorizontal span.note
{
	font-size:0.9em;
}

/* archive search */
div#archive
{
	text-align:center;
	margin-bottom:2em;
}
div#archive h4
{
	margin:0.5em 0;
	font-size:1.3em;
	font-weight:200;
}
div#archive input
{
	margin-bottom:0.4em;
}
div#archive ul
{
	list-style-type: none;
	margin:0;
	padding-bottom: 10px;
}

div#archive ul.li
{
	padding-left: 0px;
}

/* found articles */
div.article
{
	margin-bottom: 2em;
}

div.article h3
{
	color: #076324;
	font-weight:bold;
}
div.article h3 a
{
	color: #666666;
	font-weight:bold;
	font-size: 15px;
	text-decoration: none;
}
div.article h3 a:hover
{
	color: #78B803;
}
div.article h3 a:hover
{
	color: #78B803;
}
div.article h4 a
{
	color: #076324;
	font-weight:bold;
	font-size: 14px;
	text-decoration: none;
}
div.article h4 a:hover
{
	color: #78B803;
}
div.article p
{
	padding: 0;
}
div.article a.moreLnk
{
	font-weight:bold;
	text-decoration: none;
}
div.articleIndent
{
	padding-left: 20px;
}
div.article ol li:before
{
	content: counter(start) ". "; 
	counter-increment: start
}

/* item detail */
div#itemDetail a#backToSection
{
	display:block;
	float:left;
	margin-bottom:2em;
	padding:0.2em 0.5em;
	background:#076324;
	color:#fff;
	font-weight:200;
	text-decoration:none;
}
div#itemDetail h3
{
	clear:both;
	font-size:1.3em;
}
div#itemDetail h4
{
	margin-top:0.6em;
	color:#77b800;
	/*font-size:1.4em;*/
}
div#itemDetail p
{
	margin-bottom:0.5em;
}

/* attachment list */
ul#attachmentList
{
	margin-top:1em;
	list-style-type:none;
}
ul#attachmentList li a.icon
{
	display:block;
	height:3.3em;
	_height:37px;
	min-height:37px;
	padding-left:40px;
	background-repeat:no-repeat;
	background-position:left;
	line-height:2.5em;
}

/* icons */
a.iconEXE
{
	background-image:url("../../Images/icons/exe.gif");
}
a.iconPDF
{
	background-image:url("../../Images/icons/pdf.gif");
}
a.iconZIP
{
	background-image:url("../../Images/icons/zip.gif");
}
a.iconHTML
{
	background-image:url("../../Images/icons/html.gif");
}
a.iconXLS
{
	background-image:url("../../Images/icons/xls.gif");
}
a.iconXLSX
{
	background-image:url("../../Images/icons/xlsx.gif");
}
a.iconDOC
{
	background-image:url("../../Images/icons/doc.gif");
}
a.iconDOCX
{
	background-image:url("../../Images/icons/docx.gif");
}
a.iconPPT
{
	background-image:url("../../Images/icons/ppt.gif");
}
a.iconPPTX
{
	background-image:url("../../Images/icons/pptx.gif");
}
a.iconLIC
{
	background-image:url("../../Images/icons/lic.gif");
}

/* Added by AIR */
div.lineindent
{
	padding-left:10px;
}

p.checkbox
{
	margin-bottom:0.6em;
}

p
{
	line-height: 20px;
	padding: 5px 0px 5px 0px;
	margin: 0;
}

/* Table Styles */

table#grayTable
{
	margin-top: 10px;
	border-spacing: 0;
	padding: 0;
	border-collapse: collapse;
}

table#grayTable th
{
	background-color:  #737173;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}

table#grayTable td
{
	vertical-align: top;
}

table#grayTable tr td ul
{	
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
} 

table#blueTable
{
	margin-top: 10px;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
}

table#blueTable th
{
	background-color:  #0081C6;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
}

table#blueTable td
{
	vertical-align: top;
}

table#blueTable tr td ul
{
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
} 

div.clickable 
{
	cursor: pointer;
}

div.clickable p:hover
{
   /* color:#77b800;*/
}

div.clickable strong:hover
{
   /* color:#77b800; */
}


div.clearleft
{
	clear: left;
}

div.left    
{
	float: left;
}

div.right
{
	float: right;
}

/* Content Downloads (i.e. PDF copy of an article) */
div#contentDownloads div
{
	padding-left: 10px;
	text-align: center;
}
div#contentDownloads img
{
	border: 0;
}

div#contentDownloadItem
{
	float: right; 
	text-align: center;
}

/* Paging Controls */
.paging a.inactive
{
	color:#666;
}

/* Questionnaire Styles */

.answerList
{
    padding: 10px 0px 10px 20px;
}

/*.thumbimages 
{
    border: 2px solid #FFFFFF !important; 
    } 
*/

#popup-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#popup-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 7px;
	z-index: 1101;
	outline: none;
	display: none;
}

.popup-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 7px;
	height: 7px;
	z-index: 1001;
}

#popup-bg-n {
	top: -7px;
	left: 0;
	width: 100%;
	background-image: url('shadow_n.png');
}

#popup-bg-ne {
	top: -7px;
	right: -7px;
	background-image: url('shadow_ne.png');
}

#popup-bg-e {
	top: 0;
	right: -7px;
	height: 100%;
	background-image: url('shadow_e.png');
}

#popup-bg-se {
	bottom: -7px;
	right: -7px;
	background-image: url('shadow_se.png');
}

#popup-bg-s {
	bottom: -7px;
	left: 0;
	width: 100%;
	background-image: url('shadow_s.png');
}

#popup-bg-sw {
	bottom: -7px;
	left: -7px;
	background-image: url('shadow_sw.png');
}

#popup-bg-w {
	top: 0;
	left: -7px;
	height: 100%;
	background-image: url('shadow_w.png');
}

#popup-bg-nw {
	top: -7px;
	left: -7px;
	background-image: url('shadow_nw.png');
}

