@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: 572px;
} 

.thrColFixHdr #mainContent h1,h2,h3,h4 { 
	color: #479b13;
} 

.thrColFixHdr #mainContent h1 { 
	font-size: 22px;
	padding-top: 40px;
	padding-bottom: 12px;
	border-bottom: solid 1px #bbdaa8;
} 
.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 */
}

#HomeRightColumnAd01 {
	height: 222px;
	width: 203px;
	border: 1px solid #5db527;
	position: relative;
	background-image: url(../../Images/home/Ad_Home01Bg.jpg);
}
#FreeRecipiesText {
	font-size: 15px;
	color: #479b13;
	text-align: left;
	vertical-align: top;
	float: left;
	width: 173px;
	padding-top: 58px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	line-height: 19px;
    top: 2px;
    left: 0px;
}

#FreeRecipiesSubmitBtn {
	text-align: right;
	vertical-align: top;
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	position: relative;
    top: 15px;
    left: -1px;
    height: 19px;
}
.FreeRecipiesField {
	font-size: 15px;
	text-align: left;
	vertical-align: middle;
	float: left;
	height: 20px;
	width: 169px;
	position: relative;
	border: 1px solid #5db527;
	margin-right: 15px;
	margin-left: 15px;
	padding: 0px;
	background-color: #FFFFFF;
    top: 10px;
    left: 1px;
}

#tbVideo
{
    position:relative;
    border:0px; 
    width:572px; 
    left:0px;
}

#playlist
{
    list-style-type:none; 
    margin-left:0px;
    width: 210px;
}

#playlist ul li {
	margin-left: 0px;
	position:relative;
}
#playlist a {
	font-size: 14px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	width: 250px;
	text-decoration:none;
	padding-left: 24px;
	background-image: url(../../../Images/home/arrow_green.gif);
	background-repeat:no-repeat;
	line-height:20px;
}

#playlist a:link {
	font-size: 13px;
	color: #000000;
	text-decoration:none;
}
#playlist a:hover {
	background-image: url(../../../Images/home/arrow_orange.gif);
}
#playlist a:active {
	background-image: url(../../../Images/home/arrow_green.gif);
}
#ytvideo,
#ytvideo2 {
    float: left;
	margin-left:0px;
	border: solid 1px #65c509;
	width:300px;
}
.videocaption
{
    cursor:pointer; 
    color:Black; 
    font-size: 10px; 
    font-family: Tahoma; 
    vertical-align:middle; 
    text-decoration: none;
    line-height:22px;
}