/* 080621 vers  howdy we read CSS too - drop us a note :-) */
body {
	margin: 0;
	background: white;
	color: #ccc;
	font-family: "Times New Roman", "Times", serif;
/*	font-family: "Helvetica", sans-serif;*/
	font-size: .9em; 
	/*
	font-size: 1em; 
	*/
}

strong {
	font-weight: bold;
	color: orange;  
/*
	color: green;  
	color: #555;
*/
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #666;
	color: white;
}

a:hover {
	background: #666; 
	color: orange;  
	text-decoration: underline;
}	

/* our hXs */
h1 {
	font-size: 1.5em;
	left-padding: 5px;
}
h2 {
	font-size: 1.25em;
	left-padding: 5px;
}

.left {
	float: left;
}
.right {
	float: right;
	min-height: 1px; 
}

span.assurance {
	text-weight: bold;
	color: white;
	font-size: 1.15em;
}

div#titleBanner {
	padding-left: 4%;
/* this was 12px */
	padding-top: 2px;
	padding-bottom: 8px;
	background-color: white;
/* this is the hairline above the white line above the menus */
	border-bottom: solid 1px #ccc;
}
div#titleBanner a,div#titleBanner a:hover  {
	border-bottom: none;
	background: none;
	text-decoration: none;
}

#container {
	width: 100%;
	margin: 0 0 0 0;
	text-align: left;
}

#menustrip {
	width: 100%;
	border-top: solid 3px white;
	background: #333;
	border-bottom: solid 1px #666;
	height: 2em;
	padding-left: 4%;
}

#nav {
	float: left;
	list-style: none;
	line-height: 2em;
	width: 75%;
	margin: 0 0 0 0;
	padding: 0;
	background: #444;
}

#nav ul {
	float: left;
	list-style: none;
	line-height: 2em;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	color: #ccc;
	background: #444;
	height: auto;
	border-bottom: none;
	padding: 0px 0px 0px 5px;
}

#nav a:hover {
	background: #666;
/* testing 0806	color: white; */
	color: orange;
	text-decoration: none;
}

#nav a.daddy {
	background: url(/images/ab.png) center right no-repeat;
}

#nav li {
	float: left;
	width: 115px;
	background: #333;
}
#nav > li > a {
	font-weight: bold;
	text-align: center;
	height: auto;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
	width: 115px;
}

#nav li ul a {
/* safari and firefox want this */
	height: auto;
	line-height: 1.5em;
}

#nav li ul li a {
	height: auto;
	min-height: 2em;
	line-height: 1.5em;
/* XXX
	these make IE happy
 */
	padding: 5px 0px 5px 0px;
	margin: 0 0 0 0;
	width: 115px;
	text-indent: 5px;
}

/* this is also more IE7 bullshit for menus */

*:first-child+html #nav {
	height: 1%;
}
*:first-child+html #nav li {
	height: 1%;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li ul li {
/* empty space */
/*   padding-top: 1px;*/
	border-top: solid #666 1px;
}

#nav li ul li a:hover {
	background-image: url(/images/ab.png);
	background-repeat: no-repeat;
	background-position: center right;
/*	text-align: left; */
} 

div#content {
	background: #1c1c1c;
	padding-left: 4%;
	margin: 0 0 0 0;
	width: 100%;
	clear: left;
}
#mainImage  {
	margin: 1em;
/* this is cheap and cool */
	border: solid 1px #333;
}

/* not used?
img.sqar#mainImage {
	width: 275px;
	float: right;
}
img#columnImage {
	float: left;
	width: 175px;
	height: 275px;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
}
span.textBlock {
	margin: 1em;
	width: 320px;
	border: solid 1px #333;
}
*/

div#bodyContent {
	width: 75%;
	padding: 0 0 1em 0;
	background: #111;
}

div#bodyContent.Fixed {
	width: 75%;
	padding: 0 0 1em 0;
	height: 400px;
}

/* XXX div#bodyContent.WIDE { width: 92%; } */
	
div#bodyContent p {
	margin: 0 0 0 0;
	padding: 5px;
	/*width: 95%; */
	/* XXX 3pm 
	text-indent: 15px;
*/
}

div#bodyContent ul { 
	/*margin: 0 0 1em 0;
	list-style-position: outside; */
	list-style-type: none;
	padding: 0;
	margin-left: 1em;
	text-align: left;
	width: 95%;
}

div#bodyContent ul li { 
	/*margin: 0 0 0 0;
	padding: 0 1em .5em 0;
	line-height: 1.5em;*/
	/* XXX list-style-position: inside;
	XXX list-style-image: url(/images/abos.png);*/
	/*list-style: url(/images/ab.png) disc;*/
	line-height: 1.5em;
	background-image: url(/images/ab.png);
	background-repeat: no-repeat;
	/*background-position: .4em 100%;*/
	background-position: top left;
	padding-left: 1.5em;
	margin: 1em 0;
}

div#bottomstuff {
	width: 100%;
	padding-left: 4%;
	border-top: solid 1px #666;
	background: #333;
	border-bottom: solid 3px white;
}

div#bottomcontent {
	font-size: .8em;
	padding-top: 1em;
	text-indent: 1em;
	height: 4em;
	line-height: 1.5em;
	color: #666;
	width: 75%;
	background: #111;
}

div#footerLine {
	width: 100%;
	padding-left: 4%;
	padding-bottom: 10px;
	height: 2em;
	border-top: solid 1px #ccc;
	color: black;
}


span.textmenu {
	color: #666;
	padding-right: 10px;
	font-size: 1em;
}
span.subtext {
	color: white;
}
