﻿.logo {
    background: url('../images/SA-logo.png') 0 1px no-repeat;
}

.topheader {
    border-top: 8px solid #cda355;
    background: #fff;
}

.nav-inner {
    background: #cda355;
}

.backgroundColor {
 background-color:#cda355;
}

.grid tr:not(.pager):hover {
    background-color: #EEE8AA !important;
}

.headerBackground {
	background-color:#cda355
}

.headerBackground:hover {
	background-color:#cda355 !important
}

.btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #cda355));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #cda355 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #cda355 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #cda355 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #cda355 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #cda355 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}

.onepod {
    background-color: #cda355;
}
.logo {
    width: 25%;
    float: left;
    height: 80px;
    align-content:center;
}
.mainPicture {
   background-image: url('../images/Capture.JPG');
   background-repeat: no-repeat;
width: 100%; /*or your image's width*/
height: 260px;
}