html
{
    height: 100%;
}
body
{
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #141b31;
    background-image: url('../../Shared/Images/bg.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    
    font-family: Georgia, Times New Roman, Times, Serif;
    color: #606060;
    font-size: 12px;
    line-height: 1.5;
}
form form
{
	height: 100%;
	margin: 0;
	padding: 0;	
}
#flashcontent
{
    height: 100%;
}

#siteCenter
{
	width: 845px;
	margin: 0 auto;
}
#siteContainer
{
	width: 845px;
	float: left;
	margin-top: 17px;
}
#roundedTop
{
	width: 845px;
	height: 28px;
	float: left;
	background-image: url('../../Shared/Images/rounded_top.gif');
	background-repeat: no-repeat;
}
#roundedBottom
{
	width: 845px;
	height: 28px;
	float: left;
	margin-bottom: 40px;
	background-image: url('../../Shared/Images/rounded_bottom.gif');
	background-repeat: no-repeat;	
}

#contentContainer
{
	width: 845px;
	float: left;
	background-color: #ffffff;	
}
#contentContainer h1
{
	width: 281px;
	height: 311px;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: 300px;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('../../Shared/Images/logo.jpg');
	background-repeat: no-repeat;
}
#contentContainer h2
{
	width: 532px;
	height: 80px;
	float: right;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	text-indent: 600px;
	white-space: nowrap;
	overflow: hidden;
	background-image: url('../../Shared/Images/first_sip.jpg');
	background-repeat: no-repeat;
}
#contentContainer a
{
	color: #0041c6;
}
#contentContainer p
{
	width: 231px;
	padding-left: 50px;
	padding-top: 10px;
	clear: left;
	float: left;
}

#content
{
	width: 470px;
	clear: right;
	float: right;
	padding-right: 53px;
}
#content p
{
	width: 470px;
	float: left;
	margin: 0;
	padding: 0;
	padding-bottom: 18px;
	padding-top: 5px;
}
#content p.intro
{
	font-size: 14px;
	color: #000;	
}
#content h4
{
	width: 470px;
	float: left;
	margin: 0;
	padding: 15px 0;
	font-weight: bold;
	font-size: 14px;
}
#content h3
{
	width: 470px;
	height: 27px;
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	padding-right: 10px;
	text-indent: 500px;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
}
#content h3.blends { background-image: url('../../Shared/Images/h_coffee_blends.gif'); }
#content h3.straights { background-image: url('../../Shared/Images/h_coffee_straights.gif'); }
#content h3.serving { background-image: url('../../Shared/Images/h_serving_lakehouse.gif'); }
#content h3.contact { background-image: url('../../Shared/Images/h_contact_us.gif'); }

#content ul
{
	width: 470px;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 20px;
	list-style-type: none;
}
#content ul li
{
	float: left;
	width: 156px;
	white-space: nowrap;
}
#content a
{
	color: #0041c6;
}
.pdfLink
{
	height: 20px;
	display: block;
	background-image: url('../../Shared/Images/pdf.jpg');
	background-repeat: no-repeat;
	padding-left: 23px;
}
.mapLink
{
	height: 35px;
	display: block;
	background-image: url('../../Shared/Images/mini_map.jpg');
	background-repeat: no-repeat;
	padding-left: 100px;
	padding-top: 13px;
}