﻿@import "resets.css";
@import "dhtmlMenu.css";

html {
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
}

body {
	background-repeat: no-repeat;
	background-position: 0 0;
}

.headerNavWrapper {
	width: 1000px;
	height: 68px !important;
	height: 43px;
	padding: 0;
	margin: 0;
}

.wrapper {
	width: 100%;
}

h1 {
	font-size: 36px;
	line-height: 36px;
	color: #ffffff;
	margin: 10px 0 0 16px;
	font-weight: normal;
    text-transform: uppercase;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0;
	overflow: hidden;
	font-size: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

.smallQ {
	z-index: 100;
	font-size: 32px;
	bottom: 3px;
	position: relative;
}

/* ----------------------------- */
/* HEADER						 */
/* ----------------------------- */

#header {
	background: url(../images/header_bg.png) no-repeat 0 0 !important;
	background: url(../images/header_bg.gif) no-repeat 0 0;
	width: 100%;
	height: 76px !important;
	height: 67px;
	margin: 0 !important;
	margin: 0 0 -2px 0;
	padding: 0;
	position: relative;
	z-index: 6000;
}

	#logo {
		background: url(../images/logo.gif) no-repeat 0 0;
		text-indent: -9999px;
		display: block;
		width: 73px;
		height: 56px;
		float: left;
		margin: 5px 0 0 12px;
	}

		#logo a {
			display: block;
			width: 73px;
			height: 56px;
		}

	#supportingLinks {
		position: absolute;
		top: 12px;
		right: 29px;
	}
		
		#supportingLinks li {
			float: left;
			border-right: solid 1px #002c6c;
			margin: 0 7px 0 0;
			padding: 0 7px 0 0;
		}

		
		#supportingLinks li.last {
			margin: 0;
			padding: 0;
			border-right: none;
		}

			#supportingLinks li a {
				color: #002c6c;
				font-weight: bold;
				text-decoration: none;
			}
			
			#supportingLinks li a:hover {
				color: #002c6c;
				font-weight: bold;
				text-decoration: underline;
			}

/* ----------------------------- */
/* MAIN CONTENT					 */
/* ----------------------------- */

.wrapperLandingCopy {
	width: auto;
	float: none;
	height: auto;
}

.wrapperMap {
	display: none;
}

.currentNode {
	display: none;
}

.breadcrumbs {
	color: #bac7e5;
	margin: 3px 0 0 18px;
}

	.breadcrumbs a {
		color: #bac7e5;
		text-decoration: none;
	}
	
	.breadcrumbs a:hover {
		color: #ffffff;
		text-decoration: none;
	}

.rightCol {
	float: right;
	width: 190px;
}

.content {
	width: 803px;
	margin: -4px 0 0 0;
	padding: 9px 0 0 0;
	background-color: #ffffff;
}

/* ----------------------------- */
/* TOP SUPPORT QUESTIONS		 */
/* ----------------------------- */

.support {
	margin: 20px 0 0 0;
	padding: 0 15px 0 0;
	width: 175px;
	float: right;
}
	
	.support h4 {
		width: 139px;
		height: 14px;
		background: url(../images/tsqWhite.jpg) no-repeat 0 0;
		text-indent: -9999px;
		margin: 0 0 7px 0;
	}
	
	.support p {
		background: url(../images/questionMarkWhite.jpg) no-repeat 0 0;
		padding: 0 0 0 36px;
		color: #494b4d;
		font: 11px/14px arial;
	}
	
		.support p a {
			text-decoration: underline;
			color: #002c6c;
			background: url(../images/arrowSubmit.jpg) no-repeat right 3px;
			padding: 0 20px 0 0;
		}
		
		.support p a:hover {
			text-decoration: none;
		}

/* ----------------------------- */
/* FOOTER						 */
/* ----------------------------- */

.footer {
	color: #ffffff;
	position: relative;
	width: 803px;
}

	.footer a {
		color: #a8c7f4;
		text-decoration: none;
	}
	
	.footer a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	.footer ul {
		float: right;
		margin: 10px 0 0 0;
	}
	
		.footer li {
			float: left;
			border-right: solid 1px #ffffff;
			margin: 0 10px 0 0;
			padding: 0 10px 0 0;
		}
		
		.footer li.last {
			border: 0;
			margin: 0;
			padding: 0 0 0 0;
		}
		
			.footer li a {
				color: #ffffff;
				text-decoration: none;
			}
			
			.footer li a:hover {
				color: #A8C7F4;
				text-decoration: underline;
			}
	
	.footer div {
		margin: 0 0 0 13px;
		padding: 0 0 20px 0;
	}
	
		.footer div .divider {
			border-bottom: solid 1px #a4b4dc;
			padding: 0;
			margin: 10px 0 10px 0;
		}

/* BACK BUTTON */

a.back {
	display: block;
	background: url(../images/subNav_arrow.gif) no-repeat 0 1px;
	height: 11px;
	line-height: 11px;
	padding: 0 0 0 18px;
	color: #002C6C;
	font-weight: bold;
	text-decoration: none;
}