@import 'reset.css';
@import 'defaults.css';

body {
	background: #ffffff;
    color:#000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

h1, h2, h3 {
	margin-bottom: .4em;
	font-weight: normal;
    color: #00d2ff;
}

a:link {
	color: #00d2ff;
}
a:visited {
	color: #00d2ff;
}
a:hover {
	color: #00d2ff;
}

#editLinks {
    /*position: absolute !important;*/
    width: 100%;
}

#bgImage {
    clear: both;
}

#container {
	position: relative;
	width: 1170px;
	margin: 0 auto;
	padding: 0 25px;
	/*background: url(../image/container_bg.png) repeat-y;*/
}

#header {
	/*height: 120px;*/
	/*background: url(../image/header_bg.png) no-repeat;*/
}
#header .padding {
	/*padding: 20px;*/
}

/*#header #logo{
    If needed to position logo
}*/

#phone, #callToAction {
position:absolute;
font-family:'Open Sans', sans-serif;
}

#phone {
top:5px;
right:35px;
text-align:right;
font-size:24px;
}

#callToAction {
    top: 45px;
    right: 35px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    padding:3px 20px 5px;
}

#mainImage {
	min-height: 50px;
	/*background-color: #fff;*/
}

#main {
	/*background: #fff;*/
    clear:both;
}

#main .padding {
	padding: 1em;
}

#footer {
	height: auto;
    background-color: #00d2ff;
	/*background: url(../image/footer_bg.png) center 0 no-repeat;*/
	color: #fff;
	text-align: center;
    width:100%;
    margin-left:0px;
}

#footerMenu {
    margin: 0px auto;
    max-width: 920px;
}

#footer .padding {
	padding: 30px;
}
#footer a {
	color: #fff;
	text-decoration: none;
	border: 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;
}

.fullHero {
    width: 1921px;
    margin-left: -375px;
}

.social {
    clear: both;
    width: 1170px;
    margin: 0px auto;
    text-align: center;
}
#thumbListPopupFull img {
  max-width: 100%;
}
.thumbListPopup .preview {
    border: 2px solid #dcdcdc;
    border-radius: 10px;
    float: left;
    height: 220px !important;
    overflow: hidden;
    text-align: center;
    width: 340px !important;
}

#header .padding {
    padding: 5px;
}
.form_simple .form .body label {
   color: #000000;
}