/* Baxter CSS Document */
body {margin:0;
      padding: 0;
      color: #333333;
      font-family: Arial, Helvetica, sans-serif;
      background: #999999;
      font-size:1em;
      text-align: center;
}

#container      { width: 940px; margin: 10px auto; padding: 0; background: #333333; }
#wrapper        { width: 934px; margin: 3px; padding: 0; background: #ffffff; }
#contentwrapper { width: 920px; float: left; margin: 0; padding: 0; }
#content        { width: 660px; float: right; font-size: 80%;  text-align: left; margin: 0 10px 20px 0; padding: 0; }
#widecontent	{ width: 880px; float: left; font-size: 80%;  text-align: left; margin: 145px 20px 20px 20px; padding: 0; }
#content div#contentinner { margin-top: 145px; }
#leftcol        { width: 220px; float: left; text-align: left; margin: 0px; margin-top: 145px; display: inline; font-size: 80%; color: #333333; position: relative; }
#clear,.clear   { clear: both;}

#header         { width: 934px; position: absolute; top: 0; left: 50%; margin-left: -480px; z-index: 1; }
#logo           { float: left; margin-left: 30px; margin-top: 20px; display: inline; }
#topnav         { margin-top: 40px; margin-right: 0px; text-align: right; float: right; font-size: 80%; display: inline;}

/* Top Nav */
#topnav ul.mainmenu            { margin-top: 20px; padding: 0; }
#topnav ul.mainmenu li         { display: inline; float: right; padding: 0px 10px; margin: 0; }
#topnav ul.mainmenu li a       { font-family: Verdana, Arial, Helvetica, sans-serif; color: #333; text-decoration: none; font-size: 120%; margin: 0; padding: 0px;  }
#topnav ul.mainmenu li a:hover { text-decoration: underline; }

/* Left Col */
#leftcol p 					{ margin-left: 25px; margin-top: 0; padding-top: 0;}
#leftcol ul.topmenu 		{ margin-left: 25px; padding: 0; list-style: none; }
#leftcol ul.topmenu li 		{ height: 40px; margin: 0; padding-bottom: 1px; }
#leftcol ul.topmenu li a 	{ display: block; width: 200px; height: 40px; color: #6b006c; font-size: 110%; font-weight: bold; line-height: 40px; background-image: url(/schema/gifs/button-off.jpg); padding: 0px; text-decoration: none; text-indent: 20px; }
#leftcol ul.topmenu li a:hover { background-image: url(/schema/gifs/button-on.jpg); color: #ffffff; }

#leftcol ul.bottommenu		{ margin-left: 25px; padding: 0; list-style: none; }
#leftcol ul.bottommenu li	{ height: 40px; margin: 0; padding-bottom: 1px; }
#leftcol ul.bottommenu li a 	{ display: block; width: 200px; height: 40px; color: #ffffff; font-size: 110%; font-weight: bold; line-height: 40px; background-image: url(/schema/gifs/button-on.jpg); padding: 0px; text-decoration: none; text-indent: 20px; }
#leftcol ul.bottommenu li a.hover { background-image: url(/schema/gifs/button-off.jpg); color: #6b006c; }

#footer 		{ clear: both; width: 909px; height:150px; margin: 20px auto 10px auto; padding: 0px; }
#address 		{ position: relative; height: auto !important; height: 10px; min-height: 10px; }
#address .overlay 	{ position: absolute; top: 65px; left: 25px; width: 300px; background: #ffffff; padding: 10px; display: block; text-align: left; color: #333333; font-size: 10px; font-weight: normal; font-style: normal; }	

p.sitedesign { font-size: 70%; color: #ffffff; }
a.sitedesign { font-size: 100%; color: #ffffff; }

/* Content */
h1 {
  font-family: "Trebuchet MS", Tahoma, "Palatino Linotype";
  font-size: 150%;
  font-weight: bold;
  color: #6b006c;
  padding-bottom: 5px;
  margin-bottom: 10px;
  /* Page Title */
}
h2 {
  font-size: 120%;
  font-weight: bold;
  color: #6b006c;
  margin-left: 25px;
  /* left col Section Title */
}
h3 {
  font-size: 120%;
  font-weight: bold;
  color: #6b006c;
  /* Section Title */
}
p {
  margin: 0px;
  padding: 0px;
  /* default style */
}
p.left {
	margin-left: 10px;
	margin-top: 0; 
	padding-top: 0;
	/* left col text */
}
p.indent1 {
  margin-left: 20px;
  /* Indented Text 1 */
}
p.indent2 {
  margin-left: 40px;
  /* Indented Text 2 */
}
p.indent3 {
  margin-left: 60px;
  /* Indented Text 3 */
}
p.indent4 {
  margin-left: 80px;
  /* Indented Text 4 */
}
table.services {
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0;
	/* Services table */
}
td {
	font-size: 80%;
}
td.service {
	width: 50%;
	text-align: left;
	font-size: 80%;
	vertical-align: text-top;
	background-color: #ffffff;
	border: 1px solid #6b006c;
	padding: 5px;
	margin: 0;
	/* services text */
}
span.serviceheading {
  font-size: 110%;
  color: #6c006c;
  /* Services heading */
}
td.purplebg {
	width: 100%;
	text-align: right;
	vertical-align: bottom;
	font-size: 80%;
	background-color: #6b006c;
	border: 1px solid #6b006c;
	padding: 5px;
	/* purple background */
}
a.findoutmore {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  text-decoration: none;
  font-weight: bold;
  text-align: right;
  color: #ffffff;
  /* find out more link */
}
td.alignright {
  text-align: right;
  /* Align Middle Right */
}
td.aligncenter {
  text-align: center;
  /* Align Middle Center */
}
td.aligntop {
  vertical-align: top;
  /* Align Top Left */
}
td.alignbottom {
  vertical-align: bottom;
  /* Align Bottom Left */
}
td.aligntopright {
  vertical-align: top;
  text-align: right;
  /* Align Top Right */
}
td.aligntopcenter {
  vertical-align: top;
  text-align: center;
  /* Align Top Center */
}
td.alignbottomright {
  vertical-align: bottom;
  text-align: right;
  /* Align Bottom Right */
}
td.alignbottomcenter {
  vertical-align: bottom;
  text-align: center;
  /* Align Bottom Center */
}

th {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 90%;
  background-color: #ffffff;
  margin: 0.1px;
}
a {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  text-decoration: underline;
  color: #6b006c;
  /* default link style */
}
a.anchor {
  text-decoration: none;
  color: inherit;
  /* anchor link */
}
ul.default {
  margin: 0 20px;
  padding-left: 25px;
  padding-bottom: 10px;
  /* default list style */   
}
ul.default li {
  line-height: 20px;
  padding-left: 5px;
  text-decoration: none; 
}
ul.circle {
  margin: 0 20px;
  padding-left: 25px;
  padding-bottom: 10px;
  list-style-type:circle;
  /* circle bullets list */   
}
ul.circle li {
  line-height: 20px;
  padding-left: 5px;
  text-decoration: none; 
}

ol.norm { /* numbered list */ }

span.sup {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 7px;
  vertical-align: super;
  /* Superscript */
}
span.sub {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 7px;
  vertical-align: sub;
  /* Subscript */
}
span.phone {
  text-align: right;
  margin: 20px 10px 0 0;
  padding: 0;
  font-family: "Trebuchet MS", Tahoma, "Palatino Linotype";
  font-size: 150%;
  font-weight: normal;
  color:  #6b006c;
  /* phone number */
}
span.tagline {
  text-align: right;
  margin: 10px 10px 0 0;
  padding: 0;
  font-family: "Trebuchet MS", Tahoma, "Palatino Linotype";
  font-size: 150%;
  font-weight: normal;
  color:  #333333;
  /* tagline */
}
span.taglinebullet {
  font-size: 150%;
  font-weight: bold;
  color:  #6b006c;
  /* tagline bullet */
}
img {
  border: none;
}
img.floatleftwithmargin {
  float: left;
  margin: 3px 10px 10px 0px;
  /* Float Left with margin */
}
img.footerlock {
  float: left;
  margin: 0px 10px 0px 5px;
  /* Lock in footer */
}
img.floatrightwithmargin {
  float: right;
  margin: 3px 0px 10px 10px;
  /* Float Right with margin */
}
img.noborder {
  border-width: 0px;
  /* No Border */
}
img.rollover { /* Rollover */ }



