body     { color: #033; font-family: Verdana, Arial, Helvetica, sans-serif }
p  { font-size: 9pt }
td {}
h4   { font-size: 9pt; font-weight: normal; line-height: 11pt; margin: 1.33em 0 }
h5 { font-size: 8pt; font-weight: normal; line-height: 14pt; margin: 1.67em 0 }
h3   { font-size: 10pt; font-weight: normal; margin: 1em 0  }
h2 { font-size: 11pt; font-weight: bold; margin: 0.83em 0 }
a:link { color: #330; text-decoration: none }
a:visited  { color: #030; text-decoration: none }
a:hover { color: #366; text-decoration: none; background-color: #ccc }
a:active { color: #399; text-decoration: none }

/* *** */
.center {
	text-align: center;
}
.dprNav {
	margin-top: 5px;
}

/* splash */
body#splash {
	background-color: #9dc9bc;
	text-align: center;
}

div#container {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

div#content {
	width: 450px;
	margin: 0 auto;
	text-align: center;
}


body#splash h1, body#splash h2 {
	margin: 0 0 5px 0;
}

body#splash h2 {
	font-size: 13px;
}

body#splash p {
	margin: 5px 0 5px 0;
	padding: 0;
}

body#splash img#ranch {
	border: solid 1px #999;
}

body#splash ul.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body#splash ul.nav li {
	display: inline;
	font-size: 11px;
	font-weight: bold;
	border-right: solid 1px black;
	padding: 0 10px 0 5px;
	/* height: 100px; */
}

body#splash ul.nav li.last {
	border-right: 0;
}

a#callout {
	color: #f00; 
	font-size: 14px; 
	font-weight: bold;
}

a#callout span#small {
	font-size: 12px;
}

body#splash p span#tiny {
	font-size: 10px;
	font-style: italic;
}

/* second level navigation */
table#navigation ul.nav {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
}

table#navigation ul.top {
	margin-top: 5px;
}

table#navigation ul.nav li {
	display: inline;
	border-right: solid 1px black;
	padding: 0 7px 0 5px;
}

table#navigation ul.nav li.last {
	border-right: 0;
}

/* footer navigation */
table#footerNav ul.nav {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

table#footerNav ul.nav li {
	display: inline;
	border-right: solid 1px black;
	padding-right: 7px;
	margin-left: 5px;
}

table#footerNav ul.nav li.last {
	border-right: 0;
}

/* fact sheet text area */

#text-area h2 {
	border-top: solid 2px #ccc;
	padding-top: 10px;
	margin-top: 40px;
}

#text-area h3 {
	font-weight: bold;
	margin-bottom: 2px;
	padding-bottom: 0;
}

#text-area ul,
#text-area a {
	font-size: 12px;
}

#text-area a {
	text-decoration: underline;
}

#text-area ul.subnav {
	list-style: none;
	text-align: center;
}

#text-area ul.subnav li {
	display: inline;
	border-right: solid 1px#ccc;
	padding: 0 5px;
}

#text-area ul.subnav li.last {
	border-right: 0;
}	

#text-area ul.subnav a {
	text-decoration: none;
	font-weight: bold;
}

#text-area ul.subnav a:link { color: #000; }
#text-area ul.subnav a:visited { color: #666; }
#text-area ul.subnav a:hover { color: #000; }
#text-area ul.subnav a:active { /* empty */ }