/* STEELGATE CSS DOCUMENT */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #333;
  color: #262626;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
h2 {
  color: #262626;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h3 {
	color: #262626;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	border: solid #000 1px;
	padding: 10px;
	width: 200px;
	text-align: center;
}
/* =========================================================================== BASE LINKS */
a,  a:link {
  color: #a42827;
  font-weight: normal;
  text-decoration: underline;
}
a:visited {
  color: #a42827;
  font-weight: normal;
  text-decoration: underline;
}
a:hover {
  color: #da251c;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #a42827;
}

/* =========================================================================== OUTER WRAPPER */
#outerWrapper {
  background-color: #fff;
  margin: 10px auto 10px auto;
  text-align: left;
  width: 1000px;
}
/* =========================================================================== HEADER */
#outerWrapper #header {
  background-color: #FFFFFF;
  border-bottom: solid 0px #007cc8;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  padding: 0;
}
#outerWrapper #subheader {
	background: #666 url(../images/subhead_bkgd.jpg) repeat-x;
	border-bottom: solid 1px #666;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	padding: 0;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
}
/* =========================================================================== CONTENT WRAPPER */

#outerWrapper #contentWrapper {
	background: #fff; /*url(../images/innerwrap_bkgd.jpg) repeat-y 50% 0*/
	margin: 0 0 0 0;
}
#outerWrapper #contentWrapper #leftColumn1 {
	/* */
	background-color: #fff;
	border-right: solid 0px #666;
	
	float: left;
	padding: 0;
	width: 210px;
	height: 100%;
}

/* =========================================================================== NAV */

/* MOVED to leftnav.css */

#testimonial {
	background: #ffffff url(../images/openquote.gif) 0 0;
	background-attachment: scroll;
	background-repeat: no-repeat;
	/*background-position: top left;*/
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #262626;
	font-style: italic;
	line-height: 14px;
	word-spacing: 1.5px;
	margin: 10px 10px 10px 10px;
	padding: 20px 10px 20px 10px;
}
#testimonial div {
	background: url(../images/endquote.gif) 100% 0;
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 50px;
	/*background-position: bottom right;*/
}

/* =========================================================================== RIGHT COLUMN */

#outerWrapper #contentWrapper #rightColumn1 {
	/**/
  background: #fff;
  border: solid 0px #666;
  float: right;
  width: 190px;
  font-size: 12px;
}
#outerWrapper #contentWrapper #rightColumn1 #info {
	/**/
  background: #e6e3d3 url(../images/news_hdrfade.jpg) repeat-x top;
  border: solid 1px #666;
  margin: 10px 10px 10px 0;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper #rightColumn1 #info h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	padding: 0 0 5px 0;
}
#outerWrapper #contentWrapper #rightColumn1 #info hr {
	width: 75%;
	color: #666666;
	text-align: center;
}

/* =========================================================================== CONTENT */
#outerWrapper #contentWrapper #content {
  margin: 0 240px 0 220px;
  padding: 10px 10px 10px 10px;
}

/* =========================================================================== CONTENT - 2 COLS */
#outerWrapper #contentWrapper #content #twocolleft{
  float: left;
  width: 460px;
  margin-right: 5%;
  /*background: #9c3;*/
}
#outerWrapper #contentWrapper #content #twocolleft div {
	padding: 20px;
	line-height: 24px;
}
#outerWrapper #contentWrapper #content #twocolleft div.home {
	font-size: 16px;
	background-image: url(../images/vials_home.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#outerWrapper #contentWrapper #content #twocolright{
  float: right;
  width: 460px;
  /*background: #ccc;*/
}
#outerWrapper #contentWrapper #content #twocolright div {
  padding: 20px;
}
#outerWrapper #contentWrapper #content #twocolright .quotation {
	padding: 0 100px 0 100px;
	color: #007cc8;
	line-height: 24px;
	font-size: 14px;
	border-top: solid 0px #000;
	border-bottom: solid 0px #000;
}


/* =========================================================================== FOOTER */
#outerWrapper #footer {
	background: #40a8de url(../images/footer_bkgd2.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
	border-top: solid 5px #666;
	padding: 10px 10px 10px 10px;
	font-size: 10px;
}

.clearFloat {
  clear: both;
  display: block;
}
.required {
	font-size: x-small;
	color: #FF0000;
}
.view {
	text-align: center;
}
.view a {
	color: #A42827;
}
.view a:hover {
	color: #da251c;
}
.newsmail {
	float: right;
}
.newsmail INPUT,TEXTAREA {
	font-family: serif; font-size: 10px; 
}
