﻿@import "../standard.css";
#container
{
    width: 970px;
    border: 1px;
    border-style: solid;
}
/********************************/
#fullMenu
{
	float:left;
}
#header
{
    height: 85px;
}
#gohome a
{
    margin-right: 10px;
}
/********************************/
#navigation
{
	width: 170px;
    top: 85px;
}
#navigation ul
{
    padding: 0;
}

#navigation li
{
    white-space: nowrap;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}


/*********************************/
#subcontent
{
    float: right;
   	width: 170px;
	padding: 20px 0px 0px 0px;
    left: 785px;
    top: 0px;
}
/******************************/
#welcome
{
    width: 595px;
    float: left;
    padding: 20px 0px 0 10px;
}

/****  News  ****************/
#news_edit
{
    width: 168px;
    height: 250px;    
    margin: 10px 10px 0 1px;
}
#feed2
{
	margin-top: 10px;
    width: 170px;
    float: left;
}
.newfeeds
{
	margin: 2px 0 0 2px;
	width: 162px;
	height: 250px;
}
.newfeedsitem
{
	width: 154px;
	height: 220px;
}
/********************************/
#addressBox
{
	display:none;
	visibility:hidden;
}
/*************** Prescription Feeds ***********/
.prescriptionsAnnouncements
{
	width: 160px;
}
.prescriptionsAnnouncementsItem
{
	width: 152px;
}
.prescriptionsNotice
{
	width: 166px;
}
.prescriptionsNoticeItem
{
	width: 158px;
}



