@import 'reset.css';
@import 'defaults.css';

body {
	background: #ffffff;
	font-family: Arial;
       font-size: 14px;
}

#bgImage {
	background: url(../../content/image/bg.jpg) repeat-x;
}

h1, h2, h3 {
	margin-bottom: .4em;
	font-weight: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #29927b;
}

#main h1 {
	color: #979798;
	font-size: 40px;
}

#main h2 {
	font-size: 30px;
}

a:link {
	color: #29927b;
}
a:visited {
	color: #29927b;
}
a:hover {
	color: #000000;
}

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0px;
}

#header {
	height: 120px;
	padding: 34px 0px 0px 0px;
	font-family: 'Open Sans Condensed', sans-serif;
}

#header h1 {
	width: 400px;
	text-indent: -999em;
	background: url(../../content/image/logo.png) no-repeat;
}

#header h1 a {
	display: block;
	height: 120px;
}

#call {
	font-size: 18px;
	color: #a8a8a8;
	position: absolute;
	top: 4px;
	right: 15px;
}

#tag {
	position: absolute;
	top: 34px;
	right: 320px;
}

#logoTwo {
	position: absolute;
	top: 34px;
	right: 0px;
}

#mainImage {
	min-height: 50px;
	background-color: #fff;
}

#main {
	background: #fff;
	color: #4e4e4e;
}

#main .padding {
	padding: 20px 0px;
}

#footer {
	background: #7da7d9;
	color: #fff;
	text-align: center;
	padding: 20px 0px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 19px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #d9eaff;
}

/*
#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;
}