﻿@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Trebuchet MS,Arial, Verdana, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x;
	background-color:#accdf4;
}

#ContainerOuter {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	margin-top:16px;
}

.ContainerTop, #ContainerInner {
	width:900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:.9em;
	line-height:1.1em;
	color:#464747;
	position:relative;
}

#ContainerInner {
	border:1px solid black;
	background-color:#FFFFFF;
}

#ContainerLower {
	width:848px;
	padding-left:25px;
	padding-right:25px;
}

/* Banner ############################################################################################### */

#Banner {
	width:894px;
	height:149px;
	margin: 0 auto;
	margin-top:3px;
	margin-bottom:40px;
	position:relative;
}

/* Menu ################################################################################################# */

#Menu {
	width:352px;
	height:23px;
	position:absolute;
	right:0;
	bottom:0;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}

#Menu a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:.8em;
	padding: 3px 20px 3px 20px;
	float:left;
	height:23px;
	border-right:1px solid #FFFFFF;
}

#MContact {
	border-right:none !important;
}

/* indicates current page */

#Home #MHome, #About #MAbout, #Products #MProducts, #Contact #MContact {   
	color:#484aba;
	background-color:#FFFFFF;
	text-decoration:underline;
}

#Menu a:hover {
	background-color:#484aba;
}

/* Left Column ################################################################################################# */

#LeftColumn {
	width:487px;
	float:left;
	text-align:justify;
}
#LeftColumn1 {
	width:687px;
	float:left;
	text-align:justify;
}

#MissionStatement {
	border:double thick #1b0f5a;
	padding:15px;
}

#MissionStatement h2{
	text-align:center;	
}

/* Right Column ################################################################################################# */

#RightColumn {
	width:328px;
	float:right;
}

#RightColumnSidebar {
	width:100%;
	margin-bottom:20px;
	background-color:#ebebeb;
	border:1px solid #a7d8ee;
	font-size:.9em;
	padding-bottom:20px;
}

#RightColumn .Inner {
	padding-left:21px;
	padding-right:21px;
}

#Right_Screen {
	border:none;
	margin-bottom:23px;
}

#RightColumn2 {
	width:328px;
	float:right;
	margin-right:26px;
	margin-top:23px;
	margin-bottom:30px;
	font-size:.8em;
}



/* SingleColumn ################################################################################################# */

#SingleColumn {
	width:846px;
}

.ProductNameAndImage {
	float:left;
	width:200px;
	text-align:center;
}

.ProductImage {
}

.ProductDescription {
	float:left; 
	width:640px;
}

.ProductDescription p, .ProductDescription ul {
	padding-top:0;
	margin-top:0;
}

.ProductTargeted {
	float:right;
	width:320px;
}

.PatentInfo {
	color:#989494;
	font-size:0.8em;
	margin-top:5px;
}

/* Footer ################################################################################################# */

#Footer {
	background: #25208c;
	height:68px;
	width:100%;
	clear:both;
	bottom:0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:20px;
}

#Footer p {
	font-size:.8em;
	color:#FFFFFF;
	width:900px;
	float:right;
	text-align:center;
	white-space:pre;
	padding-top:0px;	
}

#Footer a:link, #Footer a:hover, #Footer a:active, #Footer a:visited {
	color:#fefedf !important;
	font-size:small;
}

/* Text Formatting ################################################################################################# */

h1 {     /*Page titles */
	font-size:1.4em;
	font-weight:normal;
	color:#2836bb;	
}

h1 span {
	font-size:14px;
}

h2 { 
	font-size:18px;
	margin-top:0px;
	padding:0;
}

#Products h2 {
	font-size:24px;
	margin-bottom:0px;
	margin-top:10px;
}

#Products h2 span {
	color:black;
	font-size:16px;
	font-weight:bold;
}


h3 { /*Current Conditions title */
	font-size:.9em;
	font-weight:bold;
	margin:0;
	margin-top:20px;
}

h4 {
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-top:0em;
}

.Footnote {
	font-size:.7em;
}

.Urac {
	color:#8000ff;
}

.Plaicare {
	color:#0ce743;
}

.Lavigra {
	color:#ff25ff;
}

.Napsar {
	color:#336bde;
}

sup {
	font-size:12px;
}
.uraclabel {
color:#FF00FF;
font-weight:bold;
}
.subti {
color:blue;
font-weight:bold;
}
/* Miscellaneous ################################################################################################# */


/* Links ################################################################################################# */

a {
	color:#006bbd;
}

a:hover {
	color:#007ddc;
	text-decoration:none;	
}

a:active {
}

a:visited {
	color:#0087ee;
}	

/* Utility ################################################################################################# */

.ClearFloat {
	clear:both;
}

.Center {
	text-align:center !important;
}

.FloatRight {
	float:right;
}

.FloatLeft {
	float:left;
}

.NoTopMarginOrPadding {
	padding-top:0;
	margin-top:0;
}

.HorizontalRule {
	width:100%;
	height:1px;
	background-color:#c39494;
	clear:both;
	padding:0;
	margin:0;
}

li {
	list-style-image:url(images/bullet.gif);
}
