/* Stylesheet for IMS web site */

/* set defaults for HTML tags */
body {
	background-color: #002354;
	margin: 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
html {
  overflow: -moz-scrollbars-vertical;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

p { 
    text-indent: 0px;
	padding-left: 10px;
}

h1 {
	font-size: x-large;
	color: #aa0000;
	margin: 0px;
	padding: 0px;
}

blockquote {
    font-style: italic;
}



/* begin class styles */

/* default for <p> tags has an indent - this will remove it */
p.noindent {
    text-indent: 0px;
}

/* space out bulleted items */
li.spaced {
  margin-top: 15px;
  margin-bottom: 15px;
}  

.heading {
	font-size: medium;
	font-weight: bold;
	color: #0000aa;
    text-indent: 0px;
	padding-left: 0px;
}

/* the initials that follow each quote */
.initials {
	font-size: small;
	font-weight: normal;
	color: #0000aa;
	font-style: normal;
	margin: 0px;
	margin-top: -8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-top: 0px;
}

/* the "more" link on the home page */
.more {
	font-style: italic;
	font-weight: normal;
	color: #0000aa;
	width: 200px;
	text-align: right;
	float: right;
	position: relative;
	top: -10px;
}

.job {
	font-weight: bold;
}

/* the contact info after each job position */
.jobcontact {
	font-weight: bold;
	font-style: italic;
	margin: 30px 0px;
}

.plain {
    font-weight: normal;
	font-style: normal;
}
.redital {
    color: #aa0000;
	font-style: italic;
}
.blueital {
    color: #0000aa;
	font-style: italic;
}
.bluebold {
    color: #0000aa;
	font-weight: bold;
}
ul.star {
    list-style-image: url(/images/star.gif);
}
.footnote {
	color: #aa0000;
	font-style: italic;
}
.picture {
	float: right;
	background-image: url(/images/gradient.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	border: 1px solid #aa0000;
	margin: 10px;
	padding: 10px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #0000aa;
}

.picture_left {
	float: left;
	background-image: url(/images/gradient.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	border: 1px solid #aa0000;
	margin: 10px;
	padding: 10px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #0000aa;
}
/* end class styles */

/* begin styles used to lay out the pages */
#wrapper {
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	position: relative;
	padding-left: 210px;
	padding-top: 88px;
	padding-right: 10px;
	min-height: 460px;
    height: auto !important;
    height: 460px;
}
#banner {
	width: 996px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#inc {
	float: right;
	height: 30px;
	width: 100px;
	position: absolute;
	top: 78px;
	right: 0px;
}
#navigation {
	background-image: url(/images/gradient.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 190px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	position: absolute;
	left: 0px;
	top: 78px;
}

/* begin styling the navigation */
#navigation ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	background-image: url(/images/gradient.jpg);
	padding: 3px;
	border-top: 1px solid #aa0000;
	border-right: 1px solid #aa0000;
	border-left: 1px solid #aa0000;
}
#navigation li.last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aa0000;
}
#navigation a {
	text-decoration: none;
	color: #0000aa;
}
#navigation a:hover {
	font-weight: bold;
	color: #0000aa;
	text-decoration: underline;
}
#navigation a:visited {
	text-decoration: none;
	color: #0000aa;
}
#navigation #current {
	background-color: #aa0000;
	background-image: url(/images/red.gif);
	background-repeat: repeat;
}
#navigation #current a {
	font-weight: bold;
	color: #FFFFFF;
}
/* end styling the navigation */

/* begin styling and positioning of Contact IMS */
#contact {
	float: left;
	width: 150px;
	position: absolute;
	left: 30px;
	top: 370px;
}
#contact img {
	height: 30px;
	width: 70px;
	position: absolute;
	top: -4px;
}
#contact a {
	font-size: large;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
#gsa {
	float: left;
	width: 150px;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
/* end styling and positioning of Contact IMS */

/* begin styling and positioning of Search box and button */
#search {
	float: left;
	width: 180px;
	position: absolute;
	left: 10px;
	top: 340px;
}
#searchbutton {
  background-color: #FCE7B8;
  color: #aa0000;
  border-left: solid 1px #d98468;
  border-top: solid 1px #d98468;
  border-right: solid 1px #aa0000;
  border-bottom: solid 1px #aa0000;
}  
/* end styling and positioning of Contact IMS */

/* quote box used on home page */
#quote {
	background-color: #FFFFFF;
	background-image: url(/images/gradient.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 5px;
	float: right;
	width: 340px;
	border: 1px solid #aa0000;
	margin: 5px;
	font-style: italic;
	font-weight: bold;
	color: #0000aa;
}
#quote img {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 10px;
 }

#quote img {
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 10px;
 }
 
 #quote img.burton {
  position: relative;
  margin-right: 34px;
  margin-left: 35px;
  margin-top: 10px;
  border: 1px solid #aa0000;
 }
 
#quote h3  {
	font-style: normal;
	font-weight:bold;
	font-size:16px;
	
}

#quote .normal  {
	font-style:normal; 
	font-weight:normal
}


/* end styles used to lay out the pages */

/* begin layout of the Products page */
#products {
  margin-top: 30px;
  padding-left: 220px;
}
#products img {
  border: solid 1px black;
  float: left;


}
#products .noborder {
    border: 0;
}
/* end layout of the Products page */

/* begin layout the maps on the Facilities page */
#maps {
  position: relative;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
}
#rockville {
  float: left;
  text-align: center;
}
#silverspring {
  text-align: center;
}
#rockville img, #silverspring img, #maps img{
  border: solid 1px black;
  margin: 7px;
}
/* end layout the maps on the Facilities page */

/* "return to top" on Employment page */
#return {
  text-align: right;
}

/* Table Styles for Rates.html */

td.numeric {
	text-align:right;
}

table.rates {
	border-collapse: collapse;
	border: 1px solid #aa0000;
	margin-top:12px;
}

table.rates th, table.rates td {
	padding: .3em .5em;
	border: 1px solid #aa0000;
	vertical-align: top;
}

table.rates th {
	background-color: #FCE7B8;
	text-align: center;
	vertical-align: middle;
	color:#0000aa;
}



