@import 'reset.css';
@import 'defaults.css';
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../font/glyphicons-halflings-regular.eot);
    src: url(../font/glyphicons-halflings-regular.eot) format('embedded-opentype'),
        url(../font/glyphicons-halflings-regular.woff2) format('woff2'),
        url(../font/glyphicons-halflings-regular.woff) format('woff'),
        url(../font/glyphicons-halflings-regular.ttf) format('truetype'),
        url(../img/glyphicons-halflings-regular.svg) format('svg');
}
body {
	background: #ffffff;
	font-weight: 300;
      overflow-x: hidden;
}

#bgImage {
    background: #ffffff url("../img/bgImage.jpg") repeat scroll 0 0 / 100% auto;
}

h1, h2, h3 {
	margin-bottom: .4em;
	font-weight: 300;
	color: #a11f1f;
}

#main h1 {
	font-size: 21.88pt;
}

a:link {
	color: #d12d2d;
	text-decoration: none;
}
a:visited {
	color: #d12d2d;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

#editLinks {
    position: absolute !important;
    width: 100%;
}

#container {
	position: relative;
	width: 1170px;
	margin: 0 auto;
	padding: 0px;
}

#header {
	height: 134px;
	padding: 10px 0px;
	/*background: url(../img/header_bg.png) no-repeat;*/
}

#header #logo{
    position: absolute;
	z-index: 700;
}

#phone, #callToAction, #social {
position:absolute;
font-family:'Open Sans', sans-serif;
}

#phone {
    background: #ffe62b none repeat scroll 0 0;
    border: 2px solid #000000;
    box-shadow: 4px 4px 2px #000000;
    color: #000000;
    font-size: 27px;
    padding: 5px 10px;
    right: 20px;
    top: 15px;
}

#callToAction {
    top: 60px;
    right: 20px;
    background-color: #000000;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    padding:4px 20px 6px;
	font-size: 12.71pt;
}

#social {
	top: 60px;
    right: 204px;
}

#mainImage {
	min-height: 50px;
	/*background-color: #fff;*/
}

#main {
	background: #fff;
	color: #2D2D2D;
	font-size: 16px;
	margin-top: 2px;
}

#main .padding {
	padding: 20px;
}

#bottom {
	height: 75px;
	background: #000;
}

#footer {
	color: #aca7a7;
	width: 1170px;
	position: relative;
	margin: 0 auto;
	font-size: 11.29pt;
}

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

#footer h1 {
	color: #d9d8d8;
	font-size: 14.82pt;
	margin: 0px;
}

#footerContact {
	padding: 30px 0px 0px 30px;
}

#copyright {
	font-size: 13.41pt;
	text-align: center;
}

.heroCenter {
	Width: 1920px; /*set to the actual width of the image */
	Margin-left: -960px; /*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 */
	left: 50%;
	position: relative;
}

#loginForm fieldset {
	font-size: 15px !important;
}

.addModuleButton {
	z-index: 800;
}

/*
#ds_left, #ds_right {
	position: absolute;
	top: 0;
	width: 25px;
	height: 420px;
}
#ds_left {
	left: 0;
	background: url(../img/ds_left.png) top left no-repeat;
}
#ds_right {
	right: 0;
	background: url(../img/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(../img/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(../img/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;
}


