/* -----font details----- */

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000033;
	margin-bottom: 0.7em;
	line-height: 1.4em;
}

em {
	font-style:italic;
	font-family:inherit;
}

strong {
	font-weight:bold;
	font-family:inherit;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	margin: 0px 0 .2em;
	font-size: 1.2em;
	background-color: #cccccc;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	margin: 0px 0 .2em;
	text-align: left;
	font-size: 1em;
	background-color: #cccccc;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	margin: 0px 0 .2em;
	font-size: .9em;
	background-color: #cccccc;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000033;
	margin: 0px 0 3px;
	font-size: .8em;
}

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.7em;
	margin-left: 2em;
}

/* -----background stuff----- */

body {
	background-color: #FFFFFF;
	width:950px;
	margin:0 auto 0 auto;
	background-image: url(images/boomerandBkgd.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* -----site structure----- */

#outerContainer {
	margin: 9px;
	width: 905px;
	background-image: url(images/bottomCap.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#innerContainer {
	background-image: url(images/topCap.jpg);
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#siteId {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	background-image: url(images/siteID.png);
	background-repeat: no-repeat;
	height: 168px;
}

#content {
	width: 895px;
	margin-top: 9px;
	margin-bottom: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-position: center;
}

#innerContainer #content img.photoL {
	margin-right: 19px;
	margin-bottom: 19px;
	margin-top: 0px;
}

#innerContainer #content p {
	margin-left: 10px;
	margin-right: 9px;
}

#outerContainer #innerContainer #content #columnLeft p.clientType {
	font-size: 1em;
	font-weight: bold;
	color: #000033;
}
#outerContainer #innerContainer #content address {
	margin-left: 9px;
	font-size: .9em;
}
#outerContainer #innerContainer #content #thumbHolder {
	width: 385px;
	float: left;
	padding-left: 3px;
}

#outerContainer #innerContainer #content iframe {
	float: right;
	padding-right: 3px;
}

#footer {
	clear:both;
	padding-top: 1em;
	text-align: center;
	padding-bottom: 1em;
}

/* -----main navigation menu----- */

#mainNav {
	position: absolute;
	z-index: 99;
	top: 164px;
	right: 233px;
	padding-right: 0px;
}

#mainNav li {
	background-image: url(images/tabRight.png);
	background-repeat: no-repeat;
	float: right;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	width: 6.3em;
}

#mainNav a {
	background-image: url(images/tabLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
	text-align: center;
	padding-right: 5px;
	font-size: .9em;
	width: 6.3em;
}

#mainNav #current {
	background-image: url(images/tabRightCurrent.png);
}

#mainNav #current a {
	color: #FF0000;
	background-image: url(images/tabLeftCurrent.png);
}

#mainNav a.baby {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: lock;
	width: 6.9em;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin solid #FF0000;
	background-image: url(images/leftArrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#mainNav #current a.baby {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	width: 6.9em;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin solid #FF0000;
	background-image: url(images/leftArrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#mainNav #current a.baby:hover {
	background-color: #FF0000;
	border: thin solid #FFFFFF;
	background-image: url(images/leftArrowHover.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 6.9em;
}

#mainNav li.baby {
	background-image: none;
	width: 6.9em;
}

#mainNav a.noBaby {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	width: 6.9em;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin solid #FF0000;
	background-image: none;
}

#mainNav #current a.noBaby {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	width: 6.9em;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin solid #FF0000;
	background-image: none;
}

#mainNav #current a.noBaby:hover {
	background-color: #FF0000;
	border: thin solid #FFFFFF;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 6.9em;
}

#mainNav li.noBaby {
	background-image: none;
	width: 6.9em;
}

#mainNav a.baby:hover {
	background-color: #FF0000;
	border: thin solid #FFFFFF;
	background-image: url(images/leftArrowHover.jpg);
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 6.9em;
}

#mainNav a.noBaby:hover {
	background-color: #FF0000;
	border: thin solid #FFFFFF;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 6.9em;
}
	
#mainNav, #mainNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainNav li ul {
	position: absolute;
	width: 6.3em;
	left: -999em;
}

#mainNav li ul ul {
	margin: -1.7em 0 0 -6.1em;
}

#mainNav, #mainNav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1.5;
}
 a:visited {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#mainNav li:hover ul, #mainNav li.sfhover ul {
	left: auto;
}

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

#mainNav li:hover ul, #mainNav li li:hover ul, #mainNav li.sfhover ul, #mainNav li li.sfhover ul {
	left: auto;
}
a:link {
	font-weight: bold;
	color: #000033;
	text-decoration: underline;
}
a:hover {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
