@import url(media.css);
@import url(inlines.css);
@import url(listpane.css);


#SkipNavigationLink:focus, #SkipNavigationLink:active {
    position: absolute;
    outline: 1px dotted #000000;
    top: 0px;
    left:0px;
}

#SkipNavigationLink {
    position: absolute;
    top: -500px;
}


#GotoNavigation:focus, #GotoNavigation:active {
    position: absolute;
    outline: 1px dotted #000000;
    top: 0px;
    left:0px;
}

#GotoNavigation {
    position: absolute;
    top: -400px;
}



.hideitem {
	display: none;
}

.printonly {
	display : none;
}

/* General Settings */
	html {
		margin: 0;
		padding: 0;
		background: #d4d5d7;
	}
	body {
		margin: 0;
		padding: 0;
		min-width: 997px;
		background: #d7d8dc url(../images/background2.jpg) repeat-x;
	}
	form {
		display: inline;
	}
	img {
		/* display: block; */
		border: none;
	}
	form, 
	fieldset {
		display: inline;
	}
	label,
	select,
	textarea,
	input {
		vertical-align: middle;
	}
	select,
	input,
	textarea {
		font: 12px/14px Arial, sans-serif;
		color: #000;
	}
	.no-border ul {
		border: none !important;
	}
	li {
		text-align: left;
	}
	
	p {
		line-height: 2em;
	}
	
/* End of General Settings */

/* Header */
	.header 
	{
	    background-color: transparent;
		height: 140px;
		padding-top: 1px;
		position: absolute;
		width: 100%;
		top: 0px;
		left: 0px;
		min-width: 823px;
	}
	
	.header .right {
		width: 530px;
		height: 97px;
		float: right;
		overflow: hidden;
		margin-top: -1px;
		position: relative;
		background-color: transparent;
	}
	
	.header .right .message {
		padding: 20px;
		font-size: 200%;
		font-weight: bold;
		color: #ab0505;
		line-height: 150%;
	}

	.logo {
		background: url(../images/logo.gif) no-repeat;
		width: 270px;
		height: 57px;
		overflow: hidden;
		float: left;
		text-indent: -3000px;
		margin-left: 23px;
		margin-top: 19px;
	}

	/* Tools Bar */
		.toolsbar {
			clear: both;
			height: 44px;
			width: 100%;
			overflow:hidden;
		}

		/* Top Utilities */
			.toolsbar ul {
				margin: 0;
				padding: 0;	
				list-style: none;
				height: 37px;
			}
			.toolsbar ul li {
				margin: 0;
				padding: 0;
				display: inline;
			}
			.toolsbar .toputilities {
				padding-left: 15px;
				float: left;
				position: relative;
			}
			.toolsbar .toputilities li {
				background: url(../images/sep.gif) no-repeat;
				padding-right: 3px;
				padding-left: 10px;
			}
			.toolsbar .toputilities .first {
				background: none;
			}
			.toolsbar .toputilities a {
				color: #fff;
				font-size: 130%;
				line-height: 35px;
				text-decoration: none;
			}
			.toolsbar .toputilities a:hover { text-decoration: underline; }
			
		/* End of Top Utilities */

		/* AtoZ bar */
			ul.alphabet {
				text-align: center;
				width: 50%;
				margin: 0 auto;
			}
			ul.alphabet a,
			ul.alphabet span {
				color: #fff;
				text-transform: uppercase;
				font-size: 180%;
				line-height: 35px;
				margin-left: 1px;
				margin-right: 1px;
				text-decoration: none;
			}
			ul.alphabet a:visited { color: white; }
			ul.alphabet a:hover { color: white; text-decoration:underline;}
			ul.alphabet span {
				text-decoration: underline;
			}
		/* End of AtoZ bar */
		
		/* Search Box */
			.toolsbar .searchbox {
				float: right;
				width: 150px;
				padding-top: 7px;
			}
			.toolsbar .searchbox div.searchfieldcontainer {
				background: url(../images/input-bg.gif) no-repeat;
				width: 97px;
				height: 19px;
				padding-left: 10px;
				padding-top: 2px;
				float: left;
			}
			.toolsbar .searchbox div.searchfieldcontainer input {
				background: transparent;
				float: left;
				font-size: 140%;
				line-height: 16px;
				margin: 0;
				padding: 0;
				border: 0;
				width: 85px;
				color: #696767;
			}
			
			.toolsbar .searchbox .searchbutton {
				border: 0px;
				background-color: transparent;
				color: white;
				font-weight: bold;
				font-size: 1.3em;
				cursor:pointer;
				cursor:hand;

			}
		/* End of Search Box */		
					
		/* Top Utilities */
			.toputilities {
				margin: 0;
				padding: 0;
				list-style: none;
				padding-bottom: 8px;
			}
			.toputilities li {
				margin: 0;
				padding: 0;	
				font-size: 120%;
				font-weight: bold;
				padding-bottom: 10px;
				padding-left: 11px;
			}
		/* End of Top Utilities */
	/* End of Tools Bar */
/* End of Header */

/* Navigation */
	.navigationwrap {
		width: 230px;
		float: left;
		margin-left: -100%;
		padding-left: 10px;
		padding-top: 11px;
	}
	.box {
		background: url(../images/box-part1.png) repeat-y;
		width: 217px;
		padding-top: 1px;
	}
	.box .box-inner {
		width: 215px;
		padding-left: 2px;
		margin-top: -10px;
		position: relative;
	}
	.box-corner {
		background: url(../images/box-part0.png) no-repeat;
		width: 217px;
		height: 10px;
		line-height: 0;
		font-size: 0;
	}
	.box-shadow {
		background: url(../images/box-part2.png) no-repeat;
		width: 218px;
		height: 10px;
	}
	.module ul {
		margin: 0;
		padding: 0 0 0 10px;
		list-style: none;
	}
	.module ul li {
		margin: 0;
		padding: 0 0 10px 0;
		font-size: 120%;
	}
	.module h1 {
		margin: 0;
		padding: 11px 0 0 10px;
		width: 198px;
		height: 32px;
		font-size: 1.2em;
		color: #fff;
		background: url(../images/bg-title-green.gif) no-repeat;
	}
	.module h1.toplevel1 {
		background: url(../images/bg-title-pink.gif) no-repeat;
	}
	.module h1 a {
		display: block;
		overflow: hidden;
		height: 14px;
		color: white;
		text-decoration: none;
	}
	.module h1 a:visited { color: white; }
	.module h1 a:hover { text-decoration: underline; }
	
	.module h2 {
		margin: 0;
		padding: 11px 0 0 10px;
		width: 198px;
		height: 32px;
		font-size: 1.2em;
		color: #fff;
		background: url(../images/bg-title-green.gif) no-repeat;
	}
	.module h2.toplevel1 {
		background: url(../images/bg-title-pink.gif) no-repeat;
	}
	.module h2 a {
		display: block;
		overflow: hidden;
		height: 14px;
		color: white;
		text-decoration: none;
	}
	.module h2 a:visited { color: white; }
	.module h2 a:hover { text-decoration: underline; }
	
	.nav ul {
		padding-top: 34px;
		padding-bottom: 37px;
	}
	.style-nav ul,
	.style-nav div {
		padding-top: 0;
		padding-bottom: 2px;
	}
	.nav1 ul a {
		color: black;
		text-decoration: none;
	}
	.nav1 ul a:hover { text-decoration: underline; }
	
	.nav1 ul .active a {
		color: #1377db;
	}
	.nav1 ul ul,
	.nav1 div ul {
		margin: 0 0 0 -10px;
		padding: 2px 0 0 0;
	}
	.nav1 ul ul li,
	.nav1 div ul li {
		background: url(../images/arrow-left-green.gif) no-repeat 10px 50%;
		margin: 0;
		font-size: 1.0em;
		padding: 2px 0 2px 20px;
	}
	.nav1 .sub {
		font-size: 1.2em;
		margin: 0 7px 0 0;
		background: #006e2e;
		color: #fff;
		position: relative;
		padding-left: 10px;
		margin-top: -2px;
		padding-top: 5px;
		padding-bottom: 6px;
	}
	.nav1 .sub .parent {
		background: url(../images/arrow-right-green.gif) no-repeat 10px 50%;
	}
	.nav1 .sub a {
		color: #fff;
	}
	.contact-us h3 {
		background: url(../images/bg-title-green1.gif) no-repeat;
	}
	.color-pink h3 {
		padding-top: 10px;
		background: url(../images/bg-title-pink.gif) no-repeat;
	}
	.nav1 ul {
		padding-top: 7px;
		padding-bottom: 9px;
	}
/* End of Navigation */

/* Main Block */
	.main {
		width: 1002px;
		min-width: 1002px;
		max-width: 1002px;
		margin: 0 auto;
		position: relative;
		padding-top: 141px;
	}

	.content {
		padding: 10px 12px 0 240px;
	}
	.content-holder {
		width: 100%;
		float: left;
	}
	.box2 {
		height: 1%;
		min-width: 461px;
	}
	.box2-holder {
		height: 1%;
		width: 100%;
	}
	.right-shadow {
		background: url(../images/box2-right-shadow.png) repeat-y top;
		width: 11px;
		font-size: 0.0em;
		line-height: 0px;	
	}
	.top-shadow {
		background: url(../images/box2-top-shadow.png) repeat-x;
		height: 4px;
		font-size: 0.0em;
		line-height: 0px;
	}
	.top-shadow-home {
		background: url(../images/box2-top-shadow-home.png) repeat-x;
		height: 4px;
		font-size: 0.0em;
		line-height: 0px;
	}	
	.left-shadow {
		background: url(../images/box2-left-shadow.png) repeat-y right top;
		width: 4px;
		font-size: 0.0em;
		line-height: 0px;
	}
	
	.top-left-corner {
		width: 4px;
		font-size: 0.0em;
		line-height: 0px;
		position: absolute;
		height: 9px;	
		margin: 0 0 0 -4px;
	}
	
	.top-right-corner {
		background: url(../images/box2-right-top-corner.png) no-repeat right top;
		width: 11px;
		height: 9px;
		font-size: 0.0em;
		line-height: 0px;
		position: absolute;
		right: 12px;
		margin-top: -4px;
	}
	
	.right-bottom-corner {
		background: url(../images/box2-right-bottom-corner.png) no-repeat right bottom;
		width: 11px;
		font-size: 0.0em;
		line-height: 0px;
	}
	.bottom-shadow {
		background: url(../images/box2-bottom-shadow.png) repeat-x bottom left;
		height: 11px;
		font-size: 0.0em;
		line-height: 0px;
	}
	
	.bottom-left-corner {
		background: url(../images/box2-left-bottom-corner.png) no-repeat left bottom;
		width: 4px;
		height:11px;	
		font-size: 0.0em;
		line-height: 0px;
	}	
	
	.box2-holder .f-shadow {
	}
	
	.box2-inner {
		background: #fff;
		font-size: 1.2em;
	}
	.main .headingbox  {
		background: url(../images/gradient5.gif) repeat-x;
		height: 46px;
		margin: 0 0 15px 0;
		padding: 0 0 0 12px;
		font-weight: bold;
		font-size: 140%;
		line-height: 35px;
		color: #fff;
		clear: both;
	}
	.main .box2-inner {
		padding-right: 0;
		overflow: hidden;
	}
	.bodytext-holder {
		width: 100%;
		max-width: 996px;
		overflow: hidden;
		float: left;
	}
	.bodytext {
		margin-right: 10px;
		margin-left: 10px;
	}
	.rhspacer {
		margin-right: 210px;
	}
	#righthandcol {
		width: 200px;
		float: right;
		margin: -5px 0 0 10px;
	}

	.backtolink {
		clear: both;
	}

	/* Highlighted block */
		.highlightedtext {
			background: #e7e7e7;
			border: 1px solid #bab9b9;
			padding: 5px 1px 5px 5px;
			overflow: hidden;
			height: 1%;
			/*dsb*/
			/*display:none;*/
		}
		.highlightedtext .box4 {
			width: 49%;
			float: left;
			padding-top: 14px;
			padding-bottom: 8px;
		}
		.highlightedtext h3 {
			margin: 0;
			padding: 0;
			font-size: 120%;
			line-height: 14px;
			color: #df0098;
			padding-left: 11px;
			padding-bottom: 2px;
		}
	/* End of Highlighted block */
		#templatecontent {
			float: left;
			width: 100%;
		}
		#templatecontent p {
			padding: 0 2em;
		}
		
		#templatecontent table td p {
			padding: 1px 1px 1px 1px;
		}
		
		
		#templatecontent table {
			margin: 0px 2em;
			width: auto;
		}
		#templatecontent h1 {

			line-height: 1.5em;
			padding: 0 4px 0px 0;
			margin: 1em 0 0 25px;
			font-size: 200%;
			font-weight: bold;
		}
		#templatecontent h2 {
				
			line-height: 1.5em;
			padding: 0 4px 0px 0;
			margin: 1em 0 0 25px;
			font-size:130%;
			font-weight:bold;			
		}
		#templatecontent h3 {

			line-height: 1.5em;
			padding: 0 4px 0px 0;
			margin: 1em 0 0 25px;
			font-size: 105%;
			font-weight:bold;
		}
		#templatecontent h4 {

			line-height: 1.5em;
			padding: 0 4px 0px 0;
			margin: 1em 0 0 25px;
			font-size: 95%;	
			font-weight:bold;		
		}
		#templatecontent h5 {

			line-height: 1.5em;
			padding: 0 4px 0px 0;
			margin: 1em 0 0 25px;
			font-size: 85%;
			font-weight:bold;
		}
		#templatecontent h6 {

			line-height: 1.5em;
			padding: 0 4px 0px 0;
			margin: 1em 0 0 25px;
			font-size: 75%;
			font-weight:bold;
		} 
		#templatecontent li {
			line-height: 2em;
		} 		
		#templatecontent ol {
			padding-right: 9px !important; 
		}
		#templatecontent ul {
			padding-right: 7px !important; 
		}  

	/* Related Content */
		.relatedcontent {
			width: 184px;
			margin-left: -184px;
			float: left;
			margin-top: -4px;
		}
		.relatedcontentbox {
			background: url(../images/box-part0.gif) no-repeat;
			width: 184px;
			padding-top: 5px;
			margin-bottom: 12px;
		}
		.relatedcontentbox h3 {
			background: url(../images/bg-title-pink.gif) no-repeat;
			height: 32px;
			margin: 0 4px 0 4px;
			padding:10px 0 0 7px;
		}
		.relatedcontentbox-inner {
			background: url(../images/box-part1.gif) no-repeat 0 100%;
		}
		.relatedcontentbox .txt span {
			display: block;
			text-indent: -3000px;
			overflow: hidden;
			/* Should replace this with actual text */
			background: url(../images/txt-see-also.gif) no-repeat;
			height: 14px;
		}
	/* End of Related Content */
	
	/* Related Polls */
		.pollButtons {
			padding: 0 0 5px 22px;
		}
	
	/* Tool Icons */
		.tools {
			overflow: hidden;
			margin: 0;
			padding: 0;
			float: right;
			margin-top: -60px;
			position: relative;
		}
		.tools li {
			margin: 0;
			padding: 0;
			float: left;
			display: inline;
		}
		.tools li a {
			float: left;
			text-indent: -3000px;
			width: 42px;
			height: 35px;
		}
		.tools .printicon a {
			background: url(../images/print.gif) no-repeat;
		}
		.tools .mailicon a {
			background: url(../images/mail.gif) no-repeat;
		}
	/* End of Tool Icons */

	.listbox ul {
		margin: 0;
		padding: 4px 0 18px 16px;
		list-style: none;
	}
	.listbox ul li {
		background: url(../images/arrow.gif) no-repeat 0 50%;
		margin: 0;
		padding: 5px 0 5px 10px;
		font-size: 120%;
		line-height: 14px;
	}
/* End of Main Block */

/* Content Footer */
	.contentfooter {
		padding: 20px 0 12px 18px;
		overflow: hidden;
		clear: both;
		height: 1%;
	}
	.contentfooter .webmetric {
		border:1px solid #5e5e5e;
		width: 146px;
		text-align: center;
		overflow: hidden;
		height: 1%;
		float: left;
	}
	.contentfooter .webmetric img {
		float: left;
	}
	.contentfooter .webmetric form {
		display: block;
		width: 140px;
		margin: 0 auto;
	}
	.contentfooter .bookmarks {
		float: right;
		padding-right: 10px;
		padding-top: 10px;
		margin-bottom: -10px;
	}
	.contentfooter .bookmarks h2 {
		font-size: 120%;
		line-height: 14px;
		color: #fd2796;
		margin: 0;
		padding: 0;
		padding-bottom: 10px;
	}
	.contentfooter .bookmarks ul {
		list-style: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		float: left;
		height: 1%;
	}
	.contentfooter .bookmarks ul li {
		margin: 0;
		padding: 0;
		display: inline;
		float: left;
		font-size: 120%;
		line-height: 14px;
		padding: 2px 6px 5px 23px;
	}
	.contentfooter .bookmarks a:link,
	.contentfooter .bookmarks a:visited {
		color: Black;
		text-decoration: none;
	}
	.contentfooter .bookmarks a:hover,
	.contentfooter .bookmarks a:active {
		color: Black;
		text-decoration: underline;
	}
/* End of Content Footer */

/* ECC Footer */
	.footer {
		clear: both;
		width: 100%;
		height: 40px;
		font-size: 1.0em;
		min-width: 100%;
		background: transparent;
		background: #000000 url(../images/footerbg.jpg) repeat-x;
		margin-top:50px;
	}
	
	/* Tools Bar */
		.ftoolsbar {
			height: 40px;
			width: 100%;
		}

		/* Top Utilities */
		
			.ftoolsbar .ftoputilities {
				padding-left: 15px;
				margin: 0;
				padding: 0;
				list-style: none;
				padding-bottom: 8px;
				display: inline;
				
			}

			
			.ftoolsbar .ftoputilities li {
				background: url(../images/sep.gif) no-repeat;
				padding-right: 3px;
				padding-left: 10px;
				margin: 0;
				padding: 0;	
				font-size: 100%;
				font-weight: bold;
				padding-bottom: 10px;
				padding-left: 11px;
				display: inline;
				list-style-type: none;
				vertical-align:middle;
    		}
			.ftoolsbar .ftoputilities .ffirst {
				background: none;
			}
			.ftoolsbar .ftoputilities a {
				color: #fff;
				font-size: 120%;
				line-height: 35px;
				text-decoration: none;
			}
			.ftoolsbar .ftoputilities a:hover { text-decoration: underline; }
			
		/* End of Top Utilities */

	  /* End of Tools Bar */
    /* End of Header */
	
		
	
/* End of ECC Footer */






/* Platform Styles */
	.wysiwygcontainer {
		display: inline-block;
		border: none;
	}
	.errorblock {
		font-family: Tahoma;
		font-size: x-small;
	}
	.errorheader {
		padding: 2px 0px;
		margin: 3px 0 0 0;
	}
	.errordisplay {
		border: solid 1px;
		margin: 0 0 3px 0;
	}
	.errordisplay table {
		width: 95%;
	}
	.errorcell {
		width: 30%;
		font-family: Tahoma;
		font-size: x-small;
	}
	.objectdebug {
		border: solid 1px;
		margin: 3px;
		font-family: Tahoma;
		font-size: small;
	}
	.objectdebugdata {
		display: none;
	}
	.objectdebugheader {
		font-weight: bold;
		padding: 3px 0px;
		background-color: #738FF5;
		color: #fff;
	}
	.objectdebugdataeven {
		background-color: #81A8FF;
		color: #fff;
		padding: 2px;
	}
	.objectdebugdataodd {
		color: #fff;
		background-color: #738FF5;
		padding: 2px;
	}
	.tokenerror {
		display: block;
		border: solid 1px #820404;
		background-color: #B80831;
		color: #fff;
		padding: 3px;
	}
	.formwrapper {
		margin-right: 220px;
	}
	.formblock {
		padding: 3px 0;
		font-weight: bold;
	}

/* End of Platform styles */

.module2 {
	background: url(../images/box-part0.gif) no-repeat;
	width: 184px;
	padding-top: 5px;
	margin-bottom: 0;
}

.nav2 a {
	color: black;
	text-decoration: none;
}
.nav2 a:hover { text-decoration: underline; }

.module2 h2 {
	background: url(../images/bg-title-pink.gif) no-repeat;
	height: 32px;
	margin: 0 4px;
	padding: 10px 0 0 7px;
	color: White;
	font-weight: bold;
	font-size: 100%;
}

.module2 .txt span {
	display: block;
	height: 14px;
}

.module2 .txtcontact span {
	display: block;
	height: 14px;
}

.module2-inner ul {
	margin: 0;
	padding: 4px 10px 0 10px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

.module2-inner ul li {
	background: url(../images/arrow.gif) no-repeat 0pt 50%;
	padding: 5px 0 5px 10px;
	font-size: 120%;
	line-height: 14px;
	font-size: 1em;
}

.module2-base {
	background: url(../images/box-part1.gif) no-repeat top left;
	height: 10px;
	width: 184px;
}

.module2 h2.txtcontact {
	background-image: url(../images/bg-title-blue.gif);
}

.module2 .contact li {
	background: none;
	list-style-position: outside;
	margin: 0;
	padding: 4px 0 4px 0;
}

.module2 .contact li div {
	padding: 2px 0;
}

.contact .moreinfo a {
	font-size: 0.9em;
	color: #1377db;
	font-weight: bold;
}

.travelNews 
{
    color:#000000;
    text-decoration:none;
}

a.travelNews:visited 
{
    text-decoration: none;
    color:Black;
}

a.travelNews:hover 
{
    text-decoration: underline;
}



/* these styles are used by eForms - do not delete */
.invisible {display:none}

/* these styles are used by eForms - do not delete */
.searchhead{color : #000; font-weight : bold; padding-right : 5px;} 
.backstyle{color : #000; font-size : 1.4em; font-weight : bold; background-color : #C0C0C0; border: solid 1px #000; padding : 5px;} .textnorm{color : #000; font-size : 12px; font-weight : normal;} 
.textbold{color : #000; font-size : 1.2em; font-weight : bold;} .createdupdated {padding:2px; text-align:left; font-size:12px; color:#999;}
#templatecontent.errorcontent {width: 70%;}
