body {
	margin: 0;
	padding: 0;
	background: white url(/uploads/images/background.png) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A19D9A;
	color: #686868;
}

div.extendedNews {
	display: none;
	border: 1px solid gray;
	width: 90%;
	margin-left: 5%;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #EEE;
}

.p .contact-container {
	width: 720px;
}

.contact-container .map {
	width: 450px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

.opens {
	padding: 7px;
	margin-top: 20px;
	width: 240px;
	float: left;
}
@media (max-width: 842px) {
	#shad_bg {
		height: 87px;
		position: absolute;
		width: 842px;
		top: 248px;
		z-index: -1;
		background-color: #a6a6a6;
		left: -12px;
		opacity: 0.75;
		background-image: linear-gradient(rgba(189, 189, 189, 189), rgba(0, 0, 0, 0));

	}
}
@media (min-width: 843px) {
	#shad_bg {
		height: 87px;
		position: absolute;
		width: 100%;
		top: 248px;
		z-index: -1;
		background-color: #a6a6a6;
		left: -12px;
		opacity: 0.75;
		background-image: linear-gradient(rgba(189, 189, 189, 189), rgba(0, 0, 0, 0));

	}
}
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #404040;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

p,
ul,
ol {
	margin-top: 0;
	line-height: 180%;
}

ul,
ol {}

ul.list1 {
	display: none;
}

a {
	text-decoration: none;
	color: #404040;
	border: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {}

#header {
	width: 816px;
	height: 250px;
	margin: 0 auto;
	
	margin-top: 50px;
}

#logo .bg {
	float: right;
	width: 815px;
	height: 251px;
	position: absolute;
	top: 50px;
	display: none;
}

#logo .bg.active {
	display: block;
}

div.icon {
	width: 36px;
	height: 36px;
	margin-top: -45px;
	margin-right: 10px;
	float: right;
	background: url(/uploads/images/fb_logo.png);
}

/* Logo */

#logo {
	width: 816px;
	height: 250px;
	color: black;
	margin: auto;

}

#logo #logo_text {
	float: right;
	padding: 11px;
}

#logo h1,
#logo p {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

#logo h1 {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 40px;
}

#logo p {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

#logo-wrapper {
	width: 816px;
	height: 80px;
	background-color: #FFEABB;
	margin-top: -130px;
	opacity: 0.5;
}

/* Search */

#search {
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* bof Menu */

#menu {
	width: 756px;
	height: 25px;
	margin: auto;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;

	margin-left: 4px;
	width: 16%;

}

#menu a {
	height: 25px;
	display: block;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: 404040;
	border: none;


}

#menu a:hover,
#menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	font-weight: bold;
}

#menu .first a {
	padding-left: 0px;
}

/* eof Menu */

/* Page */

#page {
	width: 814px;
	margin: 0 auto;
	padding: 35px 0px 0px 0px;

}

#page-bgbtm {
	background: url(/cmsms/uploads/equivalency/img03.jpg) no-repeat left bottom;
	padding: 40px 30px 0px 30px;
}

/* Content */

#content {
	float: left;
	width: 761px;
	padding: 0px 0px 0px 0px;
}

#content-single {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.post {
	margin-bottom: 40px;
}

.post .title {
	text-transform: none;
	font-family: sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #441700;
	margin-bottom: 20px;
}

.post .title a {
	border: none;
	color: #606060;
}

.post .meta {
	padding-left: 2px;
	text-align: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {}

.post .entry {
	padding: 20px 25px;
	border: 1px solid #E4E4E4;
	text-align: justify;
	margin-top: 20px;
	width: 700px;
}

.links {
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	margin: 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	background: url(/cmsms/uploads/equivalency/img07.gif) no-repeat left 15px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 35px;
	border-bottom: 1px dotted #E7E2DC;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	padding: 0px 0px 0px 0px;
}

#sidebar h2 {
	height: 38px;
	text-transform: none;
	font-family: sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #000;
	font-style: italic;

}

#sidebar p {
	margin: 0 0px;
	padding: 0px 0px 20px 0px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #339CCB;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}

/* Calendar */

#calendar {}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	text-align: center;
	color: #A19D9A;
}

#footer a {
	color: #A19D9A;
}

.NewsSummary {
	margin-bottom: 15px;
}

.NewsSummaryPostdate {
	font-weight: bold;
	color: #000;
	font-size: 14px;
	border-top: 1px solid black;
}

.NewsSummaryCategory,
.NewsSummaryAuthor {
	display: none;
}

div.two-col {
	width: 753px;
	font-size: 14px;
	font-weight: bold;
	color: #441700;
}

div.two-col div,
div.two-col div img {
	border-radius: 14px;
}

div.two-col div.left-col {
	float: left;
	width: 340px;
	margin-right: 35px;
	border: 1px solid #441700;
	padding: 5px;
}

div.two-col div.right-col {
	width: 340px;
	border: 1px solid #441700;
	padding: 5px;
	float: left;
}

div.two-col div img {
	width: 100%
}

div.two-col div div.hiddeninfo {
	display: none;
	color: #686868;
	font-weight: normal;

}

.menu-link {
	
	display: inline-block;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #404040;
	width: 150px;
	background-color: #a6a6a6;
	height: 20px;
text-align: center;
border-radius:10%;
color:#fff;
margin-top:1em;
margin-bottom:1em;
}

#header-shadow {
	top: 71%;
	height: 30%;
	background-color: #a6a6a6;
	width: 100%;
	display: block;
	position: relative;
	opacity: 0.75;
	text-align: center;

}

#sf-logo {
	display: block;
	position: relative;
	text-align: center;
	top: 42%;
	height: 25%;
	width: 100%;
	background-image: url("/uploads/images/header/2022LogoStandardPNG.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25%;


}
/* Stylesheet: equivalency : equivalency Modified On 2022-12-07 13:48:00 */
