
body{
	background: #47546b;
	font-size: 60%;
}


.nav{
	font-family: helvetica, arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	width: 170px;
}

.nav div{
	margin-bottom: 14px;
}


.nav .active a{
	color: #b59d27;
}

.subnav{
	font-family: helvetica, arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	padding-bottom: 12px;
	padding: 5px;
	background: #08400f; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NDAwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNDU0MmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #08400f 0%, #24542a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#08400f), color-stop(100%,#24542a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #08400f 0%,#24542a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #08400f 0%,#24542a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #08400f 0%,#24542a 100%); /* IE10+ */
background: linear-gradient(to right,  #08400f 0%,#24542a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08400f', endColorstr='#24542a',GradientType=1 ); /* IE6-8 */

}

.subnav div{
	margin-bottom: 5px;
	padding-right: 3px;
}

.subnav .active a{
	color: #fff;
}

.page_title{
	font-weight: bold;
	color: #b59d27;
	font-size: 1.2em;
	letter-spacing: 1px;
	background: url('images/gold_sq.png') no-repeat left center;
	padding-left: 14px;
	margin-bottom: 5px;
}

.page_subtitle{
	font-weight: normal;
	color: #fff;
	font-size: 0.8em;
	letter-spacing: 1px;
	background: url('images/dart.png') no-repeat left center;
	padding-left: 14px;
	margin-left: 16px;
	margin-bottom: 5px;
}

.clickable{
	cursor: pointer;
}



table.formtable{
}
table.formtable td{
	padding-bottom: 12px;
}
table.formtable td.formlabel{
	vertical-align: top;
	padding-right: 6px;
}

table.formtable input, table.formtable textarea{
	background: #f2e49b;
	border: none;
	padding: 2px 4px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	width: 320px
}

input.btn{
	width: auto !important;
	border: 1px solid #b59d27 !important;
	background: #fff !important;
}







td{
	font-family: arial, helvetica, sans-serif;
	color: #e4e8d6;
	font-size: 0.9em;
}

hr{
	color: #7D8A7D;
}


.tinytext{
	font-family: arial, helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
}
								
.title{
	font-size: 14px;
	color: #bd9d27;
	font-weight: bold;
}
								
.boldgold{
	color: #bd9d27;
	font-weight: bold;
}
			
.serif{
	font-family: georgia, times new roman, serif;
	font-size: 11px;
}

.gold{
	color: #bd9d27;
}









A:link 								{color: #7D8A7D;
									text-decoration: none}
A:visited							{color:#7D8A7D;
									text-decoration: none}
A:hover								{color:#ffffff;
									text-decoration: none}
						
A.agentindex:link 					{color: #7D8A7D;
									line-height: 170%;
									font-weight: bold;
									text-decoration: none}
A.agentindex:visited				{color:#7D8A7D;
									line-height: 170%;
									font-weight: bold;
									text-decoration: none}
A.agentindex:hover					{color:#ffffff;
									line-height: 170%;
									font-weight: bold;
									text-decoration: none}
									
A.goldlink:link 					{color: #bd9d27;
									text-decoration: none}
A.goldlink:visited					{color:#bd9d27;
									text-decoration: none}
A.goldlink:hover					{color:#ffffff;
									text-decoration: underline}

A.small_link:link					{color:#ddeeee}
A.small_link:visited				{color:#ddeeee}
A.small_link:hover					{color:#ff9e3b}
