@charset "iso-8859-1";
/* CSS Document */

* {
margin:0;
padding:0;
}

img{border:0}

a {
font: Georgia, Times New Roman, Times, serif; color:#6E2F00; font-size:80%;
text-decoration: none;
}

.accessaid, h1 {
position: absolute;
height: 0;
overflow: hidden;
width: 120px;
display: none;
}

h2 {
margin: 25px 0 10px 0;
}

h3 {
font-family:Georgia, Times New Roman, Times, serif;
margin: 15px 0 0 0;
}


/*-- Start Layout --*/

body {
    background-color: #F58725;
	font-family: Verdana, Arial, Helvetica, sans-serif, MS Sans Serif;
	font-size: 80%;
	text-align: center;
	line-height: 1.8em;
}

#container {
position: relative;
			width: 630px; 
text-align:left;
margin: 20px auto 20px auto;
background-image:url(../common_img/bg.gif);
background-repeat: repeat-y;
}

#head {
position: relative;
background:url(../common_img/top.jpg) no-repeat top left;
height: 163px;
width: 630px;
padding: 0;
}

#logo {
padding: 30px 0 0 30px;
}

/* --Button Setting-- */
#button_menu {
position: relative;
}

#navlist {
list-style-type: none;
margin-left: 15px;
height: 30px;
width: 595px;
background-color: #FA964A;
padding: 0 0 0 5px;
}
 
    /*-- To float the buttons, "float:left" must be used.-- */
#navlist li{
float:left;
position: relative;
border-width:0;
border: none;
padding: 0 10px 0 10px;
background: url(../common_img/line.gif) no-repeat;
}


#navlist li a {
/*--display: block; I am not sure if I don't need this for keeping the buttons horizontal.--*/
text-decoration: none;
font-family:Georgia, Times New Roman, Times, serif;
font-size: 14px;
color:#6E2F00;
line-height: 2.2em;
}

ul#navlist li#home a{color:#6E2F00;}
ul#navlist li#home a:hover{color:#CC0000;}
ul#navlist li#home a#current{color:#6E2F00; font-weight: bold;}

ul#navlist li#consultant a{color:#6E2F00;}
ul#navlist li#consultant a:hover{color:#CC0000;}
ul#navlist li#consultant a#current{color:#6E2F00; font-weight: bold;}

ul#navlist li#druginfo a{color:#6E2F00;}
ul#navlist li#druginfo a:hover{color:#CC0000;}
ul#navlist li#druginfo a#current{color:#6E2F00; font-weight: bold;}

ul#navlist li#contact a{color:#6E2F00;}
ul#navlist li#contact a:hover{color:#CC0000;}
ul#navlist li#contact a#current{color:#6E2F00; font-weight: bold;}


#navlist li.noline {
margin-left: 15px;
background: none;
}

#navlist li.navborderend {
border-right: 0px;
}




#main {
position: relative;
/*--width: 400px; If I put the width, Mac IE has floated text on the right ??? --*/
margin: 20px 180px 10px 45px;
}

#main ul.bull {
list-style: none;
color: #000000;
}

#main ul.bull li {
background: url(../common_img/arrow_orange.gif);
background-position: 0 .5em;
background-repeat: no-repeat;
padding: 0 0 0 20px;
}


 
#footer {
width: 600px;
padding-top: 10px;
background-color: #FA964A;
margin-left: 15px;
font-size: 12px;
text-align: center;
padding: 5px 0 -5px 0;
}

#footer a {
font: Georgia, Times New Roman, Times, serif; color:#6E2F00; font-size:80%;
text-decoration: none;
}

#bottom_img {
height: 40px;
width: 630px;
background:url(../common_img/bottom.gif) no-repeat bottom left;
}

/*-- End Layout --*/

.color_gray {
color: #999999;
}

.margin_left15px {
margin-left: 15px;
}

.margin_left20px {
margin-left: 20px;
}

.margin_left20pxtop10px {
margin: 10px 0 0 20px;
}

.margin_top10px {
margin-top: 10px;
}

.margin_top15px {
margin-top: 15px;
}

.margin_top20px {
margin-top: 20px;
}

.padding_left15px {
padding-left: 15px;
}

.float_right {
float: right;
}

.float_left {
float: left;
}

.img_float_right {
float: right;
margin-left: 15px;
}

.img_float_left {
float: left;
margin-right: 15px;
}

.text_align_right {
text-align:right;
}


.hide {
display: none;
}

.clear {
clear: both;
}
