@charset "UTF-8";
.thrColFixHdr #container { 
	width: 1050px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	padding-top: 0px;
} 
.thrColFixHdr #header { 
	background-image: url(/Assets/images/global/topheader.jpg);
	background-repeat: repeat-x;
	padding: 0 10px 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. */
	height: 30px;
	border-left: solid 0px #ffffff;
	border-right: solid 20px #ffffff;
} 
.thrColFixHdr .imgWelcome  
{
    padding-top: 100px;
}
.thrColFixHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #mainContent { 
	padding-left: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 13px;
	line-height: 18px;
	width: 480px;
} 

.thrColFixHdr #mainContent h1,h2,h3,h4 { 
	color: #479b13;
} 

.thrColFixHdr #mainContent h1  
{
    font-family:Tahoma;
	font-size: 22px;
	font-weight:normal;
	padding-top: 15px;
	padding-bottom: 12px;
	padding-left: 1px;
	border-bottom: solid 1px #bbdaa8;
	width:480px;
} 
.thrColFixHdr #mainContent h2 { 
	font-size: 15px;
} 
.thrColFixHdr #mainContent h3 { 
	font-size: 14px;
} 
.thrColFixHdr #mainContent h4 { 
	font-size: 13px;
} 
.thrColFixHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 191px; /* 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 */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
}
.thrColFixHdr #sidebar #logo 
{
    position: relative;
    padding-left:12px;
    margin-bottom:6px;
    
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 191px; /* 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 */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
    padding-left:22px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px; /* 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 */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
    border-right: solid 20px #ffffff;
}

.thrColFixHdr #clientlogin {
	float: left; /* since this element is floated, a width must be given */
	width: 191px; /* 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 */
	height: 131px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
}
.FullWidthSampleMenu hr
{
	border-bottom: solid 1px #bbdaa8;
	border-top: solid 0px;
}

.FullWidthSampleMenu .FullWidthSampleMenuMeal
{
	color: #479b13;
	font-weight: bold;
	font-size: 18px;
}
.FullWidthSampleMenu .FullWidthSampleMenuName
{
	color: #479b13;
	font-weight: bold;
}
.FullWidthSampleMenu .FullWidthSampleMenuDescription
{
	color: #000000;
}
.FullWidthSampleMenu .FullWidthSampleMenuSeeMore
{
	color: #479b13;
	font-size: 10px;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}
.FullWidthSampleMenu .FullWidthSampleMenuImage
{
	border: solid 1px #479b13;
	margin: 0px 10px 10px 0px;
}

#tbVideo
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    width:284px; 
    top:15px;
}

#playlist
{
    list-style-type:none; 
    margin-left:0px;
}

#playlist ul li {
	margin: 0px;
	padding: 0px;
	text-align:center;
}
#playlist a {
	font-size: 14px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	width: 284px;
	text-decoration:none;
	background-image: url(../../../Images/home/arrow_green.gif);
	background-repeat:no-repeat;
	left:0px;
	padding-left: 24px;
}

#playlist a:hover {
	background-image: url(../../../Images/home/arrow_orange.gif);
}

#playlist a:link {
	font-size: 14px;
	color: #000000;
	text-decoration:none;
}
#ytvideo,
#ytvideo2 {
    float: left;
	margin-left:0px;
	border: solid 1px #65c509;
}

