/*   
   E. Meyer CSS Reset
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, images, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; } 

/*
   General
*/

html {
  min-width: 960px;
  background: #768cb5 !important; /* Old browsers */
   background: -moz-radial-gradient(center, ellipse cover,  #768cb5 0%, #37485e 100%) !important; /* FF3.6+ */
   background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#768cb5), color-stop(100%,#37485e)) !important; /* Chrome,Safari4+ */
   background: -webkit-radial-gradient(center, ellipse cover,  #768cb5 0%,#37485e 100%) !important; /* Chrome10+,Safari5.1+ */
   background: -o-radial-gradient(center, ellipse cover,  #768cb5 0%,#37485e 100%) !important; /* Opera 12+ */
   background: -ms-radial-gradient(center, ellipse cover,  #768cb5 0%,#37485e 100%) !important; /* IE10+ */
   background: radial-gradient(ellipse at center,  #768cb5 0%,#37485e 100%) !important; /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#768cb5', endColorstr='#37485e',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
}

body { font-family: 'Arvo', serif; width: 100%; font-size: 14px; }

#pagewrap {
  margin: 0 auto;
  width: 960px;
  position:relative;
  background-color:#fcf6e6;
  background-image:url("../images/background-paper.jpg");
  background-position:top;
  background-repeat:repeat-y;
  min-height:790px; 
  -moz-box-shadow: -8px 8px 10px rgba(0,0,0,0.65);
  -webkit-box-shadow: -8px 8px 10px rgba(0,0,0,0.65);
  box-shadow: -8px 8px 10px rgba(0,0,0,0.65);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.unselectable {
    -WEBKIT-USER-SELECT: NONE; /* SAFARI, CHROME */
    -KHTML-USER-SELECT: NONE; /* KONQUEROR */
    -MOZ-USER-SELECT: NONE; /* FIREFOX */
    -MS-USER-SELECT: NONE; /* IE */
    user-select: NONE; /* CSS3 */ 
}

/*
   Header
*/

#leash {
position:absolute;
right:0; 
top:0; }

#leashPattern {
background-image:url("../images/leashPattern.png"); 
height:85px; 
background-position:left center; 
display:block;
position:absolute; 
left:50%; 
right:0; 
top:29px; }

#header {
width: 960px; 
position:relative; }

/*#header .slogan {
color:#000; 
font-size:20px; 
font-style:italic; 
font-weight:bold; 
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
position:relative; 
top:110px; 
left:206px; 
text-align:center; 
width:738px; 
border-bottom:#db1919 1px solid; 
padding:3px 0 8px; 
margin:0; 
display:block; 
white-space:nowrap;
}*/

#header .slogan {
color:#000; 
font-size:20px; 
font-style:italic; 
font-weight:bold; 
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
position:relative; 
top:110px; 
left:206px; 
text-align:center; 
width:670px; 
border-bottom:#db1919 1px solid; 
padding:20px 30px 20px 30px; 
margin:0; 
display:block; 
white-space:nowrap;
}

#header .welcome { 
position: absolute; 
left: 220px; 
top: 152px; 
font-size: 18px;
}

#header a.logout { 
display: block; 
position: absolute; 
top: 208px; 
right: 20px; 
width: 106px; 
height: 36px; 
background: url('./../images/logout-button.png') no-repeat;
background-size: 100px 30px;
}

/*
   Menu
*/

#header .menu {
position:absolute;
padding-top: 120px;
right:0; 
font-weight: bold; 
font-size:14px; 
text-transform:uppercase; 
line-height:30px; 
text-align:center; 
width:770px; 
z-index:100; 
}

#header .menu li { 
  display:inline-block; 
  position: relative; 
}

#header .menu li a {
 text-decoration:none;
 color:#000; 
 padding:0 16px; 
 border-left:#000 2px solid; 
}

#header .menu li:first-child a {
 border:none; 
}

#header .menu li a:hover {
 color:#7e0202; 
}

#header .menu li ul {
  position: absolute;
  top: -999px; 
  left: 0px; 
  background-image: url("../images/yellowOverlay.png"); 
  text-align: left; width: 180px; 
}

#header .menu li ul li {
 display: block; 
}

#header .menu li ul li a { 
  display:block; 
  border: none; 
  font-size: 12px; 
}

#header .menu li:hover ul {
 top: 100%;
}
/*
   welcome for page 2
*/ 

#welcome{
  padding: 20px 0px 20px 0px;
}

#welcome p{
  margin-bottom: 10px;
  font-weight: bold;
  width: 350px;
  line-height: 20px;
}

#welcome a{
  text-decoration: none;
}

#welcome ul{
  list-style: none;
  text-decoration: none;
}

#welcome ul li{
  display: inline;
  border-left: 1px solid #000000;
  padding: 0px 20px 0px 20px;
}

#welcome ul li:first-child{
  border-left: none;
  padding-left: 0;
}

/*
   Sidebar
*/

#sidebar {
display: block; 
position: absolute; 
float:left; 
margin-right:30px; 
margin-top:320px; 
width:160px; 
padding: 18px 20px; 
text-align: center; 
line-height: 34px; 
font-size: 20px;
}

#sidebar span {
color: #7e0202;
font-size: 19px;
}

/*
   Container
*/

#content2 {
display: block;
position: relative;
/*padding-left: 210px;
padding-top: 250px;*/
margin: 150px 10px 10px 210px;
}

#content2 .form{
border: 1px solid #db1919;
width: 700px;
padding: 20px 30px 20px 30px;
}

#content2 .AdminTasks{
border: 1px solid #db1919;
width: 670px;
padding: 20px 30px 20px 30px;
}


#content2 .AdminTasks a{
  text-decoration: none;
}

#content2 .AdminTasks ul{
  list-style: none;
  text-decoration: none;
}

#content2 .AdminTasks ul li{
  display: inline;
  border-left: 1px solid #000000;
  padding: 0px 50px 0px 50px;
}

#content2 .AdminTasks ul li:first-child{
  border-left: none;
  padding-left: 0;
}

#content2 .AdminTasks ul li:last-child{
  padding-right: 0;
}

.fields{
  width: 200px;
}

/*
#content2 .AdminTasks ul{
 list-style: none;
 display: inline;
 width: 178px;
 text-decoration:none;
 padding:0px 43px 10px 0px; 
 margin-bottom: 10px;
 height: 20px;
}
*/


#content2 .AdminTasks h1{
margin-bottom: 10px;
}

#content2 h1 {
font-weight: bold;
font-size: 24px;
line-height: 1.9em;
}

#content2 .FAQs{
border: 1px solid #db1919;
width: 670px;
padding: 10px 30px 20px 30px;
line-height: 20px;
}

#content2 form input[type=submit] {
   margin: 0px 0px 10px 85px;
    width: 160px;
   height: 33px; 
   border: none; 
   background: url('./../images/message-submit.png');
   font-size: 15px; 
   font-weight: bold; 
   color: #a17112; 
   text-transform: uppercase;
 }

#content2 .signup{
  line-height: 20px;
  border: 1px solid #db1919;
  padding: 20px 30px 20px 30px;
  width: 670px;
}

/*this controls all public page buttons */
#content2 input[type=submit] {
 display:inline-block;
   clear: both; 
   width: 160px;
   height: 33px; 
   border: none; 
   background: url('./../images/message-submit.png');
   font-size: 15px; 
   font-weight: bold; 
   color: #a17112; 
   text-transform: none;
   cursor:pointer;
 }

/*width: 92px; 
height: 28px; 
background: url('../images/doctors-submit.png'); }
*/
.loginTag{
  width: 85px;
  float: left;
}

/*.form a{
  margin-top: 50px;
  margin-left: 85px;
}*/

.forgotpwd a{
  padding: 0px 0px 20px 85px;
  padding: 100px 0px 20px 85px;
}



/*
   3FAQ page
*/

#content2 .welcomeJohn{
  position: absolute;
  top: 20px;
  font-weight: bold;
}

#content2 .threeFaq {
  border: 1px solid #db1919;
  width: 670px;
  padding: 10px 30px 20px 30px;
  line-height: 20px;
  position: absolute;
  top: 70px;
}

#content2 .threeFaq ul li{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

#content2 .threeFaq ul li:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}

/*
   help
*/

#content2 .welcomeJohn{
  position: absolute;
  top: 20px;
  font-weight: bold;
}

#content2 .fourHelp {
  border: 1px solid #db1919;
  width: 670px;
  padding: 10px 30px 20px 30px;
  line-height: 20px;
  position: absolute;
  top: 70px;
}

#content2 h1 {
 font-weight: bold; 
 line-height: 50px; 
 font-size: 28px; 
 color: #1f3c68; 
}

#content2 h2 {
 font-weight: bold; 
 line-height: 30px; 
 font-size: 22px; 
 color: #1f3c68; 
}

#content2 ul.helpList{
 margin-top: 15px;
  margin-left: 25px; 
  line-height: 30px; 
  list-style: disc;
}


/*
   Content
*/

#content { position: relative; z-index: 1; float: left; margin-top: 200px; width: 680px; padding-bottom: 40px; line-height: 1.3em; font-size: 15px; }

#content h1 { font-weight: bold; line-height: 1.3em; font-size: 30px; color: #1f3c68; }
#content h2 { margin-top: 15px; line-height: 1.3em; font-size: 22px; font-weight: normal; color: #7e0202; }
#content h3 { margin-top: 15px; line-height: 1.3em; font-size: 15px; font-weight: bold; color: #7e0202; }
#content a { color: #1f3c68; }
#content a:hover { color: #7e0202; }

#content p { margin-top: 15px; }

#content ul { margin-top: 15px; margin-left: 25px; line-height: 1.3em; list-style: disc; }
#content ul.large { font-size: 20px; }

#content strong { font-weight: bold; }
#content strong.red { color: #7e0202; }

/*
   Forms & Tables
*/

#content form.search { float: right; }
#content form.search.wide { float: none; margin-top: 5px; font-size: 12px; }
#content form.search input[type=text] { width: 200px; padding: 3px; border: 1px solid #e9c453; }
#content form.search.wide input[type=text] { width: 92px; }
#content form.search input[type=submit] { display: inline !important; }

#content p.submit { text-align: center; }
#content form input[type=submit] { margin-left: 5px; width: 96px; height: 26px; border: none; background: url('./../images/search-submit.png'); background-size: cover;
                                    font-size: 15px; font-weight: bold; color: #a17112; text-transform: uppercase; cursor: pointer; }

#content table { margin-top: 20px; width: 100%; }
#content table th { padding: 4px; background: #7e0202; text-align: left; font-weight: bold; color: #fff; }
#content table td { padding: 4px; background: #f2dd9c; vertical-align: middle; text-align: left; font-weight: normal; color: #000; }
#content table tr.alt td { background: #fcf8ea; }

#content table.single th { text-align: center; }
#content table.single td:first-child { width: 25%; }

/*
   Footer
*/

#yellowBar {
  background-image:url("../images/yellowOverlay.png"); 
  height:20px; 
  background-position:left center; 
  width:100%; 
  display:block; 
  position:absolute; 
  bottom:0px; 
}

#footer {
 margin: 5px auto; 
 padding: 0 0 30px; 
 width: 960px; 
 min-height: 10px; 
 font-size: 9px; 
 color: #768fb7; 
 font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; 
 margin-top:10px; 
 position:relative; 
}

#footer .copyright {
 position:absolute; 
 left:0; 
}

#footer .designedby {
 position:absolute; 
 right:0; 
}

#footer .designedby a { 
  color: #768fb7; 
  text-decoration: none; 
}









/*
   Change Password page
*/

#content form input[type=submit].password { width: 192px; height: 28px; background: url('./../images/doctors-submit.png'); }

/*
   Message page
*/

#content.message form { margin-top: 30px; }
#content.message label { float: left; font-size: 16px; margin-right: 15px; }
#content.message textarea { font-size: 16px; width: 500px; height: 280px; border: 1px solid #e0bb4a; }
#content.message input[type=submit] { display: block; clear: both; margin: 25px auto; width: 127px; height: 33px; border: none; background: url('./../images/message-submit.png');
                                    font-size: 15px; font-weight: bold; color: #a17112; text-transform: uppercase; }

/*
   Doctors page
*/

#content table.doctors { font-size: 11px; }
#content p.doctors input[type=submit] { width: 192px; height: 28px; background: url('./../images/doctors-submit.png'); font-size: 12px; }

/*
   Profile page
*/

#content.profile p.note { color: #7e0202; }

#content.profile table td { padding: 6px; background: none; }
#content.profile form input[type=text], #content.profile form select { width: 300px; padding: 3px; border: 1px solid #e0bb4a; }
#content.profile form textarea { width: 300px; height: 80px; padding: 3px; border: 1px solid #e0bb4a; }
#content.profile form input[type=submit] { display: block; margin: 20px auto; }

/*
   Place an Order page
*/

#content.orders form h2 { margin-top: 20px; padding: 8px 10px; background: #7e0202; font-size: 21px; font-weight: 600; color: #fff; }
#content.orders form h2 span.small { font-size: 12px; }
#content.orders form h2 span.right { display: block; float: right; }

#content.orders form table td { background: none; }
#content.orders form table.simple td:first-child { width: 40%; }

#content.orders form input[type=text], #content.orders form select { padding: 3px; border: 1px solid #e0bb4a; }
#content.orders form input[type=submit] { display: block; margin: 20px auto; }
#content.orders form textarea { display: block; margin-top: 15px; box-sizing: border-box; width: 100%; height: 100px; padding: 3px; border: 1px solid #e0bb4a; }
#content.orders form h2 input[type=submit] { display: inline; margin: 0; }

#content.orders form table.icd input { width: 40px; }
#content.orders form table.icd select { padding: 0px; }
#content.orders form table.icd.four-col { line-height: 1.1em; font-size: 11px; }
#content.orders form table.icd.three-col { line-height: 1.1em; font-size: 11px; }
