/* Tags */
/* \*/ 
* html .gainlayout { height: 1%; } 
/* */
*{margin:0px;padding:0px;}
html {height:100%;text-align:left;}
body {
	margin:10px;
	background-color:#FFFFFF;
	font-size:65%;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	font-size:2em;
	font-weight:normal;
	color:#660066;
	letter-spacing:1px;
	padding:5px 0px 10px 0px;
}

p {
	padding-bottom:10px;
}


/* Classes */
.healthyDropMenu {
	font-size:.8em;
	width:15.5em;
	margin:5px 2px 5px 2px;
}

.itemList ul {
	margin-left:1em;
}

.itemList li {
	list-style: url(../images/nhs-readmore-chevron-over.png) inside;
	padding-bottom:10px;
}

.bodyContentBoxTop {
	border:0px solid #B2B2B2;
	border-width: 1px 0px 0px 1px;
	height:9px;
	line-height:6px;
	width:auto;
}

.bodyContentBox {
	border:0px solid #B2B2B2;
	border-width: 0px 1px 0px 1px;
	padding:0px 10px 0px 10px;
}
.bodyContentBoxBottom {
	border:0px solid #B2B2B2;
	border-width: 0px 1px 1px 0px;
	height:9px;
	line-height:6px;
	margin-bottom:10px;
}

.readMore {
	line-height:2em;
	color:#660066;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	padding-right:12px;
	background:url(../images/nhs-readmore-chevron.png) no-repeat top right;
}

.readMore:hover {
	background:url(../images/nhs-readmore-chevron-over.png) no-repeat top right;
}

.clearall {
	clear:both;
	height:1px;
}

.rowDivider {
	margin:5px 0px 5px 0px; 
	height:0px;
	line-height:0px;
	border-top:dotted 2px #E2E2E2;
}

.divCorner {
	z-index:2;

}

.textBoxPink{
	font-size:.9em;
	line-height:1.8em;
	padding:0em .2em 0em .2em;
	background-color:#FF33CC;
	border-top:#660066 2px solid;
	border-right:#660066 2px solid;
	border-bottom:#660066 2px solid;
	border-left:#660066 2px solid;
	height:1.8em;
	color:#330033;
	width:75px;
}

.divPopUp {
   position: absolute;
   top: 60px;
   left: 50%;
   margin-left: -250px;
   width: 500px;
   background-color: white;
   z-index: 20000;
   display: none;
}

.divPopUpHeader {
	background:url(../images/nhs-popup-header-bg.png) repeat-x;
	font-size:1.5em;
	color:#FFFFFF;
	padding:5px;
}

.divPopUpHeader .closeBtn {
	background-color:#660066;
	float:right;
	color:#CCCCCC;
	font-size:10px;
	text-decoration:none;
	padding:2px;
	font-weight:bold;
}

.divPopUpHeader .closeBtn:hover {
	color:#FFFFFF;
}

.table_main {}
.table_header {}
.table_cell_odd {}
.table_cell_even {}

.3column {
	width:33%;
	padding:5px;
	float:left;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.ThankYouMessage {
	padding:10px;
	font-size:1.4em;
	color:#660066;
	font-weight:bold;
}

/* Unique IDs */

#divHeader {
	background:url(../images/nhs-header-bg-tile.png) repeat-x #330033;
}

#divHeaderStatement {
	background:url(../images/nhs-header-logo.png) no-repeat 0px 5px;
	background-image:url(../images/nhs-header-logo.png);
	border:1px solid #660066;
}

#divHeaderStatement p {
	color:#FFFFFF;
	font-size:1.4em;
	padding:60px 40% 15px 15px;
}

#divNavigation {
	background-color:#FF33CC;
	line-height:3em;
	height:3em;
}
#divNavigation ul {
	height:2.4em;
	list-style:none;
	margin-top:-5px;
	z-index:5;
	position:relative;
}

#divNavigation li {
	float:left;
	line-height:1.2em;
	margin:0px 1px 0px 2px;
	padding:3px 4px 3px 4px;
	height:2.4em;
	width:6.5em;
	text-align:center;
	background:#EEEEEE url(../images/nhs-nav-item-bg.png) repeat-x;
}

#divNavigation li a{
	width:8em;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#divNavigation li a:hover{
	color:#990099;
}

#divBody {
	padding:10px 0px 10px 0px;
	font-size:1.1em;
}

#divBody a {
	color:#FF33CC;
	font-weight:bold;
}

#divBody a:hover {
	color:#660066;
}

#divBodyLHColumn {
	float:left;
	width:130px;
	z-index:2;
}

#divBodyLHColumn img {
	margin-bottom:10px;
}

#divBodyMainContent {
	margin-left:130px;
	padding:0px 10px 0px 10px;
	height:auto;
}

#frmHealthy {
	padding:5px;
	background-color:#EFEFEF;
	border:solid #D9D9D9;
	border-width:1px 0px 1px 0px;
}

#frmHealthy input {
	margin:5px 2px 3px 5px;
}

#pageDimmer {
    display: none;
    background: #FFFFFF;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 100;
    -moz-opacity: 0.7;
    opacity: 0.7;
    height: 1px;
    filter: alpha(opacity=70);
}

#AskQuestion {
	background-color:#EFEFEF;
	border:1px solid #660066;
}

#AskQuestion p, #AskQuestion form{
	padding:10px;
}

#AskQuestion form span{
	padding-right:10px;
}

#AskQuestion form label{
	font-weight:bold;
}

#GoogleMapFooter{
	border-top:1px solid #E2E2E2;
	padding:10px;
	background-color:#FF33CC;
	color:#FFFFFF;
	font-weight:bold;
}

#divDisclaimer {
	font-size:.8em;
	color:#666666;
}

#divDisclaimer a{
	color:#660066;
}

#divMapStatement{
	padding:0px 10px 0px 10px;
	color:#666666;
}

#divPrescription {
	top:60px;
	font-size:1.2em;
	border:solid 1px #006666;
	position:absolute;
	padding:20px;
	z-index:100;
	background:url(../images/prescription-bg.gif);
	font-family:"Courier New", Courier, monospace;
	text-transform:uppercase;
}

#divPrescription .divider {
	margin:5px 0px 5px 0px;
	height:1px;
	border-top:dashed #009999 2px;
}

#divPrescription .link {
	color:#006666;
	font-weight:bold;
	text-decoration:none;
}

#divPrescription .link:hover {
	color:#000000;
	text-decoration:underline;
}

#frmSubscription span {
	margin-right:10px;
}

#divFooter p {
	text-transform:uppercase;
	font-size:9px;
	color:#999999;
}

#divFooter a {
	color:#FF33CC;
}

#divFooter a:hover {
	color:#660066;
}

#divFooter img {
	float:right;
}