﻿@import 'reset.css';
@import 'defaults.css';

body {
	/*background: #DE7229;*/
     background: #eae1da;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

#bgImage {
	background: url(../../content/image/bg.png) repeat-x;
}

h1, h2, h3 {
	margin-bottom: .4em;
	font-weight: 300;
	color: #c67138;
}

#main h1 {
	font-size: 27px;
}

a:link {
	color: #c67138;
}
a:visited {
	color: #c67138;
}
a:hover {
	color: #000000;
}

#editLinks {
    position: absolute !important;
    width: 100%;
}

#container {
	position: relative;
	width: 1170px;
	margin: 0 auto;
	padding: 0px;
   
}

#header {
	height: 70px;
	padding: 50px 0px 0px 50px;
}

#header h1 {
	width: 351px;
	text-indent: -999em;
	background: url(../../content/image/logo.png) no-repeat;
}

#header h1 a {
	display: block;
	height: 44px;
}

#call {
	position: absolute;
	top: 0px;
	right: 15px;
	color: #f3d9c7;
	font-size: 21px;
	/*background: #af5b22;*/
    background: #b22c29;
	padding: 7px 15px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#mainImage {
	min-height: 50px;
	background-color: #eae1da;
}

#container #main {
	background: #eae1da;
	color: #4e4e4e;
	font-size: 15px;
    background-color: #eae1da;
    background-image:none;
}

#main .padding {
	padding: 30px;
}

#bottom {
	/*background: #b9652d;*/
    background: #b22c29;
	min-height: 130px;
}

#footer {
	/*color: #d5976e;*/
    color:#e9bea1;
	font-size: 17px;
	width: 890px;
	margin: 0 auto;
	padding: 40px 20px 0px 50px;
}

#footer a {
	color: #d5976e;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

/*
#ds_left, #ds_right {
	position: absolute;
	top: 0;
	width: 25px;
	height: 420px;
}
#ds_left {
	left: 0;
	background: url(../image/ds_left.png) top left no-repeat;
}
#ds_right {
	right: 0;
	background: url(../image/ds_right.png) top left no-repeat;
}

*/

.AccountStatus{font-size:10px; position:absolute; top:0px; right:0px;}

/*---	Theme Settings			---
-----------------------------------*/

.primary {
	color: #2681f3;
}
.secondary {
	color: #333;
}
.tertiary {
	color: #5F5F5F;
}

.btn.primary {
	background-color: #0C65CF;
}
.btn.secondary {
	background-color: #222;
}
.btn.tertiary {
	background-color: #5F5F5F;
}

.btn {
	display: inline-block;
	background-repeat: repeat-x;
	border: none;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
}

.btn img {
	vertical-align: middle; /* Middle align images (such as arrows) on buttons. */
}

.btn_21 {
	padding: 3px 6px;
	background-image: url(../image/btn_highGloss_21_trans.png);
	font-size: 11px;
	line-height: 16px;
}
a.btn_21 {
	padding: 4px 6px 5px;
}

.btn_24 {
	padding: 3px 12px;
	background-image: url(/File/Content/image/btn_highGloss_24_trans.png);
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}

.form_simple input[type='submit'] {
font-family: 'open sans', sans-serif;
font-size: 18px;
font-weight: 100;
padding: 3px 25px 5px;
border:none;
cursor:pointer;
}


.heroCenter {

Width: 1920px; /*set to the actual width of the image */

Margin-left: -375px; /*Set this to the width of the image minus the width of the site and divide that by 2 – example: for a 1920 image in a 960 container: 1920-960 = 960/2 = 480 */

}

.tabs.ui-widget-content {
    border: none;
    background: rgba(255,255,255,.6);
}

.tabs .ui-widget-header {
    background-image: none!important;
    background: transparent;
    border:none;
}

.tabs .ui-state-hover {
    background-image: none;
    background-color: #ffffff;
}



div.tabs .ui-state-default {
    background: #b22c29;
    border-radius: 0px;
    border: none;
}

div.tabs .ui-state-default  a {
    color: #fff;
    font-weight: 100;
}

div.tabs .ui-state-active {
    background: #de7229;
}


.textPageHeader {
    background: #4c433b;
    color: #fff;
    margin: 0 -375px;
    min-height: 50px;
    padding: 20px 375px;
    width: 1170px;
}

.textPageHeader h1 {
    font-size: 38.12pt !important;
    color: #fff !important;
    margin-bottom: 0px !important;
}

.textPageHeader h6 {
    font-size: 14.12pt !important;
    color: #fff !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
}