/***********************************************/
/* Sunflower Quilts print css definitions      */
/* 									           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.1;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
 	color: #E74443;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 20px;
}

h2{
 font-size: 18px;
}

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: auto;
	margin: 0px;
	}
	
#masthead{
	margin-top: 5px;
	margin-bottom: 20px;
	width: auto;
}

#mastheadText {
	color: #FF9900;
	font-size: 60px;
}

#navBar{
	display:none;
}

#content{
	width: auto;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	display:none;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.feature h3{
	padding: 30px 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 */


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 90%;
}

.story p{
	padding: 0px 0px 0px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	display:none
}



/************* #search styles ***************/

#search{
	display:none
}



/*********** #sectionLinks styles ***********/

#sectionLinks{
 	display:none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	display:none;
}


/************** #advert styles **************/

#advert{
	display:none;
}


/************** #headlines styles **************/

#headlines{
 	display:none;
}

