@charset "utf-8";
body {
	padding: 0px;
	margin: 0px;
	background: #f3f3f3;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
a{ outline: none; }
img {
	border: none;
}
#LoginForm label {
	width: 80px;
	display: block;
	font-size: .9em;
}
#LoginForm {
	background-color: #FAF7EE;
	border: 1px solid #E6E0CF;
	padding: 10px;
	width: 220px;
	margin: 0 auto;
}
.DarkRow {
	background-color: #E6E0CF;
}
.Button {
	background-color: #FAF7EE;
	border: 1px solid #E6E0CF;
	color: #bA4854;
	text-decoration: none;
	padding: 5px;
	cursor: pointer;
}
.Button:hover {
	color: #7A0814;
	border: 1px solid #c6c0aF;
	text-decoration: underline;
}
#LoginForm input {
	width: 200px;
}
form {
	margin: 0;
}
#MainLHS .Question {
	border-top: 1px solid #7A0814;
	padding: 10px 0;
	margin-top: 15px;
	color: #7A0814;
	font-weight: bold;
}
#FooterLogos {
	background: #eeebe2;
	text-align: right;
	width: 240px;
	float: right;
}

#HomeLHSHero p {
	margin-left: 225px;
}
.LargeWhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
}

#SiteHolder {
	width: 754px;
	background-image: url(../images/common/main_shadow.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px 8px;
}
#HeaderPanel {
	background-image: url(../images/common/header_bg.gif);
	background-repeat: repeat-x;
	height: 107px;
}
#TopNav {
	background-image: url(../images/common/topnav_bg.png);
	background-repeat: repeat-x;
	height: 49px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
}
#TopNav a {
	text-decoration: none;
	color: #fff;
	height: 32px;
	padding-right: 19px;
	padding-left: 19px;
	padding-top: 17px;
	display: block;
	float: left;
}
#TopNav a:hover {
	text-decoration: underline;
}

#MainArea {
	display: block;
	overflow: hidden;
}
#HomeLHSHero {
	background-image: url(../images/home/homepage_hero.jpg);
	height: 182px;
	color: #FFFFFF;
}

.lhscol {
	width: 474px;
	float: left;
	clear: both;
	margin-top: 2px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.widecol {
	float: left;
	clear: both;
	margin-top: 2px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#HomeRHSHero {
	background-image: url(../images/home/homepage_hero_bg.jpg);
	background-repeat: no-repeat;
	height: 186px;
	width: 220px;
}
#HomeRHSHero a {
	color: #fff;
	text-decoration: none;
}
#HomeRHSHero a:hover {
	text-decoration: underline;
}


.rhscol {
	float: left;
	clear: none;
	margin-top: 2px;
	padding: 5px 10px;
	background: #eeebe2;
	width: 220px;
	padding-bottom: 3000px;
	margin-bottom: -3000px;	
}

#TopNav .active {
	background-image: url(../images/common/nav_active_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#Footer {
	position: relative;
	clear: both;
	background-image: url(../images/common/footer_bg.png);
	background-repeat: repeat-x;
	height: 60px;
	color: #FFFFFF;
	padding: 6px 20px;
	font-size: .9em;
	text-align: center;
}
#Footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#BuiltBy a {
}

#Footer a:hover {
	text-decoration: underline;
}

#BuiltBy {
	position: relative;
	clear: both;
	padding: 20px;
	font-size: .8em;
	text-align: right;
	background: #eee;
}
#BuiltBy a {
	text-decoration: none;
	color: #999;
	background-image: url(../images/common/ig_subtle.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 8px 36px;
}
#BuiltBy a:hover {
	color: #333;
	background-image: url(../images/common/ig_hover.png);
	background-repeat: no-repeat;
}
#MainLHS h1, .Mainh1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7A0814;
	font-size: 21px;
	font-weight: normal;
	border-bottom: 1px solid #7A0814;
	padding: 5px 0;
}
#MainLHS h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7A0814;
	font-size: 17px;
	font-weight: normal;
	border-bottom: 1px dotted #7A0814;
	padding: 5px 0;
}
#MainLHS h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7A0814;
	font-size: 17px;
	font-weight: normal;
	padding: 5px 0 0 0;
	margin: 0;
}
#MainLHS h3 a {
	text-decoration: none;
	color: #7A0814;
}	
#MainLHS li {
	margin-top: 10px;
	list-style-image: url(../images/common/bullet.gif);
}
#HomeRHSHero {
	color: #fff;
}
#HomeRHSHero h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
	margin-top:20px;
}
#MainRHS h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #7A0814;
	font-weight: normal;
	margin-top:20px;
}
#MainRHS .Question, #MainRHS .Answer {
	padding-top: 5px;
}

.subtle {
	color: #807c73;
	font-size: 0.9em;
}
.links {
	padding: 15px 0;
	height: 50px;
	border-bottom: 1px solid #ddd;
}
.links img {
	margin-right: 10px;
}
.articlepics {
	padding: 10px;
	width: 240px;
	float: right;
	font-size: 0.8em;
}
.date {
	font-size: 0.8em;
	color: #666;
}
.date strong {
	color: #999;
}
.date a {
	color: #666;
}
#MainRHS .ArticleList h3 {
	font-size: 1em;
	font-weight: normal;
	margin: 5px 0 0 0;
}
#MainRHS a {
	color: #7A0814;
	text-decoration: none;
}
#MainRHS a:hover {
	text-decoration: underline;
}
#stamptotal, #repaytotal {
	background-color: #FAF7EE;
	border: 1px solid #E6E0CF;
	padding: 10px;
}
.nicebutt {
	background: url(../images/common/buttonbg.gif) no-repeat top;
	height: 22px;
	width: 200px;
	border: none;
	margin: 10px 0;
}
.nicebutt:hover {
	background: url(../images/common/buttonbg.gif) no-repeat 0 -25px;
}

.formlabel {
	display:	block;
	width: 		180px;
	float:		left;
	clear: 		both;
}
.docforms input[type=text], .docforms textarea, .docforms select {
	width: 260px;
	border: 1px solid #999;
}
.docforms fieldset {
	background:  #eeeedd;
	border: none;
	padding: 5px;
	margin: 5px 0;
}
.docforms fieldset fieldset{
	background:  #ddddcc;
}
.docforms fieldset fieldset label, .docforms fieldset fieldset input{
	margin-top: 5px;
}
.docforms .formlink {
	margin-left: 180px;
}
#newagent, #newvendor {
	display: none;
}
.details {
	font-size: 11px;
}