/*aw general*/

/****************************
Page Properties
*****************************/
body {
	margin: 0px;
	background: #bcd2e9;
	height:100%;
}
/****************************
Text
*****************************/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC8818;
	text-decoration: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	text-align:left;
	padding-left:10px;
}
div{
	text-align:left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC8818;
	text-decoration: none;
	line-height: 12px;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #546E91;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #546E91;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #546E91;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #546E91;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
/****************************
Bullets
*****************************/
ul li {
	margin: 0px 0px 3px 5px;
	padding: 0px;
}
ul {	margin: 0px 0px 3px 25px;
	padding: 0px;}
li {margin: 0px 0px 3px 5px;
	list-style-image: url(../images/bullet.jpg);
	padding: 0px}
/****************************
hr
*****************************/
hr {border: none 0;
border-top: 1px dashed #CC8818;
width: 75%;
height: 1px;
margin-bottom: 15px;
}
/****************************
Top Navigation Bar
*****************************/
#navcontainer{
	float:right;
	background: url(../images/awaken_nutrition_top.jpg) no-repeat;
	height:99px;
	width: 625px;
}
#navcontainer ul{
	margin: 0px;
	padding: 0px;
	margin-left:10px;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 22px;
	color: #546E91;
	text-decoration: none;
	float: left;
}
#navcontainer ul li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	float: left;
}
#navcontainerHome{
	float:right;
	background: url(../images/awaken_nutrition_top.jpg) no-repeat;
	height:99px;
	width: 625px;
}
#navcontainerHome ul{
	margin: 0px;
	padding: 0px;
	margin-top:10px;
	margin-left:10px;
}
#navcontainerHome ul li {
	display: inline;
}
#navcontainerHome ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 22px;
	color: #546E91;
	text-decoration: none;
	float: left;
}
#navcontainerHome ul li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	float: left;
}
/****************************
Vertical Navigation Bar
*****************************/




#nolinestyle{
	list-style:none;
}

#button {
	width: 162px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1362e2;
	/*border-bottom: 1px solid #FFFFFF;
	-- JC Removed 10-09-2006-----------*/
}
#button ul {
	list-style:none;
	margin:0;
	padding: 0;
	
	
}
#button ul li {
	list-style-image: url(../images/spacer.gif);
	margin: 0;
	padding:0;
	border-bottom:1px solid white;
}
#button li a {
	list-style:none;
	background:url(../images/bullet.gif) no-repeat;
	
	display: block;
	padding-top:5px;
	padding-bottom:5px;
	text-indent: 18px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	
}



html>body #button li a {
	list-style:none;
	width: auto;
	
}
#button li a:hover {
	list-style:none;
	color: #cccccc;
}
/****************************
Footer Text
*****************************/
#footertext{
	vertical-align:bottom;
	background: #ffffff;
}
#footertext a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #546E91;
	text-decoration: none;
}
#footertext a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #546E91;
	text-decoration: underline;
}
#footertext a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #546E91;
	text-decoration: none;
}
#footertext a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #546E91;
	text-decoration: none;
}
#footertext p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;

	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	padding:10px;
}
/****************************
White Disclaimer Text
*****************************/
.whitefootertext {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
	text-decoration: none;
}
.whitefooter_h3 {
  color:white;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size:22px;
  font-weight:bold;
  margin-bottom:10px;
}
.greyfootertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
/****************************
White Disclaimer Text
*****************************/
.newslinks{
	font: Arial, Helvetica, sans-serif;
	color: #546E91;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.newssource{
	font: Arial, Helvetica, sans-serif;
	color: #CC8818;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
/****************************
Form
*****************************/
form {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.red{
	color: #000000;
	font-size:14px;
}
td.pageTop{
	background:url(../images/page_top.jpg) no-repeat;
	height: 16px;
}
td.pageBody{
	background:url(../images/page_body.jpg);
}
td.pageBottom{
	background:url(../images/page_bottom.jpg) no-repeat;
	height: 16px;
}
.crumbs{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	color: #333333;
}

.crumbs a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}
.crumbs a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}

#container{
	width: 795px;
	height:100%;
}
#bodyContainer{
	padding-right:8px;
}
#leftContainer{
}
#top{
	width:795px;
	height:99px;
	clear:both;
	
}
#contents{
	float:right;
	clear:both;
	background: url(../images/awaken_nutrition_back.jpg) repeat-y;
}
#content{
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}