body {
	font: 0.85em "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #330;
}

#masthead {
	background: #f0f0f0 url(mastripe.gif) 0 35px repeat-x;
	height: 101px;
	margin-bottom: 20px;
}
#masthead img {position: absolute; top: 15px; left: 2%; margin-left: -5px;}

#masthead p {background: #fff; color: #452; height: 22px; padding: 6px 10% 0; margin: 0;
  font-size: 0.85em; text-align: right;}
#masthead p a {background: #fff; color: #369;}

#contain {position: relative;}
#contain, #footer {margin: 0 10%; min-width: 675px;}

a:link {
	color: #369;
}

a:visited {
	color: #369;
}

a:hover {
	color: #69C;
}

a {
	text-decoration: none;
}

a img { border: 0; }


#footer {
	clear: both;
	color: #663;
	padding-top: 1em;
	font-size: 0.85em;
	padding-bottom: 33px;
}

#footer p {
	margin: 0;
}

* html #footer p {
	width: 675px;
}

#footer ul {
	text-align: right;
	margin-top: -1.2em;
	padding-bottom: 1.5em;
	margin-left: 22em;
}

#footer ul li {
	display: inline;
	list-style: none;
	padding: 0 0.5em;
	border-right: 1px solid;
}

#footer ul li.last {
	border-right: none;
	padding-right: 0;
}


#navigation {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 10%;
        background: none;
}

#navigation li {
	float: left;
	position: relative;
	border-left: 1px solid #330;
	padding: 0;
	margin: 0;
        background: none;
}

#navigation li.first {
	border-left: none;
        background: none;
}

#navigation li a {
	font: bold 0.85em/14px "Lucida Grande", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding: 0 1em;
	display: block;
        background: none;
}

#navigation li, ul {
	background: inherit;
        background: none;
}


#navigation li div {
	background-color: #eee;
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 10000;
	padding: 0;
        background: none;
}

#navigation li div div.drop-shadow {
	position: absolute;
	background: none;
	top: 6px;
	left: 6px;
	z-index: 9999;
	height: 100%;
	width: 100%;
}

#navigation li.first div {
	left: 0;
        background: none;
}

#navigation li div ul {
	border: 1px solid #bbb;
	border-bottom-color: #777;
	border-right-color: #777;
	border-top: none;
        background: none;
}

#navigation li div ul.first {
	border-top: 1px solid #bbb;
        background: none;
}

#navigation li div ul li {
	z-index: 10000; /* Firefox goes nuts without this */
	float: none;
	border: none;
        background: none;
}

#navigation li div ul li a {
	font: normal 0.8em/1 "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #000;
	text-decoration: none;
	text-transform: none;
	display: block;
	padding: 0 8px;
	height: 20px;
	line-height: 20px !important; /* Safari fix */
	background-color: #eee; /* IE7 fix */
        background: none;
}

#navigation li a.selected-menu {
	background-color: #369;
	color: #fff;
        background: none;
}

#navigation li a.selected-menu:hover {
	color: #fff;
        background: none;
}

#navigation li a:hover {
	color: #69C;
        background: none;
}

#navigation li div ul li a:hover {
	background-color: #fff;
	color: #000;
        background: none;
}

#navigation first menu-1-1-2 {
    background: none;
}

#navigation first menu-1-2-2 {
    background: none;
}

#navigation first menu-1-3-2 {
    background: none;
}

html, body, div, span, applet, object, iframe, p,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1em;
	color: black;
	background: white;
}