@import 'reset.css';
@import 'defaults.css';

body {
	background: #fff /*url(../../content/image/body_bg.png) 0 0 repeat-x*/;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
}

h1, h2, h3 {
	margin-bottom: .4em;
	font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #630460;
}

a:link {
	color: #630460;;
}
a:visited {
	color: #630460;;
}
a:hover {
	color: #630460;;
}

#editLinks {
    position: absolute !important;
    width: 100%;
}

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 25px;
	/*background: url(../image/container_bg.png) repeat-y;*/
}

#header {
    background-image: none !important;
    height: auto;
    padding: 10px;
    width: 100%;
}
#header .padding {
	padding: 20px;
}
#header h1 {
    background: url("/File/baf0f189-24ef-47ed-b126-f451fad5dd8a") no-repeat scroll 0 0 / 250px auto rgba(0, 0, 0, 0);
    height: 135px;
    margin-top: 0;
    text-indent: -999em;
    width: 300px;
}
#header h1 a {
	display: block;
	
}

#mainImage {
	min-height: 50px;
	background-color: #fff;
}

#main {
	background: #fff;
}

#main .padding {
	padding: 1em;
}

#footer {
	height: 100px;
	background: url(../image/footer_bg.png) center top no-repeat;
	color: #fff;
	text-align: center;
    width: 105%;
    margin-left: -2.5%;
}
#footer .padding {
	padding: 30px;
}
#footer a {
	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;
}

input[type="submit"]{
border: none;
padding: 2px 15px 4px;
cursor:hand;
cursor:pointer;
}

.footerSocial {
    text-align: right;
}

.headerCall {
    color: #828282;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 25px;
    margin: 0 auto;
    position: unset;
    right: 0;
    text-align: center;
    top: 0;
    width: 235px;
}

.yellowRounded {
    background-color: #e5a22d;
    border-radius: 35px;
    color: #fff;
    position:relative;
    z-index:600;
    font-size:18px;
}
.purpleRounded {
    background-color: #630460;
    border-radius: 35px;
    color: #fff;
    position:relative;
    font-size:18px;
}

    .yellowRounded a {
        text-decoration: none;
        color: #fff !important;
    }

.purpleRounded {
    background-color: #630460;
    border-radius: 35px;
    color: #fff;
}

.grayBG {
    border-radius: 5px;
    background-color: #ecebe8;
    padding:10px;
}

.header-review-button {
    background: #E5A22D;
    border-radius: 20px;
    margin: 10px auto;
    padding: 3px;
    width: 205px;
}
.header-review-button-text {
    color: #ffffff;
    font-size: 17px;
    padding-left: 5px;
    vertical-align: top;
}