body  {
	font: 100% Lucida Sans Unicode, Lucida Sans, sans-serif;
	font-weight:normal;
	letter-spacing: 1px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
		background: #0c0a0f;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}

a:link, a:visited{
	text-decoration:none;
		color: #FFFFFF;
}

a:hover{
	text-decoration:none;
	color:Yellow;
}

img{
	border:none;
	border-width:0px;
}

ul{
margin:0px 0x 0px 5px;
padding:6px 0px 6px 5px;
 list-style: inside;
}

li{
margin:0px 0x 0px 0px;
padding:3px 0px 3px 5px;
list-style: inside;
}
.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 600px;
	background: url(new-index-bg.jpg) no-repeat top center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
margin-right:330px;
	padding: 0 0px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 50px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
margin-right:40px;
	float: right; /* since this element is floated, a width must be given */
	width: 290px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further 
	padding: 20px 25px 0px 0px;*/

}
.twoColFixRtHdr #mainContent { 
	margin: 0 330px 0 20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 50px 0 80px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:  Lucida Sans Unicode, Lucida Sans, sans-serif;
	font-size: 13px;
font-weight:normal;
letter-spacing: 1px;s
	line-height:17px;
} 

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




div#patients {
    background: url('images/patients-buttonlink-trans.png') no-repeat;
    height: 77px;
    width: 405px;
}
div#patients:hover, div#patients .selected {

    background-position: 0px -77px;
}

div#professionals {

    background: url('images/professionals-buttonlink-trans.png');
    height: 77px;
    width: 405px;
}
div#professionals:hover, div#professionals .selected {

    background-position: 0px -77px;
}

#scriptlist {
width:18em;
margin:auto;
border:1px solid gray;
padding:1em;
position:absolute;
top:19em;
margin-left:9em;
}


.clicker {
cursor:pointer;

}
.eg {
border:1px solid gray;
margin:auto;
}
.eg p {
margin:0;
text-align:center;
}

dl {
position:relative;
width:10em;
border: 1px solid #666666;
padding:0.5em;
margin:0px 0px 0px 0px;
}

dt{
margin:0px 0px 0px 0px;
padding:30px 0px 30px 0px;
}
.abs {
position:absolute;
top:1.7em;
left:27em;
width:25em;
padding: 2px 8px 8px 8px;
border: 1px solid #999999;
}

.selected {

}

.dltext h1{
		font:  Lucida Sans Unicode, Lucida Sans, sans-serif;
		font-size:16px;
		color: Yellow;
		letter-spacing: 1px;
}

#spacer{
margin:10px 10px 10px 10px;
height:25px;
width:10px;
}


#footer{
font:  Lucida Sans Unicode, Lucida Sans, sans-serif;
	font-size:11px;
	letter-spacing: 1px;
}



/*S3SLIDER slideshow */

#slider {
    width: 290px; /* important to be same as image width */
    height: 210px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 290px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	list-style-type: none;

}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	list-style-type: none;

}
.sliderImage span {
    position: absolute;
	font-family: Helvetica, sans-serif;
	font-size:11px;
		font-weight:normal;
		margin-left: 5px;
    padding: 10px  13px 15px 13px;
      width: 249px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;

}

.sliderImage span:hover {
color:yellow;
}

.clear {
	clear: both;
}
.sliderImage span strong {
   font-size:11px;
	
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

#sliderContent ul { list-style-type: none;}

.sliderImage li { list-style-type: none;}