﻿/* MASTER PAGE START */
body 
{
    background-color: #003f69;
}
.Main_Container
{
    width: 799px;
    height: 446px;
    margin: 0 auto;
    background: #FFFFFF;
	border-top: solid 2px white;
	border-right: solid 2px white;
	border-left: solid 2px white;
}
.Footer_Container
{
    width: 799px;
    height: 37px;
    border-bottom: solid 2px white;
    border-right: solid 2px white;
    border-left: solid 2px white;
    position: relative;
    margin: 0 auto;
}
.Footer
{
    width: 797px;
    height: 35px;
    border: solid 1px #0071bc;
    background: #e0f3fc;
}
.Header_Logo
{
    width: 206px;
    height: 180px;
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    background: url("/images/top_logo.jpg");
    border-top: solid 1px #0071bc;
    border-left: solid 1px #0071bc;
    cursor: pointer;
}
.Nav_Container
{
    width: 592px;
    height: 180px;
    position: absolute;
    margin-top: 0px;
    margin-left: 206px;
    background: url(/images/top_bg.jpg) repeat;
    border-top: solid 1px #0071bc;
    border-right: solid 1px #0071bc;
}

/* Navigation Links START */
.Our_Services
{
    font: bold 10pt Arial;
    color: #0071bc;
    position: absolute;
    margin-top: 40px;
}
.Buy_Online
{
    font: bold 10pt Arial;
    color: #0071bc;
    position: absolute;
    margin-top: 40px;
    margin-left: 150px;
}
.Employment
{
    font: bold 10pt Arial;
    color: #0071bc;
    position: absolute;
    margin-top: 32px;
    margin-left: 300px;
}
.Specials
{
    font: bold 10pt Arial;
    color: #0071bc;
    position: absolute;
    margin-top: 40px;
    margin-left: 450px;
}
.About_Us
{
    font: bold 10pt Arial;
    color: #0071bc;
    position: absolute;
    margin-top: 90px;
    margin-left: 75px;
}
.Fundraising
{
    font: bold 10pt Arial;
    color: #0071bc;
    position: absolute;
    margin-top: 90px;
    margin-left: 225px;
}
.Contact_Us
{
    font: bold 10pt Arial;
    color: #0071bc;
    position: absolute;
    margin-top: 90px;
    margin-left: 375px;
}
.Header_Coffee_Logo
{
    width: 81px;
    height: 145px;
    position: absolute;
    margin-left: 511px;
    background: url(/images/buefrog_Coffee.jpg);
    cursor: pointer;
}
/* Navigation Links END */
/* Master Page END */
/*Default page START*/
.Left_Body_Section
{
    width: 503px;
    height: 266px;
    position: absolute;
    margin-top: 180px;
    margin-left: 0px;
    background: url(/images/car.jpg);
    border-left: solid 1px #0071bc;
    border-right: solid 2px #0071bc;
}
.Right_1
{
    width: 282px;
    height: 15px;
	padding: 2px 5px 0px 5px;
	position: absolute;
	margin-top: 180px;
	margin-left: 506px;
	border-bottom: solid 1px #0071bc;
	border-right: solid 1px #0071bc;
    background: #e0f3fc;
    font: 8pt arial;
    color: #0071bc;
}
.Right_2
{
    width: 282px;
    height: 18px;
	padding: 2px 5px 0px 5px;
	position: absolute;
	margin-top: 201px;
	margin-left: 506px;
	border-bottom: solid 1px #0071bc;
	border-right: solid 1px #0071bc;
    background: #e0f3fc;
    font: bold 10pt arial;
    color: #0071bc;
}
.Right_Content_scroll
{
    width: 282px;
    height: 225px;
    padding: 0px 5px 0px 5px;
    position: absolute;
    margin-top: 222px;
    margin-left: 506px;
    font: 8pt Arial;
    color: #0a51a1;
    border-right: solid 1px #0071bc;
}
/*Default page END */
/* Common Page Styles START */
.Content_Body
{
    width: 777px;
    min-height: 266px;
    padding: 30px 10px 20px 10px;
    position: absolute;
    margin-top: 181px;
    margin-left: 0px;
    background: url(/images/logo_cont.gif) no-repeat top left;
    border-left: solid 1px #0071bc;
    border-right: solid 1px #0071bc;
}
/* Common Page Styles END */