/***********************************************/
/* Sunflower Quilts screen css definitions     */
/* 									           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.2;	
	margin: 0px;
	padding: 0px;
	background-color:#CCCCCC;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #E74443;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
 	color: #E74443;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 20px;
}

h2{
 font-size: 18px;
 margin-bottom:15px;
}

h3{
 font-size: 16px;
}

h4{
 font-size: 100%;
}

h5{
 font-size: 100%;
}

hr{ 
	width: 90%;
	color: #FF9900;
	height: 1px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pageContainer{
	width: 850px;
	height: auto;
	border: #666666 solid 1px;
	border-bottom: #333333 solid 3px;
	border-right: #333333 solid 3px;
	margin-left: 5px;
	margin-top: 5px;
	color: #333333;
	background:url(images/background.jpg);
	}
	
#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #FFFFCC;
	width: 100%;
}

#mastheadText {
	color: #FF9900;
	font-size: 60px;
}

#navBar{
	width:155px;
	padding: 0px;
}

#content{
	float:right;
	width: 655px;
	margin-right: 5px;
	padding:  5px;
	border: #CCCCCC 2px solid;
	background: #FFFFDD;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
font-family: Andy, "Comic Sans MS", Arial, sans-serif;
font-size:18px;
color: #E74443;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	clear:both;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.feature2{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	clear:both;
}

.feature2 h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
}

.feature2 img{
	float: right;
	padding-left:10px;
	margin: 15px 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 0 15px !important;
  margin: 10px 10px 0 10px;
  }
 
.img-shadow-right {
  float:right;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 10px 0 15px !important;
  margin: 10px 10px 0 10px;
  clear:both;
  }
  
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9; 
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
 
 .img-shadow-right img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9; 
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
  .img-shadow p {
  	padding-left: 10px;
	}
/************** .story styles *****************/

.story{
	clear: both;
	padding: 5px 0px 5px 10px;
	font-size: 90%;
}

.story p{
	padding: 0px 0px 0px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	text-align:center;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


.Secondary_News_Text {
	color:#444444;
	font-size:12px;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #FFFFCC;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 90%;
	font-weight:bold;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a{
	padding: 12px 0px 2px 10px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	}

#sectionLinks a:link{
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
}

#sectionLinks a:hover{
	background-color: #FFFFEE;
	text-decoration:none;
}


#highlightText{
	color:#e74443;
	}

#advert {
	margin-top: 30px;
	margin-left: 5px;
	}
#advert label{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #E74443;
	}

#advert a{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	}

#advert a:hover {
	text-decoration: underline;
	color: #E74443;
}