* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    color: #333;
    background: #e0e0e0;
}

ul {
	margin-left: 10px;
	padding: 10px 0 10px 5px;
	list-style-image: url(images/bullet.jpg);
}

li {
	padding-bottom: 5px;
}

ul li ul {
	list-style-type: none;
	list-style-image: none;	
	font-weight: bold;
}

ul li ul li ul {
	list-style-type: circle;
	font-weight: normal;
}

ol {
    margin-left: 2em;
}
ol li {
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}

h3 {
	font-size: small;
	color: #CC6635;
 }

p { padding: 0 0 1em; }

a, a:visited { 
	color: #006599;  
	text-decoration: none;
	font-weight: bold;
	}

a:hover { 
    text-decoration: none;
    color: #CC6635; 
    font-weight: bold;    
}

a img, img {
    border: none;
}

#message {
	width: 368px;
}

#banner {
	/* background: url(images/index_1.jpg) no-repeat;*/
	width: 703px;
	height: 77px;	
}

#banner a#genoHome {
	text-decoration: none;
	display: block;
	position: relative;
	top: 20px;
	left: 20px;
	width: 210px;
	height: 50px;
	border: 0;
}

#banner a#login {
	text-decoration: none;
	display: block;
	position: relative;
	top: 0px;
	left: 594px;
	width: 56px;
	height: 26px;
	border: 0;
}
#banner a#buy_now {
	text-decoration: none;
	display: block;
	position: absolute;
	top: 45px;
	left: 650px;
	width: 56px;
	height: 26px;
	border: 0;
}

.error {
	color: red;
	font-weight: bold;
}

/* Special text formatting 
------------------------------------------------------------------------------- */

h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
}

h3 a, h3 a:visited  {
	color: #CC6635;
}

h3 a:hover {
	color: #006599;
}

h3.pagetitle {
	font-size: 16px;
	font-weight: bolder;
	margin-top: 5px;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display0 4px;
}


/* Search Form 
------------------------------------------------------------------------------- */
#search {
    position: absolute;
    right: 60px;
    top: 40px;
    padding: 15px 15px 0;
}
form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input { 
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}


/* Forms 
------------------------------------------------------------------------------- */
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
	float: left;
    	clear: left;
}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}
.generalText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

  .content{
	color: #333;
	padding: 0 10px 0 10px;
	margin-top: 10px;
	border-left:  1px dotted #006599;
	border-right:  1px dotted #006599;
  }
  
  .leftBanner{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	padding: 4px;
  }  
  
.footerNote {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.menutable {
	background-color: #22415D;
	border: 1px solid #0066CC;
}
.true {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.CenteredParagraph {
	display:  block;
	text-align: center;
	padding: 0 80px 0 80px;
	font-size: 11px;
	margin: 0;
}

#BottomBoxes {
	background: url(images/homepic3.gif) no-repeat;
	width: 700px;
	height: 140px;
	border:  0;
	overflow: hidden;
}

#BottomBoxes a#GeneticApproach {
	margin: 0;
	padding: 0;
	text-decoration: none;
	display: block;
	text-align: left;
	position: relative;
	top: 1px;
	left: -250px;
	width: 195px;
	height: 136px;
	border: 0;
}

#BottomBoxes a#ClinicallyProven {
	margin: 0;
	padding: 0;
	text-decoration: none;
	display: block;
	position: relative;
	top: -137px;
	left: -48px;
	width: 202px;
	height: 138px;
	border: 0;
}

#BottomBoxes a#BrownBox{
	margin: 0;
	padding: 0;
	text-decoration: none;
	display: block;
	position: relative;
	top: -275px;
	left: 203px;
	width: 290px;
	height: 140px;
	border: 0;
}


.menuItem, .menuItem:visited {
	display: block;
	background-color: #22415D;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 7px;
	border-left: 1px solid #006599;
     margin: 0;
}

.menuItem:hover {
	color: #CC6635;
}

.menuSelected, .menuSelected:visited {
	display: block;
	background-color: #0098D1;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px;
	border-left: 1px solid #006599;
	border-right: 1px solid #006599;
	margin: 0;
}

.menuSelected:hover {
	color: #22415D;
}

.subMenuItem, .subMenuItem:visited {
	display: block;
	background-color: #FFE680;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #CC6635;
	text-decoration: none;
	padding: 7px;
     margin: 0;
}

.subMenuItem:hover {
	font-size: 9px;
	color: #006599; 
}
