
.opacity100 {opacity: 1.0; filter: alpha(opacity=100);}
.opacity95 {opacity: 0.95; filter: alpha(opacity=95);}
.opacity90 {opacity: 0.9; filter: alpha(opacity=90);}
.opacity80 {opacity: 0.8; filter: alpha(opacity=80);}
.opacity70 {opacity: 0.7; filter: alpha(opacity=70);}
.opacity60 {opacity: 0.6; filter: alpha(opacity=60);}
.opacity50 {opacity: 0.5; filter: alpha(opacity=50);}
.opacity40 {opacity: 0.4; filter: alpha(opacity=40);}
.opacity30 {opacity: 0.3; filter: alpha(opacity=30);}
.opacity20 {opacity: 0.2; filter: alpha(opacity=20);}
.opacity10 {opacity: 0.1; filter: alpha(opacity=10);}
.opacity0 {opacity: 0.0; filter: alpha(opacity=0);}

html
{
	height: 100%;
	overflow-y: scroll;
}

body
{
	margin: 0px;
	height: 100%;
}

body, td, p, div, input, select, textarea
{
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
}

img
{
	border: 0px;
}

a
{
	color: #215b33; 
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

h1
{
	font-family: Trebuchet MS, Arial;
	font-style: none;
	font-weight: bold;
	font-size: 22px;
	line-height: 24px;
	color: #215b33;
}

h2
{
	font-family: Trebuchet MS, Arial;
	font-style: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #215b33;
}


form
{
	margin: 0px;
}

.imageleft
{
      float: left; 
      border: 1px solid #666666; 
      margin-right: 16px;
      margin-top: 5px; 
      margin-bottom: 3px;
}
.imageright 
{
      float: right; 
      border: 1px solid #666666; 
      margin-left: 16px; 
      margin-top: 5px; 
      margin-bottom: 3px;
}

#main
{
	width: 100%;
	height: 100%;
	text-align: center;
}

#container
{
	width: 900px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	background-image: url('http://www.drgrabermd.com/images/2010/green-leaves-bg.jpg');
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#header
{
	position: relative;
	width: 900px;
	height: 132px;
	padding: 0px;
	margin: 0px;
}

#header-logo
{
	float: left;
	width: 200px;
	padding-top: 17px;
}

#page-main
{
	clear: both;
	position: relative;
	width: 885px;
	background-image: url('http://www.drgrabermd.com/images/2010/content-bg.gif');
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#left-column
{
	position: relative;
	float: left;
	width: 200px;
	min-height: 420px;
	text-align: center;
	padding-bottom: 50px;
}

#left-navigation
{
	margin-left: 10px;
	padding-top: 15px;
	width: 180px;
	min-height: 360px;
	text-align: left;
	padding-bottom: 50px;
}

#left-navigation a
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#left-navigation a:hover
{
	color: #215b33;
	text-decoration: none;
	font-weight: bold;
}

.leftnav-home
{
	font-size: 14px;
}

#left-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left-navigation ul li {
	padding-left: 20px;
	padding-top: 16px;
}

#content
{
	position: relative;
	margin-left: 220px;
	width: 630px;
	min-height: 420px;
	padding-top: 5px;
	padding-bottom: 50px;
}

#footer
{
	clear: both;
	position: relative;
	width: 885px;
	text-align: center;
	border-top: 1px solid #666666;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer-menu
{
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

#footer-menu a
{
	padding-left: 10px;
	padding-right: 10px;
}

#footer-text
{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 11px;
}

#footer-text a
{
	color: #000000;
}

.icon-leaf-1
{
	padding-top: 4px;
	background-image: url('http://www.drgrabermd.com/images/2010/icon-leaf-1.png');
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-left: 48px;
	height: 50px;
}

.icon-leaf-2
{
	padding-top: 4px;
	background-image: url('http://www.drgrabermd.com/images/2010/icon-leaf-2.png');
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-left: 48px;
	height: 50px;
}

.icon-leaf-3
{
	padding-top: 4px;
	background-image: url('http://www.drgrabermd.com/images/2010/icon-leaf-3.png');
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-left: 48px;
	height: 50px;
}

.icon-leaf-4
{
	padding-top: 4px;
	background-image: url('http://www.drgrabermd.com/images/2010/icon-leaf-4.gif');
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-left: 48px;
	padding-bottom: 30px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.icon-leaf-4 a:hover
{
	color: #215b33;
	text-decoration: none;
	font-weight: bold;
}

