/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}

body {
	background-image: url(../images/background-overlay.png);
	width: 1056px;
	height: 318px;
	margin: auto;
	font-family:'Arial', Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333;
}

h1 {
	margin: 0 0 0 30px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 1.8em;
	border-bottom: 2px solid #B3171C;
}

h1 iframe
{
    display: inline;
    border: solid silver 0px;
    width:450px; 
    height: 48px;
    /* height:80px; */
}

h4 {
	font-size: 1.2em;
	margin-left: 30px;
}

h5 {
	font-size: 1em;
	color:#333;
}

.clear {
	clear: both;
}

#wrapper {
	width: 968px;
	margin: auto;
}

#header {
	height: 70px;
	margin-top: 18px;
}

#logo {
	background-image: url(../images/logo.png);
	width: 387px;
	height: 69px;
	float: left;
	display:block;
}

#top-contact {
	background-image: url(../images/top-contact-bg.png);
	width: 244px;
	height: 66px;
	float: right;
	margin: 0 18px 0 0;
}

#top-contact h3 {
	margin: 12px 0 3px 0;
	color: #FFF;
	text-align:center;
}

#top-contact a {
	color: #FFF;
	text-align: center;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0 14px;
}

#menu {
	height: 57px;
	margin: 15px 0 0 20px;
}

#content-container {
	height: auto;
	min-height: 500px;
	border: 0px solid red;
}

#content-header {
	background-image: url(../images/content-header.png);
	height: 9px;
}

#content {
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-y;
	height: auto;
	min-height: 700px;
}

#content-footer {
	background-image: url(../images/content-footer.png);
	height: 14px;
}

#header-text {
	background-image: url(../images/slider-bg-left.jpg);
	width: 370px;
	height: 245px;
	float: left;
	padding: 20px 0 0 25px;
}

#header-text h2 {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #ac0000;
	width: 300px;
	margin: 0 0 20px 0;
}

#header-text p	{
	color: #333;
	font-size: 12px;
	width: 350px;
	margin-bottom: 20px;
}

#content-left {
	width: 625px;
	float: left;
	min-height: 660px;
	margin:  0 12px 0 12px;
	border: 0px solid red;
}

#content-right {
	width: 294px;
	float: right;
	height: 546px;
	margin:  0 12px 0 0;
	border: 0px solid red;
	background-image: url(../images/right-column-bg.jpg);
	background-repeat: no-repeat;
	min-height: 820px;
}

#main-content {
	min-height: 200px;
	margin: 20px 0 0 30px;
	border: 0px solid red;
}

#events {
	height: 305px;
	border: 0px solid red;
}

*:first-child+html #events {
	height: 305px;
	border: 0px solid red;
}

#news {
	height: 330px;
	border: 0px solid red;
}

.right-header {
	margin: 14px 0 20px 20px;
	color:#FFF;
}

.right-item {
	margin: 20px 0 0 20px;
}

.right-item p {
	font-size: 0.8em;
	margin: 2px 0 2px 0;
}

.right-item a {
	color:#333;
	text-decoration:none;
	outline: none;
}

.right-item a:hover {
	color:#999;
	text-decoration:none;
}

.right-button {
	background-image:url(../images/view-all-btn.jpg);
	width: 86px;
	height: 29px;
	display: block;
	float: right;
	margin: 15px 10px 0 0;
	cursor: pointer;
}

.right-button:hover {
	background-position: bottom;
}

.images-button {
	background-image:url(../images/view-all-btn.jpg);
	width: 86px;
	height: 29px;
	display: block;
	float: right;
	margin: 20px 0 0 0;
	cursor: pointer;
}

.images-button:hover {
	background-position: bottom;
}

#footer {
	background-image: url(../images/footer-bg.png);
	height: 83px;
	margin: 10px 0 10px 0;
}

.social-tag-first {
	width: 40px;
	height: 60px;
	margin: 10px 2px 2px 33px;
	display: block;
	float: left;
	border: 0px solid red;
	cursor: pointer;
}

.social-tag {
	width: 40px;
	height: 60px;
	margin: 10px 2px 2px 2px;
	display: block;
	float: left;
	border: 0px solid red;
	cursor: pointer;
}

#footer-content {
	float: right;
	text-align: right;
	margin: 25px 20px 0 0;
}

#footer-content p {
	font-size: 0.8em;
}

#footer-content a {
	text-decoration: none;
	color: #B3171C;
}





/* ---- menu --- */

ul#navlist
{
margin: 0;
padding: 0;
}

#navlist li
{
display: inline;
margin: -2px;
}

#navlist a {
padding: 20px 0 0 0;
text-align: center;
font-size: 1.1em;
font-weight: bold;
outline: none;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
background-image: url(../images/menu-option.png);
height: 37px;
width: 103px;
display: inline-block;
text-decoration: none;
margin: 1px 0;

}

#navlist a:link.active, #navlist a:visited.active, #navlist a:hover
{
	background-position: bottom;
}


#siteworks
{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: smaller;
}

#siteworks a
{
    color: white;
    text-decoration: none;
}

.scroller
{
    height: 400px;
    overflow: scroll;
    border: solid red 0px;
}

#topBenefits
{
    padding: 0px;
    margin: 0px;
    border: solid yellow 0px;
    padding-bottom: 30px;
    margin-left: -15px;
    padding-right: 2px;
}

#topBenefits li
{
    background-image: URL("../images/bullet.png");
    background-repeat: no-repeat;
    list-style-type: none;
    padding-left: 25px;
    padding-bottom:3px;
}

#topBenefitsTitle
{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: solid green 0px;
}

#main-content a
{
    color: Maroon;
    font-weight: bold;
}

#main-content a:hover
{
    color: Red;
}

#main-content a:visited
{
    color: #580124;
}

#socialmediaplugins
{
    position: relative;
    bottom: 110px;
}
