﻿.SMPLinkSelect, .SMPLinkSelect:visited
{
	text-align:left; 
	vertical-align:middle;
	font:13px;
	color:Transparent; 
	text-decoration:none;
	cursor:pointer;
	text-decoration: underline
	
}
 .SMPLinkSelect:active, .SMPLinkSelect:link
{
	text-align:left; 
	vertical-align:middle;
	font:13px; 
	color:Transparent; 
	text-decoration:none;
	cursor:pointer;
	text-decoration: underline
}
.LinkTable
{
	 cursor: pointer;
}
/************************************************
* \\\\ Glable styles /////
************************************************/
html, body { height: 100%; }
body 
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link, a:visited
{
	color: #6c7d85;
	text-decoration: none;
}

a:hover
{
	color: #6c7d85;
	text-decoration: underline;
}
a.backToTop:link, a.backToTop:visited, a.backToTop:hover, a.backToTop:active {
	background-image: url(/images/backToTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 22px;
	padding-bottom: 4px;
	padding-top: 1px;
	font-size: 11px;
	color: #966721;
}
input
{
	font-size:10px;
	border:solid 1px #b4bec9;
	line-height: 12px;
}

h1 {
	margin-top:0px;
	font-size: 18px;
}
h3.h3wellnessFAQ {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}
/************************************************
* \\\\ Classes /////
************************************************/

/* Home page left, home page links, subpage left*/
.container1
{
	color: #966721;
	background-color: #efdfbb;
}

/* Home page right, subpage right */
.container2
{
	 border-width:1px;	
	font-size: 11px;
	color: #ffffff;
	background-color: #cda343;

}
.NoBorderImage
{
	vertical-align:top;
	 border-width:0px;
	 padding:0px;
	 margin:0px;
}

/* Home page search bar, subpage title bar*/
.container3
{
	background-color: #586e87;
}

.footer
{
	padding-top:8px;
	font-size : 11px;
	color: #A39554;
	padding-bottom: 16px;
}

.title
{
	font-weight:bold;
}

/*********For text***********/
/*
User for friend links
*/
.text1
{
	color: #825b01
}

/************************************************
* \\\\ Elements IDs /////
************************************************/

#divBody {
	height: auto;
	width: 751px;
	margin-top:20px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	background-position: left top;
}

#divLogo
{
	margin:0px;
	padding:0px;
	width: 751px;
	height:116px;
	background-color: #ad9d61;
}

/* For sub page */
#divLogo1
{
	margin:0px;
	padding:0px;
	width: 751px;
	height:91px;
	background-color: #ad9d61;
}

#divFooter
{
	margin:0px;
	padding:0px;
	width: 751px;
}

#divSearch
{
	font-size:8px;
	color: #ffffff;
	padding-top: 10px;
	height: 35px;
	background-image: url(../Images/bg_header_search.gif);
	background-repeat: no-repeat;
}
#divSearchHome
{
	font-size:8px;
	color: #ffffff;
	padding-top: 10px;
	height: 30px;
}

#divFriendLink
{
	font-size: 10px;
}

#divSubpageLeft
{
	vertical-align:top;
	width:505px;
}

#divSubpageBar
{
	vertical-align:top;
	height:45px;
	width:505px;
	margin:0px;
	padding:0px;
	border:0px;
}

/* The left content container for each subpage*/
#divSubpageLeftContent
{
	padding: 15px 20px 20px 20px;
}
#divSubpageRightContent
{
	padding: 15px 20px 20px 20px;
	width: 200px;
	white-space: normal;
	overflow: visible;
}
/********Navigator styles**************/
#divMainMenu
{
	width: 100%;
	height:33px;
	vertical-align: middle;
	background-image: url(../images/menu_main_bg.gif);
	background-repeat:repeat-x;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:2000;
}

#divMainMenu ul { padding-left: 50px; margin: 0; list-style: none; line-height: 1; }

#divMainMenu a {
	display: block;
	padding-left: 5px;
	text-align: left;
}

#divMainMenu li div a:hover 
{
	color:#efdfbb;
	line-height: 33px;
}
#divMainMenu li {
	position: relative;
 	float: left;
	padding-right:10px;
}

#divMainMenu li div 
{
	line-height: 33px;
}

#divMainMenu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 33px;
}
#divMainMenu li ul {
	position: absolute;
	width: 100px;
	left: -999em;
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
	color: #684937;
	padding-left: 0px;
	z-index: 2000;
}

#divMainMenu li li
{
	width:120px;
	height:auto;
	padding-top:5px;
	background-color: #bcac63;
	border-bottom: solid 1px #d1c58b;
}

#divMainMenu li li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #1d4470;
	line-height: 20px;
}

#divMainMenu li li a:hover {
	color: #ffffff;
	font-weight:bold;
	position: relative;
}

#divMainMenu li:hover ul, #divMainMenu li li:hover ul, #divMainMenu li.menuMouseOver ul, #divMainMenu li li.menuMouseOver ul { left: auto; }
#divMainMenu li:hover ul ul, #divMainMenu li.menuMouseOver ul ul { left: -999em; }

