#container {
	background: #5790f7 url(/images/bg/content.jpg) repeat-x 0 270px;
}

#header {
	position: relative;
	height: 270px;
	background: #161458 url(/images/bg/banner.jpg) no-repeat 0 54px;
}

#logo {
	position: absolute;
	top: 62px;
	left: 337px;
	z-index: 1;
}

#tagline {
	position: absolute;
	top: 214px;
	left: 337px;
}

/*** Main Menu ***/

#nav-main {
	position: relative;
	padding-left: 281px;
}

#nav-main ul, #nav-main li {
	margin: 0;
	padding: 0;
}

#nav-main li {
	float: left;
	list-style-type: none;
	margin-right: 85px;
}

#nav-main a:link, #nav-main a:visited,
#nav-main a:hover, #nav-main a:active {
	display: block;
	background-repeat: no-repeat;
	background-position: center left;
	height: 45px;
	cursor: pointer;
}

#nav-main li span {
	position: absolute;
	visibility: hidden;
}

body.p1 li#nm1 a:link, body.p1 li#nm1 a:visited,
body.p1 li#nm1 a:hover, body.p1 li#nm1 a:active,
body.p2 li#nm2 a:link, body.p2 li#nm2 a:visited,
body.p2 li#nm2 a:hover, body.p2 li#nm2 a:active,
body.p3 li#nm3 a:link, body.p3 li#nm3 a:visited,
body.p3 li#nm3 a:hover, body.p3 li#nm3 a:active {
	cursor: default;
}

/* NM 1*/

li#nm1 a {
	width: 50px;
}

li#nm1 a:link, li#nm1 a:visited {
	background-image: url(/images/nm/link/nm1.png);
}

li#nm1 a:hover {
	background-image: url(/images/nm/hover/nm1.png);
}

body.p1 li#nm1 a:link, body.p1 li#nm1 a:visited,
li#nm1 a:active, li#nm1 a:focus {
	background-image: url(/images/nm/selected/nm1.png);
}

/* NM 2 */

li#nm2 a {
	width: 118px;
}

li#nm2 a:link, li#nm2 a:visited {
	background-image: url(/images/nm/link/nm2.png);
}

li#nm2 a:hover {
	background-image: url(/images/nm/hover/nm2.png);
}

body.p2 li#nm2 a:link, body.p2 li#nm2 a:visited,
li#nm2 a:active, li#nm2 a:focus {
	background-image: url(/images/nm/selected/nm2.png);
}

/* NM 3 */

li#nm3 a {
	width: 66px;
}

li#nm3 a:link, li#nm3 a:visited {
	background-image: url(/images/nm/link/nm3.png);
}

li#nm3 a:hover {
	background-image: url(/images/nm/hover/nm3.png);
}

body.p3 li#nm3 a:link, body.p3 li#nm3 a:visited,
li#nm3 a:active, li#nm3 a:focus {
	background-image: url(/images/nm/selected/nm3.png);
}


/*** Footer ***/

#footer {
	background: url(/images/bg/footer.png) no-repeat top left;
	position: relative;
	height: 54px;
	padding: 6px 0 10px 0;
	margin-top: 1em;
	margin-bottom: -10px;
	line-height: 54px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #4c7bdb;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #fff;
}

#nav-supp ul {
	position: absolute;
	top: 6px;
	right: 40px;
}

#nav-supp ul, #nav-supp li {
	margin: 0;
	padding: 0;
}

#nav-supp li {
	float: left;
	position: relative;
	list-style-type: none;
	background: url(/images/icons/ns-sep.png) no-repeat right center;
	padding: 0 .5em;
	position: relative;
	line-height: 54px;
}

#nav-supp li.first {
	padding-left: 0;
}

#nav-supp li.last {
	padding-right: 0;
	background: none;
}

#siteinfo {
	position: absolute;
	top: 6px;
	left: 40px;
	text-align: left;
}

#siteinfo a:link, #siteinfo a:visited {
	text-decoration: none;
	color: #4c7bdb;
}

#siteinfo a:hover, #siteinfo a:active {
	text-decoration: none;
	color: #fff;
}

/* Common Content */

#content-supp {
	margin-top: 3em;
}

#content-supp img {
	margin-bottom: 1em;
}

.p1-4 {
	margin-left: 10px;
}

.unit-config, .unit-config li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.cancellation-policy dd {
	margin-left: 0;
}

dd.non-holiday {
	margin-bottom: 1em;
}

.address-details {
	font-weight: bold;
}

.address-details h2 {
	margin-top: 0;
	color: #5082e4;
	font-size: 17px;
}

.address-details dt, .address-details dd {
	display: inline;
}

.address-details dd {
	margin-left: 1em;
}

.address-details dt span {
	display: block;
}

.address-details dd.phone {
	font-size: 17px;
}

.address-details dt.email span {
	margin-top: 1em;
}

.email-form {
	padding-top: 1em;
}

.p3 h1 {
	text-align: center;
}

.thank-you {
	font-size:22px;
	font-weight:bold;
	margin:2em 0 1.5em;
	text-align:center;
}