


/* ----- First Level -----*/
#sidenav ul {
	margin: 0;
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 19px;
}

#sidenav ul li {
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#sidenav ul li a {
	margin: 0;
	display: block;
	color: #000;
	text-decoration: none;
	background-image: url(/themes/noah09/images/L1Normal.png);/* Just Arrow */
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 14px;
	line-height: 22px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	font-weight: bold;
	text-shadow: #FFF 0px 0px 6px;/* little boost on dark colors for browsers that support it! */

}

#sidenav ul li.current a, #sidenav ul li.current a:hover {
	color: #FFF;
	background-image: url(/themes/noah09/images/Active.png);
	font-weight: normal;
	text-shadow: #000 1px 1px 2px;/* little boost on dark colors for browsers that support it! */

}
#sidenav ul li a:hover{
	color: #000;
	background-image: url(/themes/noah09/images/L1Hover.png);
}

#sidenav div.hr{
	height: 25px;
	width: 263px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/themes/noah09/images/NavDivider.png);
}


/* ------ Second Level -----*/

/* Hide second level nav */
#sidenav ul li ul{
	display:none;
}

/* Display Second Level when selected */
/*#sidenav ul li.current ul{
	display:none;
	padding-bottom:0px;
	background-image: url(/themes/noah_09/images/mainNav/L1CurrentUL.gif);
	background-position: left bottom;	
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#sidenav ul li.current{
	background-image: url(/themes/noah_09/images/mainNav/L1Current.gif);
	background-repeat: no-repeat;	
}
#sidenav ul li.current a, #sidenav ul li.current a:hover{
	background-image:none; 
}

#sidenav ul li.current ul{
	padding-bottom: 5px;
}

#sidenav ul li.current ul li a {
	margin: 0;
	display: block;
	color: #fff;
	text-decoration: none;
	background-image: none;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	height: auto;
}

#sidenav ul li.current ul li a:hover {
	background-image: none;

}

*/



/* Sub Nav */

#navsetsub{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px 0px 10px 20px;
}
#navsetsub ul{
	padding:0px;	
	margin:0px;
}

#navsetsub ul li{
	margin:0px;
	list-style-type: none;
	padding: 0px 0px 10px;
	width: 250px;
}


#navsetsub ul li a{
	line-height:18px;
	color: #274b87;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	display: block;
}
#navsetsub ul li a:hover{
	color: #41271A;
	color: #993300;
}


#navsetsub ul ul{
	padding:0px;
	margin:0px;
}
#navsetsub ul ul li{
	border-bottom: 1px solid #A29C82;
	display: block;
	overflow: visible;
	margin: 0px;
	padding: 0px;
}
#navsetsub ul ul li.selected{
	border-bottom: 0px solid #A29C82;
	display: block;
	overflow: visible;
	margin: 0px;
	padding: 0px;
}
#navsetsub ul ul li a.selected, #navsetsub ul ul li a.selected:hover{
	color: #4c2f1f;
	display: block;
	background: url(/themes/noah09/images/SubNavActive3.jpg) no-repeat left top;
	width: 250px;
	line-height: 24px;
}

#navsetsub ul ul li a{
	line-height:18px;
	color: #090500;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	display: block;
	padding-bottom: 0px;
}
#navsetsub ul ul li a:hover{
	color: #41271A;
	color: #993300;
	display: block;
	background-image: url(/themes/noah09/images/SubnavHover.png);
	background-repeat: no-repeat;
	background-position: left top;
}


/* All <ul> tags in the menu including the first level */

:focus  { outline: thick none black }
.navb, .navb ul {
	padding: 0;
	list-style: none;
	line-height: normal;
	margin: 0px;	
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.navb ul {
	display: none;
	position: absolute;
	top: 23px;
	margin-top: 0px; /* I'm using ems and px to allow people to zoom their font */
	left: 0px;
	width: 176px;
	background-image: url(/themes/noah09/images/TopDropdown.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}

/* Second and third etc. level submenus - position across from parent instead */
.navb ul ul {
	top: 0px;
	margin-top: 0;
	margin-left: 165px;
	display: none;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.navb li {
	float: left;
	display: block;
	position: relative;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.navb ul li {
	float: none;
	margin: 0 0 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}
.navb ul>li:last-child {
	margin-bottom: 1px;
}

/* first level Links inside the menu */
.navb a {
	display: block;
	color: #333;
	text-decoration: none;
	font-weight: normal!important;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin: 0px;

}
.navb li.first a{
	border: 0px none #000000;
}
.navb li.first a:hover{
	color: #FFF!important;
	background-image: url(/themes/noah09/images/TopOpen-First.gif);
	background-repeat: repeat-x;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #dc851a;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #dc851a;
	padding-right: 7px;
	padding-left: 8px;
	text-shadow: #000 1px 1px 3px;
}

/*.navb li ul li.first a{
	background:none!important;
}*/

/* drop down Links inside the menu */
.navb li ul li a{
	display: #333;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	margin-top: 0px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-image: none;
	line-height: 20px;
	color: #333;
}
.navb li ul li.first a {
	
	padding-left: 16px;
	
}
/*.navb a.highlighted {
	color: #FFF;
	background-image: none;
	background-color: #5C5538;
}*/

/* Lit  items: Second level 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.navb li ul li a:hover, .navb li ul li a.highlighted, .navb li ul li a:focus{
	color: #FFF!important;
	background-image: url(/themes/noah09/images/topDrophover.png)!important;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	padding-right: 15px;
	padding-left: 15px;
		text-shadow: #000 1px 1px 3px;

}
.navb li ul li.first a:hover, .navb li ul li.first a.highlighted, .navb li ul li.first a:focus{
	color: #FFF!important;
	background-image: url(/themes/noah09/images/topDrophover.png)!important;
	background-position: center center!important;
	background-repeat: no-repeat!important;
	padding-right: 15px;
	padding-left: 15px;
		text-shadow: #000 1px 1px 3px;

}

.navb li ul li ul li{
	display: none;
	
}
.navb li ul li ul li a{
	display: block;	
}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.navb a:hover, .navb a.highlighted:hover, .navb a:focus, .navb a.highlighted {
	color: #FFF!important;
	background-image: url(/themes/noah09/images/TopOpen.gif);
	background-repeat: repeat-x;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #dc851a;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #dc851a;
	padding-right: 8px;
	padding-left: 8px;
		text-shadow: #000 1px 1px 3px;

}

.navb li.current a{
	color: #5C5538;
}
.navb li.current ul li a{
	color: #5C5538;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .navb a#xyz {
      background-image: url(out.gif);
    }
    .navb a#xyz:hover, .navb a.highlighted#xyz, .navb a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.navb a .subind {
 display: none;
}
.navb ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.navb a {
 float: left;
}
.navb ul a {
 float: none;
}
/* \*/
.navb a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .navb ul li {
 float: left;
 width: 100%;
}

* html .navb ul li {
 float: left;
 height: 1%;
}
* html .navb ul a {
 height: 1%;
}
/* End Hacks */


div.gallerystack {
	background-image:url(/themes/eco09/images/imagestack.jpg)!important;
	background-repeat:no-repeat;
	clear:both;
	height:140px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative!important;
}

div.gallerystack a {
	float: left;
	
}

div.gallerystack a img.thumb {
	border:2px solid #FFFFFF;
	color:#FFFFFF;
}

div.gallerystack a:hover img.thumb {
	border:2px solid #FDFFCF;
	color:#FDFFCF;
}

div.gallerystack .gallerytitle {
	color:#faa634;
	font-size:16px;
	text-align:left;
	text-transform:capitalize;
	padding-top: 20px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	padding-bottom: 10px;
}

div.gallerydesc {
padding-right: 64px;
}


/* CSS Document */


form.simple {
	padding: 0px; margin: 0px;
	font: 12px/14px Arial, Helvetica, sans-serif;
}

form.simple fieldset {
	margin: 20px 0px;
	border: 0px;
	padding: 5px 0px;
}

form.simple legend {
	font: 18px/24px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #666;
}

form.simple input {
	padding: 0px 3px;
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
	color: #333;
}

form.simple div.description {
	padding-bottom:10px;
	font-style:normal;
}

form.simple div.fieldwrapper { /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
	overflow: hidden;
	padding: 2px;
	border: 1px dashed #D1CBB5;
	position: relative;
	margin-top: 2px;
}

form.simple div.fieldwrapper:hover {
	border: 1px dotted #e9e6d9;
}

form.simple div.fieldwrapper:focus {
	background-color: #EAFAEC;
	border: 0px solid #666;
}

form.simple div.fieldwrapper label.styled { /* label elements that should be styled (left column within fieldwrapper DIV) */
	float: left;
	width: 165px; /*width of label (left column)*/
	text-transform: capitalize;
	border-bottom: 0px solid #666;
	margin: 5px 5px auto 0px;
	text-align: right;
	position: absolute;
	left: 0px;
	top: 3px;
}

form.simple div.fieldwrapper.required label.styled {
	font-weight: bold;
	
}

form.simple div.fieldwrapper.required label.styled:after {
	content:" *";
	color:#900;
}

form.simple div.fieldwrapper div.thefield { /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	margin-left: 170px;
	margin-right: 32px;
}

form.simple div.fieldwrapper .thefield ul {
	width:100%!important;
	margin: 0px!important;
	padding: 0px!important;
}
form.simple div.fieldwrapper .thefield ul li{
	margin: 0px!important;
	display: block!important;
	padding: 0px 0px 5px!important;
	list-style-type: none!important;
	clear: both!important;
	background-image:none!important;
	width:100%!important;
	position: relative;
	height: 20px;
}


form.simple div.fieldwrapper .thefield ul li label {
	margin: 0px 0px 0px 20px;
	display: block;
	padding-top: 6px;
	clear: right;
	width: auto;
	color: #333;
}

form.simple div.fieldwrapper .thefield span.instruction {
	font-size: 80%;
	color:#666;
	display: block;
	clear: both;
}

form.simple div.fieldwrapper div.thefield input {
	height:18px;
	margin:3px 0px;
}


form.simple div.fieldwrapper div.thefield input.text{
	border: 1px solid #666;
	display: block;
	width:420px;
	position: relative;
	padding-right: 3px;
	padding-left: 3px;
}

form.simple div.fieldwrapper div.thefield input.text.required{
	/*border: 1px solid #900;*/
}

form.simple div.fieldwrapper div.thefield input.text:focus{
	border: 1px solid #900;
	background-color: #FFC;
}

form.simple div.fieldwrapper div.thefield input.radio, div.fieldwrapper div.thefield input.checkbox{
	float:left;
	cursor: pointer;
	padding-top:0px;
	padding-bottom: 0px;
}

form.simple div.fieldwrapper div.thefield textarea{ 
	width: 100%;
	height: 150px;
	border: 1px solid #666;
}

form.simple div.fieldwrapper div.thefield select {
	width: 100%;
	margin: 4px 0px;
}

/* Alert / Error Message */

form.simple div.fieldwrapper.alert {
	background: #F3D9D1 url(/themes/noah09/images/decline.gif) no-repeat right top;
	border: 1px solid #903;
	color: #903;
	display: block;
	clear: both;
}
form.simple div.fieldwrapper.pass {
	background: url(/themes/noah09/images/accept.gif) no-repeat right top;
}


form.simple div.fieldwrapper .thefield span.error {
	font-size: 80%;
	display: block;
	clear: both;
}


/* Submit / Reset Buttons */

form.simple div.buttonsdiv {
	margin: 15px 0px 15px 180px;
}

form.simple div.buttonsdiv input { /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
	padding: 4px 8px 3px 8px;
	width: 90px;
	font: 12px/14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #fdcc4b url(/themes/noah09/images/form.simple.bkg-button.jpg) repeat-x left top;
	border: 1px solid #f09039;
	cursor:pointer;
}

form.simple div.buttonsdiv input:hover {
	background: #fcbe13;
}


html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	padding-left: 10px;
}

div#fancy_title table {
	margin: 0 auto;
	width:100%;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: left;
}

td#fancy_title_left {
	height: 32px;
	width: 10px;
	/*background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/fancy_title_left.png') repeat-x;*/
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/fancy_title_main.png') repeat;
	border-top: 1px solid #666;
}

td#fancy_title_right {
	height: 32px;
	width: 10px;
	/*background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/fancy_title_right.png') repeat-x;*/
}


/* Zoom Image */


span.zoomicon {
	position:absolute;
	height: 23px;
	width: 23px;
	display: none;
	right: 2px;
	bottom: 2px;
	background-image: url('/_resources/jQueryPlugins/jquery.fancybox/titleOverlay/zoom.png');
	background-repeat: no-repeat;
	text-indent:-2000em;
}

a.zoomlink:hover span.zoomicon, a.zoomlink:active span.zoomicon {
	display:block;
}


.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; }
  .tipsy-inner { padding: 4px 5px; background-color: black; color: white; max-width: 200px; text-align: center; }
  .tipsy-north {
	background-image: url(/themes/noah09/js/tipsy/images/tipsy-north.gif);
	background-position: center top;
}
  .tipsy-south {
	background-image: url(/themes/noah09/js/tipsy/images/tipsy-south.gif);
	background-position: bottom center;
}
  .tipsy-east {
	background-image: url(/themes/noah09/js/tipsy/images/tipsy-east.gif);
	background-position: right center;
}
  .tipsy-west {
	background-image: url(/themes/noah09/js/tipsy/images/tipsy-west.gif);
	background-position: left center;
}



body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	vertical-align:top;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/themes/noah09/images/bodyBG.jpg);
}
br.clear {
	clear: both;
}
#wrapper {
	background-image: url(/themes/noah09/images/wrapperBG.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #wrapper2 {
	background-image: url(/themes/noah09/images/wrapper2BG.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0px;
}
#wrapper #page {
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrapper #wrapper2 #page #top {
	background-image: url(/themes/noah09/images/topBG.jpg);
	height: 60px;
	position: absolute;
	width: 962px;
	left: 0px;
	top: 0px;
}

#wrapper #wrapper2 #page #top #topnav {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 576px;
	height: 23px;
	padding: 0px 20px 0px 35px;
	margin: 0;
	z-index: 500;
}
#wrapper #wrapper2 #page #header {
	height: 300px;
	position: absolute;
	width: 962px;
	left: 0px;
	top: 60px;
	overflow: hidden;
}
#wrapper #wrapper2 #page #headerimg {
	height: 300px;
	width: 962px;
}

#wrapper #wrapper2 #page #headermask {
	background-image: url(/themes/noah09/images/HeaderMask.png);
	height: 300px;
	position: absolute;
	width: 962px;
	left: 0px;
	top: 60px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#wrapper #page #main {
	position: relative;
	min-height: 300px;
}
#wrapper #page #main #content {
	display: block;
	float: right;
	width: 620px!important;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 25px;
	padding-right: 25px;
}
#wrapper #page #main #sidebar {
	display: block;
	float: left;
	width: 280px;
	margin-left: 5px;
	margin-top: -360px;
}
#wrapper #wrapper2 #page #main #sidebar #logo {
	background-image: url(/themes/noah09/images/LogoBG.png);
	height: 140px;
	width: 280px;
	display: block;
	text-indent: -2000em;
}
#wrapper #wrapper2 #page #main #sidebar #sidenav {
	background-image: url(/themes/noah09/images/navBG.png);
	background-repeat: repeat-y;
	min-height: 300px;
	width: 280px;
}
#wrapper #wrapper2 #page #main #sidebar #subnav {
	background-image: url(/themes/noah09/images/NavBottom.jpg);
	min-height: 300px;
	width: 280px;
	background-repeat: no-repeat;
}
#wrapper #incontrol {
	text-align: right;
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 42px;
	line-height: 18px;
}
#wrapper #incontrol a {
	color: #4A442C;
	text-decoration: none;
	font-size: 11px;
}
#wrapper #wrapper2 #page #fixleft {
	position: absolute;
	height: 408px;
	width: 31px;
	left: -56px;
	top: 0px;
	background-image: url(/themes/noah09/images/fix.jpg);
}
#wrapper #wrapper2 #page #fixright {
	background-image: url(/themes/noah09/images/fix.jpg);
	background-position: right top;
	position: absolute;
	height: 408px;
	width: 30px;
	top: 0px;
	right: -55px;
}
#wrapper #wrapper2 #addressbar {
	height: 96px;
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrapper #wrapper2 #footer #addressbar #addressarea {
	position: absolute;
	height: 62px;
	width: 450px;
	top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #47412f;
	left: 320px;
}
#wrapper #wrapper2 #footer {
	height: 400px;
	background-image: url(/themes/noah09/images/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #edeae0;
	position: relative;
}
#wrapper #wrapper2 #footer #footerlinks {
	height: 210px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}





/* Work around for Safari 3 issue with 1px dif when centering BG image and div */
/* This increases the width of the page, but they are mac users and probably have a good screen! */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#wrapper #wrapper2 {
		width:1060px;
		margin-right: auto;
		margin-left: auto;
	}
}
#wrapper #wrapper2 #footer #footerlinks .flinkgroups {
	float: left;
	display:inline;
	height: 120px;
	width: 288px;
	margin: 60px 10px 0px 15px;
}
#wrapper #wrapper2 #footer #footerlinks .flinkgroups a {
	color: #FFF;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 6px;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-shadow: #000 1px 1px 2px;
	text-align: center;
}
#wrapper #wrapper2 #footer #footerlinks .flinkgroups a:hover {
	color:#FFC;
	text-decoration: underline;
}
#wrapper #wrapper2 #page #topwrapper {
	position: relative;
	height: 360px;
}








/* Trip Boxes */

a.tripbox {
	background-repeat: no-repeat;
	float: none;
	height: 150px;
	width: 620px;
	position: relative;
	display: block;
	background-position: 0px 0px;
	font-weight: normal;
	color: #000000;
	text-decoration: none!important;
	background-image: url(/themes/noah09/images/TripBoxMoreInfo.png);
}
 #content a.tripbox:hover {
	/*	background-position: 0px -132px;*/
	text-decoration: none!important;
	background-position: -620px 0px;
	background-repeat: no-repeat;
}
.tripbox  span.iconlist {
	position: absolute;
	height: 30px;
	width: 234px;
	right: 162px;
	top: 102px;
}
.iconlist img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 40px;
}
.tripbox img.thumb {
	background-color: #FFF;
	position: absolute;
	border: 1px solid #524D35 !important;
	padding: 1px;
	left: 0px;
	top: 1px;
}
.tripbox .h3, #content .tripbox .h3{
	display:block;
	position: absolute;
	height: 20px;
	left: 225px;
	top: 16px;
	overflow: hidden;
	width: 375;
	font-size: 18px!important;
	font-weight: normal!important;
	color: #FFF!important;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	text-shadow: #000 1px 1px 3px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
.tripbox span.smallprint{
	position: absolute;
	height: 14px;
	top: 37px;
	overflow: hidden;
	width: 374px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px!important;
	font-weight: normal!important;
	color: #FFF!important;
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
	left: 225px;
	text-shadow: #000 1px 1px 3px;
}
.tripbox span.triptext {
	height: 41px;
	width: 380px;
	left: 225px;
	top: 56px;
	position: absolute;
	overflow: hidden;
	display: block;
	font-weight: normal !important;
	color: #000000 !important;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
	line-height: normal;
}
span.tripbutt {
	background-image: url(/themes/eco08/images/tripdetailButt.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 22px;
	width: 94px;
	left: 526px;
	top: 139px;
	display: block;
}
.tripbox:hover span.tripbutt {
	background-position: -94px 0px;
}
.tripbox .iconbox {
	position: absolute;
	height: 22px;
	width: 240px;
	left: 8px;
	top: 104px;
	overflow: hidden;
}

.tripbox .iconbox img{
	border: 0px none #000000;
	margin-right: 5px;
}
span.tripbutt1 {
	background-image: url(/themes/reo08/images/LearnMoreBTN.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 32px;
	width: 140px;
	display: block;
	right: 6px;
	bottom: 14px;
}
a.tripbox span.badge {
	display: block;
	position: absolute;
	height: 80px;
	width: 80px;
	top: -10px;
	right: -10px;
}
/* Trip Details */

a.tripdetailbox {
	background-repeat: no-repeat;
	float: none;
	height: 150px;
	width: 620px;
	position: relative;
	display: block;
	background-position: 0px 0px;
	font-weight: normal;
	color: #000000;
	text-decoration: none!important;
	background-image: url(/themes/noah09/images/TripBoxBookNow.png);
}
 #content a.tripdetailbox:hover {
	/*	background-position: 0px -132px;*/
	text-decoration: none!important;
	background-position: -620px 0px;
	background-repeat: no-repeat;
}
.tripdetailbox  span.iconlist {
	position: absolute;
	height: 30px;
	width: 234px;
	right: 162px;
	top: 102px;
}
.iconlist img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 40px;
}
.tripdetailbox img.thumb {
	background-color: #FFF;
	position: absolute;
	border: 1px solid #524D35 !important;
	padding: 1px;
	left: 0px;
	top: 1px;
}
.tripdetailbox .h3, #content .tripdetailbox .h3{
	position: absolute;
	height: 20px;
	left: 225px;
	top: 16px;
	overflow: hidden;
	width: 375;
	font-size: 18px!important;
	font-weight: normal!important;
	color: #FFF!important;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	text-shadow: #000 1px 1px 3px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
.tripdetailbox span.smallprint{
	position: absolute;
	height: 14px;
	top: 37px;
	overflow: hidden;
	width: 374px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px!important;
	font-weight: normal!important;
	color: #FFF!important;
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
	left: 225px;
	text-shadow: #000 1px 1px 3px;
}
.tripdetailbox span.triptext {
	height: 41px;
	width: 380px;
	left: 225px;
	top: 56px;
	position: absolute;
	overflow: hidden;
	display: block;
	font-weight: normal !important;
	color: #000000 !important;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
	line-height: normal;
}
span.tripbutt {
	background-image: url(/themes/eco08/images/tripdetailButt.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 22px;
	width: 94px;
	left: 526px;
	top: 139px;
	display: block;
}
.tripdetailbox:hover span.tripbutt {
	background-position: -94px 0px;
}
.tripdetailbox .iconbox {
	position: absolute;
	height: 22px;
	width: 240px;
	left: 8px;
	top: 104px;
	overflow: hidden;
}

.tripdetailbox .iconbox img{
	border: 0px none #000000;
	margin-right: 5px;
}
span.tripbutt1 {
	background-image: url(/themes/reo08/images/LearnMoreBTN.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 32px;
	width: 140px;
	display: block;
	right: 6px;
	bottom: 14px;
}
a.tripdetailbox span.badge {
	display: block;
	position: absolute;
	height: 80px;
	width: 80px;
	top: -10px;
	right: -10px;
}
a.tripdetailbox span.best {
	background-image: url(/themes/reo08/images/BestValueBadge.png);
	
}

a.tripdetailbox span.limited {
	background-image: url(/themes/reo08/images/limitedBadge.png);
	
}
a.tripdetailbox span.kids {
	background-image: url(/themes/reo08/images/KidsBadge.png);	
}

#featuredVideo {
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 106px;
}
#featuredVideo .vidbox {
	background-color: #09F;
	height: 106px;
	width: 193px;
	float: left;
	margin-left: 10px;
}
#featuredVideo .vidbox a {
	background-image: url(/themes/noah09/images/VidPlay.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-indent: -2000em;
}



/* Side Bar Box */

a.sbbox {
	display: block;
	background-image: url(/themes/noah09/images/SideBoxBG.png);
	background-repeat: no-repeat;
	height: 115px;
	width: 250px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 5px;
	text-decoration: none;
}
a.sbbox:hover {
	opacity: .75;
}
a.sbbox img {
	position: absolute;
	top: 29px;
	padding: 2px;
	border: 1px solid #4F4A31;
	left: 22px;
	background-color: #FFF;
}
a.sbbox span.sbtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	display: block;
	width: 250px;
	top: 6px;
	position: absolute;
	left: 0px;
	line-height: 18px;
	text-decoration: none!important;
	text-shadow: #000 1px 1px 4px;

}

/* Staff Box */
a.staffBox {
	display: block;
	background-image: url(/themes/noah09/images/StafSpotlightBG.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 250px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 10px;
	text-decoration: none;
}
.staffBox .smallLogo {
	background-image: url(/themes/noah09/images/LogoSmall.png);
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	width: 150px;
	position: absolute;
	left: 51px;
	top: 112px;
}
.staffBox .staffDesc {
	font-size: 11px;
	color: #333;
	width: 200px;
	position: absolute;
	left: 22px;
	top: 180px;
	display: block;
	height: 60px;
	text-decoration: none;
}
a.staffBox:hover {
	background-position: -250px 0px;	
}
a.staffBox img {
	position: absolute;
	top: 55px;
	padding: 2px;
	border: 1px solid #A0605F;
	left: 22px;
	background-color: #FFF;
}
a.staffBox span.sbtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	display: block;
	width: 250px;
	top: 158px;
	position: absolute;
	left: 22px;
	line-height: 18px;
	text-decoration: none!important;
}



/* Mini boxes */

#mini3 {
	width: 249px;
	margin-right: auto;
	margin-left: auto;
	height: 85px;
	position: relative;
}

#mini3 a {
	height: 58px;
	width: 76px;
	border: 2px solid #1A3A74;
	background-image: url(/themes/noah09/images/minibtns.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -2000em;
	position: absolute;
	top: 15px;
	left: 0px;
}
#mini3 #fambtn {
	background-position: -1px -1px;
}
#mini3 #grpbtn {
	left: 83px;
	background-position: -79px -1px;
}
#mini3 #minbtn {
	left: 166px;
	background-position: -157px -1px;
}

#mini3 #fambtn:hover {
	background-position: -1px -61px;
	border-color: #2E8DFD;
}
#mini3 #grpbtn:hover {
	background-position: -79px -61px;
	border-color: #2E8DFD;
}
#mini3 #minbtn:hover {
	background-position: -157px -61px;
	border-color: #2E8DFD;
}

#newsletterbtn{
	display: block;
	height: 55px;
	width: 248px;
	background: url(/themes/noah09/images/newsletterBTN.png) no-repeat 0px 0px;
	text-indent: -2000em;
	margin-right: auto;
	margin-left: auto;
}
#newsletterbtn:hover{
	background: url(/themes/noah09/images/newsletterBTN.png) no-repeat 0px -55px;
}

#content div.OTDRHwxNewStyle a{
	color: #FFC;	
}

#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
	overflow: hidden;
	z-index: 0;
	position: relative;
	border: 0px solid #ffffff;
	background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(/js/lightwindow/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(/js/lightwindow/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(/js/lightwindow/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(/js/lightwindow/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(/js/lightwindow/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(/js/lightwindow/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(/js/lightwindow/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
	/* REQUIRED */
		position: relative;
	display: none;		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
	padding: 10px 0 0 0;
	color: #666666;
	line-height: 25px;
	background-color: #ffffff;
	clear: both;
	display: none;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}




body, p{
	margin:0px;
	padding:0px;
}
.FCKcontent, #FCKcontent{  /* used only in FCK Editor to set body width and BG*/
	width: 620px;
	background-repeat: repeat-y;
	padding-left: 0px;
	background-image: url(/themes/noah09/images/editorBG.png);
	background-color: #efebde;
	background-position: -292px top;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.FCKcontent table tr td{
	border: 1px dotted #666!important;
}


table.designnotes{
	font-weight: normal;
	background-color: #FFC;
	display: block;
	border: 1px solid #FC3;
	background-image: url(/themes/noah09/images/templateicons/DevComment.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 75px;
	min-height:55px;
}



#content,  #content table tr td{  /* Font info */
	font-family: Arial, Helvetica, sans-serif, "Lucida Grande", "Trebuchet MS", Tahoma,  Verdana;
	font-size:12px;
	line-height: 17px;
}



#content tr{
vertical-align: top;	
}



#content h1
{
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	line-height: 20px;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: normal;
	background-image: url(/themes/noah09/images/h1BG.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-shadow: #000 1px 1px 6px;
	margin: 0px 0 12px -10px;
	padding: 24px 10px 4px;
}

#content h2
{
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #841D30;
	line-height: normal;
	font-variant: normal;
	display: block;
	font-style: normal;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 7px;
	padding-bottom: 4px;
	padding-left: 0px;
	background-image: url(/themes/noah09/images/h2BG.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content h2 a:link , h2 a:visited, #content h2 a:link , #content h2 a:visited  {
	color: #015532;
	text-decoration: none;
}


#content h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #841D30;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: normal;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#content h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: italic;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* Lists */


#content ul{
	display: block;
	padding-left: 10px!important;
	margin-left: 0px;
}
#content ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/noah09/images/ul.jpg);
	background-repeat: no-repeat;
	padding-bottom: 3px;
	padding-top: 0px;
	background-position: 0px 3px;
	padding-left: 15px!important;
}

/*Tables*/
#content table.table_blank{
	width: 100%!important;
	border-collapse:collapse;
}
#content table.table_blank.image2 tr td{
	width:50%!important;
}

#content table.table_blank.image3 tr td{
	width:33%!important;
}
#content table.table_blank tr td.column2{
	width:300px!important;
}
#content table.table_blank tr td.gutter2{
	width:20px!important;
}

/* Spot Light Table*/

#content table.spotlight{
	width: 100%!important;
	border: 1px solid #918A6E;
}


#content table.spotlight tr td{
	vertical-align: top;
	text-align: left;
	background-color: #F7F6F1;
	padding: 10px;
}

#content table.spotlight ul li{
	display: block;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 0px;
	background: url(/themes/noah09/images/ul-spotlight.jpg) no-repeat left 3px;
}



/* Basic Tables */

#content table.table_basic{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #918A6E;
	border-right-color: #918A6E;
	border-bottom-color: #918A6E;
	border-left-color: #918A6E;
}
#content table.table_basic thead tr td{
	font-size: 14px;
	font-weight: bold;
	background-color: #918A6E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #918A6E;
	color: #F7F4EB;
	background-image: url(/themes/noah09/images/TableHeader.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#content table.table_basic tr td{
	vertical-align: top;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #606F83;
	text-align: left;
	background-color: #F7F6F1;
}
#content table.table_basic h2{
	font-weight: bold;
	color: #841D30;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content table.table_basic ul{
	display: block;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#content table.table_basic ul li{
	display: block;
	background-image: url(/themes/noah09/images/table_ul.jpg);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-top: 0px;
	background-position: left 2px;
	padding-left: 15px;
	padding-right: 0px;
}
#content table ul{
	display: block;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 4px;
}
#content table ul li{
	display: block;
	background-image: url(/themes/noah09/images/ul.jpg);
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-top: 0px;
	background-position: left 1px;
	padding-left: 15px;
	padding-right: 0px;
}

/* links */

#content a, #content a:visited{
	text-decoration : underline;
	color: #564721;
	position:relative;
}
#content a:hover, #content a:active{
	text-decoration : underline;
	color: #000;
	position:relative;
}



/* images 
 Add image styles in c1_css.xml to have them display in Editor "Styles" menue */

#content img.left {
	padding: 1px;
	border: 1px solid #696450;
	background: White;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 0px;
	-moz-box-shadow: black 1px 1px 3px;
	-webkit-box-shadow: black 1px 1px 3px;
	float:left;
}
#content img.right {
	padding: 1px;
	border: 1px solid #9A9376;
	background: White;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 10px;
	-moz-box-shadow: black 1px 1px 3px;
	-webkit-box-shadow: black 1px 1px 3px;
	float:right;
}
#content img.centered {
	padding: 1px;
	border: 1px solid #9A9376;
	background: White;
	display: block;
	clear: both;
	-moz-box-shadow: black 1px 1px 3px;
	-webkit-box-shadow: black 1px 1px 3px;
	margin: 2px auto 4px;
	float: none;
}
#content div.mapwrap {
	padding: 2px;
	border: 1px solid #9A9376;
	background: White;
	display: block;
	clear: both;
	-moz-box-shadow: black 1px 1px 3px;
	-webkit-box-shadow: black 1px 1px 3px;
	margin: 2px auto 4px;
	float: none;
}
.MarkerTitle{
	width:190px;
	height:28px;
	background: url(/themes/noah09/images/mapMarkerBG.png) no-repeat center bottom;
	left: -105px;
	top: 10px;
	position: absolute;
}
.MarkerTitle div {
	padding: 0px;
	white-space: pre;
	color: #FFF;
	text-align: center;
	font: bold 10px/28px Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 28px;
	width: 190px;
	text-shadow: #000 0px 0px 2px;
}

#content a.zoom:hover{

/*	cursor: url("http://209.85.62.24/86/165/0/f78498/Link.cur"), url("http://209.85.62.24/86/165/0/f78498/Link.cur"), default;
*/
	
}


#content a.pdf{
	line-height: 22px;
	background-image: url(/themes/noah09/images/pdf-icon.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/* Quotes 
*/

#content table.quote {
	background-image: url(/themes/noah09/images/q1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

#content table.quote td.main{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold!important;
	color: #FFF!important;
	text-align: left;
	background-image: url(/themes/noah09/images/q2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 18px;
	text-shadow: #000 1px 1px 6px;
	text-indent: 15px;
	padding: 15px 25px;
}

#content table.quote td.caption{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: right;
	padding-right: 10px;
}

/* Additional styles for client editing 
 Add  styles in c1_css.xml to have them display in Editor "Styles" menue */

#content .highlight1{
	color: #274b87;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}
#content .highlight2{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-shadow: #000 1px 1px 2px;

}
#content .highlight3{
	color: #066;
	font-size: 12px;
	font-weight: bold;
}


#content .fineprint{
	color: #000;
	font-size: 10px!important;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}












