body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	/* background-color:#484747; /*was 000.  try 484747 and 1a1c1d and  */
	background: #fff url(/images/gradbackwhite.png) center repeat-y;
}

.style1 {
	font-size: 10px;
	color: #990000;
}

.red12em {
	font-size: 12px;
	color: #990000;
}


a {  
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.blurb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	width: 500px;
	font-style: italic;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

h2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; text-decoration: none}

table {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CC0000;
	line-height: normal;
	font-weight: normal;
}
h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #CC0000;
	line-height: normal;
}

.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #CC0000;
	line-height: normal;
	border: thin;
}

.inputTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #990000;
	font-size: 9px;
	width: 11em;
}

a.email-link:link, a.email-link:visited {
   padding-left:23px;
   background:url(/images/email.png) center left no-repeat;
   text-decoration:none;
}

a.email-link:hover, a.email-link:active {
   color:#990000;
}
a.phone-link:link, a.phone-link:visited {
   padding-left:23px;
   background:url(/images/telephone.png) center left no-repeat;
   color:#0000FF;
   text-decoration:none;
}
p.withquote {
	background:url(/images/quote.gif) top left no-repeat;
	margin: 5px;
	padding-left: 25px;
	text-align:left;
	color: #000000;
} 

p.withunquote {
	background: url(/images/unquote.gif) bottom right no-repeat;
	margin: 5px;
	padding-right: 30px;
	text-align:right;
	color: #000000;
}

fieldset {
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  padding: 0px;
  margin: 0  0 0;
}

fieldset legend {
  font-size: 100%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 0 0 1px;
}

#nav {
	margin:0;
	padding:0;
	background:#808259 url(nav_bg.jpg) 0 0 repeat-x;
	width:100%;
	float:left;
	border:1px solid #42432d;
	border-width:1px 0;
}
#nav li {
	display:inline;
	padding:0;
	margin:0;
}
#nav a:link,
#nav a:visited {
	color:#000;
	background:#b2b580;
	padding:20px 40px 4px 10px;
	float:left;
	width:auto;
	border-right:1px solid #42432d;
	text-decoration:none;
	font:bold 1em/1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #555;
}
#nav a:hover {
	color:#fff;
	background:#727454;
}
#nav li:first-child a {
	border-left:1px solid #42432d;
}
#home #nav-home a,
#about #nav-about a,
#archive #nav-archive a,
#lab #nav-lab a,
#reviews #nav-reviews a,
#contact #nav-contact a {
	background:#e35a00;
	color:#fff;
	text-shadow:none;
}
#home #nav-home a:hover,
#about #nav-about a:hover,
#archive #nav-archive a:hover,
#lab #nav-lab a:hover,
#reviews #nav-reviews a:hover,
#contact #nav-contact a:hover {
	background:#e35a00;
}
#nav a:active {
	background:#e35a00;
	color:#fff;
}
.rightside {
	float: right;
}
.divbottom {
	position: relative;
	bottom: 0px;
	width: 600px;
	vertical-align: bottom;
	display: table-cell;
	background-position: bottom;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.w590 {
	width: 590px;
}
li {
	line-height: 110%;
	margin-bottom: 6px;
}
.dropshadow {
	background-image:url(/images/gradient_shadow.png); 
	width: 995px;
	margin: 0px auto;
}
.inform, .inform p, .inform ul{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFC;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.inform h2{
	font-size:12px;
	line-height:100%;
	margin-bottom:0;
}
.inform li{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFC;
	font-size: 10px;
	line-height:80%;
}
.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   /* background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7); */
   /* padding: 5px 10px; */
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 10px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   width: 12em;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #990000;
	font-size: 11px;
	width: 12em;
}
.input:hover {
	color: #FFFFFF;
	background-color: #666666;
}

.alignCenter{text-align: center;}
.alignLeft{text-align: left;}
.alignRight{text-align: right;}
.alignTopLeft{text-align: left; vertical-align: top;}
.alignBottomLeft{text-align: left; vertical-align: bottom;}

.shade, .shade p, .shade ul{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #CCC;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
