/* ---------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------- GENERAL ---------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */
body
{
	background-color: #999;
	font-family: arial;
	font-size: 12px;
}

#page_wrapper
{
	background-color: #fff;
	width: 990px;
	margin: 4px auto;
	border: 1px solid #358;
}
br.clear
{
	clear: both;
}

/* ---------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------- HEADER WRAPPER --------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */
#header_wrapper
{
	text-align: left;
	padding: 6px 0 0 16px;
	margin-bottom: -16px;
	font-family: 'JournalRegular', 'arial';
	font-size: 30px;
	color: #358;
	background-color: #ddd;
}

/* ---------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------- NAV WRAPPER ------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------- */


#nav_wrapper
{
	border-bottom: 1px solid #358;
	padding-bottom: 24px;
	font-family: 'WhitehallRegular', 'arial';
	letter-spacing: 1mm;
	text-transform: uppercase;
	background-color: #ddd;
}

#nav_wrapper ol
{
	position: relative;
	/*clear: both;*/
	/*width: 988px;*/
	/*height: 22px;*/
	margin: 0px;
	padding: 0px 15px 0 0;
	list-style: none;
	float: right;
	z-index: 2000;
}

#nav_wrapper ol li
{
	background: url(/images/nav/left.png) top left no-repeat;
	float: left;
	display: inline;
	margin: 1px 0px 0px 0px;
	padding: 0px 0 0 8px;
	/*height: 20px;*/
	cursor: pointer;
	position: relative;
	font-size: 12px;
}
#nav_wrapper ol li#current
{
	background-image:url("/images/nav/left_on.png");
}
#nav_wrapper ol li a
{
	background: url(/images/nav/right.png) top right no-repeat;
	padding:8px 15px 3px 6px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#nav_wrapper ol li a:hover
{
	color: #335588;
}
#nav_wrapper ol li#current a
{
	background-image:url("/images/nav/right_on.png");
	color:#358;
	padding-bottom:4px;
}

#nav_wrapper ol ol.subnav
{
	padding: 0px;
	margin: 6px 0 0 0;
	list-style: none;
	color: #2f4f4f;
	position: absolute;
	left: -999em;
	border: 1px solid #2f4f4f;
	background-color: #e3e3e3;
	background-image: none;
	font-size: 10px;
	font-weight: bold;
	z-index: 1000;
}

#nav_wrapper ol li ol.subnav li
{
	padding: 0px;
	margin: 0px;
	width: 140px;
	float: left;
	clear: both;
}

#nav_wrapper ol li ol.subnav li a, 
#nav_wrapper ol li ol.subnav li ol.subnav li a,
#nav_wrapper ol li#current ol.subnav li a
{
	display: block;
	margin: 0px;
	padding: 4px;
	width: 132px;
	text-decoration: none;
	color: #2f4f4f;
	background-image: none;
}

#nav_wrapper ol li ol.subnav li:hover, 
#nav_wrapper ol li ol.subnav li.sfhover,
#nav_wrapper ol li#current ol.subnav li:hover, 
#nav_wrapperq ol li#current ol.subnav li.sfhover
{
	background-color: #2f4f4f;
}

#nav_wrapper ol li ol.subnav li:hover a, 
#nav_wrapper ol li ol.subnav li.sfhover a:hover, 
#nav_wrapper ol li ol.subnav li ol.subnav li:hover a, 
#nav_wrapper ol li ol.subnav li.sfhover ol.subnav li.sfhover a,
#nav_wrapper ol li#current ol.subnav li:hover a, 
#nav_wrapper ol li#current ol.subnav li.sfhover a:hover, 
#nav_wrapper ol li#current ol.subnav li ol.subnav li:hover a, 
#nav_wrapper ol li#current ol.subnav li.sfhover ol.subnav li.sfhover a
{
	color: #e3e3e3;
}

ol.subnav li a, 
ol.subnav li ol.subnav li a
{
	_color: #2f4f4f !important;
}

ol.subnav li.sfhover a, 
ol.subnav li.sfhover a, 
ol.subnav li.sfhover ol.subnav li.sfhover a
{
	_color: #e3e3e3 !important;
}

#nav_wrapper ol li:hover ol.subnav, 
#nav_wrapper ol li.sfhover ol.subnav
{
	left: -1px;
	top: 20px;
	_top: 19px;
}

#nav_wrapper ol li:hover ol.subnav li:hover ol.subnav, 
#nav_wrapper ol li.sfhover ol.subnav li.sfhover ol.subnav
{
	left: auto;
	top: auto;
}

#nav_wrapper ol li ol.subnav li ol.subnav
{
	margin: -21px 0px 0px 200px;
}

ol ol.subnav
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-image: none;
}

#nav_wrapper ol li:hover ol.subnav ol.subnav, 
#nav_wrapper ol li.sfhover ol.subnav ol.subnav
{
	left: -999em;
}

/* Begin Right Aligning Menus */

#nav_wrapper ol ol.subnav.right
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	color: #676767;
	position: absolute;
	left: -999em;
	border: 1px solid #c7c7c7;
	background-color: #e3e3e3;
	font-size: 10px;
	font-weight: bold;
	width: 200px;
}

#nav_wrapper ol li ol.subnav.right li
{
	padding: 0px;
	margin: 0px;
	width: 200px;
	float: right;
	clear: both;
}

#nav_wrapper ol li ol.subnav.right li a, 
#nav_wrapper ol li ol.subnav.right li ol.subnav.right li a
{
	display: block;
	margin: 4px;
	padding: 0px;
	width: 192px;
	text-decoration: none;
	color: #676767;
	text-align: left;
}

#nav_wrapper ol li ol.subnav.right li:hover, 
#nav_wrapper ol li ol.subnav.right li.sfhover
{
	background-color: #676767;
}

#nav_wrapper ol li ol.subnav.right li:hover a, 
#nav_wrapper ol li ol.subnav.right li.sfhover a:hover, 
#nav_wrapper ol li ol.subnav.right li ol.subnav.right li:hover a, 
#nav_wrapper ol li ol.subnav.right li.sfhover ol.subnav.right li.sfhover a
{
	color: #e3e3e3;
}

ol.subnav.right li a, 
ol.subnav.right li ol.subnav.right li a
{
	_color: #676767 !important;
}

ol.subnav.right li.sfhover a, 
ol.subnav.right li.sfhover ol.subnav.right li.sfhover a
{
	_color: #e3e3e3 !important;
}

#nav_wrapper ol li:hover ol.subnav.right, 
#nav_wrapper ol li.sfhover ol.subnav.right
{
	left: -89px;
	top: 20px;
	_top: 19px;
}

#nav_wrapper ol li:hover ol.subnav.right li:hover ol.subnav.right, 
#nav_wrapper ol li.sfhover ol.subnav.right li.sfhover ol.subnav.right
{
	left: auto;
	top: auto;
}

#nav_wrapper ol li ol.subnav.right li ol.subnav.right
{
	margin: -21px 0px 0px -202px;
}

ol ol.subnav.right
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#nav_wrapper ol li:hover ol.subnav.right ol.subnav.right, 
#nav_wrapper ol li.sfhover ol.subnav.right ol.subnav.right
{
	left: -999em;
}

/* ---------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------- BREADCRUMBS ------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------- */
div#breadcrumbs
{
	color: #000;
	margin: 6px 10px;
	padding: 0;
	font-size: 12px;
}

.breadcrumbs_spacer
{
	padding: 0px 4px;
}

div#breadcrumbs a
{
	color: #358;
}

div#breadcrumbs a:hover
{
	text-decoration: none;
}

/* ---------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------- TEXTS ------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------------------------------------------------- */
h1{
	border-bottom: 1px solid #999999;
	color: #358;
	font-family: 'WhitehallRegular', Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 4px 2px 2px 4px;
	font-weight: bold;
	margin: 0;
}

/* ---------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------- FOOTER ----------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */
#footer_wrapper
{
	background-color: #358;
	text-align: center;
	padding: 3px;
	color: #ccc;
}
#footer_wrapper a
{
	color: #fff;
}
#footer_nav
{
	width: 984px;
	margin: 4px auto;
	text-align: right;
	
}
#footer_nav a
{
	color: #fff;
	text-decoration: none;
}

/* ---------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------- MODAL WINDOW ----------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------- */
#modal_wrapper {
	display: none;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

/* For IE6. */
* html #modal_wrapper {
	position: absolute;
}

#modal_overlay,
#modal_iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

* html #modal_iframe {
	filter: alpha(opacity = 0.1);
}

#modal_overlay {
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity = 40);
}

#modal_window {
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
}

#modal_window {
	background: #fff;
	border: 2px solid #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1px 20px 0;
	width: 500px;
}

#modal_bar {
	background: #ccc url(/images/modal/gradient.gif) repeat-x;
	border: 1px solid;
	border-color: #eee #ccc #999;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	margin: 0 -19px 1px;
	padding: 5px 10px;
	position: relative;
	color: #358;
}

#modal_bar img
{
	max-height: 10px;
}

#modal_content {
	overflow: hidden;
	margin: 8px;
	color: #358;
}

#modal_content object,
#modal_content embed {
	display: block;
	margin: 0 auto;
}

#modal_content img {
	display: none;
}

#modal_content img.modal_placeholder {
	visibility: hidden;
	width: 100%;
	height: 100px;
}

#modal_image_wrapper {
	background: url(/images/modal/loading.gif) no-repeat center center;
}

#modal_image_wrapper img {
	display: block;
	margin: 0 auto;
}

#modal_close {
	background: url(/images/icons/close.gif) no-repeat;
	cursor: default;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	top: 4px;
	right: 5px;
	text-decoration: none;
	text-indent: -9999px;
	width: 28px;
	height: 15px;
}

#modal_close:hover {
	background-position: left bottom;
}


/* ---------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------- LANDING PAGES ----------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------- */
.section_frame_box{
	background: #cccdf0 url('/images/landing_bg.gif') top left repeat-x;
	border: 1px solid #358;
	vertical-align: top;
	color: #000066;
}
.section_frame_title{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	padding-bottom: 2px;
	font-family: 'WhitehallRegular';
	letter-spacing: .2em;
	text-transform: uppercase;
}
.section_frame_title a{
	color: #FFFFFF;
	text-decoration: none;
}
.section_frame_title a:hover{
	color: #CCCCFF;
	text-decoration: underline;
}

.section_frame_subtitle{
	font-family: 'WhitehallRegular';
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.section_frame_subtitle a{
	color: #CCCCCC;
	text-decoration: none;
}
.section_frame_subtitle a:hover{
	color: #CCCCFF;
	text-decoration: underline;
}
.section_frame_details{
	color: #358;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 6px;
}
.landing_page_box{
	display: block;
	margin: 12px;
	padding: 12px;
	color: #000000;	
	vertical-align: text-top;
	font-size: 12px;
}

.landing_page_box div.img_wrapper
{
	height: 80px;
	width: 80px;
	overflow: hidden;
	float: left;
	margin: 0 8px 8px 0;
	border: 1px solid #000000;
}

.landing_page_box_detail, 
{
	font-size: 10px;
	font-weight: normal;
	text-indent: 10px;
	padding: 3px 3px 3px 8px;
	color:#000000;
}

.landing_page_box a{
	color: #358;
}

.landing_page_box a:hover{
	color: #00f;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------- PHOTO GALLERY ----------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------- */
.gallery_wrapper
{
	margin: 0 auto;
}

.gallery_wrapper .photo_wrapper,
#current_selection .photo_wrapper
{
	display: inline;
	float: left;
	margin: 6px;
	height: 80px;
	width: 80px;
	overflow: hidden;
	border: 1px solid #fff;
}

.gallery_wrapper .photo_wrapper a img
{
}

.image_select_wrapper
{
	height: 400px;
	overflow: scroll;
}
/* ---------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------- CUSTOM DROP DOWN -------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------- */
.action_select_wrapper 
{
	font-family: 'WhitehallRegular', 'arial';
	font-size: 14px;
	border: 1px solid #358;
	width: 160px;
	white-space: nowrap;
	float: left;
	clear: right;
	margin: 4px;	
}
.action_selected
{
	padding: 5px;
	background: #fff url(/images/icons/downarrow.png) right 2px no-repeat;
	cursor: pointer;	
}
.action_select_wrapper .option_list
{
	display: none;
	position: absolute;
	background: #fff;
	margin: 0px 0 0 -1px;
	border-top: 1px solid #ccc;
}
.action_select_wrapper .option_list a
{
	width: 160px;
	display: block;
	height: 25px;
	padding: 9px 0 0;
	border: 1px solid #ccc;
	border-top: 0;
	text-decoration: none;
	color: #358;
}
.action_select_wrapper .option_list a:hover
{
	background-color: #358;
	color: #fff;
}
.action_select_wrapper .option_list a img
{
	float: left;
	margin: -3px 5px 0;
	border: 0;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------- FORMS ------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------- */
label
{
	display: block;
	margin: 8px 0 -2px;
	padding: 0;
	color: #358;
	font-size: 12px;
}
input,
textarea,
select
{
	border: solid 1px #999;
	padding: 2px;
	margin: 4px 4px 4px;
	height: 1.85em;	
	vertical-align: middle;
}
textarea
{
	font-family: arial;
	font-size: 12px;
}
span.checkbox_label
{
	font-size: 12px;
	color: #bbbbbb;
}
span.checkbox_label strong
{
	color: #ffffff;
}

div.button_choices
{
	margin: 5px 7px 5px 67px;
	
} 
.btn {
	font-family: inherit;    
	display:inline-block;
      background:none;
      margin: 0 4px;
      padding:3px 0;
      border-width:0;
      overflow:visible;
      line-height: 1.2em;
      text-decoration:none;
      color:#358;
      font-size: 12px;
      }
    * html button.btn {
      padding-bottom:1px;
      }
    /* Immediately below is a temporary hack to serve the 
       following margin values only to Gecko browsers
       Gecko browsers add an extra 3px of left/right 
       padding to button elements which can't be overriden.
       Thus, we use -3px of left/right margin to overcome this. */
    html:not([lang*=""]) button.btn {
      margin:0 -3px;
      }
    .btn span {
      background:#ddd url(/images/icons/button.gif) repeat-x 0 0;
      margin:0;
      padding:3px 0;
      border-left:1px solid #999;
      border-right:1px solid #888;
      }
    * html .btn span {
      padding-top:0;
      }
    .btn span span {
      position:relative;
      padding:3px .4em;
      border-width:0;
      border-top:1px solid #999;
      border-bottom:1px solid #888;
      }
    
    /* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
    button.pill-l span {
      border-right-width:0;
      }
    button.pill-l span span {
      border-right:1px solid #bbb;
      }
    button.pill-c span {
      border-right-style:none;
      border-left-color:#fff;
      }
    button.pill-c span span {
      border-right:1px solid #bbb;
      }
    button.pill-r span {
      border-left-color:#fff;
      }
    
    /* only needed if implementing separate hover/focus/active state for buttons */
    .btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
      cursor:pointer; /* important for any clickable/pressable element */
      border-color:#358 !important;
      color:#000;
      }
    .btn:active span {
      background-position:0 -400px;
      outline:none;
      }
    .btn:focus, .btn:active {
      outline:none; /* doesn't seem to be respected for <button>, only <a> */
      }

    /* use if one button should be the 'primary' button */
    .primary {
      font-weight:bold;
      color:#000;
      }

.field_note a
{
	font-size: 10px;
	color: #b6d492;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------- UPLOADIFY --------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------- */
#uploadifyUploader
{
	margin: 0 auto;
	display: block;
}
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}
#fileQueue {
	margin: 8px auto;
	width: 400px;
	height: 200px;
	overflow: auto;
	border: 1px solid #E5E5E5;
}
.filename,
.percentage
{
	color: #666666;
}
.upload_buttons
{
	margin: 8px auto;
	width: 700px;
	text-align: center;
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------- FONT-FACE --------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------- */
@font-face {
	font-family: 'JournalRegular';
	src: url('fonts/journal.eot');
	src: local('Journal'), 
	     local('Journal'), 
	     url('fonts/journal.woff') format('woff'), 
	     url('fonts/journal.ttf') format('truetype'), 
	     url('fonts/journal.svg#Journal') format('svg');
}

@font-face {
	font-family: 'HillHouseRegular';
	src: url('fonts/Hill_House.eot');
	src: local('Hill House'), 
	     local('HillHouse'), 
	     url('fonts/Hill_House.woff') format('woff'), 
	     url('fonts/Hill_House.ttf') format('truetype'), 
	     url('fonts/Hill_House.svg#HillHouse') format('svg');
}
@font-face {
	font-family: 'WhitehallRegular';
	src: url('fonts/whitehall.eot');
	src: local('Whitehall'), 
		 local('Whitehall'), 
		 url('fonts/whitehall.woff') format('woff'), 
		 url('fonts/whitehall.ttf') format('truetype'), 
		 url('fonts/whitehall.svg#Whitehall') format('svg');
}

@font-face {
	font-family: 'QlassikMediumRegular';
	src: url('fonts/Qlassik_TB.eot');
	src: local('Qlassik Medium'), 
		 local('QlassikMedium'), 
		 url('fonts/Qlassik_TB.woff') format('woff'), 
		 url('fonts/Qlassik_TB.ttf') format('truetype'), 
		 url('fonts/Qlassik_TB.svg#QlassikMedium') format('svg');
}

@font-face {
	font-family: 'QlassikBoldRegular';
	src: url('fonts/QlassikBold_TB.eot');
	src: local('Qlassik Bold'), 
		 local('QlassikBold'), 
		 url('fonts/QlassikBold_TB.woff') format('woff'), 
		 url('fonts/QlassikBold_TB.ttf') format('truetype'), 
		 url('fonts/QlassikBold_TB.svg#QlassikBold') format('svg');
}

@font-face {
	font-family: 'KingthingsExeterRegular';
	src: url('fonts/Kingthings_Exeter.eot');
	src: local('Kingthings Exeter'), 
		 local('KingthingsExeter'), 
		 url('fonts/Kingthings_Exeter.woff') format('woff'), 
		 url('fonts/Kingthings_Exeter.ttf') format('truetype'), 
		 url('fonts/Kingthings_Exeter.svg#KingthingsExeter') format('svg');
}

@font-face {
	font-family: 'AndikaBasicRegular';
	src: url('fonts/AndBasR.eot');
	src: local('Andika Basic'), 
		 local('AndikaBasic'), 
		 url('fonts/AndBasR.woff') format('woff'), 
		 url('fonts/AndBasR.ttf') format('truetype'), 
		 url('fonts/AndBasR.svg#AndikaBasic') format('svg');
}