html, body {
	height: 100%;
	
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arvo;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	background-color: #ffffff;
	
}


h1 {
	margin: 0px;
	padding: 0px;
	font-family: Calibri;
	font-weight: 400;
	font-size: 30px;
	color: #363837;
}

h2 {
	margin: 0px;
	font-family: Calibri;
	font-weight: 400;
	font-size: 20px;
	color: #363837;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-family: Calibri;
	font-weight: bold;
	font-size: 24px;
	color: #311c4d;
}

h4 {
	margin: 0px;
	font-family: Calibri;
	font-weight: 400;
	font-size: 12px;
	color: #357ae8;
	text-align: right;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 3px;
}

h5 {
	margin: 0px;
	padding: 0px;
	font-family: Calibri;
	font-weight: 400;
	font-size: 11px;
	color: #363837;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 150%;
	white-space: normal;
	font-family: Arvo;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;

}

strong {
}

a {
	color: #C21A01;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	padding-top: 5px;
	padding-right: 35px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

td {
	vertical-align:top;
	padding-top: 5px;
	padding-bottom: 5px;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
background-image: url(images/background.jpg);	

}

.container {
	width: 1000px;
	margin: 0px auto;

}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
}

/** LOGO */

#logo {
	height: 230px;
	margin: 0px auto;
	text-transform: none;
	background-image: url(images/srpr-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#side {
	position: relative;
	right: 40px;
	top: 95px;
	text-transform: uppercase;
	text-align: right;
	margin: 0px;
	width: 130px;
	float: right;
}


#side a {
	text-decoration: none;
	color: #311c4d;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	
}

#side a:hover {
	color: #edc34b;
	text-decoration: none;	
}

#side ul li {
	padding-top: 1.5px;
}

#side .first a {
	color: #edc34b;
}

/** MENU */

#menu {
	height: 50px;
	margin: 0px auto;
	background: url(images/menu-bg.jpg) no-repeat left top;

}

#separator {
	height: 5px;
	margin: 0px auto;
	background-color: #edc34b;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;

}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 50px;
	margin: 0px;
	line-height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #edc34b;
	padding-top: 0px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 26px;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #311c4d;
}

#menu .first a {
	color: #FFFFFF;
	background-color: #311c4d;
}

/** PAGE */

#page {
	width: 1000px;
	margin: 0px auto;
	padding: 30px 0px 10px 0px;
	background-color: #dde7ee;

}

/** CONTENT */

#content {
	float: left;
	width: 610px;
	padding-right: 20px;
	padding-left: 25px;
	background-color: #dde7ee;
}


/** SIDEBAR */

#sidebar {
	float: right;
	width: 300px;
	padding-right: 25px;
	padding-left: 20px;
	background-color: #dde7ee;
}


#sidebar li ul {
	margin-bottom: 40px;
	padding: 0px;
}

#sidebar li li {
	padding: 10px 0px;
	border-top: 1px solid #D0CFD0;
}

#sidebar p {
	margin: 0px 0px 20px 20px;
}

#sidebar .first {
	border-top: none;
}
/** POST */

.post {
}

.post .title {
	margin: 0px;
	letter-spacing: -1px;
	color: #363837;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.post .title a {
	border: none;
	text-decoration: none;
	text-transform: none;
	font-size: 26px;
	color: #363837;
}

.post .meta {
	display: block;
	margin-top: -15px;
	padding: 5px 0px;
	text-align: left;
	font-size: 11px;
}

.post .meta a {
}

.post .entry {
	text-align: left;
	padding: 10px 0px 10px 0px;
}

/** VRTICAL MENU */
.vert_menu_select {
	color: #edc34b;
}

/** FOOTER */

#footer {
	width: 1000px;
	margin: 0px auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #edc34b;
	background-color: #dde7ee;

}

#footer p {
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


#banner {
	height: 320px;
}

.divider {
	border-bottom: 1px solid #D0CFD0;
}


.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.imgarchive {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	float: left;
	margin-right: 25px;
	margin-bottom: 100px;
}

/** SCROLL BAR CSS */
#quotes {
	margin: 0;
	padding: 10px;
	font-size: 14px;
	position: relative;
	font-family: Calibri;
	font-weight: bold;
	color: #311c4d;
	
}
.textItem {
	position: absolute;
	display: none;
}

/** END OF SCROLL BAR CSS */

div.panel,div.panel2,div.panel3,div.panel4,div.panel5,div.panel6
{
display:none;
}

div.feedburnerFeedBlock {
	background-color:#dde7ee;
	font-size: 14px;
	font-weight: 500;
	padding-top: 6px;
	padding-bottom: 12px;
	line-height: 1.4em;	
}

div.feedburnerFeedBlock ul {
	list-style-type: none
	margin-left:0;
	margin-top: 0px;
}

div.feedburnerFeedBlock ul li {
	padding-bottom: 8px;
	border-bottom-width: 0.5px;
	border-bottom-style: groove;
	padding-top: 10px;
	padding-right: 12px;
	padding-left: 12px;

}

div.feedburnerFeedBlock ul li:hover {
 background:#d3e3ee;
}

div.feedburnerFeedBlock .date {
	color: #005e20;
	font-weight: 500;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: inline;
	
}

.announcement {
	border-top: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	padding: 10px 0;
	text-align:center;
	margin-bottom: 10px;
}

.announcement-end {
	border-bottom: solid #CCCCCC 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

