body {
	font-family:Verdana,Calibri,sans-serif;
	background-color:#ffffff;
	background-color:#004990; /* more or less Pantone 280 */
	background-image:url('../images/global/BG-palm-4.png');
	/* background-image:url('../images/global/silver-fronds_~k3669821.jpg'); */
    background-attachment:fixed;
	overflow:scroll;
}
div#main {
	width:80%;
	min-width:543px;
	max-width:900px;
	margin:0px auto 10px auto;
	background-color:#ffffff;
	padding:1.1em;
	position:relative;
    -webkit-box-shadow:0 20px 20px rgba(20, 60, 20, 0.9);
    -moz-box-shadow:0 20px 20px rgba(20, 60, 20, 0.9);
    box-shadow:0 20px 20px rgba(20, 20, 60, 0.9);
}
div#main p, table {
	font-size:.75em;
	line-height:1.4em;
}
dt {
    margin-top:10px;
}
dt, dd, li {
	font-size:13px;
}
li {
    margin-top:4px;
}
div#main p.intro {
	font-size:15px;
	line-height:1.6em;
}
div#header {
    height:172px;
    border:solid 1px #163754;
    background-color:#555555;
    text-align:center;
    background-image:url('/images/global/Openesque-logo-header.png');
    background-repeat:no-repeat;
    background-position:center top;
    cursor:pointer;
}
div#header img#logoPrint {
    display:none;
    width:533px;
    height:152px;
}
div#header:active {
    background-image:url('/images/global/Openesque-logo-header-active.png');
    background-position:center 3px;
}
div#subheader {
    border:solid 1px #000000;
    background-color:#000000;
    color:#ffffff;
    text-align:center;
    margin:0px;
    padding:0px;
}
div#subheader p {
    font-size:.9em;
    line-height:auto;
    margin:0px 20px 0px 0px;
    padding:0px;
    text-align:right;
}
div#subheader a {
    color:#a3aeb2;
    text-decoration:none;
}
/*
img#homelogo {
    width:533px;
    height:152px;
    border:none;
    margin:0px;
}
*/
img#homelogoActive {
    width:533px;
    height:144px;
    border:none;
    margin:0px;
    display:none;
}
div#footer {
	margin-top:30px;
	clear:both;
	width:100%;
}
div#main div#footer p.footnote {
	margin-bottom:0px;
}
div#footer p.footnote + p.footnote {
	margin-top:0px;
}
div#main div.fullWidthFeature {
	clear:both;
	border:solid 1px #000000;
	margin:20px 0px;
	padding:10px;
}
div#main div.fullWidthFeature p {
	line-height:normal;
}
table {
    background-image:url('../images/global/Openesque-logo-lg.jpg');
    background-repeat:no-repeat;
    background-position:160px -240px;
}
div.inset, div.insetWide {
	width:35%;
	/* border:solid 1px #cccccc;
	border-left:dotted 1px #4caec6; */
	border-top:solid 3px #000000;
	border-bottom:solid 8px #000000;
	padding:10px 4px 20px 7px;
	float:right;
	margin:0px 0px 10px 30px;
    -webkit-box-shadow:0 6px 6px rgba(6, 60, 6, 0.7);
    -moz-box-shadow:0 6px 6px rgba(6, 60, 6, 0.7);
    box-shadow:0 6px 6px rgba(6, 6, 60, 0.7);
    background-image:url('../images/global/Openesque-logo-lg.jpg');
    background-repeat:no-repeat;
    background-position:160px -240px;
}
div.insetWide {
	width:85%;
	float:none;
    margin:10px auto;
	padding:10px 4px 20px 7px;
}
div.inset h1 {
	font-size:16px;
	color:#000000;
	background-color:#cccccc;
	background-image:url('../images/global/BG-palm-3-45deg.png');
	background-repeat:no-repeat;
	margin:0px; padding:0px 5px;
	text-align:center;
}
div.inset h1 + p {
    margin-top:10px;
}
div#main div.inset p, div#main div.inset li {
	font-size:11px;
	line-height:normal;
}
p.subhead {
	margin-bottom:0px;
	font-weight:bold;
}
p.details {
	margin:0px;
}
p.subhead + p.details {
	margin-top:0px;
}
table td {
	vertical-align:top;
}
h1 {
	font-size:2.1em;
	margin-bottom:0px;
	font-weight:normal;
}
h2 {
	font-size:18px;
	margin-bottom:0px;
	font-weight:normal;
}
.inset h3 {
    font-size:1.1em;
    margin-bottom:0px;
}
h3 + p {
	display:inline;
}
h1 + p, h1 + h2, h2 + p, h3 + p {
	margin-top:0px;
}
p.footnote, div#main p.footnote {
	font-size:11px;
	color:#888888;
	line-height:normal;
}
img + p.footnote, table + p.footnote {
	margin-top:0px;
}
a {
	color:#004990;
	text-decoration:none;
	border-bottom:dotted 1px #004990;
}
a:hover {
	border-bottom:solid 1px #004990;
}
a:active {
	background-color:#efefef;
	color:#000000;
	border-bottom:solid 1px #cccccc;
	position:relative;
	top:1px;
}
a.discreet {
	color:#aaaaaa;
}
div#subheader a {
    margin-left:20px;
}
div#subheader a.phone-link {
    color:#fff;
    border:none;
    pointer-events:none;
}
sup {
	font-size:.7em;
}
table.sections td {
	border-left:dotted 1px #4caec6;
	padding:0px 20px 0px 10px;
}
.button:active {
	position:relative;
	top:1px;
}

/* The following makes the nav's <ul> and <li> entries behave as a drop-down menu. */
#navUL {
	list-style:none;
	margin:0px;
	padding:5px;
    /* Bring the nav above everything else--Comment out if not needed.
	position:relative;
	z-index:1998; */
    float:left;
    text-align:left;
}
#navUL li {
	position:relative;
    top:-3px;
    margin:0px;
    font-size:16px;
	height:20px;
	line-height:28px;
}
#navUL li a {
	display:block;
	text-decoration:none;
	margin-right:24px;
    padding:0px 16px;
    color:#000000;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition-property:color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property:color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -o-transition:color 0.2s ease;
    transition:color 0.2s ease;
}
#navUL a:hover {
	/* background:#6b0c36; Pretty amethyst/burgundy */
	background:#777777; /* 2c879e */
	color:#000000;
}
#navUL a:active, #navUL ul a:active {
    position:relative;
    top:1px;
	/* background:#777777;  2c879e */
    color:#fff;
    border-bottom:solid 1px #ffffff;
}

/*--- DROPDOWN ---*/
#navUL ul {
	margin:0px;
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(256,256,256,0);/*  But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	background-image:url('../images/global/BG-nav.png');
	list-style:none;
	position:absolute;
	padding:9.889px;
    z-index:1997;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-top-left-radius: 0px 0px;
    border-top-right-radius: 0px 0px;
	text-shadow:0px 1px 0px #cccccc;
    -webkit-box-shadow:0 2px 2px rgba(20, 60, 20, 0.7);
    -moz-box-shadow:0 2px 2px rgba(20, 60, 20, 0.7);
    box-shadow:0 2px 2px rgba(20, 20, 60, 0.7);
}
#navUL ul li {
	float:none;
}
#navUL ul a {
	white-space:nowrap; /* Stop text wrapping and creating multi-line DROPDOWN ITEMS */
	background:#a3aeb2; /* 2c879e */
	text-decoration:none;
	margin-top:16px;
    background-image:url('../images/global/BG-navBanner.png');
    background-repeat:repeat-x;
    background-position:0px 0px;
}
#navUL ul a:hover {
	text-shadow:0px 0px 0px #cccccc;
	background:#cccccc;
}
#navUL li:hover ul { /* Display the dropdown on hover */
	left:0px; /* Bring back on-screen when needed */
}
#navUL li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	/* background:#777777;  2c879e */
}
#navUL li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
}
#navUL li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
}
#navUL li:hover ul li a:active { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
}
#navUL a.nullMenuItem,
#navUL a.nullMenuItem:hover,
#navUL a.nullMenuItem:active {
	background:#c0b796; /* pale yellow: c0b796 */
    color:#000000;
    cursor:default;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition: none;
    transition: none;
    border:none;
	text-shadow:none;
    top:0px;
    left:0px;
}
#navUL li a.nullMenuTitle,
#navUL li:hover a.nullMenuTitle,
#navUL li:active a.nullMenuTitle {
    color:#000000;
	background-color:#a3aeb2; /* 2c879e */
    cursor:default;
    top:0px;
    left:0px;
	border-bottom:dotted 1px #555555;
}
