﻿/* Light blue: #00c0f3 */
/* Dark blue (main logo blue): #00adef */
/* Light Green: #9ec8b7 */
/* Dark Green (main logo green): #006941 */

/* ==================================================== Global styles */
/* --- browsers hack --- */
* {	margin:0; padding:0;}

/* --- body --- */
body { /* default page styles */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
	margin:0px;
	padding:0px;
	height: 100%;	
 	text-align:justify; 	
}

a {
	color:#006941;
	font-weight:bold;
}

a:link { 
	text-decoration:none;
}

a:visited { 
	text-decoration:none;
}

a:active { 
	text-decoration:none;
}

a:hover { 
	text-decoration:underline;	
}

h2 {
	color:#111111;
	font-size: 16px;
	margin-bottom:10px;			
	text-indent:0px;
}


h3 {
	color:#111111;
	font-size: 14px;
	margin-bottom:10px;			
	text-indent:0px;
}

h4 {
	color:#111111;
	font-size: 13px;
	margin-bottom:10px;
	text-indent:0px;
}



#page_block {
	min-width:800px;	
	background-image:url('assets/doctor.jpg');
	background-repeat:no-repeat;
	background-position: 0px -50px;
	margin:0px 0px 20px 0px;
	height: 100%;    
	z-index:100;  	   	     
}

#header_block { /* Header container */
  background:transparent;
  height: 120px;
  width:100%;
  text-align:right;
}

#logo { 
  background:transparent;
/*  background-image: url('assets/eclinical_logo.gif'); */
  background-position: bottom right;
  background-repeat:no-repeat; 
  height: 110px;
  padding-bottom:0px;
  padding-right:20px;
  padding-top:10px;
}

#bar_block { /* footer block */  
  background-image:url('assets/bar_left.gif');
  background-position:left;
  background-repeat:no-repeat;
  background-color: #006941;  
  height: 20px;
  text-align:right;
  margin-left:10px; 
  margin-right:10px;  
}

#main_block { /* Block containing the nav and content blocks. This block can stretch but adisable to lock the min width*/
	background:transparent;
    margin: 0px 0px 0px 10px;	
/*    background-color:#00c0f3; */	     	 	   
}

#nav_block { /* Navigation block on left. Set to fixed width */
	background:transparent;
	-moz-opacity:0.85;	
  	opacity: 0.85;
  	filter:alpha(opacity=85); /* IE's opacity*/  	
	background-color: #A9E2A9;	
	float:left;
	width:150px;
	text-align:left;
	padding-left:20px;
	padding-top:10px;
	line-height:125%;
  	border-left:1px solid #000000; 	
	border-bottom:1px solid #000000;  	
}

#nav_block p {
/*	background-color:#00c0f3; */
	margin-bottom:10px;		
}

#nav_block p:hover {
/*	background-color:#00f3c0;*/
}

a.nav_parent {
	color:#000000;
	font-size:14px;
}

a.nav_parent:hover {
	background-color:#006941;
	color:#ffffff;
	text-decoration:none;
}

a.nav_sub {
	margin-left:15px;
	color:#006941;
	font-size:11px;
}

a.nav_sub:hover {
	background-color:#006941;
	color:#ffffff;
	text-decoration:none;	
}


#content_block { /* Main text content block on right hand side of page. */
 /*background-image:url('assets/large_pill.png');*/
  background:transparent;
  -moz-opacity:0.85;	
  opacity: 0.85;
  filter:alpha(opacity=85); /* IE's opacity*/  
  background-color:white;   
  text-align:justify;
  margin: 0px 0px 0px 171px; 
  min-height:550px; 
  height:auto !important;
  height:500px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom: 20px;
  padding-top: 10px;  
  border-left:1px solid #000000;
  
/*  overflow:auto; */
}

#content_block p{
	margin-bottom:10px;
}

#content_block li{
	margin-left:30px;
}

#content_block table{
	margin-left: auto;
	margin-right: auto;
}

#content_block td {

	text-align:left;
}

#footer_block { /* footer block */
	clear:both;
  color:white;
  background-image:url('assets/bar_left.gif');
  background-position:left;
  background-repeat:no-repeat;
  background-color: #006941;
  height: 20px;
  text-align:right;
  margin-left:10px;
  margin-right:10px;
}

#footer_block a{
	color:white;
}