/*
  2 column layouts
*/

body {
 background: url(background.gif) #cccccc;
 text-align: center;
 font: 8pt verdana, arial, helvetica, sans-serif;
 color : #000000;
 /* Note: these need to be 0px so everthing works in all browsers */
 margin: 0px;
 padding: 0px;
}
img { border: 0; }

/* this fixes some browser problems */
#content br {
 clear: both;
}

a {
 text-decoration: none;
 font-weight: normal;
 color:  #3333ff;
}
a:link, a:visited, a:active { }
a:hover {
 text-decoration: underline;
}

h1 a:hover {
 text-decoration: none;
}

#shadowtop {
 background: no-repeat url(shadow-top.gif) center top;
}

#shadowbottom {
 background: no-repeat url(shadow-bottom.gif) center bottom;
 padding-bottom: 14px;
}

#shadowsides {
 background: repeat-y url(shadow.gif) center top;
}

#content {
 background: #FFFFFF;
 width: 790px;
 margin-right: auto;
 margin-left: auto;
 margin-top: 10px;
 padding: 0px;
 text-align: left;
 border: 1px solid #000000;
}

#content hr {
 margin: 20px 30px 10px 30px;
 padding: 0px;
 color: #999999;
 background: #999999;
 height: 1px;
 border: 0;
}

/* column widths should add up to 790px */
#headleft, #headright,
#mainleft, #mainright,
#left, #right,
#singlecol,
#feature1, #feature2, #feature3 {
 float: left;
 padding: 0px;
}

/* columns for header */
#headleft { width: 300px; }
#headright { width: 490px; }

/* columns for main page */
#mainleft { width: 410px; }
#mainright { width: 380px; }
#feature1, #feature2 {
 width: 261px;
 border-right: 1px solid #999999;
}
#feature3 { width: 261px; }

/* columns for other pages */
#left { width: 200px; margin-bottom: 10px; }
#right { width: 590px; }

/* single column page */
#singlecol { width: 790px; }

#mainleft h1, #left h1 {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 22pt;
 font-weight: normal;
 margin: 50px 20px 20px 30px;
 color : #666666;
}

#right h1 {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 20pt;
 font-weight: normal;
 margin: 0px 20px 10px 30px;
 color : #666666;
}

#right h2 {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 14pt;
 font-weight: normal;
 margin: 0px 20px 5px 30px;
 color : #666666;
}

#right h3 {
 font-size: 11pt;
 font-weight: bold;
 margin: 0px 20px 5px 30px;
}

table.trial {
 width:485px;
 margin-left:30px;
 margin-bottom:10px;
 padding:0px;
 border-collapse:collapse;
}

table.trial tr.head {
 background-color: #9999ff;
}

table.trial td {
 padding: 7px;
 border: 1px solid #999999;
}

#mainleft p, #right p {
 margin: 0px 75px 10px 30px;
 padding: 0px;
}

#feature1 h1, #feature2 h1, #feature3 h1 {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 16pt;
 font-weight: normal;
 margin: 0px 20px 5px 30px;
 color : #3333ff;
}

#feature1 table, #feature2 table, #feature3 table {
 margin: 0px 30px 0px 30px;
 padding: 0px;
}

.special {
 color: #CC0000;
 font-size: 10pt;
 font-weight: bold;
}

#mainleft hr, #left hr {
 margin: 5px 75px 20px 30px;
 padding: 0px;
 color: #999999;
 background: #999999;
 height: 1px;
 border: 0;
}
#mainleft li, #right li {
 list-style-image: url(bullet_text.gif);
 margin: 5px 75px 10px 5px;
 padding: 0px 0px 0px 5px;
}

#right td ul {
 margin: 0px 10px 0px 10px;
 padding: 0px 0px 0px 0px;
}
#right td li {
 list-style-image: url(bullet_text.gif);
 margin: 5px 0px 10px 0px;
 padding: 0px 0px 0px 0px;
}


#right hr {
 margin: 5px 20px 20px 20px;
 padding: 0px;
 color: #999999;
 background: #999999;
 height: 1px;
 border: 0;
}

#mainright p {
 margin: 40px 0px 0px 0px;
 padding: 0px;
}

#masthead {
 background: #808080;
 height: 60px;
 margin: 0px;
 padding: 0px;
 overflow: hidden;
 border-bottom: 1px solid #666666;
}

#footer {
 clear: both;
 background: #cccccc;
 padding: 5px;
 margin-top: 20px;
 color : #666666;
 text-align: center;
 border-top: 1px solid #666666;
}

#footer p {
 margin: 0 0 3px 0;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
 color : #666666;
}

#masthead #logo {
 float: left;
}

#headleft h1 {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 20pt;
 font-weight: normal;
 color : #666666;
 margin: 10px 20px 0px 20px;
 padding: 0px;
}


#left p {
 font-size: 11pt;
 color : #666666;
 margin: 10px 20px 0px 20px;
 padding: 0px;
}

/* Side navigation menu */
.selected {
 font-weight: bold;
 background: no-repeat url(bullet.gif) left center;
}
div.sidemenu ul, div.subsidemenu ul { 
 font-family: Tahoma, sans-serif;
 color: #333333;
 list-style: none;
 padding: 0px;
}

div.sidemenu ul { 
 font-size: 10pt;
 margin: 5px 0px 0px 15px;
}

div.sidesubmenu ul { 
 font-size: 8pt;
 margin: 0px 0px 0px 15px;
}

div.sidemenu li, div.sidesubmenu li {
 display: block;
 width: auto;
}

div.notselected a, li.notselected a {
 text-decoration: none;
 color: #333333;
}

div.selected a, li.selected a {
 font-weight: bold;
 text-decoration: none;
 color: #333333;
}

div.selected, div.notselected a {
 padding: 0px 0px 0px 15px;
}

li.selected {
 padding: 3px 0px 3px 15px;
}

li.notselected {
 padding: 3px 0px 3px 0px;
}

li.notselected a {
 padding: 3px 0px 3px 15px;
}

div.notselected a:link, div.notselected a:visited, div.notselected a:active,
li.notselected a:link, li.notselected a:visited, li.notselected a:active,
{ }

div.selected a:link, div.selected a:visited, div.selected a:active,
li.selected a:link, li.selected a:visited, li.selected a:active,
{ }

div.notselected a:hover, li.notselected a:hover {
 background: no-repeat url(bullet.gif) left center;
}


div.sidemenu li {
 border-bottom: 1px solid #cccccc;
}

div.sidesubmenu li, div.sidesubmenu li {
 border-bottom: 0;
}

/* Breadcrumb navigation menu */
#bread {
 text-align: right;
 margin: 10px 20px 10px 20px;
 padding: 0px;
}

#bread ul {
 color : #999999;
 text-align: right;
 margin: 0px;
 padding: 0px;
 border: none;
} 

#bread ul li {
 margin-left: 0px;
 padding-left: 2px;
 border: none;
 list-style: none;
 display: inline;
}

#bread a {
 text-decoration: none;
 color : #999999;
 font-weight: normal;
}
#bread a:link, #bread a:visited, #bread a:active { }
#bread a:hover {
 text-decoration: underline;
}

/* Dropdown navigation menus */
#tab1, #tab2, #tab3, #tab4, #tab5 {
 float: left;
 margin-top: 35px;
}
#menu1, #menu2, #menu3, #menu4, #menu5 {
 width: 94px;
 top: 71px;
 border-left: #808080 1px solid;
 border-right: #808080 1px solid;
 border-top: #808080 1px solid;
 border-bottom: #808080 1px solid;
 position: absolute;
 visibility: hidden;
 cursor: default;
 background: #CCCCCC;
 filter : alpha(Opacity=85);
 -moz-opacity: 0.85;
 text-align: left;
}

ul.menu { 
  margin: 0; 
  padding: 0
}

li.menu {
  white-space : nowrap;
  display: inline;
  line-height: 1.2em;
  font-family: Tahoma, sans-serif;
  color: #333333;
  /* IE 5 WIN HACK */
  font-size: 10px;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: 10px;
}

li a.menu {
 font-weight: normal;
 display: block;
 width: auto;
 text-decoration: none;
 color: #333333;
 padding-left: 5px;
 padding-right: 5px;
 padding-top: 3px;
 padding-bottom: 3px;
}
li a.menu:link, li a.menu:visited, li a.menu:active {}

li a.menu:hover {
 background: #FFFFFF;
 border-top: #808080 1px solid;
 border-bottom: #808080 1px solid;
 padding-top: 2px;
 padding-bottom: 2px;
}

.indent { margin-left:20px }

/* forms */
.req { color: #ff0000; }

.formlabel {
 font-size: 7pt;
 font-weight: bold;
}
div.form {
 width: 490px;
 margin: 0px 20px 10px 20px;
 padding: 5px 10px 5px 10px;
 border: 1px solid #cccccc;
}

div.form td.header {
 font-size: 12pt;
 font-weight: normal;
 margin: 0px 0px 0px 0px;
 padding: 5px 0px 0px 0px;
 color : #666666;
}

.photo {
 text-align: center;
}

#right div.section {
 color: #000000;
 background-color: #9999ff;
 margin: 0px 75px 10px 30px;
 padding: 2px 2px 2px 2px;
}
