@charset "utf-8";
/* CSS Document */

body {
	background-color: #b9b09e;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 9px;
}

.footer A:link {color:#000; text-decoration:none}
.footer A:visited {color:#000; text-decoration:none}
.footer A:active {color:#000; text-decoration:none}
.footer A:hover {color: #000; text-decoration:underline}

.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
}

.text A:link {color:#000; text-decoration:underline}
.text A:visited {color:#000; text-decoration:none}
.text A:active {color:#000; text-decoration:none}
.text A:hover {color: #000; text-decoration:none}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #840407;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 0px;
}

h1 A:link {color:#840407}
h1 A:visited {color:#840407}
h1 A:active {color:#840407}
h1 A:hover {color: #840407; text-decoration:none}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	font-weight:lighter;
	margin-bottom: 2px;
	margin-top: 0px;
}

/* CSS Navigation - main pages */

#nav, #nav * { border-collapse: collapse; margin: 0; padding: 0 }

#nav {
	background: url("http://www.independentactuary.com/images/navigation.jpg") no-repeat;
	height: 25px;
	position: relative;
	width: 900px;
	z-index: 99;
	text-indent: -9999px;
	}

#nav span {
	display: none;
	}

#nav li, #nav a {
	font-size: .95em;
	height: 25px;
	display: block;
	}

#nav li {float: left;}

#nav-01 {width: 112px;}
#nav-02 {width: 125px;}
#nav-03 {width: 125px;}
#nav-04 {width: 141px;}
#nav-05 {width: 138px;}
#nav-06 {width: 150px;}
#nav-07 {width: 109px;}

#nav-01 a:hover {background: url("http://www.independentactuary.com/images/navigation.jpg")    0px -25px }
#nav-02 a:hover {background: url("http://www.independentactuary.com/images/navigation.jpg") -112px -25px }
#nav-03 a:hover {background: url("http://www.independentactuary.com/images/navigation.jpg") -237px -25px }
#nav-04 a:hover {background: url("http://www.independentactuary.com/images/navigation.jpg") -362px -25px }
#nav-05 a:hover {background: url("http://www.independentactuary.com/images/navigation.jpg") -503px -25px }
#nav-06 a:hover {background: url("http://www.independentactuary.com/images/navigation.jpg") -641px -25px }
#nav-07 a:hover {background: url("http://www.independentactuary.com/images/navigation.jpg") -791px -25px }

#nav-01:hover>a {background: url("http://www.independentactuary.com/images/navigation.jpg")    0px	-25px }
#nav-02:hover>a {background: url("http://www.independentactuary.com/images/navigation.jpg") -112px	-25px }
#nav-03:hover>a {background: url("http://www.independentactuary.com/images/navigation.jpg") -237px	-25px }
#nav-04:hover>a {background: url("http://www.independentactuary.com/images/navigation.jpg") -362px	-25px }
#nav-05:hover>a {background: url("http://www.independentactuary.com/images/navigation.jpg") -503px	-25px }
#nav-06:hover>a {background: url("http://www.independentactuary.com/images/navigation.jpg") -641px	-25px }
#nav-07:hover>a {background: url("http://www.independentactuary.com/images/navigation.jpg") -791px	-25px }

/* navigation dropdown: #nav */

#nav ul {
	left: -9999px;
	top: 25px;
	position: absolute;
	z-index: 99;
	}

#nav ul,
nav li li {width: 200px; background: #b4b4b4; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;}

#nav .about{width: 250px; background: #b4b4b4; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;}

#nav li li,
#nav li li a {height: auto; margin-left: 7px; color: #000000; background: #b4b4b4}

#nav li:hover ul,
#nav a:hover ul {left: auto;}

#nav li li {text-indent: 0;}

#nav li li a {
	background: #b4b4b4;
	color: #000000;
	display: block;
	padding: 3px;
	text-decoration: none;
	}
	
#nav li li a:hover {
	background: #b4b4b4;
	color: #881417;
	width: auto;
	}

#nav .right {text-align: left; margin-left: 150px;}

#nav .header a, #nav .header a:hover {
	background: #990000;
	color: #fff;
	font-weight:bold;
	}