/*
HTML Page elements
---------------------
*/

	body {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 15px;
		color: #ffffff;
		background-color: #4c75a2;
		background-image: url("/images/common/page_bg_tile.jpg");
		background-repeat: repeat-x;
	}
	
	.displayNone {
		display: none;
	}
	
	.clearBoth {
		display: block;
		clear: both;
		height: 1px;
		font-size: 1px;
		line-height: 1px;
	}
	
	p {
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	form {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	hr {
		display: none;
	}

	a {
		color: #ffff99;
	}
	
	a:visited {
		color: #B7D9F2;
	}
	
	a:hover {
		color: #FF9900;
	}
	
	.floatRight {
		float: right;
	}
	.floatLeft {
		float: left;
	}

	.introParagraph {
		font-size: 13px;
		line-height: 16px;
		font-weight: bold;
	}	
	
	.ibrochureButton {
		display:block;
		width:230px;
		margin-top:10px;
		height:15px; 
		line-height:15px;
		padding:5px;
		background-color:#ff8111;
		color: #ffffff;
		border: 1px solid #ffffff;
		text-decoration: none;
	}

	.ibrochureButton:visited {
		color: #ffffff;
		text-decoration: none;
	}
	
	.ibrochureButton:hover {
		background-color:#6da4c4;
	}


	/* Picture styling */
	
	.picBorder {
		border: 1px solid #000000;
	}
	
	.picLeft {
		display: block;
		clear: both;
		float: left;
		margin: 2px 10px 12px 0px;
	}
	
	.picRight {
		display: block;
		clear: both;
		float: right;
		margin: 2px 0px 12px 15px;
	}
	
	.picCenter {
		display: block;
		text-align: center;
		margin: 5px 0px 12px 0px;
	}
	

/*
Misc positioning elements
-------------------------
*/

	#miscTags {
		display: none;
	}
	
	#fullBrowserWidth {
		display: block;
		width: 100%;
		text-align: center;
	}

	#centeredPage {
		display: block;
		margin: 0px auto 0px auto;
		padding: 0px 0px 0px 0px;
		position: relative;
		width: 850px;
		min-height: 375px;
		_height: 375px;
		background-image: url("/images/common/menu_shadow.jpg");
		background-repeat: no-repeat;
	}

	#pageContent {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: relative;
		width: 850px;
		text-align: left;
	}

/*
Header elements
-------------------------
*/

	#headerArea {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: relative;
		width: 850px;
		height: 100px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	
	#headerLogo {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	#headerLogo img {
		display: block;
		position: absolute;
		top: 15px;
		left: 0px;
	}
	
	#headerArea h1 {
		display: none;
	}
	
	#headerArea p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#headerArea #cssLinks {
		display: block;
		position: absolute;
		top: 4px;
		left: 200px;
		width: 450px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		line-height: 12px;
		color: #8bbddb;
		text-align: center;
	}
	
	#headerArea #cssLinks a {
		color: #8bbddb;
		text-decoration: underline;
	}
	#headerArea #cssLinks a:visited {
		color: #8bbddb;
		text-decoration: underline;
	}
	#headerArea #cssLinks a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#headerArea #skipNav {
		display: none;
	}
	
	#bookButton {
		display: block;
		position: absolute;
		top: 22px;
		left: 650px;
	}
	
	#bookButton span {
		display: none;
	}
	
	#bookButton p a {
		display: block;
		width: 200px;
		height: 53px;
		background-image: url("/images/common/book_button_off.gif");
		background-repeat: no-repeat;
		cursor: pointer;
	}
	
	#bookButton p a span {
		display: none;
		width: 200px;
		height: 53px;
		background-image: url("/images/common/book_button_over.gif");
		background-repeat: no-repeat;
	}
	
	#bookButton p a:visited span {
		display: none;
	}
	
	#bookButton p a:hover span {
		display: block;
	}
	
	#bookButton p a span strong {
		display: none;
	}


/*
Column elements
-------------------------
*/

	#twoColumnLayout {
		display: block;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 30px 0px 0px 0px;
		width: 850px;
	}
	
	#twoColumnLayout .mainColumn {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
		width: 600px;
	}
	
	#twoColumnLayout .fullWidth {
		margin: 12px 0px 0px 0px;
		float: none;
		width: 850px;
	}
	
	#sigImage {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#sigImage {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#jsActivator #sigImage #hiddenIMG {
		display: none;
	}
	#sigImage #hiddenIMG.restored {
		display: block;
	}
	
	#sigImage img {
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
		border: 2px solid #ffffff;
	}
	
	#flashSigImage {
		display: block;
		position: relative;
		margin: -1px -5px 20px -5px;
		padding: 0px 0px 0px 0px;
		width: 610px;
		height: 260px;
	}
	
	#pageTitle {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 20px 0px;
	}
	
	#pageTitle p.breadcrumb {
		margin: 0px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		color: #96B0CB;
		font-size: 10px;
		line-height: 12px;
	}
	
	#pageTitle p.breadcrumb strong {
		color: #C3D4E6;
	}
	
	#pageTitle p.breadcrumb a {
		color: #C3D4E6;
		text-decoration: none;
	}
	#pageTitle p.breadcrumb a:visited {
		color: #C3D4E6;
		text-decoration: none;
	}
	#pageTitle p.breadcrumb a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#pageTitle h1 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 28px;
		line-height: 30px;
		color: #ffffff;
		/* css2 filter */
		text-shadow: #0C0547 0px 2px 4px;
		/* ie filter */
		filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=0C0547, Positive=true);
	}
	
	.mainColumn h2 {
		display: block;
		clear: both;
		margin: 25px 0px 12px 0px;
		padding: 0px 0px 4px 20px;
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size: 17px;
		line-height: 19px;
		color: #ffffff;
		border-bottom: 1px solid #97b0cb;
		background-image: url("/images/common/h2_bullet.gif");
		background-position: 0px 4px;
		background-repeat: no-repeat;
		text-transform: uppercase;
	}
	
	.mainColumn h2.smallMargin {
		margin-bottom: 4px;
	}
	
	.mainColumn h2.noBottomMargin {
		margin-bottom: 0px;
	}
	
	.mainColumn h3 {
		display: block;
		clear: both;
		margin: 15px 0px 8px 0px;
		padding: 0px 0px 0px 0px;
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 15px;
		color: #ffad81;
		text-transform: uppercase;
	}
	
	#twoColumnLayout .rightColumn {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: right;
		width: 180px;
	}
	
	
	
/*
package panel elements
-------------------------
*/
		
	.airkixPackage {
		display: block;
		margin: 0px 0px 15px 0px;
		padding: 0px 10px 0px 10px;
		background-color: #678ab0 !important;
	}
	
	.airkixPackage .airkixPackageContent {
		display: block;
		width: 350px;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 0px;
	}
	
	.airkixPackage .airkixPackagePhotoAndButtons {
		display: block;
		width: 200px;
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 6px 0px;
	}
	
	.airkixPackage .airkixPackagePhotoAndButtons img {
		margin: 0px 0px 0px 0px;
		border: 1px solid #ffffff;
	}
	
	.airkixPackage .airkixPackagePhotoAndButtons dl {
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.airkixPackage .airkixPackagePhotoAndButtons dd {
		margin: 0px 0px 4px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.airkixPackage .airkixPackagePhotoAndButtons a {
		display: block;
		width: 165px;
		height: 18px;
		margin: 0px 0px 0px 0px;
		background-image: url("/images/common/white_button_off.gif");
		background-repeat: no-repeat;
		color: #4c75a2;
		font-size: 10px;
		line-height: 18px;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	.airkixPackage .airkixPackagePhotoAndButtons a strong {
		padding: 0px 0px 0px 20px;
	}
	.airkixPackage .airkixPackagePhotoAndButtons a:visited {
		background-image: url("/images/common/white_button_off.gif");
		color: #4c75a2;
		text-decoration: none;
	}
	.airkixPackage .airkixPackagePhotoAndButtons a:hover {
		background-image: url("/images/common/white_button_over.gif");
		color: #ffffff;
		text-decoration: none;
	}
	
	
/*
Image panel elements
-------------------------
*/

	.picPanel200w {
		display: block;
		position: relative;
		float: right;
		margin: 0px -4px 5px 20px;
		padding: 0px 0px 8px 0px;
		width: 212px;
		background-image: url("/images/common/pic_shadow_panel_bg.gif");
		background-position: bottom left;
		background-repeat: no-repeat;
	}

	.picPanel200wImg {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 4px 0px 0px 0px;
		width: 212px;
		background-image: url("/images/common/pic_shadow_panel_top.gif");
		background-position: top left;
		background-repeat: no-repeat;
	}

	.picPanel200wImg img {
		margin: 0px 6px 0px 6px;
	}
	
	
/*
Table elements
-------------------------
*/

	table {
		display: block;
		margin: 0px 0px 0px 0px;
	}
	
	table caption {
		padding: 2px 3px 2px 8px;
		margin-bottom: 0px;
		background-color: #ff6e0d;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		border-top: 1px solid #ffffff;
		font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size: 17px;
		line-height: 19px;
		color: #ffffff;
		text-transform: uppercase;
		text-align: left;
	}
	
	table th {
		margin: 1px;
		padding: 3px 4px 3px 8px;
		background-color: #ffdbc2;
		color: #0f0848;
		font-weight: normal;
		font-size: 11px;
		text-align: left;
	}
	
	table td {
		margin: 1px;
		padding: 3px 4px 3px 4px;
		color: white;
		font-weight: normal;
		font-size: 11px;
		text-align: left;
	}
	
	table tr.headings th {
		margin: 1px;
		padding: 2px 4px 2px 4px;
		background-color: #dbe3ec;
		color: #4c75a2;
		font-weight: normal;
		font-size: 10px;
		text-align: left;
	}
	
	table tr.headings th.left {
		text-align: left;
		padding: 2px 4px 2px 8px;
	}



/*
Site Map elements
-------------------------
*/

	#sitemap {
		display: block;
		margin: 0px 0px 20px 0px;
		padding: 0px 0px 0px 0px;
	}
	#sitemap dt {
		margin: 12px 0px 8px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
	}
	#sitemap dd {
		margin: 0px 0px 2px 20px;
		padding: 0px 0px 0px 0px;
		font-size: 12px;
		line-height: 15px;
	}


/*
Social bookmarks
-------------------------
*/

	#socialBookmarks {
		margin: 30px auto 20px auto;
		padding: 0px 0px 0px 0px;
		width: 850px;
		text-align: left;
	}

	#socialBookmarks dt {
		display: none;
	}

	#socialBookmarks dd {
		margin: 0px 20px 0px 0px;
		padding: 0px 0px 0px 0px;
		display: inline;
	}

/*
Footer elements
-------------------------
*/
	#lowerMenuAccessKeys {
		display: none;
	}

	#footerArea {
		display: block;
		position: relative;
		margin: 25px auto 10px auto;
		width: 860px;
		height: 32px;
		background-image: url("/images/common/footer_bg.gif");
		background-repeat: no-repeat;
		color: #4f719f;
		font-size: 11px;
		line-height: 14px;
	}
	
	#footerArea p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#footerArea a {
		color: #0f0848;
		text-decoration: none;
	}
	#footerArea a:visited {
		color: #0f0848;
		text-decoration: none;
	}
	#footerArea a:hover {
		color: #0f0848;
		text-decoration: underline;
	}
	
	#footerArea #toTop {
		position: absolute;
		top: 7px;
		left: 17px;
	}
	
	#footerArea #footerLinks {
		position: absolute;
		top: 7px;
		right: 17px;
	}
	
	#copyrightNotice {
		display: block;
		margin: 15px 0px 0px 0px;
		text-align: center;
		font-size: 11px;
		color: #ffffff;
	}
	
	#copyrightNotice a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#copyrightNotice a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	
	#copyrightNotice a:hover {
		color: #ffffff;
		text-decoration: underline;
	}






