/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

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

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
	font-weight: normal;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 190%;
	color: #000000;
	font-weight: bold;
}

h2{
	font-size: 115%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3{
	font-size: 120%;
	color: #FFFFFF;
	background-color: #A97370;
	text-indent: 5px;
	font-weight: bold;
	margin: 0% 0% 5px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #993333;
}

h5{
	font-size: 150%;
	color: #993333;
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	margin-right: 0px;
}
label{
	font: bold 100% Arial,sans-serif;
 color: #993333;
}


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

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

#navBar{
	padding: 0px 5px 0px 5px;
	background-color: #ECDAB8;
}

#content{
	width: 450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	float: right;
}


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

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


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

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

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

#globalNav{
color: #660000;
padding: 0px 0px 0px 10px;
white-space: normal;
}
/* '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;
	font-size: 100%;
	margin: 5px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
.writer_bio{
	padding: 0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	font-style: italic;
}
.writer_bio_roman{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
	clear: both;
	color: #000000;
	vertical-align: top;
}

.story p{
  padding: 0px 0px 10px 0px;
}


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #993333;
	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;
}


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


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

#sectionLinks{
	position: relative;
	margin: 0 0 0 15px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#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;
	background-color: #CC6666;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #ECDAB8;
	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 5px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


/************** #headlines styles **************/
.newslinks {
	padding-left: 5px;
}
.storyItalic {
	padding: 0px 0px 0px 10px;
	font-size: 100%;
	clear: both;
	color: #000000;
	font-style: italic;
}
.storypad {
	padding-right: 10px;
	padding-left: 5px;
}
.centeredcallout {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.featureJustified {
	padding: 5px;
	font-size: 90%;
	text-align: justify;
	text-indent: 5px;
	margin: 5px;
}
.whitebyline {
	color: #FFFFFF;
	font-size: 90%;
}
.blackbyline {
	color: #FFFFFF;
	font-size: 90%;
/***********************************************/
/* Global Links                              */
/***********************************************/
}
a {
	color: #663366;
	text-decoration: underline;
}
a:visited {
	color: #CC6666;
}
a:hover {
	color: #660066;
	text-decoration: none;
}
a:active {
	color: #660000;
}

/***********************************************/
/* Text Treatment                              */
/***********************************************/
.all_caps {
	text-transform: uppercase;
}
.black {
	color: #000000;
}
.bigtext {
	font-size: 250%;
}
.big_tan_hed {
	font-size: 250%;
	font-weight: normal;
	color: #C6AB8B;
	font-family: Arial, Helvetica, sans-serif;
}
.big_not_bold {
	font-size: 250%;
	font-weight: normal;
}
.big_not_bold_purple {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #663366;
	font-size: 250%;
}
.big_not_bold_white {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #FFFFFF;
	font-size: 250%;
	}
.big_not_bold_reddish {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #993333;
	font-size: 250%;
}
.big_not_bold_dk_green {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #ADBCA9;
	font-size: 250%;
}
.bold_black {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 110%;
}
.boldpinktext {
	font-weight: bold;
	color: #FFCCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
}
.bold_purple {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #663366;
	font-size: 110%;
}
.bold_reddish {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #993333;
	font-size: 110%;
}
.bold_white {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 110%;
}
.bold_tan {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BEA07B;
	font-size: 110%;
}
.bold_red {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	font-size: 110%;
}
.bold_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #A97370;
}
.bold_italic_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
}
.italic_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: italic;
}
.cutlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.cutlines_rev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}
.cutlines_lrag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.cutlines_lead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}
.left_cutline {
	padding-top: 10px;
	padding-right: 7px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}
.not_bold {
	font-weight: normal;
}
.right_cutline {
	padding-top: 10px;
	padding-left: 7px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.small-cutlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	font-weight: normal;
}
.small-cutlines_rev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	font-weight: normal;
}
.small-cutlinesItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}
.small-cutlinesItalic_rev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.white_not_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
.gray {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.photo_credit {
	font-size: 60%;
	}
/***********************************************/
/* Transparencies                              */
/***********************************************/
.white_trans {
	background-image: url(../images/backgrounds/trans_bg_white.gif);
}
.black_trans {
	background-image: url(../images/backgrounds/black-trans-bg.gif);
}
.khaki_trans {
	background-image: url(../images/backgrounds/khaki_trans_bg.gif);
}
.teal_trans {
	background-image: url(../images/backgrounds/teal_trans_bg.gif);
}
.turq_trans {
	background-image: url(../images/backgrounds/turq_trans_bg.gif);
}
/***********************************************/
/* B05 Headline Styles                              */
/***********************************************/
#headlines{
	margin: 0px;
	padding: 10px 0px 20px 5px;
	font-size: 80%;
	background-color: #D4A5E3;
	color: #ECDAC4;
	border-top-color: #660000;
	width: 125px;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.b05redishhed2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #993333;
	font-weight: bold;
}
.b05tanhed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	color: #E7CBC0;
	font-weight: bold;
}
.b05redishhed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 190%;
	color: #993333;
	font-weight: bold;
}
.b05purphed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 190%;
	color: #996699;
	font-weight: bold;
}
/***********************************************/
/* Floating Tables                              */
/***********************************************/
.leftfloat {
	float: left;
	font-size: 100%;
	margin-right: 10px;
	padding: 0px;
}
.rightfloat {
	float: right;
	padding: 0px;
	border-top: 0px;
	border-bottom: 10px none;
	color: #000000;
	margin-left: 10px;
}
/***********************************************/
/* Space Around Items                              */
/***********************************************/

.tenpxpad {
	padding: 10px;
}
.fivepxpad {
	margin: 5px;
	padding: 5px;
}
.Bold_Red_2 {
	font-size: 110%;
	font-weight: bold;
	color: #990000;
}
.Bold_Brown {
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #45241D;
}
.Bold_Green {
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	color: #ADBCA9;
}
.Bold_Peach {
	font: bold 110% Arial, Helvetica, sans-serif;
	color: #EBBCA6;
}
