
.fs_style_41, stylename_2020__button__-__arrow {/* button - arrow */}

.fs_style_34, stylename_2020__button__-__download {/* button - download */}

.fs_style_40, stylename_2020__button__-__expand {/* button - expand */}

.fs_style_39, stylename_2020__button__-__large {/* button - large */}

.fs_style_33, stylename_2020__button__-__link {/* button - link */}

.fs_style_38, stylename_2020__button__-__on__dark {/* button - on dark */}

.fs_style_42, stylename_2020__button__-__video__lightbox {/* button - video lightbox */}

.fs_style_29, stylename_2020__button__1 {/* button - 1 */}

.fs_style_30, stylename_2020__button__2 {/* button 2 */}

.fs_style_31, stylename_2020__button__3 {/* button 3 */}

.fs_style_32, stylename_2020__button__4 {/* button 4 */}

.fs_style_35, stylename_2020__callout__-__text {/* callout - text */}

.fs_style_37, stylename_2020__lead-in {/* lead-in */}

.fs_style_36, stylename_2020__table__-__styled {/* table - styled */}

.fs_style_7, stylename_alumni {font: 12px/2em helvetica, arial, sans-serif #000;}

.fs_style_22, stylename_arrow_box {}

.fs_style_3, stylename_block {  font: 12px/20px italic Times, serif;
  font-strength: bold;
  padding-left: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 10px;
  background-color: #ffffff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 5px;
  background-image: url(http://www.ryecountryday.org/uploaded/icons/quote.gif);
  background-position: middle left;
  background-repeat: no-repeat;
  text-indent: 0px;}

.fs_style_14, stylename_block-quote {}

.fs_style_8, stylename_bordermouseover {img{
border: 1px solid #ccc;
}

.bordermouseover:hover img{
border: 1px solid navy;
}

.bordermouseover:hover{
color: red; /* Dummy definition to overcome IE bug */
}}

.fs_style_12, stylename_callout-button {}

.fs_style_27, stylename_callout-button-blue {}

.fs_style_28, stylename_callout-button-gold {}

.fs_style_15, stylename_caption__slide {/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: ';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/* Style */
html { background-color: #eaeaea; }

#mainwrapper {
	font: 10pt normal Arial, sans-serif;
	height: auto;
	margin: 80px auto 0 auto;
	text-align: center;
	width: 660px;
}

/* Image Box Style */
#mainwrapper .box {
	border: 5px solid #fff;
	cursor: pointer;
	height: 182px;
	float: left;
	margin: 5px;
	position: relative;
	overflow: hidden;
	width: 200px;
		-webkit-box-shadow: 1px 1px 1px 1px #ccc;
		-moz-box-shadow: 1px 1px 1px 1px #ccc;
		box-shadow: 1px 1px 1px 1px #ccc;
}
#mainwrapper .box img {
	position: absolute;
	left: 0;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

/* Caption Common Style */
#mainwrapper .box .caption {
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	color: #fff;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
	left: 0;
}


/** Caption 1: Simple **/
#mainwrapper .box .simple-caption {
	height: 30px;
	width: 200px;
	display: block;
	bottom: -30px;
	line-height: 25pt;
	text-align: center;
}

/** Caption 2: Full Width & Height **/
#mainwrapper .box .full-caption {
	width: 170px;
	height: 170px;	
	top: -200px;
	text-align: left;
	padding: 15px;
}

/** Caption 3: Fade **/
#mainwrapper .box .fade-caption, #mainwrapper .box .scale-caption  {
	opacity: 0;
	width: 170px;
	height: 170px;
	text-align: left;
	padding: 15px;
}

/** Caption 4: Slide **/
#mainwrapper .box .slide-caption {
	width: 170px;
	height: 170px;	
	text-align: left;
	padding: 15px;
	left: 200px;
}

/** Caption 5: Rotate **/
#mainwrapper #box-5.box .rotate-caption {
	width: 170px;
	height: 170px;	
	text-align: left;
	padding: 15px;
	top: 200px;
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#mainwrapper .box .rotate {
	width: 200px;
	height: 400px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

/** Caption 6: Scale **/
#mainwrapper .box .scale-caption h3, #mainwrapper .box .scale-caption p {
	position: relative;
	left: -200px;
	width: 170px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}

#mainwrapper .box .scale-caption h3 {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-ms-transition-delay: 300ms;	
	transition-delay: 300ms;
}

#mainwrapper .box .scale-caption p {
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;	
	transition-delay: 500ms;
}

/** Simple Caption :hover Behaviour **/
#mainwrapper .box:hover .simple-caption {
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 1;
	transform: translateY(-100%);
}

/** Full Caption :hover Behaviour **/
#mainwrapper .box:hover .full-caption {
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	opacity: 1;
	transform: translateY(100%);
}

/** Fade Caption :hover Behaviour **/
#mainwrapper .box:hover .fade-caption, #mainwrapper .box:hover .scale-caption  {
	opacity: 1;
}

/** Slide Caption :hover Behaviour **/
#mainwrapper .box:hover .slide-caption {
	background-color: rgba(0,0,0,1) !important;
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	opacity: 1;
	transform: translateX(-100%);
}
#mainwrapper .box:hover img#image-4 {
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 1;
}

/** Rotate Caption :hover Behaviour **/
#mainwrapper .box:hover .rotate {
	background-color: rgba(0,0,0,1) !important;
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/** Scale Caption :hover Behaviour **/
#mainwrapper .box:hover #image-6 {
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

#mainwrapper .box:hover .scale-caption h3, #mainwrapper .box:hover .scale-caption p {
	-moz-transform: translateX(200px);
	-o-transform: translateX(200px);
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
}}

.fs_style_11, stylename_content-button {}

.fs_style_25, stylename_content-button-blue {}

.fs_style_26, stylename_content-button-gold {}

.fs_style_13, stylename_data-table {}

.fs_style_24, stylename_data-table-with-header {}

.fs_style_17, stylename_eNotify-Heading__1 {font-family:Tahoma, Geneva, Helvetica sans-serif;
font-family:Helvetica, sans-serif;
font-size: 24px; 
line-height: 28px;
font-weight: bold;
color:#222e51;}

.fs_style_18, stylename_eNotify-Heading__2 {font-family:Tahoma, Geneva, Helvetica sans-serif;
font-family:Helvetica, sans-serif;
font-size: 20px;
line-height: 24px;
font-weight: bold;
color: #222e51;}

.fs_style_19, stylename_eNotify-Heading__3 {font-size:16px;
font-weight:bold;
text-transform:uppercase;}

.fs_style_20, stylename_eNotify-secHeader {padding:5px;
background-color:#eacc28;
color:#444444;
text-transform:uppercase;
font-size:16px;
text-align:left;
margin: 30px 0 20px 0;}

.fs_style_5, stylename_first__letter {font-size:200%; 
display:block;
float:left;
margin: 0.06em 0 0;
height:3.5em;
color:#ccc;}

.fs_style_6, stylename_Image {padding: 8px; 
border: solid; 
border-color: #dddddd #aaaaaa #aaaaaa #dddddd; 
border-width: 1px 2px 2px 1px; 
background-color: white;}

.fs_style_4, stylename_in__text__headline { color:#222e51;
	margin:0.5em 0;
	line-height:1em;
        font-family:Times New Roman, Times, serif;
        font-weight:normal;

font-size:1.8em;}

.fs_style_1, stylename_large__headline {font:  color:#222e51;
    margin:0.5em 0;
        font-family:Times New Roman, Times, serif;
        font-weight:bold;
font-size: 14px;}

.fs_style_10, stylename_lead-in {}

.fs_style_9, stylename_link__no__decoration {a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}}

.fs_style_16, stylename_magazine__style__pull__quote {width: 230px;
float: left;
margin-right: 18px;
display: inline;
margin-top: 5px;
margin-bottom: 5px;
color: #222e51;
font-size: 22px;}

.fs_style_23, stylename_more-link {}

.fs_style_21, stylename_news-reel-bg-photo {}

.fs_style_2, stylename_small__headline {font-family: Gill Sans, Verdana;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}
