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

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

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin: 30px 0px 50px 0px;
	padding: 0px;
	background-image: url(../marychiltondarfoundation_bk.gif);
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 130%;
	color: #003366;
}

h2{
 font-size: 114%;
 color: #336699;
}

h3{
	font-size: 100%;
	color: #000066;
}

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

h5{
 font-size: 100%;
 color: #334d55;
}

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                                 */
/***********************************************/

#masthead {
	width:750px;
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../bkg_paper_top.gif);
	height: 91px;

		}

#masthead_btm {
	clear: both;
}


#mainheader {
	width:750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../bkg_paper.gif);
	background-repeat: repeat;
	padding-bottom: 20px;

		}
#pagecell {
	width:750px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(../bkg_paper.gif);
	background-repeat: repeat;
	height: auto;
		}

#navBar {
	width: 210px;
	float: left;
	padding-left: 65px;
}

#content_center{
	float:left;
	width: 150px;
	padding-left: 24px;
}

#content_right{
	float:left;
	padding-left: 24px;
	padding-right: 65px;
	width: 210px;
}
#content{
	float:left;
	padding-left: 24px;
	padding-right: 65px;
	width: 384px;
}


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

#siteName h1{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 30px;
	padding-top: 45px;
	color: #CC9933;
	font-weight: normal;
}

#masthead_btm H1{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC9933;
	font-weight: normal;
		}

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

#breadCrumb{
	font-size: 60%;
	margin-top: 5px;
}

/************** #content_center styles ***************/

.content_center_img{
	border: 1px solid #996633;
	padding: 5px;
}

/************** #content_right styles ***************/

#content_right a:link{
	color: #003366;
	font-weight: bold;
}

#content_right a:visited{
	color: #003366;
	font-weight: bold;
}

#content_right a:hover{
	color: #336699;
	text-decoration: underline;
	font-weight: bold;
}
#content_right ul{
	margin-left:0px;
	}

#content_right ul ul{
	text-indent: 30px;
	list-style-type: none;
}

#content_right ul ul ul{
	margin-left:10px;
}

/************** #content styles ***************/

#content a:link{
	color: #003366;
}

#content a:visited{
	color: #003366;
}

#content a:hover{
	background-color: #CC9933;
	color: #FFFFFF;
	text-decoration: underline;
}
#content ul{
	margin-left:0px;
	}

#content ul ul{
	text-indent: 30px;
	list-style-type: none;
}

#content ul ul ul{
	margin-left:10px;
}

#content p{
	line-height: 10pt;
	font-size: 9pt;
}

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

#feature{
}
.feature p{
	padding: 0px 0px 10px 0px;
	font-size: 80%;
}

.feature h1{
	padding: 3px;
	text-align: left;
	margin-bottom: -5px;
	background-color: #CC3300;
	color: #FFFFFF;
}

.feature h2{
	padding: 5px 0px 0px 0px;
	text-align: left;
}

.feature h3{
	padding: 2px 5px 2px 5px;
	text-align: left;
	background-color:#C4DAE8;
	margin-bottom: -5px;
}

.feature img{
	padding: 5px;
	float: left;
	border: 1px solid #996633;
	margin: 0px 10px 10px 5px;
}
/* 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{
	font-size: 75%;
	border-top: 1px solid #3366CC;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 77px;
	background-repeat: no-repeat;
	background-image: url(../bkg_paper_bottom.gif);
}
/* 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;
}

#siteInfo p{
	padding: 4px 4px 4px 0px;
	line-height: 2px;
}

.siteinfo a:link{
	color: #003366;
}

.siteinfo a:visited{
	color: #003366;
}

.siteinfo a:hover{
	color: #003366;
	text-decoration: underline;
}


/************** #advert styles **************/

#advert{
	padding: 10px 5px 10px 5px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#advert img{
	display: block;
}


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

#headlines{
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}
#headlines H3{
	padding: 5px 0px 0px 0px;
	font-size:9pt;
}
#headlines p{
	padding: 0px 0px 0px 0px;
}
.sitename {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}


.feature_nofloat {

	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
.siteinfo_required {
	font-size: 60%;
}
.address {
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.grantmoney {
	font-size: 12px;
	width: 100px;
	text-align: right;
	border-bottom: 1px solid #996633;
	padding: 5px 5px 5px 5px;
}
.grant {
	font-size: 12px;
	border-bottom: 1px solid #996633;
	padding: 5px 5px 5px 5px;
}
/************* #JMEDIAEXPRESSIONS styles ***************/

#JMEDIAEXPRESSIONS{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 77px;
}
/* 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" */

#JMEDIAEXPRESSIONS img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

.JMEDIAEXPRESSIONS a:link, visited, hover, active{
	color: #FFFFFF;
}.white {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 60%;
}