/* colors */

body	{
	background-color:#999542;
	color:#131313;
}
h1	{
	color:#000000;
}
h2	{
	color:#004A80;
}
h3	{
	color:#004A80;
}
#middle-bg	{
	border-top:#CCCAA0 solid 11px;
	border-bottom:#CCCAA0 solid 11px;
}
#nav a	{
	color:#404040;
}
#nav a:hover	{
	border-bottom:#004A80 solid 2px;
}
#content-bg	{
	border:#827E2B solid 2px;
	background-color:#F4F4F4;
}
#content-right-bg	{
	background-color:#F3F0D9;
	border:#D1CEBA solid 1px;
}
#bottom-nav {
	color:#FFFFFF;
}
#bottom-nav a {
	color:#FFFFFF;
}
#disclosures	{
	color:#FFFFFF;
}
#disclosures ul li a	{
	color:#FFFFFF;
}
a	{
	color:#938E40;
}






/* Main Stuff */
body	{
	margin:0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	margin-bottom:30px;
}
form	{
	margin:0px;
}
img	{
	border:none;
}
h1	{
	font-size:28px;
	font-weight:normal;
	margin:10px 0px 20px 0px;
}
h2	{
	font-size:16px;
	font-weight:normal;
	margin:0px;
}
p	{
	margin:8px 0px 8px 0px;
}
a	{
	font-weight:bold;
	text-decoration:underline;
}
a:hover	{
	text-decoration:none;
}
.block	{
	display:block;
}


#top-bg	, #middle-bg, bottom-bg{
	display:table;
	width:100%;
	background-position:top;
}
#top-bg	{
	height:98px;
	background-image:url(/images/top-bg.jpg);
	background-repeat:repeat-x;
}
#middle-bg	{
	height:413px;
	background-image:url(/images/header-bg.jpg);
}
#bottom-bg	{
	background-image: url(/images/bottom-bg.jpg);
	background-repeat:repeat-x;
}



.wrapper	{
	display:block;
	width:898px;
	margin-left:auto;
	margin-right:auto;
}
#logo	{
	width:517px;
	height:109px;
	position:absolute;
	
}
#networks	{
	width:308px;
	height:93px;
	position:absolute;
	margin-left:450px;
}
#nav	{
	display:table;
	width:898px;
	padding-top:10px;
	text-align:center;
	margin-left:-30px;

}
#nav a	{
	margin:0px 20px 0px 20px;
	height:14px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.float-left	{
	float:left;
}

.header-left	{
	display:block;
	width:349px;
	height:280px;
	margin-left:45px;
	margin-top:40px;
}

.header-middle	{
	width:162px;
	height:280px;
	background-image: url(/images/mormon-bookhouse.jpg);
	background-repeat:no-repeat;
	background-position:left;
	margin-top:40px;
}
	
.header-right	{
	width:279px;
	height:370px;
	background-image:url(/images/form-bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:10px;
}
#form {
	display:table;
	width:230px;
	margin:130px 0px 0px 60px;
}
.select-service, .select-property, .select-credit {
   display:table;
}
.labels	{
	display:none;
}
.select-service select, .select-property select, .select-credit select {
   width:165px;
   font-size:13px;
   margin-bottom:10px;
  
}
.select-service select:hover, .select-property select:hover, .select-credit select:hover {

}
#form .continue-button {
   margin-top:10px;
}


#content-bg	{
	display:table;
	width:894px;
	padding:20px 0px 20px 0px;
	margin-top:20px;
}



.content	{
	display:block;
	width:637px;
	line-height:20px;
}
.first-font	{
	font-size:15px;
}
.content-pad	{
	display:table;
	width:592px;
	padding:0px 10px 0px 35px;
}
#content-image	{
	width:184px;
	height:239px;
	float:left;
	padding-right:10px;
}
#index-image	{
	display:block;
	clear:both;
	width:637px;
	height:157px;
}





.content-right	{
	display:block;
	width:231px;
	margin-left:10px;
	margin-bottom:20px;
}
#content-right-bg	{
	display:table;
	width:206px;
	padding:9px 11px 12px 13px;
}
#content-right img {
	text-align:center;
}

#top-para	{
	width:205px;
	height:69px;
}
#top-cta	{
	width:205px;
	height:183px;
}
#bottom-cta	{
	width:205px;
	height:218px;
}

.content-right input	{
	margin-left:20px;
	margin-top:15px;
	margin-bottom:15px;
}
#medal	{
	margin-left:70px;
}


#disclosures	{
	margin:8px 0px 0px 0px;
	float:left;
	clear:left;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}
#disclosures ul li a {
	font-weight:bold;
	text-decoration:none;
}
#disclosures ul li a:hover {
	text-decoration:underline;
}
#bottom-nav {
	margin-top:8px;
	text-align:right;
	float:right;
	clear:right;
}
#bottom-nav a {
	text-decoration:none;
}
#bottom-nav a:hover {
	text-decoration:underline;
}
