/* Start of CMSMS style sheet 'NATS Health' */
/*Players CSS */

/* unique link styles */
a,
a:link 
a:active {
   color: #999999; 
}

a:visited {
  color: #999999;                /* a different color can be used for visited links */
}

a:hover {
   color: #ffffff;
}


/*****************
basic layout 
*****************/

body {
   background-color: #000000;
   color: #ffffff;
	background-image: url(images/home/bg_body.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* center wrapper, min max width */

div#pagewrapper {
   background-color: #000000;
   background-image: url(images/global/page_bg.jpg);
   background-repeat: repeat;
   color: #cccccc;
}

div#main {
   background-color: #111111;
   background-image: url(images/global/main_bg.jpg);
	background-repeat: repeat;
   border: 1px solid #000000;
}

/*** header ****/

div#header {
   background-image: url(images/health/header_health.jpg);           
}



div#footer {
   background-color: #171717;
   border: 1px solid #000000;
}

div#footer p a {
   color: #ffffff; /* needed because footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   border-bottom: 1px solid #939109;
}

/********************
CONTENT STYLING
*********************/
/* HEADINGS */

div#main h1 {
   color: #dfdc0f;
   border-bottom:1px solid #dfdc0f;
   margin-bottom: 20px;
   width: 640px; 
}
div#main h2 {
   color: #7C873E; 
}

div#main h3 {
   color: #939109; 
}

div#main h4 {
   color: #6C7636;
}
div#main h5 {
   color: #6C7636; 
}
div#main h6 {
   color: #6C7636; 
}
#calendar h2 {
   color: #294B5F; 
   font-size: 14px; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #e7ab0b; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
#calendar h3 {
   color: #294B5F; 
   font-size: 12px;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
/* END HEADINGS */

/* TEXT */


blockquote {
   border-left: 10px solid #fff;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
pre {
   border: 1px solid #fff;  /* black border for pre blocks */
   background-color: #fff;
}



/* END TEXT */

/* End of 'NATS Health' */

