/* CSS Document */

div.slideshow { background: url('/images/display/slideshow-pattern.jpg'); background-repeat: repeat; }

div.callout { margin: 0; padding: 20px 0; font-size: 12px; line-height: 24px; color: #4c4c4c; }
div.content-block div.pad { border-left: 1px solid #999; border-right: 1px solid #999; padding: 20px; }
div.content-block div.alpha { border-left: none; border-right: none; padding-left: 0; }
div.content-block div.omega { border-left: none; border-right: none; padding-right: 0; }
div.content-block div.pad h3 { font-family: 'Oxygen', sans-serif; font-size: 18px; color: #98b54e; font-weight: 400; margin: 0; padding: 0; }


/* Home Marketing Boxes *******************/
/***********************************/

.pad p a {
	color: #a5c641;
	text-decoration: underline;
}

/* Random Quotes *******************/
/***********************************/
div.heading { background-color: #a5c641; color: #ffffff; text-shadow: 0 -1px 0 rgba(0,0,0,0.2); margin: 0; padding: 20px 0; }
div.heading h1 { margin: 0; padding: 0; text-align: center; font-size: 32px; line-height: 32px; font-weight: 300;  }


@media screen and (max-width:750px) {
    .stack-one { float: none; width: auto; border: none; margin: 8px 0 12px 0; }
    .stack-one .pad { padding: 0 !Important; border: none !important; }
}