/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
table {border:0;border-color:#fff;}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; background: url("/img/background.jpg") repeat;}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }



/* =============================================================================
   Links
   ========================================================================== */

a { color: #526656; }
a:visited { color: #526656; }
a:hover { color: #526656; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

p{margin:0 0 1.0em 0;}

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"], [role="button"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Tyler Kiser
   ========================================================================== */
	.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
   	.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
	.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
	.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
	.hidden {display:none;}

   	.center {margin:0 auto;}
	.span-1 {width:3.20833333333%;}
	.span-2 {width:7.41666666667%;}
	.span-3 {width:11.625%;}
	.span-4 {width:15.8333333333%;}
	.span-5 {width:20.0416666667%;}
	.span-6 {width:24.25%;}
	.span-7 {width:28.4583333333%;}
	.span-8 {width:32.6666666667%;}
	.span-9 {width:36.875%;}
	.span-10 {width:41.0833333333%;}
	.span-11 {width:45.2916666667%;}
	.span-12 {width:49.5%;}
	.span-13 {width:53.7083333333%;}
	.span-14 {width:57.9166666667%;}
	.span-15 {width:62.125%;}
	.span-16 {width:66.3333333333%;}
	.span-17 {width:70.5416666667%;}
	.span-18 {width:74.75%;}
	.span-19 {width:78.9583333333%;}
	.span-20 {width:83.1666666667%;}
	.span-21 {width:87.375%;}
	.span-22 {width:91.5833333333%;}
	.span-23 {width:95.7916666667%;}
	.span-24 {width:100%;margin-right:0;}

	.pad-1 {padding:.3em;}
	.pad-2 {padding:.6em;}
	.pad-3 {padding:.9em;}
	.pad-4 {padding:1.2em;}
	
	.suppend-1 {padding-top:.3em;}
	.suppend-2 {padding-top:.6em;}
	.suppend-3 {padding-top:.9em;}
	.suppend-4 {padding-top:1.2em;}
	.suppend-8 {padding-top:3.6em;}

	.subpend-1 {padding-bottom:.3em;}
	.subpend-2 {padding-bottom:.6em;}
	.subpend-3 {padding-bottom:.9em;}
	.subpend-4 {padding-bottom:1.2em;}
	
	.append-1 {padding-right:.3em;}
	.append-2 {padding-right:.6em;}
	.append-3 {padding-right:.9em;}
	.append-4 {padding-right:1.2em;}

	.prepend-1 {padding-left:.3em;}
	.prepend-2 {padding-left:.6em;}
	.prepend-3 {padding-left:.9em;}
	.prepend-4 {padding-left:1.2em;}
	.prepend-8 {padding-left:2.4em;}
	
	.subpush-1 {margin-bottom:.3em;}
	.subpush-2 {margin-bottom:.6em;}
	.subpush-3 {margin-bottom:.9em;}
	.subpush-4 {margin-bottom:1.2em;}

	.suppush-1 {margin-top:.3em;}
	.suppush-2 {margin-top:.6em;}
	.suppush-3 {margin-top:.9em;}
	.suppush-4 {margin-top:1.2em;}

	.negmargin-2 {margin-top:-.9em;margin-bottom:-.9em;}
	.negmargin-top {margin-top:-.9em;}
	.hidden {display: none;}
	
	.push-1 {margin-left:.3em;}
	.push-2 {margin-left:.6em;}
	.push-3 {margin-left:.9em;}
	.push-4 {margin-left:1.2em;}

	.pull-1 {margin-right:.3em;}
	.pull-2 {margin-right:.6em;}
	.pull-3 {margin-right:.9em;}
	.pull-4 {margin-right:1.2em;}

	.half {width:49%;}

	.servicesLink a{color: #cb6803!important;}

	.text-right {text-align:right;}
	
	.relative {position:relative;}
	.absolute {position:absolute;}
	.block {display:block;}
	
	.bg-dark {background-color:#2e6663;}
	.bg-white {background: #fff;}
	.bg-black {background:#000;}
	.bg-orange {background:#cb6803;}
	
	.fright {float:right;}
	.fleft {float:left;}
	
	.xx-large {font-size:1.8em;}
	.x-large {font-size:1.5em;}
	.large {font-size:1.2em;}
	.regular {font-size:1.0em;}
	.small {font-size:0.85em;}
	.bold {font-weight:bold;}

	.pageTitle {width:60%;}

	.no-underline, .no-underline a {text-decoration:none;}

	.border-dark {border:10% solid #bcbcbc;}
	.border-bottom {border-top:0;border-right:0;border-left:0;}
	
	.dark {color:#888;}
	.white {color:#fff;}
	.black {color:#000;}
	.red{color:#990000;}

	.text-center {text-align:center;}
	
	.blue-gradient{
		background-color:#68a8dc;
		background-image: linear-gradient(bottom, #68a8dc 0%, #96c9f3 100%);
		background-image: -o-linear-gradient(bottom, #68a8dc 0%, #96c9f3 100%);
		background-image: -moz-linear-gradient(bottom, #68a8dc 0%, #96c9f3 100%);
		background-image: -webkit-linear-gradient(bottom, #68a8dc 0%, #96c9f3 100%);
		background-image: -ms-linear-gradient(bottom, #68a8dc 0%, #96c9f3 100%);
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #68a8dc),color-stop(1, #96c9f3));	
	}

	.orange-gradient{
		background-color:#cb6803;
		background-image: linear-gradient(bottom, #cb6803 0%, #e38a2e 100%);
		background-image: -o-linear-gradient(bottom, #cb6803 0%, #e38a2e 100%);
		background-image: -moz-linear-gradient(bottom, #cb6803 0%, #e38a2e 100%);
		background-image: -webkit-linear-gradient(bottom, #cb6803 0%, #e38a2e 100%);
		background-image: -ms-linear-gradient(bottom, #cb6803 0%, #e38a2e 100%);
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cb6803),color-stop(1, #e38a2e));	
	}

	.round-1 {border-radius: 0.2em 0.2em 0.2em 0.2em;}
	.round-2 {border-radius: 0.4em 0.4em 0.4em 0.4em;}
	.round-3 {border-radius: 0.6em 0.6em 0.6em 0.6em;}
	.round-4 {border-radius: 0.8em 0.8em 0.8em 0.8em;}

	.shadow-dark {-moz-box-shadow: 2px 2px 5px #888;-webkit-box-shadow: 2px 2px 5px #888;box-shadow: 2px 2px 5px #888;}

	nav.main_menu {top:-1000em;}
	nav.show {position:relative;top:0;}
	nav.main_menu div {margin:0 .6em 0 1em;}
	nav.main_menu ul {background:#ededed;border-radius: 0.8em 0em 0.8em 0.8em;}
	nav.main_menu ul li {border-bottom:1px solid #888;}
	nav.main_menu ul li.first {}
	nav.main_menu ul li a, nav.main_menu ul li a:visited, nav.main_menu ul li a:hover, nav.main_menu ul li a:focus {color:#000; text-decoration:none;padding:.5em;display:block;font-size:1.5em;font-weight:bold;}
	nav.main_menu li.last {cursor:pointer;border:none;}

	div.menuContainerLeft {margin-top:25px;}
	div.menuContainerLeft ul, div.menuContainerLeft li {margin:0; padding:0; list-style-type:none;}
	div.menuContainerLeft ul {}
	div.menuContainerLeft li {padding:0px 0 0px 10px; background-color: #C0C0C0;}
	div.menuContainerLeft ul li a {text-decoration:none; color:#444; font-size:25px;font-weight:bold;}
	div.menuContainerLeft ul li a:visited {color:#222;}
	div.menuContainerLeft ul li:hover li a {color: #000;}
	div.menuContainerLeft ul li:hover a {color:#444;}
	div.menuContainerLeft ul li.selected {color:#444;font-weight:bold;}

	.navNotSelected {border:1px solid #5f5f5f;padding:5px 8px;text-decoration:none;color:#5f5f5f!important;margin:0 5px 0 0;}
	.navSelected {border:1px solid #989898;padding:5px 8px;text-decoration:none;color:#989898!important;margin:0 5px 0 0;}

	header {background:url("/img/tan_ribbon.png") repeat-x top center;height:52px;}
	div.tan-bottom {background:url("/img/tan_ribbon_bottom.png") repeat-x top center;height:60px;}
	
	.full {width:100%;height:auto;}
	.tall {height:2em;}
	.moreEvents {color:#cb6803!important;}

	.lead-1 {line-height:1em;}
	.lead-2 {line-height:1.2em;}
	.lead-3 {line-height:1.5em;}
	.lead-4 {line-height:1.7em;}

	.no-margin {margin:0;}

	div#searchBox input#searchString {color:#999;border:1px solid #e1dfdf;width:89%;height:30px;padding:0 0 0 1%;}
	div#searchBox input#btnSearch {border:0;position:absolute;top:8px;right:6%;}
	
	.scale-image img {width:90%;height:auto;}
	.half img {max-width:400px;}
	img#logo {width:52%;height:auto;max-width:825px;margin-top:5%;padding-bottom:5%;}
	
	footer a, footer a:hover, footer a:focus, footer a:visited {color:#fff;}

	.footer-gradient{
		background-color:#6d92af;
		background-image: linear-gradient(bottom, #6d92af 0%, #94aec7 100%);
		background-image: -o-linear-gradient(bottom, #6d92af 0%, #94aec7 100%);
		background-image: -moz-linear-gradient(bottom, #6d92af 0%, #94aec7 100%);
		background-image: -webkit-linear-gradient(bottom, #6d92af 0%, #94aec7 100%);
		background-image: -ms-linear-gradient(bottom, #6d92af 0%, #94aec7 100%);
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #6d92af),color-stop(1, #94aec7));	
	}





/*
 * Media queries for responsive design github.com/h5bp/mobile-boilerplate/wiki/The-Style
 */


/* Styles for desktop and large screen ----------- */

/*styles for 800px and up!*/
@media only screen and (min-width: 800px) {
  /* Styles */
}/*/mediaquery*/


/* iPhone 4, Opera Mobile 11 and other high pixel ratio devices ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* prevent callout */
.nocallout {-webkit-touch-callout: none;}

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {-webkit-appearance: none;}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if they have been set as display: none */
.gifhidden {position: absolute; left: -100%;}

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.border-light {border:1px solid #ccc;}
.border-medium {border:1px solid #888;}
.border-dark {border:1px solid #512c1e;}
.border-grey {border:1px solid #ebe7da;}
.border-brown-1 {border:1px solid #efebdf;}
.border-brown {border:2px solid #967850;}
.border-white {border:1px solid #fff;}
.border-right {border-top:0;border-bottom:0;border-left:0;}
.border-left {border-top:0;border-bottom:0;border-right:0;}
.border-top {border-bottom:0;border-left:0;border-right:0;}
.border-bottom {border-top:0;border-left:0;border-right:0;}
.border-top-bottom {border-left:0;border-right:0;}
.border-bottom-right {border-top:0;border-left:0;}
.border-dotted {border-style:dotted;}
.border-dashed {border-style:dashed;}
.border-thick {border-width:5px;}

.link-white, .link-white:visited {color:#fff;}
.dark-brown {color: #967850;}

nav.main_menu {top:-1000em;}
nav.show {position:relative;top:0;}
nav.main_menu div {margin:0 .6em 0 1em;}
nav.main_menu ul {background:#fff;border-radius: 0.8em 0.8em 0.8em 0.8em;}
nav.main_menu ul li {border-bottom:1px solid #967850;}
nav.main_menu ul li.first {}
nav.main_menu ul li a, nav.main_menu ul li a:visited, nav.main_menu ul li a:hover, nav.main_menu ul li a:focus {color:#967850; text-decoration:none;padding:.5em;display:block;font-size:1.5em;font-weight:bold;}
nav.main_menu li.last {cursor:pointer;border:none;}

nav.top_menu {text-align:center;}
nav.top_menu ul {width:90%;margin:0 5%;background: url("/img/menu_ul_bg.png") repeat-y top right;}
nav.top_menu li {border-top:1px solid #e1dfdf;border-bottom:1px solid #e1dfdf;margin-bottom:20px;background: url("/img/menu_bg.png") no-repeat center left;}
nav.top_menu li.last {margin-bottom:0;}
nav.top_menu li a, nav.top_menu li a:hover, nav.top_menu li a:visited{color:#6c4f26;font-family:LoraRegular;font-size:20pt;text-decoration: none;font-weight:bold;}
nav.top_menu li ul {display:none;}

nav.left_menu {text-align:center;}
nav.left_menu ul {background:none;}
nav.left_menu ul li a {color:#fff;}
nav.left_menu ul ul {width:100%;background: url("/img/menu_ul_bg.png") repeat-y top right;}
nav.left_menu ul ul li {border-top:1px solid #e1dfdf;border-bottom:1px solid #e1dfdf;margin-bottom:20px;background: url("/img/menu_bg.png") no-repeat center left;}
nav.left_menu ul ul li.last {margin-bottom:0;}
nav.left_menu ul ul li a, nav.left_menu ul ul li a:hover, nav.left_menu ul ul li a:visited{color:#6c4f26;font-family:LoraRegular;font-size:20pt;text-decoration: none;font-weight:bold;}


a#menu_link{cursor:pointer;}
a#menu_link img {width:20%;height:auto;}

div#white-content {margin-top:-18%;padding-top:18%;}

@font-face {
    font-family: 'LoraRegular';
    src: url('Lora-Regular-webfont.eot');
    src: url('Lora-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Lora-Regular-webfont.woff') format('woff'),
         url('Lora-Regular-webfont.ttf') format('truetype'),
         url('Lora-Regular-webfont.svg#LoraRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LoraItalic';
    src: url('Lora-Italic-webfont.eot');
    src: url('Lora-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Lora-Italic-webfont.woff') format('woff'),
         url('Lora-Italic-webfont.ttf') format('truetype'),
         url('Lora-Italic-webfont.svg#LoraItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LoraBold';
    src: url('Lora-Bold-webfont.eot');
    src: url('Lora-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Lora-Bold-webfont.woff') format('woff'),
         url('Lora-Bold-webfont.ttf') format('truetype'),
         url('Lora-Bold-webfont.svg#LoraBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LoraBoldItalic';
    src: url('Lora-BoldItalic-webfont.eot');
    src: url('Lora-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Lora-BoldItalic-webfont.woff') format('woff'),
         url('Lora-BoldItalic-webfont.ttf') format('truetype'),
         url('Lora-BoldItalic-webfont.svg#LoraBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

.small-caps {font-variant:small-caps;}
.box-title {font-family:LoraBold;}
.link-brown {color:#6c4f26!important;} 
.padding-area {padding:2% 5%;}
.link-light {color:#ccc;}
.link-medium {color:#999}
.link-dark {color:#666;}
.link-black {color:#000;}
.link-green {color:#526656!important;} 
.link-blue {color:#3e89e6 !important;}
.link-grey {color:#666666!important;}
.link-teal {color:#61acbc!important;}

.bold {font-weight:bold;}

.link-light, .link-medium, .link-dark, .link-black, .link-white, .link-green, .link-brown, .link-blue {text-decoration:none;}

div#loginBox #btnRegister{background:url("/img/create_account.png") no-repeat;width:168px;height:38px;border:0;color:#fff;font-family:LoraBold;font-size:15px;font-weight:bold;}
div#loginBox #btnSave{background:url("/img/login_account.png") no-repeat;width:103px;height:38px;border:0;color:#fff;font-family:LoraBold;font-size:15px;font-weight:bold;}

.readonly {border:1px solid #ccc;}									  
.optional, .optionalNumeric, .optionalDate, .optionalEMailAddress {border:1px solid #ccc;margin:0px;}
.rqrd, .rqrdDate, .rqrdBoolean, .rqrdNumeric, .rqrdEMailAddress {border:1px solid #000;margin:0px 0px 0px 0px;}
.rqrdErr, .rqrdDateErr, .rqrdBooleanErr, .rqrdNumericErr, .rqrdEMailAddressErr,.optionalErr, .optionalNumericErr, .optionalDateErr, .optionalEMailAddressErr {border:2px solid #fc4b4b;margin:0px 0px 0px 0px;}
.rqrdDate, .rqrdNumeric, .rqrdDateErr, .rqrdNumericErr, .optionalNumeric, .optionalNumericErr, .optionalDate, .optionalDateErr{text-align:right;margin:0px 0px 0px 0px;}

div.prod_cat {height:140px;width:140px;background: url("/img/prod_cat_bg.jpg") center bottom no-repeat, url("/img/prod_cat_end.jpg") right center no-repeat; }
div.prod_cat img {height:80px;width:80px;}
div#cat_container {background:url("/img/prod_cat_end.jpg") left 9px repeat-y;}
div#list_container {background:url("/img/prod_list_end_2.jpg") left top repeat-y;}
div.product_list_item {width:140px;background: url("/img/prod_cat_bg.jpg") center bottom no-repeat, url("/img/prod_list_end.jpg") right top no-repeat;}
div.product_title {width:125px;height:55px;overflow:hidden;}
div.package_size {width:125px;height:20px;overflow:hidden;}
div.product_price, div.product_add {width:125px;height:35px;overflow:hidden;}
a#viewlargerImage { display:block; margin:-16px 9px 0 0;color:#c5b7a3;width:110px;right:0px;padding:0 5px;text-decoration:none;position:relative;z-index:1001;font-weight:bold;}
.mousetrap {border:1px solid #efebdf;}
.image_container, #prodThumbs {border-bottom:1px double #6c4f26;}
.image_container {padding-bottom:2px;}
.middle{vertical-align:middle;}
div#item_add {border:1px solid #eae5d8;}
div#pageHeaderContent img, div#pageFooterContent img {padding:10px;}

#fancybox-content {background:#efebdf;border:10px solid #dbd6c7!important;}
#fancybox-content img, img#add_to_cart{vertical-align:middle;}
input#continueShop {background:url("/img/mini_continue.png") no-repeat;width:162px;height:38px;border:0;font-family:LoraBold;color:#fff;font-size:15px;font-weight:bold;}
div.proceedCheckout {background:url("/img/proceed_checkout.png") no-repeat;width:89px;height:38px;border:0;}
table#shoppingCart td div {height:95px;}

input.quantity {border:1px solid #efebdf;}
div.remove {background:url("/img/remove_button.png") no-repeat left center;height:20px!important;padding:2px 0 0 15px;width:60px!important;}
input#updateCart {background:url("/img/update_cart.png") no-repeat;width:106px;height:38px;border:0;font-family:LoraBold;color:#fff;font-weight:bold;}
input#emptyCart {background:url("/img/empty_cart.png") no-repeat;width:106px;height:38px;border:0;font-family:LoraBold;color:#fff;font-size:15px;font-weight:bold;}
div#ship_info {min-height:375px;}
.order_review_info {min-height:150px;}
div#loginBox {height:480px;overflow:hidden;}

.uppercase {text-transform: uppercase;}
.normal {font-size:1em;}
.brown {color:#6c4f26;}
.style-normal {font-weight:normal;}
.dark {color:#666;}
.m-large {font-size:1.3em;}
.bg-light-brown {background:#efebdf;}