<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import 'reset.css';
@import 'defaults.css';

body {
	background: #490a12;
	font-family: Arial;
}

h1, h2, h3 {
	margin-bottom: .4em;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
	color: #A44E4E;
}

#main h1 {
	font-size: 25px;
	line-height: 30px;
}

#main h6 {
	color: #5f5e5c;
	font-size: 13px;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 5px;
}
#main .headerbg {
    background: #D10202;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 1px;
}

a:link {
	color: #9b6d3f;
}
a:visited {
	color: #9b6d3f;
}
a:hover {
	color: #000000;
}

#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 38px;
	background: url(../image/container_bg.png) no-repeat;
}

#header {
	height: 114px;
	background: url(../image/header_bg.png) no-repeat;
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
	padding: 14px 0px 0px 10px;
}

#header h1 {
    background: rgba(0, 0, 0, 0) url("/File/c29228ad-5872-43de-bc1c-99a79c7cff34") no-repeat scroll 0 0;
    text-indent: -999em;
    width: 340px;
}

#header h1 a {
	display: block;
	height: 109px;
}

#call {
    color: #981827;
    font-size: 22px;
    position: absolute;
    right: 58px;
    text-align: right;
    top: 25px;
}

#btn {
    background: none repeat scroll 0 0 #f6ad23;
    box-shadow: -3px 3px 0 #dcdcdc;
    font-size: 16px;
    padding: 5px 20px;
    position: absolute;
    right: 70px;
    top: 78px;
}
#btn a {
    color: #040E45;
    text-decoration: none;
}

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

#main {
	background: #fff;
	color: #4e4e4e;
}

#main .padding {
	padding: 20px;
}

#main p {
	line-height: 18px;
}

.brownBox {
	background: #ece8e2;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 20px 25px;
	margin: 0px 0px 20px;
}

.addModuleButton {
	z-index: 800;
}

#footer {
	background: #490a12;
	color: #fff;
	text-align: center;
	padding: 25px;
}

#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;
}



/* -- Form Style with Background -- */

		.form_simple {
			margin: 0px 0px 60px !important;
			width: 100% !important;
		}
		
		.form_simple .form {
			position: relative;
			padding: 5px 20px 20px !important;	
			border-radius: 8px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			background: none !important;
		}
		
		.form_simple .form .body label {
			font-size: 11px !important;
			margin: 10px 0px 5px 0px !important;
			color: #4e4e4e !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: 20px 0px 0px 0px !important;
			position: absolute;
			right: 20px;
		}
		
		.submitButtonContainer input {
			background: #D10202 !important;
			color: #ffffff;
			font-weight: 300;
			font-family: 'Roboto Slab', serif;
			font-size: 16px;
			padding: 0px 20px;
			border: none;
			cursor: pointer;
		}</pre></body></html>