/*
===================
Global
===================
*/
html {
	background:#95aaae url(/Images/bg-fern.jpg) bottom no-repeat fixed;
	padding:20px 0;
}
body {
	width:650px;
	min-height:500px;
	margin:auto;
	font:12px/150% Arial, Sans-Serif;
	background:#fff;
	color:#666;
	border:3px solid #c4cdcf;
	padding:30px 30px 50px 270px;
	position:relative;
}
h1, h2, h3 {
	font-weight:bold;
	line-height:1.2em;
	color:#7ba2a9;
}
h1 {
	font-size:32px;
	letter-spacing:-1px;
	margin-bottom:35px;
	color:#2f4054;
}
h1 strong {
	color:#ff5c00;
}
h2 {
	font-size:22px;
	letter-spacing:0;
	margin:30px 0 15px 0;
	border-bottom:1px solid #ccc;
	padding:3px;
}
h2 strong {
	font-size:.8em;
}
h3 {
	font-size:16px;
	margin-bottom:12px;
}
a {
	color:#BA5600;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted #ccc;
}
a[href^="http:"] {
	background-image:url(/Images/ext-link.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:12px;
}
a:hover {
	background-color:#f2f2f2;
}
a[href^="http:"]:hover {
	background-position:right -100px;
}
p, address {
	margin-bottom:1em;
	font-style:normal;
}
strong {
	font-weight:bold;
}
div.clear {
	clear:both;
	height:0;
	line-height:0;
}

/*
===================
Sidebar
===================
*/
#sidebar {
	position:absolute;
	left:20px;
	top:20px;
}
#sidebar h2 {
	margin-top:15px;
}
#home {
	background:none;
	border:none;
}
#nav {
	width:190px;
	margin-top:20px;
}
#nav a {
	display:block;
	padding:3px 5px 3px 12px;
	color:#7d9da3;
	width:173px;
}
#nav ul {
	display:none;
}
#nav li.active ul {
	display:block;
}
#nav li li a {
	padding-left:20px;
	font-size:11px;
	width:165px;
}
#nav li.active a {
	color:#ba5600;
	background:#f1ddcc;
	border-left:6px solid #ba5600;
	padding-left:6px;
}
#nav li.active li a {
	background:none;
	border-left:none;
	padding-left:20px;
}

/*
===================
Footer Styles
===================
*/
#footer {
	position:absolute;
	bottom:0;
	left:0;
	color:#71888d;
	background:#c4cdcf;
	width:940px;
	height:22px;
	font-weight:bold;
	font-size:11px;
	line-height:22px;
	padding:3px 0 0 10px;
}
#footer a {
	margin-left: 10px;
	color:#7d9da3;
}
#credit {
	border:none;
	background:none;
	padding:0;
}
#credit img {
	position:absolute;
	top:5px; right:2px;
	display:block;
}

/*
===================
Lists
===================
*/
ul.bullet {
	padding-left:1.35em;
	margin-bottom:1em;
}
ul.bullet li {
	list-style:disc;
}
ul.bullet li ul {
	margin-left:20px;
}
ul.bullet li ul li {
	list-style:circle;
}
ul.repeater {
	border-top:1px solid #ccc;
	margin-bottom:10px;
	width:95%;
}
ul.repeater li {
	padding:20px 0;
	position:relative;
	border-bottom:1px solid #ccc;
	min-height:1px;
}
ul.repeater img {
	position:absolute;
	top:20px;
	left:0;
}
ul.repeater h2 {
	margin:0;
	color:#2f4054;
	padding:0;
	border:none;
}
ul.repeater span {
	display:block;
	margin-bottom:10px;
	font-weight:bold;
	color:#bf6308;
}
ul.repeater a.jobTitle {
	font-size:16px;
}
#team li {
	padding-left:170px;
}
dt {
	font-weight:bold;
	color:#76903B;
	float:left;
	clear:left;
	width:17%;
}
dd {
	float:left;
	width:82%;
}

/*
===================
Home Page
===================
*/
#homeButtons {
	height:150px;
}
#homeButtons a {
	float:left;
	margin-bottom:12px;
	border:none;
	width:200px;
}
#homeButtons a:hover {
	border-width:3px;
	border-style:solid;
	margin:-3px -3px 9px -3px;
}
#homeButtons a.orange { margin-right:25px; }
#homeButtons a.silver { margin-right:25px; }

#homeButtons a.orange:hover { border-color:#e8b88e;margin-right:22px }
#homeButtons a.silver:hover { border-color:#c4cdcf;margin-right:22px }
#homeButtons a.navy:hover { border-color:#3f5169; }

#homeButtons img {
	display:block;
}
.introPanel {
	width:308px;
	float:left;
}
.introPanel strong {
	line-height:22px;
}
#rotator img {
	display:block;
}
#rotatorWrapper {
	width:308px;
	height:143px;
	position:relative;
	margin-bottom:20px;
}
#rotator li {
	position:absolute;
}
#rotatorEdges {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:308px;
	height:143px;
}
#rotatorEdges div.overlay {
	position:absolute;
	background:#fff;
	opacity:.3;
	filter:alpha(opacity=30);
}
.top {top:0; left:0; height:7px; width:308px; line-height:0; font-size:0}
.bottom {top:136px; left:0; height:7px; width:308px}
.left {top:7px; left:0; height:129px; width:7px}
.right {top:7px; right:0; height:129px; width:7px; line-height:0; font-size:0}

.profilePic {
	float:left;
	margin:0 15px 15px 0;
}

/*
===================
Content
===================
*/
.banner {
	display:block;
	margin-bottom:20px;
	padding:19px 21px 22px 17px;
	background:url(/images/banner-background.jpg) no-repeat;
}
.leadImage img {
	background:#ddd;
	border-left:20px solid #fff;
	float:right;
	margin:0 0 20px 20px;
	padding:7px;
}
q {
	font-style:italic;
}
cite {
	display:block;
	margin-left:30px;
}

/*
========================
Landing Pages
========================
*/
.boxes a {
	float:left;
	border:none;
	background:none;
	margin:0 25px 25px 0;
}
.boxes img {
	float:left;
}

/*
===================
Partners
===================
*/
#sfrLogo {
	float:left;
	margin:15px 15px 15px 0;
}

/*
===================
Forms
===================
*/
.form label {
	float:left;
	width:200px;
	text-align:right;
	padding:3px 10px 0 0;
}
.form input.text,
.form textarea,
.form span.inputGroup {
	border:1px solid #ccc;
	width:250px;
	padding:4px;
}
.form textarea {
	height:150px;
}
.form textarea.small {
	height:75px;
}
.form .textarea textarea {
	width:600px;
	height:500px;
}
.form select {
	width:260px;
	padding:2px;
	border:1px solid #eee;
	border-top-color:#aaa;
	border-left-color:#aaa;
}
.form span.inputGroup {
	display:block;
	background:#fff;
	padding:6px;
	width:246px;
	margin-left:210px;
}
.form span.inputGroup label {
	float:none;
	position:relative;
	top:-1px;
	margin:0 0 0 3px;
	text-align:left;
}
.form span.ref {
	display:block;
	padding-top:3px;
}
.form p {
	clear:left;
	width:auto;
}
.form p.indent {
	margin-left:210px;
}
.form p.indent label {
	float:none;
	color:#000;
}
.form p.photo {
	float:right;
	margin-right:70px;
}
input.button {
	padding:5px 20px;
	margin-top:15px;
}
div.success {
	margin-top:40px;
}
div.success h2 {
	margin-bottom:4px;
}

/*
===================
Validation 
===================
*/
.validation-container {
	line-height:110%;
	margin-bottom:35px;
	border:2px solid #d29253;
	padding:8px;
}
.validation-title {
	font-size:16px;
	font-weight:bold;
	line-height:100%;
	margin:0 0 6px 0;
	background:none;
	padding:0;
	color:#bf6308;
}
.validation-container li {
	color:#bf6308;
	margin:0;
	line-height:130%;
}

/*
========================
Tables
========================
*/
table.gridview {
	width:100%;
	background:#fff;
	margin-bottom:.8em;
	border:1px solid #ccc;
}
table.gridview tr.unavailable {
	background:#F4ACAC;
}
table.gridview tr.alt {
	background:#eee;
}
table.gridview tr.warning {
	background:#ffc;
}
table.gridview tr.total * {
	border-width:0;
}
table.gridview tr.total select {
	border-width:1px;
	margin-left:5px;
}
table.gridview tr.total select option {
	padding-right:10px;
}
table.gridview tr.total td {
	padding-top:10px;
	padding-bottom:6px;
	padding-right:10px;
	text-align:right;
}
table.gridview th, table.gridview td {
    padding:7px 0 7px 8px;
    text-align:left;
    border-bottom:1px solid #ccc;
    vertical-align:middle;
}
table.gridview th {
	color:#fff;
	background:#9dcdcd url(/Images/bg-table-header.gif) top repeat-x;
	font-weight:bold;
	letter-spacing:1px;
	padding:4px 0 4px 8px;
}
table.gridview th.short {
	width:15%;
}
table.gridview th select {
	font-weight:normal;
	font-style:normal;
}
table.gridview th select.categorySelect {
	width:175px;
}
table.gridview td.short {
	width:8%;
}
table.gridview input.text {
	width:25px;
	text-align:center;
}
table.gridview input.long {
	width:300px;
	text-align:left;
}
table.gridview .productName {
	width:240px;
}
table.gridview .money {
	text-align:right;
	width:70px;
	padding-right:10px;
}
table.cart .highlight {
	background:#fff;
}
table.gridview .customer {
	padding-top:8px;
	padding-bottom:8px;
}
table.gridview .subtotal {
	border-top:10px solid #ddd;
}
table.gridview td.total {
	font-weight:bold;
}
table.gridview a {
	float:left;
	margin-right:15px;
}
table.gridview td.img {
	width:100px;
}
table.gridview img {
	float:left;
	width:50px;
	height:50px;
	background:#fff;
}
table.gridview a.remove {
	background:url(/Admin/Images/bg-remove.gif) left center no-repeat;
	padding-left:10px;
}
table.gridview tr.freight td {
	padding-top:20px;
}
table.gridview tr.total td {
	text-align:right;
	padding-right:15px;
}
table.gridview tr.total input {
	border:none;
	cursor:default;
	text-align:right;
	padding:0;
	color:#444;
	width:80px;
	background:#fff;
}
table.gridview tr.total div {
	text-align:right;
}
table.gridview tr.grand input {
	font-size:16px;
	font-weight:bold;
	background:#eee;
}
table.gridview tr.grand td {
	background:#eee;
	font-weight:bold;
}
table.gridview ul.bullet {
	font-size:11px;
	margin-bottom:.5em;
	padding:0;
	list-style:none;
}
table.gridview dl {
	padding-left:10px;
	border-left:5px solid #ddd;
	margin:6px 0 0 20px;
}
table.gridview dt {
	font-size:12px;
	font-weight:bold;
	color:#49d;
	line-height:100%;
}
input.nextButton {
	float:right;
	margin-top:10px;
	padding:4px;
}
input.backButton {
	float:left;
	margin-top:10px;
	padding:4px;
}
table.editable {
	margin-top:20px;
}
table.editable td {
	padding:2px 5px;
}
table.editable a {
	float:none;
}
table.editable input {
	width:230px;
}
.pagerControl {
	width:150px;
	text-align:right;
}

/*
========================
Settlement Advice
========================
*/
.adviceBlock {
	clear:left;
	border-top:1px solid #ccc;
	padding-top:15px;
	margin-top:20px;
}
.adviceBlock img {
	float:right;
	margin:0 0 10px 10px;
}
.adviceBlock h3 {
	border:none;
}
.adviceBlock dl {
	overflow:auto;
	margin-bottom:10px;
}

/*
========================
Contact Page
========================
*/
address {
	float:left;
	width:11em;
	border-right:1px solid #ccc;
	margin-right:25px;
}
address span {
	display:block;
	line-height:150%;
}
ul.contact {
	padding-bottom:3em;
}
ul.contact span {
	float:left;
	width:3.5em;
	margin-right:.4em;
	color:#BF6308;
}
ul.contact li {
	font-size:13px;
	float:none;
	width:auto;
	margin:0 0 .5em 0;
	line-height:120%;
}
p.formIntro {
	margin:0 20px 1.5em 20px;
}
#map {
	height:400px;
	margin-bottom:40px;
}

/*
========================
Useful Links
========================
*/
#links li {
	float:left;
	width:50%;
	height:143px;
	border-top:1px solid #ccc;
	padding-top:20px;
}
#links img {
	display:block;
	margin-bottom:7px;
}
#links a {
	color:#777;
	background:none !important;
	padding:0 !important;
}