@charset "utf-8";
/* CSS Document */

body{
	background-color: #e7eff7;
	color: #234e75;/* Navy */
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}
.big{
	font-size: 16px;
	font-weight: bold;
	color: #91bc0f;/* green */
}
p{
	margin-top: 7px;
	margin-bottom: 7px;
}
a:link {color: #387ebd;; text-decoration: underline;}     /* unvisited link */
a:visited {color: #999;}  /* visited link */
a:hover {color: #91bc0f; text-decoration: underline;}   /* mouse over link */
a:active {color: #91bc0f; text-decoration: underline;}   /* selected link */
.footer{
	text-align: center; 
	border: none; 
	color: #CCC; 
	font-size: 10px;
}
h1{
	font-variant:small-caps;
	color: #234e75;
	font-size: 24px;
	margin-top: 1px;
}
h2{
	font-size: 18px;
}
h3{
	font-size: 15px;
}
h2, h3{
	color: #387ebd; /* light blue */
	font-variant:small-caps;
}
h1, h2, h3{
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
}
.hilite{
	color: #91bc0f;/* green */
}
#info{
	color: #91bc0f;
	font-variant: small-caps;
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold; 
	text-align: right;
	margin-right: 5px;
	margin-bottom: -5px;
}
#info a{
	text-decoration: none;
	color: #91bc0f;
}
#riverLife{
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px;
}
img#logo{
	padding-bottom: 5px;
	position: absolute;
	top: 25px;
}
a img{
	border: none;
}

img.button{
	display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  margin-top: -3px;
}
#c21{
	float: right; 
	padding: 10px 15px 0px 15px;
}
label, input[type="submit"] {display: block; margin-top: 4px;}

fieldset {border: none;}



table#news td {vertical-align: text-top; width: 150px;}

div.sales{text-align: center; padding: 9px; border: 1px solid gray; width: 200px; height: 260px; float: left; margin: 2px;}
div.sales p{text-align: justify;}
div.sales img{border: 1px solid gray;}

img#newsletters{float: right; margin-top: 20px; margin-right: 150px;}

/*3 COLUMN LAYOUT ********************************************************/
#container {position:relative; display:block; background:#fff; border-left:250px solid #fff; border-right:250px solid #fff; overflow:visible; margin-top: 10px; }
#left {float:left; position:relative; width:240px; margin-left:-250px; display:inline; border: 1px solid #999; }
#right {float:right; position:relative; width:240px; margin-right:-250px; display:inline; border: 1px solid #999; height: 275px; margin-left: 8px;}
#container div{
	border: 1px solid #999;
	margin-bottom: 5px;
}
.clear {clear:both;height:1px;overflow:hidden; border: none;}
#container h2, #container h3{
	text-align:center;
	padding: 10px 5px 10px 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-bottom: 1px solid #999;
}

#container p{
	margin-top: 0px;
	padding: 10px;
}
div#inset{
	border: 1px solid #999;
	padding: 15px;
}
/*************************************************************************/
ul#subNav{
	font-variant: small-caps;
	font-weight: bold;

}
ul#subNav li{
	list-style-type: none;
	margin-left: -38px;
	text-align: left;
	border: 1px solid #234e75;
}
ul#subNav li a{
	background-color: #387ebd;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	display: block;
}
ul#subNav li a:hover, ul#subNav li#selected a{
	background-color: #fff;
	color: #387ebd;	
	text-decoration: none;
}
/***************************************************************************/

address{
	font-style:normal;
}
/** Page peel *******************/
div#pageflip {
	position: relative;
	border: none;
}
div#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
	border: none;
}
div#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(images/present.png) no-repeat right top;
	text-indent: -9999px;
}