/*
 * general style
 */
body {
	background: #ffffff;
  color: #454545;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  font-size: 10pt;
	text-align: center;
}
a {
  text-decoration:underline;
	color: #284259;
}
#wrapper	{
	background: #ffffff;
	border: 1px solid #CCCCCC;
	margin: 10px auto;
	width: 776px;
}
h1, h2, h3, h4, h6 {
	color: #284259;
}
p {
  margin: 0 0 0.75em 0;
}
h1 {
  font-size: 12pt;
  margin-bottom: 1em;
}
h2 {
  font-size: 11pt;
  margin: 1.2em 0 0.25em 0;
}
h3 {
  font-size: 10pt;
  margin: 0.8em 0 0.25em 0;
}
h4.figure {
  font-size: 10pt;
  font-weight: normal;
  margin-top: 0px;
}
img {
  border-width: 0px;
}
img.float-right {
  float:right;
}
.mediumtext {
  font-size: 9pt;
}
.smalltext {
  font-size: 8pt;
}
.signature {
  font-size: 8pt;
  font-style: italic;
  text-align: center;
}
.booktext {
  font-size: 8pt;
}
span.smalltext {
  font-size: 8pt;
}
.eventtitle {
  font-size: 10pt;
  color: #003396;
  font-weight: bold;
}
.eventtitle a {
  text-decoration: underline;
}
.eventtitle2 {
  font-size: 10pt;
  color: #003396;
  font-weight: bold;
  /*margin-top: 20px;*/
}
.eventtitle2 a {
  text-decoration: none;
}
.eventdate {
  font-size: 10pt;
  color: #7B0046;
  margin-top: 20px;
}
.eventdescription {
  font-size: 10pt;
}
.eventsubtitle {
  font-size: 10pt;
  font-style: italic;
  margin-bottom: 10px;
}
.eventtestimonials {
  font-size: 10pt;
  color: #7B0046;
}
.aboutquote {
  font-size: 10pt;
  font-style: italic;
  color: #7B0046;
}
span.em-text {
	color: #284259;
  font-weight: bold;
}
span.text-logo {
	font-family: arial, helvetica, sans-serif;
  color: #EA1313;
}
span.logo-em {
  color: #284259;
  font-style: italic;
}
dt {
	color: #284259;
  font-weight: bold;
}
dd {
  margin-left: 2em;
}
div.code-sample {
  /*border: 1px solid #284259;*/
  margin-bottom: 0.5em;
  padding: 10px;
  font-family: courier, courier new, monospace;
  font-size: 11pt;
  width: 400px;
  overflow: auto;
}
div.page-sample {
  /*border: 1px solid #284259;*/
  margin-bottom: 0.5em;
  margin-right: auto;
  padding: 10px;
  font-size: 11pt;
  width: 400px;
  overflow: auto;
}
/*
 * header styles
 */
div#header {
  background-color: #ffffff;
  /*border-right:1px solid #ccc;*/
  /*border-bottom:1px solid #ccc;*/
  padding-top:20px;
  height: 100px;
  position: relative;
	text-align: left;
}
div#header h1 { display: none; }
div#header h2 {
	color: #284259;
  display: inline;
  font-size: 8pt;
  padding-right: 0.5em;
  padding-left: 0;
}
div#header #logo-left {
  padding: 0px 10px 0 30px;
  display: inline;
}
div#header #logo-right {
  margin: 0px 10px 0 400px;
  display: inline;
}
div#header #search {
  position: absolute;
  top: 5px;
  right: 10px;
}
div#header form {
  margin: 0;
}
div#header input {
  color: #284259;
}

/*
 * main body styles
 */
div#mainbody {
	text-align: left;
  margin-bottom: 20px;
  min-height: 625px;
  padding: 10px;
  position: relative;
  height: 600px;       /* ie5win fudge begins */
  voice-family: "\"}\"";
  voice-family:inherit;
}
html>body #mainbody {
  height: auto;
}

div#left {
  padding-top: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
}
div#middle {
  margin: 0px 0px 0px 170px;
  padding: 7px 10px 7px 10px;
	position: relative;
}
 /*
 * footer page style
 */
div#footer, div.updated {
  width: 760px;
  color: #454545;
  font-size: 8pt;
  text-align: center;
  margin: auto;
  margin-top: 10px;
}
div#footer a {
  color: #454545;
}
div#footer a:hover {
  color: #ababab;
}
/*
 * block styles
 */
.block {
  /*border: 1px solid #DDD;*/
  padding: 1px;
  margin:0px 15px 20px 8px;
  background:#FEFEFE;
}

.blocktitle {
    color: #284259;
    font-family: verdana, lucida, arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 2px 2px 5px;
    text-align: left;
    background: #ffffff;
}

.blockcontent {
  margin: 11px 10px 10px 10px;
  line-height: 140%;
}

#googlead {
  float:right;
  margin: 0 0 5px 10px;
}
/*
 * contact form styles
 */
form#contact td.label {
	color: #284259;
  width: 100px;
  font-weight: bold;
  vertical-align: top;
}
form#contact input.field,
form#contact textarea.field {
  width: 300px;
  vertical-align: top;
}
