/*
color Palette
   #77ADBA	- top/bottom  - light blue
   #5F8994  - body - darker blue
   #46666E  - dark blue
   #BA9B77  - light brown
   #94725F  - medium brown
   #6E5546  - body - brown
   #454545  - dark grey
   #BABABA  - light grey
   #000000  - black
*/

a img {
	border: none;
	margin: 0px;
}

body {
	background-color: #6E5546;
}

div.main-box {
position:relative;
overflow:hidden;
width:900px;
background:#5F8994;
margin-left: auto;
margin-right: auto;
}

div.top-box {
background:#77ADBA;
height: 120px;
text-align: center;
vertical-align: bottom; 
background-image: url(images/BannerRiver-120x900.jpg);
background-repeat: no-repeat;
background-position: center;
}
div.body-box {
	background: #5F8994;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	min-height: 600px;
}

div.bottom-box {
background:#77ADBA;
height: 60px;
}

div.left-box {
height: 100%;
width: 740px;
margin: 0;
padding: 0;
float: left;
background-color: #5F8994;
}

div.right-box {
background: #46666E;
margin-top: 10px;
min-height: 600px;
height: 100%;
float: left;
width: 160px;
position: relative;
}

div.column-content {
	margin: 10px;
}

div.content {
	margin: 20px;
	color: #454545;
	font-size: medium;
}

div.tabs {
	float: left;
	margin-top: 90px;
	margin-left: 20px;
   margin-bottom: 0px;
	margin-right: 0px;
}

.menu {
   width: 99px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.menu a {
	text-decoration: none;
	margin: 0px;
}

div.copyright {
	text-align: center;
	position: relative;
	font-size: smaller;
}

div.link-list {
   min-height: 80px;
}
.link-list h1 {
	text-align: center;
	font-size: medium;
}

.link-list {
	font-size: small;
	font-weight: lighter;
	font-style: normal;
	font-family: serif sans-serif;
	margin-left: 32px;
	margin-top: 10px;
}

.link-list a {
	text-decoration: none;
}

.link-list a:hover {
   color: white;
}

.link-list a:active {
	color: white;
}

.link-list a:focus {
	color: white;
}

.link-list a:link {
	color: white;
}

.link-list a:visited {
	color: white;
}

.jumpmenu {
	font-size: small;
	font-weight: lighter;
	font-style: normal;
	font-family: serif, sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	text-align: center; 	
}

.jumpmenu a {
	text-decoration: none;
}
.jumpmenu a:hover {
	color: white;
}
.jumpmenu a:active {
	color: white;
}
	
.jumpmenu a:focus {
	color: white;
}
.jumpmenu a:link {
	color: white;
}
.jumpmenu a:visited {
	color: white;
}

#nutrition-box {
 /* height: 380px;*/
	width: 100%;
	overflow: auto;
}

#clean-box {
 /* height: 480px;*/
	width: 100%;
	overflow: auto;
}

#nutrition-box a {
  text-decoration: none;	
}
  
.message-block {
	width: 80%;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}

.message-header {
	background-color: #46666E;
	color: black;
	text-align: center;
	border: medium inset black;
	font-size: small;
}

.message-body {
	border: thin inset black;
	overflow: auto;
	height: 200px;
}

.message-title {
	font-size: large;
   text-align: center;
	background-color: #6E5546;
	border: thin inset black;
	color: white;
}