﻿@import 'reset.css';
@import 'defaults.css';
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot);
    src: url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
        url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff2) format('woff2'),
        url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.woff) format('woff'),
        url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.ttf) format('truetype'),
        url(//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
body {
	background: #f1f1f1;
	font-weight: 300;
}

#bgImage {
	background: url(../image/bg.jpg) repeat-x;
}

h1, h2, h3 {
	margin-bottom: 5px;
	font-weight: 300;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #002857;
}

#main h1 {
	font-size: 29.65pt;
}

a:link {
	color: #e37509;
}
a:visited {
	color: #e37509;
}
a:hover {
	color: #000000;
}

#editLinks {
    position: absolute !important;
    width: 100%;
}

#container {
	position: relative;
	width: 1170px;
	margin: 0 auto;
	padding: 0px;
}

#header {
	height: 134px;
    overflow:hidden;
	padding: 20px 0px 0px 0px;
}

/*#header #logo{
    If needed to position logo
}*/

#phone, #callToAction, .topSocial {
float:right;
clear:right;
font-family:'Open Sans', sans-serif;
/*font-family: 'Open Sans Condensed', sans-serif;*/
}

#phone {
font-size:27.08pt;
color: #002857;
padding: 0px 10px 0px 0px;
margin-top: 15px;
font-weight: bold;
}

#callToAction {
    background-color: #002857;
    color: #fff;
    text-decoration: none;
    font-size: 16.46pt;
    padding:0px 20px 1px;
	margin: 0px 10px 0px 0px;
}

.topSocial {
	
}

#mainImage {
	min-height: 50px;
	/*background-color: #fff;*/
}

#main {
	background: #fff;
	font-size: 14.12pt;
	color: #787878;
}

#main .padding {
	padding: 30px;
}

#bottom {
	height: 280px;
	background: #002857;
}

#footer {
	color: #435d7d;
	text-align: right;
	width: 1170px;
	margin: 0 auto;
	position: relative;
}

#footer a {
	color: #435d7d;
	text-decoration: none;
}

#carf {
	position: absolute;
	top: 35px;
	left: 20px;
}

#aded {
	position: absolute;
	top: 40px;
	left: 194px;
}

.natsap {
	position: absolute;
	top: 35px;
	left: 475px;
}

#social {
	padding: 45px 20px 0px 0px;
	display: none;
}

#footerMember {
	font-size: 14.12pt;
	padding: 90px 20px 0px 0px;
}

#footerLinks {
	font-size: 10.59pt;
	padding: 0px 20px 0px 0px;
}

.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;
}

.bar {
    background: #dadfe5;
    margin: 0 -400px;
    padding: 30px 400px 60px;
    width: 1170px;
	color: #3e5a79;
}

/*
#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;
}


/* -- Form Style with Background -- */

		.form_simple {
			margin: -12px 0px 20px !important;
			width: 100% !important;
		}
		
		.form_simple .form {
			position: relative;
			padding: 8px 30px 20px !important;	
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			background: #f1f1f1 !important; /* Old browsers */
		}
		
		.form_simple .form .body label {
			font-size: 14px !important;
			margin: 10px 0px 5px 0px !important;
			color: #787878 !important;
		}
		
		.form_simple .form .body input[type="text"], .form_simple .form .body input[type="password"], .form_simple .form .body select, .form_simple .form .body textarea {
			border: #b3b3b3 solid 1px !important;
			font-size: 12px !important;
			padding: 4px !important;
		}
		
		.form_simple .textInput input {
			width: 95% !important;
		}
		
		.form_simple .form .body textarea {
			height: 65px !important;
			width: 95% !important;
		}
		
		.submitButtonContainer {
			margin: 15px 3px 0px 0px !important;
			text-align: right;
		}
		
		.submitButtonContainer input {
			background: #002857 !important;
			color: #fff !important;
			font-size: 19px !important;
			padding: 0px 20px !important;
			border: none;
			cursor: pointer;
		}

#livechat {
    position: absolute;
    top: 0px;
    right: 15px;
}