﻿/* NOTES:
Prosperity Colors: #CA8643 - rust ; #1B4077 - blue ; #F7F3E9 - watermark
*/

body {
	font-family: sans-serif, serif, arial, helvetica;
	font-size: 100%;
	background: white;
	background-image: url(images/logo_watrmark.gif);
	background-position: 50% 145px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 0px;
	margin: 5px;
}

a {text-decoration: underline;}
a:link {color: #1B4077;}
a:visited {color: #3f5677;}
a:active {color: red;}
a:hover {text-decoration: underline;}

#seperator td {
	background: #CA8643;
	padding-top: 1px;
	padding-bottom: 1px;
}

#seperator div {
	background: #F7F3E9;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
 	text-align: right;
}

/* CSS for menu */

#menu ul {
	padding: 0.2em;
	margin: 0px;
	list-style: none;
	background-color: #F7F3E9;
	border-right: 1px solid #CA8643;
	border-bottom: 2px solid #CA8643;
}

#menu ul ul {
	position: absolute;
	visibility: hidden;
	left: 100%;
	top: 0;
	border: 1px solid #CA8643;
}

#menu div {
	float: inherit;
	position: relative;
	width: 11em;
	_width: 9.75em;
	text-align: left;
}

#menu div a {
	font-weight: normal;
	font-size: small;
	color: #1B4077;
	text-decoration: none;
	white-space: nowrap;
	margin-left: 0.8em;
	margin-bottom: 0.2em;
	_display: block;
}

#menu div.mainmenu {
	float: none;
	position: relative;
	width: inherit;
}

#menu div.submenu {
	float: none;
	position: relative;
	width: inherit;
	background: url("images/sub.gif") no-repeat right;
	padding-right: 1em;
	_padding-right: 0em;
}

#menu div:hover {
	border: 1px solid #CA8643;
	background-color: white;
	text-decoration: none;
}

#menu div a:hover {
	_border: 1px solid #CA8643;
	_background-color: white;
	_border-width: 0 0.15em 0 0.15em;
	_text-decoration: none;
	_padding: 0em 0.1em 0em 0.1em;
}

#menu div:hover>ul, div.over>ul {
	visibility: visible;
	min-width: 11em;
}

/* end CSS for menu */

.padded {
	padding: 0em 1em 0em 1em;
	padding-top: 1em;
	/*width: 100%;*/
	font-size: smaller;
	vertical-align: top;
	text-align: left;
	color: #1B4077;
}

.padded p {
	/*text-indent: 2em;*/
	text-align: justify;
}

.padded p.legal {
	/*text-indent: 0%;*/
	text-align: justify;
}

.padded h1 {
	/*border: 1px dotted #CA8643;
	background-color: #F7F3E9;*/
	font-size: x-large;
	text-align: center;
	color: #1B4077;
}

.padded h2 {
	font-size: large;
	text-align: center;
	font-style: italic;
	text-decoration: underline;
	color: #CA8643;
}

.padded h3 {
	font-size: medium;
	color: #CA8643;
}

.padded h4 {
	font-size: medium;
	color: #1B4077;
}

.padded tt {
	font-size:larger;
}

#visible td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #CA8643;
	background-color: #F7F3E9;
}

#list ul {
	list-style: none;
}

#address {
	background-color: #F7F3E9;
	border: 1px inset #CA8643;
	width: 80%;
}

#address caption {
	background-color: #F7F3E9;
	border: 1px outset #CA8643;
	/*width: 100%;*/
	font-weight: bold;
	color: #1B4077;
}

#address td {
	width: 33%;
}

#boxed {
	border: 1px solid #CA8643;
	padding: 5px;
	background-color: #F7F3E9;
	text-decoration: none;
/*	font-weight: bold;*/
}

#tiny {
	font-size: smaller;
}

#login {
	padding: 5px;
	margin: 0px;
	background-color: #F7F3E9;
	border-left: 1px solid #CA8643;
	border-bottom: 2px solid #CA8643;
	color: #1B4077;
	font-size: small;
}

/*#login a {
	text-decoration: none;
}

#login a:hover {
	text-decoration: underline;
}*/

#login input {
	font-size: smaller;
}

hr {
	border: 1px solid #CA8643;
	/*height: 3px;*/
}

#announcement {
/*	border: 1px solid #CA8643;*/
	color: #1B4077;
	text-align: justify;
	padding: 5px;
}

#tabs {
	font-size: small;
	font-weight: bold;
	border: 1px solid black;
	padding-top: 0.2em;
	_padding-top: 0em;
	white-space: nowrap;
}

#tabs a {
	background-color: #F7F3E9;
	border-right: 0.2em solid #DFDBD2;
	border-left: 0.2em solid white;
	border-top: 0.2em solid white;
	text-decoration: none;
	white-space: nowrap;
}


/*END ORIGINAL STYLES*/

/*BEGIN NEW STYLES*/
.refHolder {
	width: 720px;
}
.refHolder div {
	text-align:left;
}
.refHolder hr {
	margin-top: 15px;
	width: 300px;
}
.rightSide {
	float: right;
	clear: right;
	margin-left: 15px;
	margin-bottom: 25px;
}
.refPageH2 {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}
.notes {
	color:#444444;
	font-size: 10px;
}
.instructions li {
	margin-bottom: 10px;
}