body,
html{
	margin:0;
	padding:0;
	font-family: Verdana, Georgia, serif;
	font-size: 12px;
	color: #000000;
	background:#ffffff  url(../images/embletoncare-header-slice-right.jpg) repeat-x;	
}


/* SET BACKGROUNDS (header-right background is set in HTML above)*/
#header-left {
   width: 50%;
   height: 132px; /*has to be the height of header */
   position: absolute;
   top: 0;
   left: 0;
   background: transparent url(../images/embletoncare-header-slice-left.jpg) repeat-x;
} 
#middle-right {
   width: 100%;
   position: absolute;
   top: 225px;
   left: 0;
   height:349px;
   background: transparent url(../images/embletoncare-middle-slice-right.jpg) repeat-x;
} 
#middle-white {
   width: 100%;
   position: absolute;
   top: 500px;
   background: #ffffff;
}

#middle-green {
   width: 242px;
   position: absolute;
   top: 300px;
   background: #006633;
}

/* CONTENT POSITIONING */
#header-content {
        position: relative;
        z-index: 1;
} 
#middle-content {
        position: relative;
        z-index: 1;
} 


/* FOOTER */
div#footerwrap {
	position:absolute;
	bottom:0;
	left:0;
	height:18px;
	margin-bottom:-1px;
	font-size: 9px;
}
td#footer {
	font-size: 9px;
	color: #CCCCCC;
}
td#footer a {
	color:#CCCCCC;
}
div#footer p {
	margin: 0;
	padding: 0;
	text-align: left;
}

/* LICORICE ALLSORTS */
h1 {
	font-size:17px;
	text-align:left;
	padding:0;
	margin-bottom:0;
	color:#006633;
	font-family: Verdana, Georgia, serif;
	font-style: italic;
}
h2 {
	font-size:14px;
	font-style: italic;
	font-weight: bold;
	color:#ffffff;
	padding-top:10px;
	margin:0;
}
h3 {
	font-size:13px;
	font-weight: bold;
	color:#006633;
	padding-top:10px;
}
h3#contactus {
	color:#C8352D;
}
 
p {
	margin-bottom:0;
	font-size:11px;
}
ul,ol {
	font-size:11px;
	line-height:1.4em;
}

 td#navseparator {
	font-size:11px;
	color:#ffffff;
}
 td#news {
	font-size:12px;
	color:#ffffff;
}
 td#newsheadline {
	font-style: italic;
	color: #99CC66;
	height: 25px;
}

 td#newsitem {
	font-style: normal;
	height: 15px;
}

td#innerimagetext {
	color: #99CC66;
	font-style: italic;
	font-weight: bold;
	font-size:10px;
}

ul,ol#reducegap {
	margin-top:5px;
}

A { text-decoration:none;}
A:link	{color: #284e65;font-weight: bold;text-decoration:none}
A:visited{color: #284e65;font-weight: bold;}
A:hover	{color: #99CC66;background-color:none; text-decoration:underline;}

#middle-content A:link	{color: #006633;font-weight: bold; text-decoration:none;}
#middle-content A:visited{color: #006633;font-weight: bold;}
#middle-content A:hover	{color: #99CC66; background-color:none; text-decoration:underline;}

#menu { 
margin : 0;
padding : 0;
width : 760px;
height : 37px;
float : left;
background : #339900;
color:#FFFFFF;
} 


#middle-content {scrollbar-base-color: #ffff99; 
scrollbar-track-color: #ffff99;
scrollbar-face-color: #99cb34; 
scrollbar-highlight-color: #ffff99;
scrollbar-3dlight-color: #ffff99;
scrollbar-darkshadow-color: #ffff99;
scrollbar-shadow-color: #ffff99;
scrollbar-arrow-color: #ffff99;}

#button a, #button a:visited, #button a:link { 
width : 180px; 
background:  #009933; 
height : 40px; 
text-align : center; 
display : block; 
text-decoration : none; 
font-weight : bold; 
font-style:italic;
font-size:14px;
color : #ffffff; 
border : 1px solid #f5d601; 
float : left; 
margin : 0; 
margin-top : 20px; 
padding : 0; 
padding-top:15px;
} 
#button a:hover { 
width : 180px; 
background:  #006633; 
height : 40px; 
text-align : center; 
display : block; 
text-decoration : none; 
font-weight : bold; 
font-style:italic;
font-size:14px;
color : #ffffff; 
border : 1px solid #f5d601; 
float : left; 
margin : 0; 
margin-top : 20px;
padding : 0; 
padding-top:15px;
} 


