/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/				

/***********************************************/
/* Start Text size styles                                 */
/***********************************************/
p.change_text_size{font-size:12px; vertical-align:baseline; margin:2px 10px 2px 2px; color:#FFFFFF;}
span.small{font-size:12px; font-weight:bold;}
span.med{font-size:14px; font-weight:bold;}
span.large{font-size:16px; font-weight:bold;}
span.tagline{ color:#FFFFFF; font-style:italic; font-size:13px; font-weight:bold;}
a.cts:link, a.cts:visited, a.cts:hover {color: #FFFFFF;text-decoration: none;}
a.cts:hover {color: #FFFFFF; text-decoration: underline;}

h1.pagetitle{color:#00209C;}

p.promolink{ margin: 5px 5px 5px 5px; font-size:10px; text-align:center}

div.new_catalog{vertical-align:top; text-align:center; background-color:#ffffff; width:163px; 
	padding:5px 5px 5px 5px;}
/*
	border-left: 2px solid #697DC7;
	border-right: 2px solid #697DC7;
	border-bottom: 2px solid #697DC7;
	border-top: 2px solid #697DC7;
*/

div.spacer{vertical-align:top; text-align:center; background-color:#ffffff; width:167px; 
	padding:5px 5px 5px 5px;}

h2.new_catalog{margin: 5px 5px 5px 5px; font-size:15px; text-align:center; color:#CC0000;}
p.new_catalog{margin: 5px 5px 5px 5px; font-size:12px; }




/* Donation Page Styles */
p.payment_address{margin: 0px 10px 0px 10px;}
p.paver_note{font-style: italic; font-size: 10px; margin: 0px 10px 0px 10px;}
p.donation_thankyou{text-align:center; font-size: 26px; font-weight: bold; font-family: Times New Roman, Serif; font-style: italic;}
p.donation_note{text-align:center; font-size: 11px;}

/* End Donation Page Styles */

span.donate{font-weight:bold; color:#00209C;}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/**** Colors
Dark Reflex Blue - #00209C
*/

#masthead{
	margin: 0;
	padding: 0px 0px 0px 0px;
	width: 750px;
	background-color:#FFFFFF;
}
#change_text{
	margin: 0;
	padding: 2px 0px 2px 0px;
	width: 750px;
	background-color:#00209C;
	text-align:right;
}
#frame {
		width:750px;
		margin-right:auto;
		margin-left:auto;
		margin-top:5px;
		padding:0px;
		text-align:left;
		vertical-align:top;
		}

#footer {
		width:750px;
		margin-right:auto;
		margin-left:auto;
		margin-top:5px;
		padding:0px;
		text-align:left;
		vertical-align:top;
clear: both;
		}

#navBar{
	height:100%;
	margin: 0 77% 0 0;
	padding: 0px;
	background-color: #CBD1E8;
/*
	border-left: 1px solid #697DC7;
	border-right: 1px solid #697DC7;
	border-bottom: 1px solid #697DC7;
*/
	vertical-align:top;
}
table.navbar{width:150px;}

#content{
  float:right;
	width: 549px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
}

#page_photos{
  float:right;
	width: 200px;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
	vertical-align:top;
}

#beltrone{
  	float:right;
	width: 200px;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
	vertical-align:top;
}
#annual_report{
	width: 150px;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 15px;
	vertical-align:top;
	background-color: #CBD1E8;
	border-left: 1px solid #697DC7;
	border-right: 1px solid #697DC7;
	border-bottom: 1px solid #697DC7;
	border-top: 1px solid #697DC7;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{margin: 0px 0px 0px 0px; width:150px; padding: 0px 0px 0px 0px; background-color:#FFFFFF;}
#tagline{margin: 0px 0px 0px 0px; float:right;  width:580px; height: 56px; text-align:right; padding: 0px 0px 0px 0px; }
#grayline{width:750px; margin: 0px 0px 0px 0px; border-bottom: 1px solid #697DC7; position:relative;}
img.logo{padding: 5px 5px 3px 5px;}
/*************** #pageName styles **************/

#pageName{padding: 4px 0px 10px 10px;}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
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: 80%;
	vertical-align:top;
}

/*.feature h3{padding: 5px 0px 5px 0px; text-align: left; color:#000000;}*/

.feature img{
	float:none;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 0px 0;
	vertical-align:top;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #00209C;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	vertical-align:top;
background-color:#ffffff;
}
/* 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: top;
}
*/

/************* #search styles ***************/

#search{
	/*padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;*/
	padding: 0px 0px 0px 0px;
	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 #697DC7;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

/* Style for sectionLinks layer found in the 3 sizes style sheets */

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{padding: 5px 0px 5px 0px;}


li.product_logos{padding: 10px 5px 15px 5px; text-align:center;}
