
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	margin-top: 3px;
	font-size: 14px;
	color: Black;
	text-decoration: none;
	background-color: #232850;
}
html {height: 100.05%; /* add vertical scroll bar all the time, to remove shift in FF  */
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	margin-top: 8px;
	font-size: 13px;
	color: Black;
	text-decoration: none;
	margin-left: 6px;
}
h1,h2,h3,h4,h5 {
	color: #660033;
	font-weight: bold;
	text-align: left;
}
h1 {
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
}
h2 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}
h3 {
	font-size: 0.9em;
	margin: 0 0 0.5em 0;
}
.listbul  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 20px;
	text-indent: -23px;
	padding: 3px 10px;
}

a:link { color: blue;  text-decoration : none;  }
a:visited { color: #000099;}
a:active {}
a:hover { color: Red;  text-decoration : underline;   }


.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #993333;
	text-decoration: none;
	text-align: center;
}
.foot a:link { color: #0000FF}
.foot a:visited { color: #0000FF}
.foot a:active { color: #FF0000}
.foot a:hover { text-decoration: underline; color: Red; border: none; }

.foot2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 2px 1px 5px 1px;
	color: #777777;
	text-decoration: none;
	text-align: center;
}
.min {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; text-align: left;  color : Black;  }
.minlist {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; text-align: left; 
            text-indent: -16px; margin-left: 16px; }
.minlist2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; text-align: left; 
            margin-left: 16px; }
.minbul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	text-indent: -16px;
	margin-left: 36px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 36px;
}

/* ----------- OUTER & INNER WRAPPERS --------  */ 
#outerwrapper {
	background-color: #1E5C99;
	border: 1px solid #5FA1E0;
	margin-top: 18px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	width: 688px;
	padding: 5px;
	text-align: left;
}
#innerwrapper {
	background-color: white;
	border: 1px solid #000099;
	margin: 0 auto;
	padding: 0px;
}
/* Hides from IE-mac \*/
* html #innerwrapper {height: 1%;} /* Holly hack */
/* End hide from IE-mac */

/* ----------- MASTHEAD --------  */ 
#masthead {
	background-image: url(../images/kirby-costing-masthead.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 95px;
	margin-top: 9px;
}

/* ----------- NAVIGATION BAR ---------  */  
#navcol {
	float: left; /* Floats the div to the left to make a column */
	display: inline; /* fixes IE's text indent bug AND double-margin bug on floats */
	width: 125px; /* sets a width for the div - Imperative for IE mac */
	margin-bottom: 5px;
	margin-left: 5px; 
	margin-top: 0px;
	padding: 5px;
}
#navcol img {
	margin-bottom: 10px;
	margin-top: 10px;
}

.menu {
	font-size: 1em;
 	margin: 10px;
	margin-bottom: 25px;
	padding: 5px;
}
.menu ul {
 	margin: 0;
	padding: 0;
}
.menu li {
	font-size: 0.9em;
	list-style-type: none;
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
	border: 1px solid #333333;
}
.menu a:link, .menu a:visited {
	text-decoration: none;
	background-color: #3B4387;
	color: #fff;
	display: block;
	padding: 3px 0px;
	border-top: 0;
}
.menu a:hover,.menu a:active,.menu a:focus {
	background-color: #DFD31B;
	color: black;
}
#youarehere1 #link1 a,#youarehere2 #link2 a,#youarehere3 #link3 a,#youarehere4 #link4 a,#youarehere5 #link5 a,#youarehere6 #link6 a,#youarehere7 #link7 a {
	color: black !important;
	background: #E37F1F;
	cursor: default;
}

/* ----------- CONTENT AREA --------  */ 
#contentwrapper {
	float: right;
	display: inline; /* fixes IE's text indent bug AND double-margin bug on floats */
	width: 528px;
	margin-left: 0px;
	padding: 0px;
	font-size: 1.0em;
	text-align: left;
	margin-top: 6px;
	margin-right: 13px;
}
*>#contentwrapper {
      height: auto; /* fixes IE's min-height bug */
}
#contentwrapper a:link {
	color: #0000FF;
	text-decoration: none;
}
#contentwrapper a:visited {
	color: #7E00FF;  /* link will be purple if it has been visited */
}	
#contentwrapper a:hover, #content a:active, #content a:focus {
	color: Red;
	text-decoration: underline;
}
#contentwrapper ul {
  list-style: square url(../images/orange_bullet.gif); 
  margin: .5em .5em 0 20px;  /* bullet image is in from left margin */
  padding-left: 25px;
}
#contentwrapper ul li {
  padding-left: 0;     /* distance between bullet and text */
  margin: 0 0 .5em 0;    /* bottom space between list items */
  font-size: 0.9em;
}
/* ----------- Gallery --------  */ 
/* added for Priority 3 accessibility: "Separate adjacent links with more than whitespace" */
.gallery { 
	text-align: center;
	margin: 0px;
	padding: 0px;
	/* border: 1px solid red; */
}
.gallery ol { 
 	margin: 0; 
	padding: 0; 
}
.gallery ol li {
	list-style-type: none;	
	display: inline;
	margin: 0px;
	padding: 0px;
}
.gallery ol img {
	vertical-align: middle;
}




/* ----------- Images --------  */ 

.imgleft{
   float: left;
	display: inline; /* fixes IE's text indent bug AND double-margin bug on floats */
	   margin: 5px 10px 5px 0px;
	clear: left;
}
.imgleft2{
   float: left;
	display: inline; /* fixes IE's text indent bug AND double-margin bug on floats */
	margin: 10px 15px 20px 5px;
	clear: left;
}
div.imgctr { /* surprisingly, this is about the best way to center-align an image */
	margin: 5px;
	text-align: center;
}
.imgright{
   float: right;
	   margin: 5px 0px 5px 5px;
	clear: right;
}
.imgrightish{
   float: right;
	   margin: 5px 100px 5px 5px;
	clear: right;
}

.imgtopleft{
   float: left;
   margin: 0px 5px 5px 0;
	clear: left;
}
.imgtopright{
   float: right;
	   margin: 0px;
	clear: right;
}

.lft {
float: left;
	display: inline; /* fixes IE's text indent bug AND double-margin bug on floats */
}
.rt {
float: right;
	display: inline; /* fixes IE's text indent bug AND double-margin bug on floats */
}

.noborder {
	border: 0px solid White;
}/* ----------- MISC --------  */ 
div.spacer {
  clear: both;
  line-height: 0px;
  font-size: 0px;
  }
#map { /* for Google's map */
  width: 480px;
  height: 500px;
  margin: 10px auto;
  border: 1px solid black;
} 



@media print {

  * { background-color: white; color: black;  }

}