@import "dropdown/dropdown.css";
@import "dropdown/themes/nvidia.com/default.advanced.css";


ul.dropdown li ul,
ul.dropdown ul li,
ul.dropdown ul li.hover,
ul.dropdown ul li:hover {
  opacity: 1.0;
  background-color: #333;
}


/* html */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  font-family: helvetica, sans-serif;
  font-size: 1em;
  line-height: 150%;
/* color: #010146; */
  background: #cecece;
/*  background: #f2f2f2 url(images/back.gif) top center repeat-y; */
  margin: 0 auto;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  color: #339ccc;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

h1{
    font-size:25px;
    line-height:130%;   
    }
h2,h3{
    font-size: 1.4em;
    line-height: 130%;
    color: #708A06;
    font-family: Arial, Helvetica, sans-serif;
    }
h4{
    font-size:1.2em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    }
h5 {
    font-size: 1.1em;
    color: #708A06;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 0 10px 0;
}
h6 {
    color: #777;
}

hr {
  background: #4373b5;
  height: 3px;
}


/* drop-caps */
p{
  text-align   : justify;
  line-height  : 1.5em;  
}

.firstLetter{
  display      : block;
  float        : left;
  margin-top   : -0.205em; /* use -0.205em for two lines */
  margin-left  : -0.16em;
  margin-right : 0.3em;
  height       : 2.5em;
  padding-top  : 0.55em;
  color        : #708A06;
}

.firstLetter span{
  font-weight    : bold;
  font-size    : 3em;   /* use 3.33em for two lines */
  line-height  : 0.9em;
}

.firstLetter + span{
  margin-left  : -0.5em;
}
/* end drop-caps */



/* end html */





/* content_wrapper */
#content_wrapper {
	background: #fff url(images/body_shadow_L.gif) repeat-y left top; /*--Left drop shadow--*/
	margin: 0 auto;
	padding: 0;
	min-width: 800px; /*--Minimum Width--*/
	max-width: 1200px; /*--Maximum Width--*/
}
.content {
	background: url(images/body_shadow_R.gif) repeat-y right top; /*--Right drop shadow--*/
	margin: 0;
	padding: 3px 10px 0 10px; /*--Padding inside of the main content--*/
	overflow: hidden;
/*	font-size: 1.2em;   */
}
/* end wrapper */




/* header */


.shadow {
	-moz-box-shadow: 3px 3px 4px #cdcdcd;
	-webkit-box-shadow: 3px 3px 4px #cdcdcd;
	box-shadow: 3px 3px 4px #cdcdcd;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cdcdcd')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cdcdcd');
}

div#credRow {
  border: 1px solid #cccccb;
  padding: 5px 0 5px 0;
  margin: 0 0 0 18px;
  background: #ffffff;
  float: left;
  display: block;
}

div#credRow img {
  vertical-align: middle;
  margin: 0 3px 0 3px;
  max-height: 50px;
}

div#midHeader {
  width: 100%;
}

div#midHeader a {
  color: #708A06;
}

div#midHeader a:hover {
  text-decoration: none;
}


div #midHeader div#logo {
  clear: both;
  float: left;
  margin: 0 0 0 6px;
}

div #midHeader div#logo img {
  display: block;
  margin-left: auto;
}

div #midHeader h2 {
  clear: both;
  float: left;
  text-align: left; 
  font-size: 40px;
  margin: 20px 0 20px 15px;
  padding: 0;
  display: inline;
  text-shadow: rgba(0,0,0,.4) 0px 2px 5px; 
}

div #midHeader h3 {
  text-align: right; 
  font-size: 40px;
  margin: 20px 20px 20px 15px;
  padding: 0;
  display: inline;
  float: right;
  text-shadow: rgba(0,0,0,.4) 0px 2px 5px; 
}


/* end header */







/* drop-down menu styles */

ul.dropdown {
  margin-left: 0;
}

ul.dropdown li { 
  border-right-style: solid;
  border-right-width: 1px;
  border-color: #444444;
}

ul.dropdown a:hover { 
  color: #fff;
  text-decoration: underline; 
  background: #708a06; 
}

div #mainNav {
  background: black;
  width: 100%;
  height: 32px;
  clear: both;
}

/* end drop-down menu styles */







/* common */

.clear {
  clear: both;
}

div#container {
  width: 800px;
  height: 100%;
  margin: 0 auto 0 auto;
}

div#container2 {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: url(images/sidebarBg.png) top right repeat-y;
}

.leftOfCopy {
  float: left;
  padding: 0 10px 10px 0;
}

div#testimonials img {
  float: left;
  margin-right: 5px;
  max-width: 100px;
  max-height: 100px;
  margin-top:5px;
}

div#patientLineup img{
  max-width: 120px; 
  max-height: 100px;
}

/* end common */








/* left */

div#left {
  float: left;
  width: 500px;
  height: 100%;
  padding: 0 10px 0 0;
  margin-left: 20px; 
}

div#left div#breadcrumbs {
  font-size: 12px;
  margin-top: 10px;
}

/* end left */









/* right */

div#right {
  float: right;  
  height: 100%; 
  padding: 30px 0 0 0;
  margin: 0 15px 0 0;
  width: 200px;
}

div#right img.feature {
  display: block;
  margin: 20px auto 20px auto;
}

/* end right */


div#sidebar ul {
  list-style-type: none;
  padding-left: 0;
}

div#sidebar ul li ul {
  list-style-type: disc;
  padding-left: 2em;
}





/* form */

.form {
  width: 100%; /* ems so it will grow */
  font-size: 100%;
}
.formhead {
  background: #75a209;
  margin: 0;
  padding: 0;
  text-align: center;
}
.formhead p {
  margin: 0;
  padding: 5px 10px 5px; 
  color: white;
  font-weight: bold; 
  font-size: 1em; 
  line-height: 1em;
  text-shadow: rgba(0,0,0,.4) 0px 2px 5px; 
  text-align: center;
}
.formhead p strong {
  color: yellow;
}

.formbody {
  background: url(images/sbbody-l.gif) no-repeat bottom left; 
  background: #cceb6f;
  margin: 0;
  padding: 3px 15px 2px; 
}

.formbody p {
  font-style: italic;
  font-size: 0.8em;
  line-height: 1em;
}

.form input {
  display: block;
  width: 95%;
  margin: 5px 0 0px 0px;
}

.form input.white {
  background: #fff;
  width: 40%;
}

/* end form */





/* footer */

div#footer_bg {
    clear:both;
    width:100%;
    background-color: #262626;
    overflow: hidden;
}

div#footer_bg div p {
    color: #9a9a9a;
    font-size: 0.7em;
    line-height: 180%;
    text-align: justify;
}

div#footer_left {
    float: left;
    width: 60%;
    padding: 7px 40px 0 28px;
}

div#footer_right {
    float: left;
    width: 30%;
    padding: 7px 0 0 3px;
}

/* end footer */





