/* Margin resets for block-level elements */
html, body {
	background:#FFF url('../img/bodyBg.png') 0 0 repeat-x;
	color: #606060;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, cite, label, dl, ul, ol, fieldset, address {
	clear: both;
	margin: 1em 0;
	padding: 0;
	text-indent: 0;
}
p {
	clear: none;
}

table {
	border-collapse: collapse;
	border-spacing: .3em;
	clear: both;
}
caption, th {
	text-align: left;
}
table, td {
	font-size: inherit;
}
ul, ol, li, dd, blockquote {
	margin-left: 1em;
}

/* Typography resets for normal text, semantic text, and headings */
body {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 76%;
	font-style: normal;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	margin: .5em 0 .3em 0;
	color:#009EE0;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }

address, abbr, acronym {
	font-style: normal;
}
acronym, abbr {
	border-bottom: 1px dotted #333;
	cursor: help;
}
acronym {
	text-transform: uppercase;
}
pre, kbd, code, samp, tt, var {
	font-family: monospace;
}
pre {
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
del {
	text-decoration: line-through;
}

/* get forms to show up correctly */
form {
	margin: 1em 0;
	padding: 0;
}
form label {
	cursor: pointer;
	margin: 0;
	padding: .3em;
}
fieldset {
	border: none;
}
select, textarea {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* list element margins and default styles */
ol,ul {list-style-type:none;margin:0;}
li {margin:0;padding:0;}

/* Miscellaneous oddities and fixes */
a img {
	border: none;
}
hr {
	background-color: #666;
	border-width: 0;
	height: 1px;
	text-align: left;
	width: 95%;
}
iframe {
	border-width: 0;
}
:focus {
	outline: 0;
}

/* Common classes */
.hidden {
	display: none;
	visibility: hidden;
}
.visible {
	display: block;
	visibility: visible;
}
.invisible {
	visibility: hidden;
}
.cleanup {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.left{
	float:left;
}
.right{
	float:right;
}

/* Site specific */
a { color:#009EE0;}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #606060;
	background-color: #eee;
	padding: 5px;
	filter: alpha(opacity = 85);
	opacity: 0.85;
}
	#tooltip h3, #tooltip div { margin: 0; }
	#tooltip h3 {
		color:#EE7F01;
		font-size:1.2em;
	}

div#wrapper {
	width:996px;
	margin:0 auto;
	text-align:left;
	background-color: #fff;
}
div#header {
	height: 212px;
	width:100%;
	background:#fff url('../img/topBg.png') 0 0 no-repeat;
	position:relative;
	top:0;
	overflow:hidden;
	z-index:90;
}
	div#header h1 {
		margin:0;
		width:254px;
		height:57px;
		padding:34px 0 0 88px;
	}

	div#header ul.menu {
		position:absolute;
		top:14px;
		left:432px;
		width:564px;
		height:43px;
		background: url('../img/menu.png') 0 0 no-repeat;
		list-style:none;
	}
		div#header ul.menu li {
			float:left;
			height:43px;
			position:absolute;
			top:0;
			text-indent:-9999px;
			width:112px;
		}
		div#header ul.menu li a, div#header ul.menu li a:hover {
			height:43px;
			display:block;
			text-decoration:none;
		}

			div#header ul.menu li.tab1 {
				left:0;
			}
			div#header ul.menu li.tab1 a:hover, div#header ul.menu li.tab1 a:focus, div#header ul.menu li.tab1#active a {
				background:url('../img/menu.png') no-repeat 0 -43px;
			}	
			div#header ul.menu li.tab2 {
				left:113px;				
			}
			div#header ul.menu li.tab2 a:hover, div#header ul.menu li.tab2 a:focus, div#header ul.menu li.tab2#active a {
				background:url('../img/menu.png') no-repeat -113px -43px;
			}	
			div#header ul.menu li.tab3 {
				left:226px;				
			}
			div#header ul.menu li.tab3 a:hover, div#header ul.menu li.tab3 a:focus, div#header ul.menu li.tab3#active a {
				background:url('../img/menu.png') no-repeat -226px -43px;
			}	
				div#header ul.menu li.tab4 {
				left:339px;				
			}
			div#header ul.menu li.tab4 a:hover, div#header ul.menu li.tab4 a:focus, div#header ul.menu li.tab4#active a {
				background:url('../img/menu.png') no-repeat -339px -43px;
			}	
				div#header ul.menu li.tab5 {
				left:452px;				
			}
			div#header ul.menu li.tab5 a:hover, div#header ul.menu li.tab5 a:focus, div#header ul.menu li.tab5#active a {
				background:url('../img/menu.png') no-repeat -452px -43px;
			}	
			
div#content {
	width:100%;
	background: url('../img/contentBg.png') 0 0 repeat-y;
}
	.main {
		margin-top:-32px;
		position:relative;
		z-index:100;
	}
	#promoShow {
		height:266px;
		width:996px;
		overflow: hidden;
		background: url('../img/promoShowBg.png') bottom right no-repeat;
		position:relative;
		z-index:101;
	}
		.promo {
			height: 266px;
			width:996px;
			overflow: hidden;
			position:relative;
		}
		.promo a {
			text-decoration:none;
		}
			.promo h2 {
				position:absolute;
				top: 16px;
				left: 433px;
				font-size:2em;
			}
			.promo p {
				position:absolute;
				top: 58px;
				left:433px;
				font-size:1.1em;
				width:530px;
			}
				.promo p a{
					color:#606060;
				}
				.promo p a:hover{
					text-decoration:underline;
				}

					.promo p span {
						margin-left:2em;
						padding-left:14px;
						background:#FFF url('../img/bulletMore.png') 0 50%  no-repeat;
						color:#009EE0;
					}
			.promo img {
				position:absolute;
				top: 0;
				left:0;				
			}
		
		/* promo navigation div */
		div.promoTabs {
			position:absolute;
			top:137px;
			left:433px;
			z-index:110;
			background:#ECECEC url('../img/promoTabsL.png') 0 0 no-repeat;
			height: 32px;
		}
		/* inner promo navigation divs and ul */
		div.promoTabs div, div.promoTabs ul {
			float:left;
			padding:8px 10px;
			height: 16px;
			clear:none;
		}
		/* promo navigation elements */		
		div.promoTabs a {
			text-decoration:none;
		}
		div.promoTabs a:hover {
			text-decoration:underline;
			color:#EE7F01;
		}
		
		
		div.promoTabs div.promoNaviP {
			background:#FFF url('../img/promoTabsP.png') top left no-repeat;
		}
			div.promoTabs div.promoNaviP a{
				padding-left:14px;
				padding-right:9px;
				background:#FFF url('../img/bulletPrev.png') 0 50%  no-repeat;
				border-right:1px solid #DFDFDF;
			}

		div.promoTabs div.promoNaviN {
			background:#FFF url('../img/promoTabsN.png') top right no-repeat;
		}	
			div.promoTabs div.promoNaviN a{
				padding-left:9px;
				padding-right:14px;
				background:#FFF url('../img/bulletNext.png') 100% 50%  no-repeat;
				border-left:1px solid #DFDFDF;
			}

		div.promoTabs ul {
			background:#FFF url('../img/promoTabsUl.png') top left repeat-x;
			padding-left:0;
			padding-right:0;
		}	
			div.promoTabs li{
				display: inline;
				padding:0;
			}		
				div.promoTabs li a{
					padding:5px 9px;
				}				
				div.promoTabs li .active {
					color: #FFF;
					background:#EE7F01 url('../img/promoTabsActive.png') 50% 50% no-repeat;	
				}		
	div.col {
		float:left;
		display:inline;
		overflow: hidden;
	}
	div#col1 {
		width:169px;
		padding-left:15px;
		padding-right:16px;
	}
	div#col3 {
		width:169px;
		padding-left:16px;
		padding-right:15px;
	}
		/* Text inputs */
		div#col3 .textInput, div#col3 .textInputHovered {
				width:153px;
				height:15px;
				background:url(../img/input1.png) no-repeat left top;
				border:none;
				margin:0;
				padding:4px 8px;
			}
		/* Button */
		div#col3 .buttonSubmit, div#col3 .buttonSubmitHovered {
			width:69px;
			height:26px;
			color:#FFF;
			font-weight:bold;
			margin:0;
			margin-left:84px;
			padding:2px 5px;
			background:url(../img/button.png) no-repeat left top;
			cursor:pointer;
			border:none;
		}
		/* hover state */
		div#col3 .hovered {
			background-position:left bottom;
		}					
		div#col3 p {
			margin:0;
			font-size:1.4em;
		}
	
	div#col2 {
		width:562px;
		padding: 0 17px;
	}	
		div#col2 ul, div#col2 ol, div#col2 li, div#col2 dd{
			margin-left: 1em;
			list-style:none;
		}
		div#col2 ul {
			
		}
		div#col2 li {
			padding-left: 1.25em;
			background:#FFF url('../img/bullet1.png') 0 .4em  no-repeat;		
		}
		#trail {
			font-size:.9em;
			color: #C6C7C8;
		}
			div#trail ul {
				display: inline;
				list-style:none;
				margin-left:0;
			} 
			div#trail li {
				margin-left: 0;
				padding-left: 2px;
				display: inline;
				background:none;
			}
		.icon {
			margin: 0 1em .2em 0;
		}
		#map {
			float:left;
			width:300px;
			height:300px;
			margin:0 9px 5px 0;
			overflow:hidden;
		}	

		div.list {
			padding-top:3em;
			clear:both;
		}
			div.list div {
				clear:both;
				min-height:8.5em;
				height:auto;
				_height:8.5em;
			}
			div.list img {
				float:left;
				margin: 0 10px 10px 0;
			}
			div.list h3, div.list p {
				clear: none;
			}
			div.list h3 {
				margin-top:0;
			}
			div.list a {
				text-decoration:none;
			}
			div.list a:hover {
				text-decoration:underline;
			}
			div.list a.more {
				float:right;
				padding-left:14px;
				background:#FFF url('../img/bulletMore.png') 0 50%  no-repeat;
			}
			div.list p {
				margin:0;
			}
			div.list p a {
				color:#606060;
			}
								
		div.menu {
			padding-bottom: 140px;
			background:transparent url('../img/oranges.jpg') bottom center no-repeat;
		}
		
		div.menu h2 {
			color:#EE7F01;
			background: transparent url('../img/dotBlue.png') bottom left repeat-x;
			padding-bottom:3px;
		}
		div.menu h2 a {
			color:#EE7F01;
			text-decoration:none;
			display:block;
		}
			div.menu li {
				background: transparent url('../img/dotOrange.png') bottom left repeat-x;
				padding:2px 0 3px 0;	
			} 
				div.menu li ul {padding-top:1px;}
				div.menu li li {
					background: transparent url('../img/dotOrange.png') top left repeat-x;
					padding:3px 0 2px 0;			
				} 
			div.menu li a {
				min-height:1.5em;
				height:auto;
				_height:1.5em;
				padding: .5em 0;
				display:block;
				text-decoration: none;
				color:#009EE0;
				padding-left:1em;				
			}
				div.menu li a:hover, div.menu li.selected a {
					background: url('../img/subMenuBg.png') 0 0 repeat;
					color:#606060;
				}
				div.menu li.selected li a {
					background:none;
					color:#009EE0;
				}
				div.menu li li a:hover, div.menu li li.selected a {
					background: url('../img/subMenuBg.png') 0 0 repeat;
					color:#606060;
				}
				div.menu li li a {
					padding-left:2.5em;
				}

div#footer {
	clear:both;
	padding-top:1em;
}
	
	div#row1 {
		background: #FFF url('../img/loga.png') top left no-repeat;
		width:100%;
		height:121px;
	}
		div#row1 a {
			display:block;
			width:100%;
			height:121px;
		}
		div#row1 a:hover {
			background:url('../img/loga.png') bottom left no-repeat;
		}
		
	div#row2 {
		background: #EE7F01 url('../img/footerBg.png') bottom left no-repeat;	
		padding:1em 15px 0 15px;
		height: 3em;
		font-size:.8em;
		text-align:center;
		color:#fff;
	}
	div#row2 a {
		color:#fff;
		text-decoration: none;
		cursor:default;
	}
	div#row2 a:hover {
		text-decoration: underline;
	}
/* accessibility */
#skipToNav {position: absolute; left: -9999px; font-size: small;}
#skipToNav a:hover {color: #f00;}
#skipToNav a:focus {display: block; position: absolute; top: -120px; left: 9990px; font-size: large; background: #fff; border: solid 2px #1B6BD8; padding:10px; width: 15em; z-index: 1;}

