/* Hide from IE-Mac \*/
div#iemac
{
	display: none;
}
 /* End hide */
html, body 
{
	height: 100%; 
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #182E57;
	font: 13px arial, sans-serif;
}

div#top
{
	position: absolute;
	top: 0;
	right: 16px;
	z-index: 1;
	width: 100%;
	height: 101px;
	margin: 0;
	border-top: 10px solid #182E57;
	padding: 13px 0 0 0;
	background-image: url("images/content.gif");
	background-repeat: repeat-x;
	text-align: center;
}

div#menu
{
	width: 784px;
	height: 27px;
	margin: 0 auto 0 auto;
	padding: 0;
}

.menulink:link, .menulink:visited,.menulink:active
{
	display: block;
	float: left;
	border-bottom: 1px solid #182E57;
	padding: 2px 13px 2px 13px;
	font: bold 15px arial, sans-serif;
	text-align: center;
	color: #182E57;
}

.menulink:hover
{
	border-bottom: 1px solid #840828;
	color: #840828;
	text-decoration: none;
}

.active:link, .active:visited, .active:hover, .active:active
{
	border-bottom: 3px solid #840828;
	color: #840828;
	text-decoration: none;
}

div#page
{
	height: 100%; 
	overflow: auto; 
	position: relative; 
	z-index: 0;
	margin: 0 auto 40px auto;
	background: white;
}

/*CONTENT*/
div#content
{
	clear: both;
	width: 744px;
	margin: 0 auto 0 auto;
	padding: 130px 0 50px 0;
}

h1
{
	margin: 0;	
	font: bold 21px georgia, serif;
	text-transform: uppercase;
	color: #840828;
}

h1:first-letter
{
	font: bold 29px georgia, serif;
}

h2
{
	margin: 15px 0 -10px 0;	
	border-bottom: 1px solid #182E57;
	font: bold 17px georgia, serif;
	text-transform: uppercase;
	color: #182E57;
}

h2:first-letter
{
	font: bold 19px georgia, serif;
}

h3
{
	margin: 15px 0 -12px 0;
	font: bold 15px arial, sans-serif;
}

p
{
	margin: 12px 0 0 0;
	text-align: justify;
}

span.underline
{
	text-decoration: underline;
}

table
{
	margin: 12px 0 0 0;
}

ul
{
	margin: 5px 0 0 20px;
	padding: 0;
}

li
{
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #1E4794;
}

a:hover
{
	text-decoration: underline
}

img
{
	border: 0;
}

div.highlight
{
	float: right;
	width: 245px;
	margin: 12px 0 35px 35px;
	border: 1px solid #182E57;
	padding: 0 0 10px 0;
	text-align: center;
}

div.highlight p
{
	margin: 12px 9px 3px 9px;
	text-align: center;
}

div.attorney
{
	clear: both;
	margin: 0 0 0 8px;
	padding: 15px 0 5px 0;
	font: bold 14px arial, sans-serif;
}

div.attorney img
{
	width: 70px;
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #333;
}

img.attorney
{
	float: right;
	margin: 15px 0 15px 20px;
	border: 1px solid #333;
}

td.position
{
	font-weight: bold;
}

div.contact
{
	float: right;
	width: 260px;
	margin: 30px 25px 0 0;
	text-align: center;
}

div.contact img
{
	border: 1px solid #182E57;
}

div.contact a:hover
{
	text-decoration: none;
}

img.boise
{
	float: right;
	margin: 30px 25px 0 55px;
	border: 1px solid #182E57;
}

/*Footer*/
div.copyright
{
	position: absolute;
	bottom: 0;
	right: 16px;
	z-index: 1;
	width: 100%;
	margin: 0;
	padding: 19px 0 6px 0;
	background: #182E57;
	background-image: url("images/footer.gif");
	background-repeat: repeat-x;
	text-align: center;
	color: white;
}
