@charset "utf-8";
/**************************************************************

STYLESHEET CONTENTS
1. HTML Tags
2. Layour Divs
3. Specific formatting
      a. Header
	  b. Footer
	  c. Navigation
	  d. Content Column
4. General Formatting Classes


***************************************************************/

/********************* HTML Tags ********************/
* { margin: 0px;
	padding: 0px;
	border: 0px;}

html {height:100%; margin-bottom: 1px; }


body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:url(../Images/BodyBG.gif) top center repeat-y;}

p {	line-height:180%;
	margin-top:15px;
	font-size:12px;
	color:#333;}

ul li {list-style-type: none;}

a:link, a:active, a:hover, a:visited { 
	text-decoration:none;}

h1, h2, h3, h4, h5{	
	color:#4C9BD6;}

h1 {
    font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:22px;
	margin: 18px 0px;}
		
h2 { 
    font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:20px;
	margin: 10px 0px;}

h3 { 
    font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:16px; 
	margin: 0 0 20px 0px;}	

h4 { 
    font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:16px; 
	margin: 25px 0 10px 0px;}	

h5 { 
    font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:16px; 
	margin: 10px 0 15px 0px;}	

	
/********************* End HTML Tags *********************/
		
/********************* Layout Divs *********************/

#container {	
	width: 950px;
	margin:auto;
	padding: 0px;
	background-color:#FFF;}
			
#header {	
	position:relative;
	overflow:hidden;
	margin-bottom:1px;}		
				
#content {	
	float:left;
	width: 595px;
	margin-left: 10px;
	margin-right: 15px;}
	
#contentfull {
	float:right;
	width: 705px;
	margin-left: 10px;
	margin-bottom: 30px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 5px;
}
	
#featureleft{
   	float:left;
	clear:both;
	width: 284px;
	padding-right: 10px;
	margin: 5px 0 0 5px;
	border-right: 1px solid #E5E5E5;
    line-height: 160%;
	font-size: 12px;}

#featureright{
	float:right;
	width: auto;
    padding-left: 15px;
	margin: 5px 0 0 0;
    line-height: 160%;
	font-size: 12px;}

#fullcol1{
	float:left;
	width: 220px;
	padding-right: 10px;
	margin: 5px 0 0 5px;
	line-height: 140%;
	font-size: 12px;
}

#fullcol2{
	float:left;
	width: 220px;
	padding-left: 10px;
	margin: 5px 0 0 0;
	line-height: 140%;
	font-size: 12px;
}

.adtable {
	margin: 20px 0 0 5px;
}

.adtable img {
	float:none;
	margin: 15px auto;
	}

#adcol2 {
	float:right;
	width: 465px;
	padding-left: 25px;
	margin: 20px 0 0 0;
	line-height: 140%;
	font-size: 12px;
}

	
#InfoColumn {
	width:120px;
	float:right;
	margin: 8px 0px 0px 0;}
	
#vote {
	height:600px;
	width:98px;
	background-color:#e0e0e0;
	padding:0px 10px 10px 10px;
	border:solid 1px #cccccc;
}

.orangeBorder {
	border:solid 1px #f79850;}	   

#footer {	
	height:58px;
	background-color:#B8E95A;
	clear:both;}

#navcol {
	clear:none;
	float:left;
	width:210px;}
				
#mainNav {	
	width: 190px;
	margin-left: 10px;
	margin-right: 10px;}
	
#search {
	margin-top: 20px;
	width: 210px;
	background-color:#F2FAE3;
	height: 75px;
	margin-bottom: 30px;
}

#breakBarL {
    clear:both;
	float:left;
	background-color:#B8E95A;
	height: 19px;
	width: 210px;
	margin-bottom: 2px;}

#breakBarR {			
    float:left;
	background-color:#B8E95A;
	height: 19px;
	width: 730px;
	margin: 0 0 2px 10px;}
	
#breadcrumbs {
	float:right;
	width: 720px;
	margin-left: 10px;
	background-color:#F2FAE3;
	line-height:25px;
	padding-left:10px;
}

#breadcrumbs , #breadcrumbs a{
	color: #666666;
	font-size: 11px;}

#breadcrumbs img { padding: 0 7px 0 7px; }

#breadcrumbs a:hover { text-decoration: underline;}
 

/********************* End Layout Divs *********************/
	
/********************* Specific formatting *********************/

/* -------- Header -------- */


#headerBar {
	background:url(../Images/HeaderBarBG.gif) bottom left repeat-x;
	height: 20px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	visibility: visible;}

#headerBar p {
	float:right;
	color:#336666;
	font-size:11px;
	line-height:18px;
	position:absolute;
	top: -14px;
	left: 440px;
	width: 306px;
}

#headerBar p a{
	color:#336666;
	text-decoration:none
}

#headerBar p a:hover{
	color:#336666;
	text-decoration:underline
}

#logo {
	position:absolute;
	top: 46px;
	margin-left:5px;
	left: 19px;
}	
	
#mainBanner {
	float:right;
	margin-top:0px;
	top: -19px;}
	

#emailSignup {
	background:url(../Images/SearchBG.gif) bottom right no-repeat;
	width: 400px;
	height: 30px;
	position:absolute;
	bottom: -231px;
	right: -1px;
	visibility: visible;
	top: 237px;
}

#txtSearch {
	border: 1px inset;
	font-size:12px;
	font-weight:bold;
	padding: 3px;
	color: #9AA7A7;
	margin: 2px 0 0 15px;
	width: 130px;}

#btnSearch {
	background-color:#699;
	color: #FFF;
	font-size:12px;
	font-weight:bold;
	height: 20px;
	padding: 0px 4px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */}	

		
/* -------- End Header -------- */

/* -------- Footer -------- */

#footer p {
	color: #333;
	font-size:12px;
	float:left;
	margin-left:25px;
	line-height:120%;}
	
#footer img {
	float:right;
	margin: 15px 25px 0 0;}
	
	
/* -------- End Footer -------- */

/* -------- Navigation -------- */

#menu {clear:both;}

#mainNav ul li ul {	border: none;}

#mainNav ul li a{		
	display:block;
	font-weight:bold;
	font-size: 12px;
	color:#527A7A;
	line-height:30px;
	border-top: 1px solid #DEEDB2;
	padding-left:14px;}


#mainNav ul li ul li a {	
	font-weight:normal;
	padding-left:32px;}	

#mainNav ul li a:hover{	
	background:url(../Images/NavBG.gif) top left repeat-y;}

#mainNav ul li a:hover.active {	
   	background:url(../Images/NavBullet2.gif) left no-repeat;}

#mainNavActive{
	background:url(../Images/NavBG.gif) top left repeat-y;}

#mainNav .active{	
   	background:url(../Images/NavBullet2.gif) left no-repeat;}
	

#textSize {
	line-height:40px;
	font-size: 11px;
	color:#669999;
	padding: 0px 0px 5px 12px;
	vertical-align:middle;}

#smText, #midText, #lgText { 
	padding:3px 10px 4px 9px;
	margin-left: 2px;}

#smText {
	margin-left: 8px;
	background:url(../Images/SmallText.gif) top left no-repeat;}
#midText {
	background:url(../Images/MidText.gif) top left no-repeat;}
#lgText {
	background:url(../Images/LargeText.gif) top left no-repeat;}

#smText.active, #smText:hover {
	background:url(../Images/SmallTextActive.gif) top left no-repeat;}
#midText.active, #midText:hover {
	background:url(../Images/MidTextActive.gif) top left no-repeat;}
#lgText.active, #lgText:hover{
	background:url(../Images/LargeTextActive.gif) top left no-repeat;}
		
#search p { font-size: 18px; 
            margin: 0;
            padding: 0px 0px 0px 10px;
			font-weight: bold;
			color: #336666;
			letter-spacing:-1.5px}
			
#poster { margin-top: 40px;
          width: 210px;
		  text-align: center;}			
			

/* -------- End Navigation -------- */

/* -------- Info Column -------- */

#InfoColumn img {
      margin-top: 20px; }
	  

/* -------- End Info Column -------- */

/* -------- Content Column -------- */


.imgright { float:right;
	        border: none;
			margin: 10px;}
	
.imgleft { float:left;
	        border: none;
			margin: 5px 10px 10px 10px;}	
	
#intro {
	margin-left: 5px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E5E5E5;
}	

#news li {
	display:block;
	overflow:hidden;
	padding: 0 0 20px 0;
	width: 280px;}

#news li.last {	
	border:none;}
	
.newsTitle {
	font-size:12px;
	color: #333;
	font-weight:bold; }	
	
a.moreLink, #content a.moreLink {
	color: #336666;
	text-decoration:underline;
	font-weight:bold;}	

a.moreLink:hover, #content a.moreLink:hover {
	color: #4C9BD6;
	text-decoration:underline;
	font-weight:bold;}	

#contentfull ul {
	 list-style: none;
     margin: 10px 0 3px 19px;
   	 padding-left: 0px; }

#contentfull ul li { /* new selector */
background: url(../images/listbullet.gif) 0px 6px no-repeat;
line-height: 160%;
font-size: 12px;
padding: 0 0 12px 10px;}

#contentfull ol {
     margin: 10px 0 3px 19px;
   	 padding-left: 0px; }
	 
#contentfull ol li { 
line-height: 160%;
font-size: 12px;
padding: 0 0 5px 10px;}




#contentfull .imgright { 
            float:right;
	        border: none;
			margin: 10px 0 10px 10px;}

#contentfull .imgleft { 
            float:left;
			margin: 8px 10px 0px 0px;}


#keypoints {
	margin: 20px -5px 10px -5px;
	background-color: #F2FAE3;
	padding: 5px 5px 5px 5px;
}

#booklist { margin-top: 15px;}

#booklist a { text-decoration:none;}


#booklist p { line-height: 20px;
 			  margin: 5px 0px 10px 0px;}
			  
#recipes { border-bottom: 1px solid #E5E5E5;
           padding: 5px 0 20px 0; }

#recipes p { line-height: 20px; }		  			  

#recipes img { float:right; margin: 0 10px; border: 1px solid #4C9BD6; }


/* -------- End Content Column -------- */

/* -------- Feature Columns -------- */

#featureleft .imgleft {
   	float:left;
	padding: 1px;
	border: 1px solid #E5E5E5;
	margin: 10px 10px 15px 0;}

#featureleft .imgright{
   	float:right;
	margin: 0 0px 10px 8px;}
	
	
#featureright .imgleft {
   	float:left;
	padding: 1px;
	border: 1px solid #E5E5E5;
	margin: 10px 10px 15px 0;}

#featureright .imgright {
   	float:right;
	margin: 0 0px 10px 8px;}	
	
	
	
	
/* -------- End Feature Columns -------- */




/********************* End Specific formatting *********************/

/********************* General Formatting *********************/

.left {
	float:left;}
	
.clear {
	clear:both;}	
	
.standard {
     line-height: 20px }	

/********************* End General Formatting *********************/

/********************* Search Results Formatting *********************/

#searchresults { margin-bottom: 20px;}
#searchresults a { color:  #336666; text-decoration: underline;}
#searchresults a:hover { color: #4C9BD6;}


.highlight { background: #B8E95A; }

.searchheading { font-size: 22px; 
                 font-family:Georgia, "Times New Roman", Times, serif; 
	             font-size:22px;
	             margin: 18px 0px 8px 0px;
				 color:#4C9BD6;
				 font-weight: bold;}

.summary { font-size: 13px; font-style: italic; } 
.results { font-size: 13px; margin:0px; }
.category { color: #999999; }
.context { font-size: 12px; line-height: 18px;}
.infoline { font-size: 13px; font-style: normal; color: #808080;}
.sorting { text-align: right; }
.result_title { font-size: 13px; font-weight: bold; }
.zoom_searchform { font-size: 100%; }
.zoom_options { font-size: 80%; }
input.zoom_button {  }
input.zoom_searchbox {  }		

.description { font-size: 13px; color: #008000; }




/********************* End Search Formatting *********************/
