@import 'reset.css';
@import 'defaults.css';

body {
	background: #fcf8cd;
	font-family: ‘Times New Roman’, serif;
	font-weight: 300;
}

h1, h2, h3 {
	margin-bottom: .4em;
	font-weight: 400;
	color: #6d6335;
	font-family: 'Open Sans', sans-serif;
}

#main h1 {
	font-size: 27px;
}

a:link {
	color: #4A3D0F;
}
a:visited {
	color: #b8ae1b;
}
a:hover {
	color: #b8ae1b;
}

#editLinks {
    position: absolute !important;
    width: 100%;
}

#container {
	position: relative;
	width: 1170px;
	margin: 0 auto;
	padding: 0px;
}

#header {
	height: 103px;
        background: #6d6335;
}

#header h1 {
	width: 515px;
	text-indent: -999em;
	background: url('/File/7be7695c-9ee5-4b9e-b08b-1311f3683a31') no-repeat;
}

#header h1 a {
	display: block;
	height: 103px;
}

#header img {
	padding-top: 20px;
	padding-left: 20px;
}

#call {
    color: #ffffff;
    font-size: 21px;
    position: absolute;
    right: 20px;
    text-align: right;
    top: 8px;
}

#social {
	position: absolute;
	top: 55px;
	right: 20px;
}

#mainImage {
	min-height: 50px;
	background-color: #fff;
}

#main {
	background: #fcf8cd;
	color: #5a4e28;
	font-size: 15px;
	
}

#main .padding {
	padding: 20px 55px;
}


#footer {
	color: #5a4e28;
	text-align: center;
	width: 1170px;
	margin: 10px auto;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

.grayBox {
	background: #efefef;
	font-size: 19px;
	padding: 15px;
	display: block;
	margin: 0px 0px 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/*
#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: #4A3D0F;
}
.secondary {
	color: #5a4e28;
}
.tertiary {
	color: #fcf8cd;
}

.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;
}

input[type="submit"]{
border: none;
padding: 2px 15px 4px;
cursor:hand;
cursor:pointer;
}
