@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 62.5%/2.2em Arial, Tahoma, Verdana,Helvetica, sans-serif;
		color: #4b4942;
		background: #404639 url(../images/bg_patterns.gif);
	}
	a{text-decoration: none;color: #5599a7;}
	a:hover{color: #bb800f;}
	.hide,hr{display: none;}
	strong{font-weight: bold;}
	

/* =LAYOUT - the main layout styles */
	/* for the rounded top */
	#containertop{
		position: absolute;
		width: 802px;
		margin: -10px auto 0 auto;
		height: 10px;
		font-size:0.1em;
		background:url(../images/container_top.gif) left bottom no-repeat;
	}
	* html #containertop{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */
	/* container */
	#container{
		width: 802px;
		margin: 24px auto 0 auto;
		background: #171A0F url(../images/bg_container.jpg);
		padding-bottom:10px;
	}

/* =HEADER */
	/* Logo and Site Title */
	h1{
		font-size: 2.4em;
		text-transform: uppercase;
	}
	h1 a,h1 a:hover{
		display: block;
		width: 300px;
		height: 30px;
		padding-top:10px;
		margin-left:18px;
		/*
		background: url(../images/logo.gif) 0 0 no-repeat; */
		padding-left:52px;
		color: #7b8266;
	}

/* =TOP NAVIGATION and SEARCH */
	/* top navigation */
	#navigation_wrapper{
		background: #363B28 url(../images/nav_bg.gif) 0 0 repeat-x;
		height: 37px;
		width: 761px;
		margin: 10px auto 20px auto;
	}
	#navigation{
		float: left;
		padding-left:7px;
		height: 37px;
		background: url(../images/navigation_left.gif) left top no-repeat;
	}
	#navigation li{
		float: left;
	}
	#navigation li a{
		padding: 7px 18px 0 10px;
		height: 30px;
		float: left;
		font-family: "Trebuchet MS";
		font-size: 1.45em;
		font-weight: bold;
		letter-spacing:-0.03em;
		color: #b1b3ab;
	}
	#navigation li a:hover{
		color: #82865b;
		background: #394030 url(../images/nav_hover_bg.gif) 0 0 repeat-x;
	}
	/* search */
	#search_wrapper{
		float: right;
		height: 30px;
		padding:7px 10px 0 0;
		background: url(../images/navigation_right.gif) right top no-repeat;
	}
	.search{
		background: #696D5F;
		border: 1px solid #212417;
		width: 160px;
		height: 18px;
		padding: 3px 2px 0 3px;
		color: #474A40;
	}
	
	#phone {
		float: right; padding: 0 3px 0 0; color: #7C7C58; font-size: 1.8em; }
		
/* =MAIN IMAGE */
	#main_image{
		width:760px;
		height: 204px;
		position: relative;
		margin: 0 auto;
		padding: 0;
	}
	/* frame: the small rounded image in the corner picture (top,right,bottom,left) */
	#frame_image_top,#frame_image_bottom{
		position: absolute;
		width: 760px;
		height: 7px;
		font-size:0.1em;
		top:0;left:0;
		background: url(../images/frame_image_top760.png) top no-repeat;
	}
	#frame_image_bottom{
		bottom:0;top:auto;
		background: url(../images/frame_image_bottom_760.png) bottom no-repeat;
	}
	* html #frame_image_top,* html #frame_image_bottom{behavior: url(stylesheets/iepngfix.htc);} /* to correct transparent png in IE */

/* =BANNER */
	#banner_wrapper{
		width: 774px;
		overflow: hidden;
		padding:30px 0 0 50px;
	}
	.banner{
		float: left;
		width: 198px;
		height: 270px;
		background: #353C2C url(../images/banner_bg.gif) left repeat-y;
		margin-right:54px;
		padding-bottom:6px;
		position: relative;
	}
	.image_wrapper{text-align: center;}
	.banner img{border: 3px solid #181B0F;}
	.banner_last{margin-right:0;}
	.banner h2{
		height: 38px;
		background: url(../images/banner_top.jpg) left no-repeat;
		font:1.9em "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #7c7c58;
		padding: 15px 0 0 17px;
	}
	/* for the rounded bottom */
	.image_wrapper span{
		position: absolute;
		width: 198px;
		height: 6px;
		font-size:.1em;
		left:0;bottom:0;
		background: #353C2C url(../images/banner_bottom.jpg) bottom no-repeat;
	}
    
/* MENU PAGE STYLES */
.inventory {
/* font-family: Tahoma, Arial, Helvetica, sans-serif; */
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
background-color: #4c573e;
width:100%;
border-collapse:collapse;
}
.inventory td, .inventory th  {
height: 25px;
color: #fff;
font-size:.9em;
border: 2px solid #7B8266;
/* border:2px solid #273121; */
padding:5px 7px 4px 12px;
}
.inventory th 
{
font-size:1.1em;
text-align:left;
padding-top:4px;
padding-bottom:5px;
padding-left: 20px;
/* background-color:#6EA05F; */
background: url(../images/headerbg_green.jpg) top repeat-x;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
color:#fff;
}
.inventory tr.alt td 
{
color:#fff;
background-color:#39442B;
}

/* DISPENSARY NEWS ARCHIVE HEADER */
#newsarchiveheader { background: url(../images/news_archive.gif) top no-repeat; height: 55px; margin-bottom: 30px; }

/* ERROR LINK */
#errorlink { font-size: 1em; text-decoration: underline; color: #669966; padding: 0px; margin: 0px; }
#errorlink a:hover { color: #fff; font-size: 1em; text-decoration: underline; color: #fff; padding: 0px; margin: 0px; }
	
/* =SERVICES */
	#services{
		width: 758px;
		margin:26px auto 0 auto;
		position: relative;
		border: 2px solid #3B3F2D;
	}
	#servicescontent{
		width: 758px;
		margin: 0 auto;
		overflow: hidden;
		background: #39442B url(../images/services_bg.jpg) bottom repeat-x;
		padding: 30px 0 20px 0;
	}
	/* sevices header */
	#services h2{
		background: #2d3622 url(../images/services_top_bg.jpg);
		height: 40px;
		font-size:2.7em;
		color: #aacc99;
		padding: 5px 0 4px 30px;
		border-bottom: 1px solid #2b2e1f;
	}
	/* top rounded image */
	#services h2 span{
		position: absolute;
		display: block;
		height: 8px;
		width: 762px;
		left:0;top:0;
		font-size:0.1em;
		background: url(../images/services_top.jpg) left top no-repeat;
		margin: -2px;
	}
    
/* STRAIN VIEW HEADER */
.strainview_header {
    height: 45px;
    background: url(../images/todays_menu.gif) top no-repeat;
    font-size: 1.7em;
    font-family: Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
    text-transform: none;
    text-align: center;
    padding: 10px;
}
	
	.quote {
		float: left;
		font-size: 1.4em;
		color: #fff;
		padding: 10px 10px;
		background-color: #323C26;
        background-image: url(../images/blockquote.gif);
		background-repeat: no-repeat;
	}
	
	.offwhitetext {
		float: left; width: 58%; padding: 0 0 0 35px; color: #f0f0f0; font-size: 1.7em; }
        
    .offwhitetext2 {
	width: 58%; padding: 0 0 0 35px; color: #f0f0f0; font-size: 14px; }
    
    .p_newsdetail { font-size: 1.5em; float: none; padding: 0px; width: auto; border: none; }
    .h_newsdetail { font-size: 1.5em; line-height: 1.2em; color: #669966; border-bottom: 1px dashed #7B8266; }
        
        
    #patients { width: 75%; color: #fff; font-size: 2.1em; display: inline;}
    #patients li {padding: 20px 0 10px 70px; }
	
		
	/* bottom rounded image */
	.bottom_rounded{
		position: absolute;
		display: block;
		width: 762px;
		height: 7px;
		font-size:0.1em;
		right:0;bottom:0;
		background: url(../images/services_bottom.png) no-repeat;
		margin: -2px;
	}
	/* big image on the right bottom */
	.bottom_pic{
		z-index:2;
		position: absolute;
		padding-right: 28px;
		bottom:2px;right:0;
		width: 287px;
		height: 224px;
		margin-bottom:-2px;
		background: url(../images/services_bg_pic.jpg) left top no-repeat;
	}
	/* list of services */
	.serviceslist{
		padding: 0 25px 0 0;
		font-size:1.3em;
		line-height:1em;
	}
	.serviceslist li {
		display: block;
		padding: 7px;
		width: 197px;
        height: 41px;
		font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		/* color: #7B8266; */
		color: #88aa77;
		background: #323C26 url(../images/list_dotted_border.gif) bottom repeat-x;
	}
	
	.linklist{
		padding: 0 25px 0 0;
		font-size:1em;
		line-height:1em;
	}
	.linklist li {
		display: block;
		padding: 10px;
		width: 197px;
        height: 15px;
		font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		/* color: #7B8266; */
		color: #88aa77;
		background: #323C26 url(../images/list_dotted_border.gif) bottom repeat-x;
	}
	.linklist a { text-decoration: underline; font-size: 1.1em; color: #88aa77; }
    .linklist a:hover { font-size: 1.1em; color: #ffffff; }

	.speclist { color: #ffffff; font-size: 1.2em; font-weight: normal; line-height: 1.2em; }
	

    #testimonial{
		display: block;
		padding: 10px;
        margin-bottom: 10px;
		width: 197px;
        height: 85px;
		font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-transform: none;
		letter-spacing:-.03em;
		color: #7B8266;
		background: #323C26 url(../images/list_dotted_border.gif) bottom repeat-x;
        border: 1px solid #515542;
	}
	.serviceslist li a:hover{
		color: #7B8266;
		background: #2C3421 url(../images/list_dotted_border.gif) bottom repeat-x;
	}
    
.box-table-b {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 640px;
    margin: 0 auto;
	text-align: center;
	border-collapse: collapse;
	border-top: 7px solid #7B8266;
	border-bottom: 7px solid #7B8266;
}
.box-table-b th {
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #e8edff;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #039;
}
.box-table-b td {
	padding: 4px;
	background: #2f3624; 
	border-right: 1px solid #7C7C58;
	border-left: 1px solid #7C7C58;
	color: #e8e8e8;
}
	
/* =FOOTER */
	#footer_wrapper{
		width: 771px;
		padding-left:31px;
		padding-bottom:25px;
		margin: 0 auto;
		text-transform:uppercase;
		font-size: 1.2em;
		background: url(../images/footer_left.jpg) 0 0 no-repeat;
	}
	#footer{
		position: relative;
		width: 740px;
		height: 67px;
		background: #313B24 url(../images/footer_bg.jpg) 0 bottom repeat-x;
	}
	#footer .logo{
		padding: 34px 0 0 30px;
		width: 300px;
		float: left;
		/* background: url(../images/logo_small.gif) left bottom no-repeat; */
	}
	#footer .logo span{
		position: absolute;
		display: block;
		right:-31px;top:0;
		width: 31px;
		height: 67px;
		background: url(../images/footer_right.jpg) right bottom no-repeat;
	}
	* html #footer .logo span, * html #footer_wrapper{behavior: url(stylesheets/iepngfix.htc);}
	#footer ul{
		padding-top: 34px;
		padding-right: 5px;
		float: right;
	}
	#footer ul li{
		float: left;
		padding-left:10px;
	}
	#footer a{
		color: #7B8266;
	}
	#footer li a:hover{
		color: #AACC99;
	}
/* WEEKLY SPECIAL LINK */
#weeklyspecial_link {
    font-family: Arial Black, Arial Black, Gadget, sans-serif;
    font-size: 1.1em;
    line-height: 1.1em;
    color: #f0f0f0;
    padding: 10px 0 0 7px;
}
	