* {
	padding:0;
	margin:0;
	font-family: "Helvetica Nueu", Helvetica, Arial, Sans-serif;
}

p {
	margin-bottom: 1em;
}

img {
	border: none;
}

body {
/*	text-align: left;*/
	margin: 10px auto 10px auto;
	padding:0;
	width: 811px;
	text-align: center;
/*	background: lightgreen;*/
}

/* ===================================== */
/* = core layout */
/* ===================================== */

/* =section page background */

/* =page wrapper */

#wrapper {
	width: 816px;
	text-align: center;
}

#page {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 816px;
	background: #fff;
}

#top, #bottom { display: none; }

#body, #header, #footer {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 816px;
	background: #fff;
}

/* =header */
#header {
	margin: 0 0 1px 0;
	padding: 0 0 1px 0;
	min-height:  66px;
}

/* =menu positioning */
#menu2_ssi {
	float: left;
	width: 816px;
	height: 34px;
/*	border: 1px solid #ccc;*/
}
#menu3 {
	float: left;
	padding-top: 5px;
	width: 816px;
	height: 19px;
/*	border: 1px solid #ccc;*/
}
#header #logo {
	position: relative;
	margin: 0 0 2px 10px;
	padding: 0 0 0 0;
	width: 102px;
	height: 34px;
}
#header #logo, #header #logo a:hover {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	border: none !important;
}

/* =menu-primary */

#menu-primary li {
	display: block;
	float: left;
	height: 34px;
	line-style: none;
	font-size: small;
	text-align: center;
	background-color: #ffd700; /* gold */
}
#menu-primary li {
	width: 100px;
	height: 34px;
	display: block;
/*	border: none !important;*/
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: none !important;
	border-bottom: none !important;
	text-decoration: none;
	vertical-align: 50%;
}

#menu-primary li strong {
	width: 100px;
	padding-top: 10px;
	height: 24px;
	display: block;
	border: none !important;
	text-decoration: none;
}
#menu-primary li strong.stay {
	color: black;
	background-color: #fffacd; /* lemonchiffon */
}

#menu-primary li a {
	width: 100px;
	padding-top: 10px;
	height: 24px;
	display: block;
	border: none !important;
	text-decoration: none;
}
#menu-primary li a:hover {
	font-weight: bold;
	color: purple;
	background-color: #f5f5f5; /* whitesmoke */
}

#menu-primary li .label, #menu-primary li .description {
	display: block;
	padding-left: 6px;
}


/* =menu-secondary */

#menu-secondary li {
	display: block;
	float: left;
	height: 24px;
	line-style: none;
	font-size: small;
	text-align: center;
	background-color: lightblue;
}
#menu-secondary li {
	width: 100px;
	height: 24px;
	display: block;
/*	border: none !important;*/
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	text-decoration: none;
	vertical-align: 50%;
}

#menu-secondary li strong {
	width: 100px;
	padding-top: 5px;
	height: 19px;
	display: block;
	border: none !important;
	text-decoration: none;
}
#menu-secondary li strong.stay {
	color: black;
	background-color: #fffacd; /* lemonchiffon */
}

#menu-secondary li a {
	width: 100px;
	padding-top: 5px;
	height: 19px;
	display: block;
	border: none !important;
	text-decoration: none;
}

/*
#menu-secondary li a.stay {
	color: white;
	background-color: orange;
}
*/

#menu-secondary li a:hover {
	font-weight: bold;
	color: purple;
	background-color: #f5f5f5; /* whitesmoke */
}

#menu-secondary li .label, #menu-secondary li .description {
	display: block;
	padding-left: 6px;
}

/* body */
#body {
	border-top: 1px solid #999;
	margin: 1px 0 10px 0;
	padding: 1px 0 0 0;
}

#content {
	margin-top: 0;
	margin-right: 0;
	padding: 0;
	width: 816px;
}
#content .pad {
	padding: 0;
}
#section-header {
	text-align: center;
}




/* =minor layout */
div.clear{
	clear: both;
	font-size: 0px;
	line-height: 1px;
	height: 0;
	border: none;
}

#prefooter {
	clear:both;
	height: 20px;
}
#footer_ssi {
	clear: both;
	border-top: 1px solid #009;
	padding-top: 5px;
	text-align: center;
	font-size: small;
}
#footer2_ssi {
	clear: both;
	border-top: 1px solid #009;
	padding-top: 5px;
	text-align: center;
	font-size: x-small;
}





