/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Contact Info' */
div#news {
 
  background: #FFE9AF; 
width:311px;
font-size:0.9em;
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {

width:311px;
font-size:0.9em;

color:#fff;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }
.NewsSummarySummary
{margin-top:12px;
line-height:1.2em;
font-size:0.95em;
}

.NewsSummaryMorelink {
  padding-top: 1em;
margin:0;
padding:0px;
display:block;
height:10px;
width:100%;
}

div#news_bottom {
margin:0;
padding:0px;
margin-top:10px;



}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 1.8em;
margin-top:20px;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 120%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetailTitle
{color:#000;}


/* to add specific style to the below divs, uncomment them. */


#news_bottom {
color:#000;
padding-top:15px;}

/* 
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

#agent #NewsPostDetailTitle
{padding-top:35px;
font-size:1.5em;
color:#fff;}

#NewsPostDetailSummary
{color:#FFFFFF;
font-size:0.91em;
line-height:1.5em;
margin-top:-15px;}


/* End of 'Contact Info' */

/* Start of CMSMS style sheet 'Layout:Home' */
/*****************browsers interpret margin and padding a little differently, we'll remove all default padding and margins andset them later on******************/
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	/*font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;*/
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
	font-size: 78%;
	line-height: 1em;

}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1.03em;
}
.fright
{color:#fff;
padding-left:204px;padding-top:20px;}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
margin-top:0px;
}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: white;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: white;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	text-decoration: none;
	background-color: #171411;
	color: black;
}

.white a, .white a:link .white a:active {
	text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: white;
}
.white a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: white;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
.white a:hover {
	text-decoration: none;
	background-color: #171411;
	color: #fff;
}
/*****************basic layout *****************/
body {
	background-color: #0C0A09;
	color: #333;
	margin: 0.5em;
/* gives some air for the pagewrapper */
}
/* center wrapper, min max width */
div#pagewrapper {
	border: 1px solid #fff;
	margin: 0 auto;
/* this centers wrapper */
	width: 980px;
/* IE wont understand these, so we will use javascript magick */
	background-color: #171411;
	color: black;

}
div#content {
	
/* some air abobe and under menu and content */
	height:395px;
background:url(uploads/images/promotions/childcancerbg.jpg) no-repeat scroll 9px 335px !important;
background:url(uploads/images/promotions/childcancerbg.jpg) no-repeat scroll 9px 380px;
	text-align: center;

	
}
div#main {

text-align: left;
}
div#footer {
	clear: both;
/* keep footer below content and menu */
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	height: 12px;

	background: url(uploads/images/footer.gif) top left no-repeat;
/* same bg color as in header */
}
table.home {
	vertical-align: middle;
	height:441px;
}
#searchid {
	width: 250px;
	height: 50px;
	background: inherit;
	color: #fff;
margin-top:50px;

	top: 400px;	

}
select {
	display: none;
}
#searchbox {
	height: 20px;
	display: block;
	width: 200px;
}
input {
	width: 80px;
	border: #fff;
}
.submit {
	float: right;
	width: 100px;
}
#btn {
	width: 200px;
}

input#btn{
background-color:#006EBB;
border-style:double;
border-width:3px;
border-bottom-color:#004CB2;
border-left-color:#99CCFF;
border-right-color:#004CB2;
border-top-color:#99CCFF;
border-top-style:double;
font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
color:#fff;
font-size:76%;
font-weight:bold;
padding:0.08em;
width:auto;
}
.small
{color:#fff;
font-size:0.9em;
text-align:center;}

.right
{margin:0px;
padding:0px;
float:left;
padding:8px;
}
.home img
{margin:0px;}

.home p a
{display:block;
float:right;

margin-right:103px !important;;
margin-top:-69px;
margin-right:0px;
}

img a:hover{text-decoration:none;}
/* End of 'Layout:Home' */

