/*
 * Standard styles for norfthwestinsagency.com
 */
body {
/*	background-image: url("images/lrock046Light.jpg"); */
	background-color: #fae6c5; /* #FFFFFF; */
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
}
div#FlagLogo {
	position: absolute;
	left: 10px;
	top: 70px;
	width: 174px;
	height: 122px;
	text-align: center;
}
div#BigILogo {
	position: absolute;
	left: 10px;
	top: 250px;
	width: 175px;
	height: 90px;
	text-align: center;
}
div#SidePhoto {
	position: absolute;
	left: 10px;
	top: 390px;
	width: 175px;
	height: auto;
	text-align: center;
}
div#Body {
	position: absolute;
	left: 194px;
	top: 12px;
	width: 708px;
	height: auto;
	text-align: left;
/*	background-color: #D0FEFF; */
}
div#PageTitle {
	position: static;
	margin: 10px auto;
	text-align: center;
/*	background-color: #D4FFD6; */
}
div#NavBar {
	position: static;
	padding: 6px 0;
	border-top: solid 1px #8E3723;
	border-bottom: solid 1px #8E3723;
	text-align: center;
/*	background-color: #F0C4C4; */
}
div#Contents {
	position: static;
	top: 10px;
	margin: 5px 0px;
/*	background-color: #F2F2F2; */
}
div#Footer {
	position: static;
	margin: 15px 0 0 0 auto;
	text-align: center;
	font: bold italic 13px "Times New Roman", Times, serif;
	border-top: solid 1px #8E3723;
/*	background-color: #FFF8DC; */
}
div#MapInfo {
	width: 280px;
	height: 500px;
	margin: 0;
	float: left;
}
div#MapNav {
	background: url(images/AZ_Hotspots.gif)  no-repeat;
	width: 398px;
	height: 462px;
	margin: 0;
	float: right;
}

div.ColumnL {
	width: 325px;
	margin: 0;
	float: left;
}
div.ColumnR {
	width: 325px;
	margin: 0;
	float: right;
}
div.Centered {
	margin: 0 auto;
	text-align: center;
}
div.Right {
	margin: 0px auto;
	text-align: right;
}
a:link {
	font-weight: bold;
	color: #003A6F;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #003A6F;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #003A6F;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #003A6F;
	text-decoration: underline;
}
span.Emphasis {
	font-weight: bold;
}
span.Italic {
	font-style: italic;
}
span.LogoColor {
	font-weight: bold;
	color: #003C00;
}
h1 {
	color: #8E3723;
	font-weight: 600;
	font-size: 2.5em;
	margin: 1em 0em .65em 0em;
}
h2 {
	color: #8E3723;
	font-weight: 600;
	font-size: 1.5em;
	margin: 1em 0em .65em 0em;
}
h3 {
	color: #8E3723;
	font-weight: 600;
	font-size: 1.25em;
	margin: 1em 0em .65em 0em;
}
h4 {
	color: #8E3723;
	font-weight: 400;
	font-size: 1em;
	margin: 1em 0em .65em 0em;
}
p {
	margin: .5em 0em .75em 0em;
	line-height: 1.4em;
}
p.HdrQuote {
	color: red;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 9pt;
	margin: 2px 0px 0px 0px;
}
p.Rule {
	text-align: center;
	margin: 10px 0px 10px 0px;
	line-height: 1px;
}
p.Justified {
	text-align: justify;
}
p.Title {
	font-weight: bold;
	font-size: 1.5em;
	margin: .5em 0em .5em 0em;
}
p.SubTitle {
	font-weight: bold;
	font-size: 1.15em;
	margin: .25em 0em 0em 0em;
}
p.Testamonial {
	text-align: justify;
	font:  italic 1.1em "Times New Roman", Times, serif;
	margin: 1.25em 0em .25em 0em;
}
p.Attribution {
	margin: .0em 0em .25em 0em;
	line-height: 1em;
	font-weight: bold;
	font-size: .9em;
}
img {
	border: solid 2px #8E3723;
	vertical-align: middle;
}
img.NoBorder {
	border: none;
	vertical-align: middle;
}
img.Button {
	border: none;
	vertical-align: middle;
	margin: 0 15px 0 0;
}
ul {
	margin-top: 0em;
	margin-bottom: 0em;
}
ul li {
	list-style-image: url(images/BuL1C1.gif);
	list-style-position: outside;
	margin: .25em;
}
ul li.Color2 {
	list-style-image: url(images/BuL1C2.gif);
	list-style-position: outside;
	margin: .5em;
}
ul li.Color3 {
	list-style-image: url(images/BuL1C3.gif);
	list-style-position: outside;
	margin: .5em;
}
ul li.L2Color2 {
	list-style-image: url(images/BuL2C2.gif);
	list-style-position: outside;
	margin: .5em 0px 0px 30px;
}
li.Term {
	color: #8E3723;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: .15em;
}
li.Def {
	list-style-type: none;
	list-style-image: none;
	line-height: 1.4em;
	margin-top: 0em;
}
/*
 * Debugging code - to make things visible
 */ /*
div {
	border: 1px;
	border-style: solid;
	border-color: red;
}
img {
	border: thin dotted #A9A9A9;
	margin: 0px;
} */

