/***********************************************/
/* page_styles.css                     */
/*
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
	letter-spacing: 0.25pt;
	padding-top: 5px;
	margin-bottom: 0 0 10px 10px;
}
img { 	}

a:link, a:visited, a:active{
	color: #8F011B;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
	text-align: left;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6, {
	font-family: Arial,sans-serif;}

h1{
	margin:0;
	font-size: 14pt;
	color: #800000;
	font-weight: normal;
	letter-spacing: 0.25pt;
	padding: 5px 0 5px 10px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

h2{margin:0;
	font-size: 12pt;
	color: #666666;
	padding: 5px 0 5px 10px;
	text-transform: uppercase;
	font-weight: normal;
}

h3{
	margin:0;
	font-size: 12pt;
	color: #333333;
	padding-left:10px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
}
h3.caps{
	margin:0;
	font-size: 12pt;
	color: #333333;
	padding-left:10px;
	line-height: 120%;
	font-variant: normal;
	letter-spacing: normal;
	text-transform: uppercase;
}

h4{
	margin:0;
	font-size: 12pt;
	font-weight: normal;
	color: #333333;
	line-height: 14pt;
	font-weight: normal;
	letter-spacing: 0.25pt;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8F011B;
	padding: 5px 0 5px 10px;
}

h5{
	margin:0;
	font-size: 12pt;
	color: #333333;
	font-weight: normal;
	letter-spacing: 0.25pt;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8F011B;
	padding: 5px 0 5px 10px;
	text-align: left;
}

h6{
	margin:0;
	font-size: 12pt;
	color: #333333;
	font-weight: normal;
	line-height: 120%;
	font-variant: normal;
	letter-spacing: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}

ul{
	list-style-type:none;
	list-style-image: url(/images/bullets/double_arrow.gif);
	text-align: left;
	}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#container{
	margin-left: 105px;
	width: 75%;
	position: static;
}

#content{
	width: 79%;
	margin: 0;
	position: relative;
	float: left;
}
#navBar{
	margin: 0 auto;
	background-color: #FFFFFF;
	float:left;
	width: 20%;
	border-top: #FCFCFB;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	border-left: 1px dotted #CCCCCC;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #FFC30D;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}

#globalNav a{
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}
#globalNav a:hover{
color:#999999;
}

/************* #image styles **************/
#imageleft {
  float:left;
  padding-right:7px;
  padding-bottom:7px;
  }
  
 #imageright {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
	padding-right: 10px;
  }

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px;
	letter-spacing: 0.25pt;
	font-family: Arial, sans-serif;
	color: #333;
	font-size: 0.9em;
	margin: 0 auto;
	line-height: 1.5em;
}
.feature p{
	margin: 0;
	padding: 0 0 5px 10px;
}
.feature li{
	font-style: normal;
	margin: 0 0 10px 0;
}
.feature img{
	vertical-align: text-top;
	margin: 0;
	margin-right: 20px;
}

.floatleft{
	float: left;
	margin: 5px;
}
.floatright{
	float:right;
	margin: 5px;
	clear: right;
}
/************** .story styles ***************/
.story{
	font-size: 0.9em;
	font-weight: normal;
	font-family: Arial, "Helvetica 35 Thin", sans-serif;
	letter-spacing: 0.25pt;
	margin: 0 auto;
	width: 70%;
	float: left;
	line-height: 1.5em;
	}

.story p{
	margin: 0;
	color: #333;
	padding: 5px 0 5px 15px;
}
.story h3{
	font-size: 16px;
	color: #800000;
	font-weight: normal;
	padding-left: 10px;
	clear:both;
	margin: 0;
}

.story li{
	margin-bottom: 10px;
}

.story img {
	padding: 0px 10px 0px 15px;
	float: right;
	margin: 0 5px 5px 0;
}
/************* Table class styles ***************/
.table {
	border: 1px dotted #CCCCCC;
	margin-left: 5px;
}
.tablerow {
	font-family:Arial, "Helvetica 35 Thin", sans-serif;
	font-size:1em;
	padding-left:5px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 80%;
	color: #999999;
	padding: 5px;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	margin: 5px 0;
}


/*********** #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 #ffffff;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0 auto;
	padding: 0px;
	font-size: 90%;
	background-color: #FFFFFF;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	border-bottom: dotted #ccc 1px;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
	border-bottom: dotted #ccc 1px;
}

#sectionLinks a:hover{
	color:#666666;
	background-color: #FFCC66;
	padding: 2px 0px 2px 10px;
	border-bottom: dotted #ccc 1px;
}
#sectionLinks img{border:none;
text-decoration:none;}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 85%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #quotes **************/

#quotes{
	font-size: 70%;
	margin: 0 auto;
}

#quotes img{
}
/************** .news **************/

.news{
	padding: 5px;
	margin: 10px 0 0 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	width: 90%;
	clear: both;
	border-bottom-color: #E8E8E8;
}
.news h2{font-size: 100%;
	color: #666666;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.25pt;
	}	
.news p{
	font-size: 90%;
	color: #666666;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	letter-spacing: 0.25pt;
	padding: 0 0 10px 0;
	}
.news img{
	padding:0;
	float: left;
	margin: 0 5px 5px 0;
	}
	/************** .recipes **************/
.recipes{
	padding: 5px;
	margin: 10px 0 0 10px;
	float: left;
	width: 45%;
}
.recipes2{
	padding: 5px;
	margin: 10px 0 10px 30px;
	float: left;
	width: 45%;
	background-color: #DFDFDF;
	border: 1px solid #CCCCCC;
}
	
	/************** .archives **************/

.archives{
	padding: 5px;
	margin: 0 auto;
	float: right;
	width: 15%;
	background-color: #FFCC66;
}
.archives h2{font-size: 100%;
	color: #666666;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.25pt;
	}
	
.archives p{
	font-size: 80%;
	color: #333333;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0;
	margin: 0;	
	letter-spacing: 0.25pt;
	}

/************** #headlines styles **************/

#headlines{
	margin: 0 auto;
	background-color: #E8E8E8;
	width: 100%;
	clear: right;
}

#headlines p{
	padding: 5px 10px;
	font-family: Arial, sans-serif;
	line-height: 1.3em;
	margin: 0px;
	color: #333333;
	font-size: 85%;
}
/************** #backgrounds **************/

#bglillies{
	margin: 5px;
	float: right;
	width: 200px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFCC33;
	border-bottom-color: #FFCC33;
	background-image: url(/images/backgrounds/water_lilies.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#bglillies p{
	padding: 10px 5px 10px 5px;
	font-family: Arial, sans-serif;
	line-height: 1.7em;
	color: #990000;
	font-size: 90%;
}
#bgcircle{
	margin: 5px;
	float: left;
	width: 200px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFCC33;
	border-bottom-color: #FFCC33;
	background-image: url(/images/backgrounds/circle_friends.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#bgcircle p{
	padding: 10px 5px 10px 5px;
	font-family: Arial, sans-serif;
	line-height: 1.7em;
	color: #990000;
	font-size: 90%;
}

.box{
	padding: 5px;
	margin: 10px 0 0 10px;
	float: left;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	width: 25%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E8E8;
}
.box h2{font-size: 100%;
	color: #666666;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.25pt;
	}	
.box p{
	font-size: 90%;
	color: #666666;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;	
	letter-spacing: 0.25pt;
	}
.box img{
	padding:0 0 0 2px;
	}
	
.date{
	font-size: 0.7em;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	letter-spacing: 0.25pt;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px;
	}
.italics {
	color: #333333;
	font-style: italic;
}
.caption{margin-left:1em; padding:1em; width:250px; float:left; clear:both; font-size:80%;}