@charset "utf-8"; 
/* $Id: style.css,v 1.1 2010/03/30 22:42:13 paul Exp $ */
/* Drupal 6 Framework - Created by Andre Griffin
----------------------------------------------------------------
[Table of contents]

 1.Global
 2.Layout
 3.Header
 4.Navigation
 5.Nodes
 6.Comments
 7.Sidebars
 8.Blocks
 9.Footer
10.CSS Support
11.Administration

[Color codes]

 Typography
 # Dark Grey:        #333
 # Dark Blue:        #069
 # Pink:             #f66

 Layout
 # Mid Blue:         #b4d7f0
 # Light Blue:       #d4e7f3
 # Very Light Blue:  #edf5fa

[Font sizes - based on 75% body]

26px = 2.166667em
24px = 2em
22px = 1.8333em
21px = 1.75em
20px = 1.6667em
19px = 1.5833em
18px = 1.5em
17px = 1.416667em
16px = 1.333333em
15px = 1.25em
14px = 1.1667em
13px = 1.083333em
12px = 1em
11px = .9167em
10px = .8333em

Equasion for font sizing: 
-Desired in px ÷ Default (or parent) in px = sizing in em

----------------------------------------------------------------*/

/**
 * 1.GLOBAL
 */
body {
	/*	width: 1200px; */
	width: 100%;
	color: #FFF;
	margin: 0;
	padding: 0;
	background-image: url(images/background-tile.gif);
	background-position: center top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #00503D;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
}

h1 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 18px;
	color: #C7BE93;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0.85em;
}

.composite-twocol .composite-column-first h2 {
}

h3 {
	font-size: 1.30em; 
	line-height: 24px;
	color: #C0C075;
	margin-top: 0em;
	padding-top: 2px;
	margin-right: 74px;
	margin-left: 0;
	font-weight: normal;
/*	border-top: solid #74744E 1px; */
}

h4 {
  font-size: 16px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

h5 {
	font-size: 1.2em; 
	line-height: 16px;
	color: #D7D7C2;
	font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 .2em 0;
}

h6 {
	font-size: 1.30em; 
	line-height: 24px;
	color: #FFFFFF;
	margin-top: 0em;
	margin-left: 0;
	font-weight: normal;
}

.txt-golden, p.txt-golden, div.txt-golden p, p.txt-golden {
	color: #C0C075;
}

a:link, a:visited {
  color: #C7BE93;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted;
}

a:hover, a:active, li a.active {
  color: #C7BE93;
  outline: none;
  text-decoration: underline;
}



p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0.85em;
  margin-top: 0;
}

.composite-twocol .composite-column-first .composite-zone-inner p {
	line-height: 1.5em;
	margin-bottom: 0.85em;
}

.composite-twocol .composite-column-last p {
}



blockquote {
  margin: 1.25em;
  padding: 1.25em 1.25em 0 1.25em;
}

em {
  padding: 0 3px 0 0;
}

hr {
  background: #7f7f7f;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  outline: none;
}

/**
 * 2.LAYOUT
 */
#wrapper {
  margin: 0 auto;
  width: 960px;
  margin-top: 5px;
}

#container {
  width: 960px; 
  /*background-color: white;*/
  min-height: 410px;
  float: none;
  clear: both;
}

/* IE fix */
* html #container {
height: 410px;
}

/* 1 column */
#center {
  padding-bottom: 7px;
  position: relative;
}

/* 3 columns */
body.sidebars #center {
  border-left: 1px solid #b4d7f0;
  border-right: 1px solid #b4d7f0;
  float: left;
  padding: 0 10px;
  width: 600px;
}

/* 2 columns - sidebar-left */
body.sidebar-left #center {
  border-left: 1px solid #b4d7f0;
  float: right;
  padding-left: 10px;
  width: 780px;
}

/* 2 columns - sidebar-right */
body.sidebar-right #center {
  border-right: 1px solid #b4d7f0;
  float: left;
  padding-right: 10px;
  width: 780px;
}

/**
 * 3.HEADER
 */
#header {
	margin: 0;
	padding: 0;
	background-image: url(images/Osprey_header_slice.gif);
	width: 960px;
	height: 64px;
	background-repeat: repeat-x;
	background-position: top;
}

#header h1 {
  float: left;
}

#header #logo {
  float: left;
  padding: 0;
}

#header #sitename {
  display: block;
}

#header #siteslogan {
  display: block;
  font-size: .75em;
}

#Custom_logo {
	width: 226px;
	height: 64px;
	float: left;
}
#Custom_slogan {
	width: 734px;
	height: 64px;
	float: left;
	text-align: right;
}


#search-theme-form {
  float: right;
  margin: 6px 20px 0 0;
  color: White;
}

#search-theme-form .form-button, #search-theme-form .form-submit {
  margin: 0;
}







/**
 * 4.NAVIGATION
 */
ul.links li {
  background: none;
  margin: 0px;
  padding: 0px;
  /*float:left;
	vertical-align:middle;
	height:75px;*/
}

#nav {
	float:left;
	width: 720px; /* 960 minus logo, left and right bits */
	height: 67px;
	text-align:center;
	background-image: url(images/common/nav_main_slice.png);
	background-repeat: repeat-x;
	vertical-align:middle;
	font-size:11px;
	text-decoration: none;
}
#nav a {
	text-decoration: none;
}

#nav ul.primary-links {
  background: #d4e7f3;
  font-weight: 700;
  padding: 5px;
  margin: 24px 0 0 235px;
}

#nav ul.primary-links li {
  margin: 0px;
  padding: 0px;
}

#nav ul.primary-links li a:link, #nav ul.primary-links li a:visited {
  margin: 0 10px 0 0;
  padding: 5px 0;
}

#nav ul.primary-links li a:hover, #nav ul.primary-links li a:active {
  text-decoration: underline;
}

#nav ul.secondary-links {
  /*border-top: 1px solid #b4d7f0;
  padding: 2px 5px;*/
}

#nav ul.secondary-links li {
  margin: 0;
  padding: 0;
}

#nav ul.secondary-links li a:link, #nav ul.secondary-links li a:visited {
  margin: 0 10px 0 0;
  padding: 2px 0;
}

#nav ul.secondary-links li a:hover, #nav ul.secondary-links li a:active {
  text-decoration: underline;
}



/*DROP DOWN SUB-MENU styles*/
#nav div.block-nice_menus ul.nice-menu li.menuparent {
	position:relative;
	z-index:999;	
}
ul.nice-menu-down li.menuparent {
  /*background: url(../../modules/nice_menus/arrow-down.png) right center no-repeat;*/
}
ul.nice-menu-down li.menuparent:hover {
  /*background: url(../../modules/nice_menus/arrow-down.png) right center no-repeat;*/
}


/*negative margin keeps from pushing node h2 titles down*/
.breadcrumb {
	color: #0099E6;
	font-size: 18pt;
	padding: 8px 0 8px 0;
}

.breadcrumb a:link, .breadcrumb a:visited {
	color: #0099E6;
}

.breadcrumb a:hover {
  color: #11aaff;
}

/**
 * 5.NODES
 */
span.submitted {
  color: #898989;
  display: block;
  font-size: .8333em;
  margin: -5px 0 4px;
}

.node .picture {
  float: left;
  margin: .3em .5em .1em 0;
}

.meta {
  background: #edf5fa;
/*  border-bottom: 1px solid #b4d7f0; 
  margin: 0 0 1px; */
  margin: 0;
  padding: 0 10px;
}

.meta div.links {
  float: left;
}

.meta span.terms {
  float: right;
  display: inline;
  padding: 0.5em 0;
}

.meta div.links ul.links li {
  float: left;
  padding: 5px 10px 5px 0;
}

.meta div.terms ul.links li {
  float: left;
  padding: 5px 0 5px 10px;
}

.node_read_more {
  font-weight: bold;
}

.item-list ul.pager {
  margin: 1em 0;
}

.item-list ul.pager li {
  margin: 0;
  padding: 0;
}

.item-list ul.pager li a:link, .item-list ul.pager li a:visited, .item-list ul.pager li.pager-current {
  background-color: #f5f5f5;
  /*border: 1px solid #ccc;*/
  color: #999;
  font-size: .8333em;
  font-weight: 700;
  margin: .3em .1em;
  padding: .3em .5em;
}

.item-list ul.pager li a:hover, .item-list ul.pager li a:active {
  /*border: 1px solid #999;*/
  color: #666;
}

.item-list ul.pager li.pager-current {
  background-color: #069;
  /*border: 1px solid #069;*/
  color: #fff;
}

/**
 * 6.COMMENTS
 */
#comments h2.comments {
  margin: .5em 0 -15px;
} 

.comment {
  margin: 20px 0 0;
  padding: 0;
}

.comment-bar {
  background: #edf5fa;
  /*border-bottom: 1px solid #b4d7f0;*/
  padding: 5px;
  position: relative;
}

.comment span.submitted {
  color: #898989;
  display: inline;
  font-size: .8333em;
  margin: 0;
}

.comment span.new {
  color: red;
  font-size: .8333em;
}

.comment .content {
  padding: 5px;
}

.comment .picture {
  float: right;
  margin: .3em 0 .1em .3em;
}

.comment h3 {
  font-size: 1.1667em;
  margin: .5em 5px 0;
}

.comment ul.links {
  margin: -10px 0 0 25px;
}

.comment ul.links li a {
  text-decoration: underline;
}

.indented {
  border-left: 1px solid #ddd;
  margin-left: 14px;
  padding-left: 5px;
}

/**
 * 7.SIDEBARS
 */
.sidebar {
  width: 160px;
}

#sidebar-left {
  float: left;
  margin-right: 9px;
}

#sidebar-right {
  float: right;
  margin-left: 9px;
}

/**
 * 8.BLOCKS
 */
.block {
  margin: 0 0 10px;
}
.block-nice_menus {
  margin: 0px;
  clear: both;
  float: none;
}

.block h3 {
  font-size: 1.6667em;
  margin: .75em 0 .5em;
}

#user-login-form .item-list ul li {
  background: none;
  padding: 0;
}

#search-block-form .form-text {
  width: 8em;
}

#search-block-form input.form-submit {
  font-size: .9em;
  width: 5em;
  padding: 0;
}

/**
 * 9.FOOTER
 */
#footer {
  position: relative;
  padding-bottom: 5px;
  text-align: center;
}
#footer img {
	float: left;
}

#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 5px;
}

#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 6px;
}

#footer_nav {
	width: 953px;
	height: 85px;
	background-image: url(images/common/bottom-nav.gif);
	background-repeat: no-repeat;
}
#footer_nav p {
	font-size: 16px;
	line-height: 73px;
	margin: 0;
	padding-top: 12px;
	color: #C7BE93;
}
/* sites of interest drop down nice menu in footer */
#block-nice_menus-2 {
margin: 0 0 0 450px;
height: 60px;
	width: 400px;
}
ul#nice-menu-2 li ul {
	top: 28px;
	left: 20px;
}
ul#nice-menu-2 li ul li a {
line-height: 16px;
padding: 0 5px;
}
/**
 * 10.CSS SUPPORT
 */
span.clear     { clear: both; display: block; font-size: 0; height: 0; line-height: 0; margin-bottom: 0; }
.clear         {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}
.clear-block   { display: block; }
.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.wrap          { width: 960px; margin: 0 auto; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0 }
.noindent      { margin-left: 0; padding-left: 0 }
.nobullet      { list-style: none; list-style-image: none; }

/**
 * 11.ADMINISTRATION
 */

/* lists */
dl { margin: .5em 0 1em; padding: 0; }
dl dd { margin: 0 0 .5em 1.5em; }
ol { margin: .5em 0 1em; padding: 0 0 0 1.5em; }
ol li { margin: .15em 0 .15em .5em; padding: 0 0 .2em; }
ol ul li { margin-left: .5em; padding: 0 0 .2em 1.5em; }
ul { margin: .5em 0 1em; padding: 0; }
.item-list ul { margin: .35em 0 0 -.5em; padding: 0; }
.item-list ul ul { margin-left: 0; }
ul li, ul li.leaf, .item-list ul li { background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; list-style-image: none; list-style-type: none; margin: .15em 0 .15em .5em; padding: 0 0 .2em 1.5em; line-height:1.5em; }
ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; }
ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
ul ol li { background: none; list-style-type: decimal; margin-left: 2em; padding: 0 0 .2em; }
ul ul li { margin-left: 2em; }

/* menu */
ul.menu { margin: 0; padding: 0; }
ul.menu li { background-position: .3em .6em; list-style-image: none; list-style-type: none; margin: 0; padding: .1em 0 .1em 0; }
ul.menu li a { padding: .1em 0 .1em 1.5em; }
ul.menu li ul li { background-position: 1.5em .6em; }
ul.menu li ul li a { padding-left: 2.7em; }
ul.menu li ul li ul li { background-position: 2.7em .6em; }
ul.menu li ul li ul li a { padding-left: 3.9em; }
ul.menu li ul li ul li ul li { background-position: 3.9em .6em; }
ul.menu li ul li ul li ul li a { padding-left: 5.1em; }
ul.menu li.expanded { padding-bottom: 0; }
ul.menu li.expanded ul { margin-top: .1em; }

/* menu zebra coloring */
ul.menu li { border-bottom: 1px solid #d4e7f3; padding: .2em 0 .2em 0; }
ul.menu li a { padding: .2em 0 .2em 1.5em; }
ul.menu li.odd { background-color: #fff; }
ul.menu li.even { background-color: #edf5fa; }
ul.menu li.expanded { background-color: #d4e7f3; border: none; padding-bottom: 0; }
ul.menu li.expanded ul { border-bottom: 3px solid #d4e7f3; border-top: 1px solid #b4d7f0; margin-top: .2em; }

/* legacy list support -- MUST COMMENT OUT [LISTS/MENU/ZEBRA COLORING] ABOVE -- remove brackets around asterisk to enable -- [*]/
ul { margin: .5em 0 1em; padding: 0; }
ol { margin: .75em 0 1.25em; padding: 0; }
ol li, ul li { margin: .4em 0 .4em .5em; }
ul.menu, .item-list ul { margin: .35em 0 0 -.5em; padding:0; }
ul.menu ul, .item-list ul ul { margin-left: 0; }
ol li, ul li, ul.menu li, .item-list ul li, li.leaf { margin: .15em 0 .15em .5em; }
ul li, ul.menu li, .item-list ul li, li.leaf { background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; list-style-image: none; list-style-type: none; padding: 0 0 .2em 1.5em; }
ol li { margin-left: 2em; padding: 0 0 .3em; }
ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; }
ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
dl { margin: .5em 0 1em 1.5em; }
dl dd { margin: 0 0 .5em 1.5em; }
/* end legacy list support */

/* admin tab links */
ul.primary, ul.primary li, ul.secondary, ul.secondary li { background: none; border: 0; margin: 0; padding: 0; }
ul.secondary { border-bottom: 1px solid #b4d7f0; clear: both; margin: 0 0 1em; padding: .5em 0; text-align: left; }
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited, ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited { background: none; border: 0; margin: 0; padding: 0 1em 0 0; text-decoration: none; }
ul.primary li.active a, ul.secondary li.active a { font-weight: 700; }

/* position admin tab links and style admin h2 */
#tabs-wrapper { margin: 0; padding: 0; }
h2.with-tabs { margin-bottom: 0; }
#tabs-wrapper ul.tabs { margin: 0 0 .5em 0.9em; padding: 0; }

/* stuff you probably will not need to change - includes admin coloring */
quote, code, fieldset { margin: .5em 0; }
input { color: #494949; font: 1em Verdana, sans-serif; }
textarea, select { color: #494949; font: 1em Verdana, sans-serif; }
fieldset ul.clear-block li { background-image: none; margin: 0; padding: 0; }
fieldset { background: #bbb; border: 1px solid #d4e7f3; margin: 1em 0; padding: 1em; }
fieldset legend { display: block; }
html.js fieldset.collapsed { background: transparent; padding-bottom: .6em; padding-top: 0; }

html.js fieldset.collapsible legend a {
	background: url(images/menu-expanded.gif) no-repeat 0 50%;
	padding-left: 2em;
	font-weight: bold !important;
	font-size: 13px;

}
html.js fieldset.collapsible legend.collapse-processed {
	background-color: #FFFFFF;
	padding: 2px 5px 2px 2px;
	border: 2px solid #BBBBBB;
}

html.js fieldset.collapsed legend.collapse-processed {
	background-color: transparent;
	border: 1px solid #FFFFFF;

}

html.js fieldset.collapsed legend a { background: url(images/menu-collapsed.gif) no-repeat 0 50%; }

table { margin: 7px 0; width: 100%;}
thead th { border-bottom: 2px solid #d4e7f3; color: #494949; font-weight: 700; }
tbody { border-top:none; }
th a:link, th a:visited { color: #7f7f7f; }
td, th { padding: 0; }
tr.even, tr.odd, tbody th { border: solid #d4e7f3; border-width: 1px 0; }
tr.odd, tr.info { background-color: #edf5fa; }
tr.even { background-color: #fff; }
tr.drag { background-color: #fffff0; }
tr.drag-previous { background-color: #ffd; }
tr.odd td.active { background-color: #d4e7f3; }
tr.even td.active { background-color: #edf5fa; }
td.region, td.module, td.container, td.category { background-color: #d4e7f3; border-bottom: 1px solid #b4d7f0; border-top: 1.5em solid #fff; color: #666; font-weight: 700; }
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category { border-top-width: 0; }
tr.odd td.menu-disabled { background-color: #edf5fa; }
tr.even td.menu-disabled { background-color: #fff; }
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active { color: #d4e7f3; }
tr.taxonomy-term-divider-top { border-bottom: none; }
tr.taxonomy-term-divider-bottom { border-top: 1px dotted #ccc; }

#autocomplete li { cursor: default; margin: 0; padding: 2px; }
#autocomplete li.selected, tr.selected td, tr.selected td.active { background: #027ac6; color: #fff; }
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item { margin: .25em 0; }
#center form { margin-bottom: 2em; }
.form-button, .form-submit { margin: 2em .5em 1em 0; }
#dblog-form-overview .form-submit, .confirmation .form-submit, .search-form .form-submit, .poll .form-submit, fieldset .form-button, fieldset .form-submit, .sidebar .form-button, .sidebar .form-submit, table .form-button, table .form-submit { margin: 0; }

div.admin-panel, div.admin-panel .description, div.admin-panel .body, div.admin, div.admin .left, div.admin .right, div.admin .expert-link, div.item-list, .menu { margin: 0; padding: 0; }
div.admin h3 { margin-bottom: 0; }
div.admin .left { float: left; width: 48%; }
div.admin .right { float: right; width: 48%; }
div.admin-panel { background: none; padding: 1em 1em 1.5em; }
div.admin-panel .description { margin-bottom: 1.5em; }
div.admin-panel dl { margin: 0; }
div.admin-panel dd { color: #898989; font-size: .92em; line-height: 1.3em; margin-bottom: .65em; margin-top: -.2em; }

.messages { background-color: #fff; border: 1px solid #b8d3e5; }
.preview { background-color: #fcfce8; border: 1px solid #e5e58f; }
.preview .node { background-color: #fcfce8; }

span.form-required { color: #ffae00; }
.description { color: #898989; font-size: .92em; line-height: 150%; margin-bottom: .75em; }
.messages, .preview { margin: .75em 0; padding: .5em 1em; }
.messages ul { margin: 0; }
.box { margin-bottom: 2.5em; }
.profile dd { margin-bottom: 1.6em; }
.profile h3 { border-bottom: none; }

div.status { border-color: #c7f2c8; color: #33a333; }
div.error, tr.error { background-color: #fcc; color: #a30000; }
.form-item input.error, .form-item textarea.error { border: 1px solid #c52020; color: #363636; }
table.system-status-report th { border-color: #d4e7f3; }
table.system-status-report tr.error, table.system-status-report tr.error th { background-color: #fcc; border-color: #ebb; color: #200; }
table.system-status-report tr.warning, table.system-status-report tr.warning th { background-color: #ffd; border-color: #eeb; }
table.system-status-report tr.ok, table.system-status-report tr.ok th { background-color: #dfd; border-color: #beb; }

div.photo-border {
	border: solid white 15px;
}
div.photo-outline-small {
	border: solid #D2D3D5 1px;
	width: 402px; 
}
div.photo-outline {
	border: solid #D2D3D5 1px;
	width: 524px; 
}
div.photo-outline-wide {
	border: solid #D2D3D5 1px;
	width: 694px; 
}
form#montessorinz-box {
  float: right;
  margin: 6px 15px 0 0;
  padding: 0;
  color: white;
}
#montessorinz-box .form-button, #montessorinz-box .form-submit {
  margin: 0;
}

#tabs-wrapper h2.with-tabs {
	color: #33ccff;
}
div.tbl-outline {
	border: solid #b3b3b3 1px
}
.ezine-download {
	background-image: url(images/homeDownloadBck.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 40px;
	margin: 0;
	padding: 8px 0 0 15px;
}
.ezine-download a, .ezine-download a:active, .ezine-download a:visited {
	color: #fff; /*	font-weight: 600; /*  margin: 0.5em 0.5em 0.5em 1em;	*/
	font-size: 12pt;
}
.ezine-download a:hover {
	color: #006899;
}
.ezine-download td {
  margin: 0.5em 0.5em 0.5em 0.8em;
}
.ezine-download table {
  margin: 1.2em 0 0 1.2em;
  width: 380px;
}
#search label {
	text-transform: uppercase;
}
span.school-button {
  background-image: url(images/school-button.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width: 120px;
  height: 27px;
  text-align: center;
  float: right;
  padding: 4px 0 0 0;
}
span.school-button a:link {
  margin: 8px 0 0 0;
}
.montessori_contact {

}
img.white-border {
  border: solid #D2D3D5 1px;
  padding: 15px;
}
div.monte-node-edit {
	float: right;
	margin-right: 1em;
	background-color: #F0FFFF;
}

.spacer {
	clear: both;
	margin: 0px;
	font-size: 9px;
	line-height: 9px;
	height: 9px;
	padding: 0px;
}
.spacer2 {
	clear: both;
	margin: 0px;
	font-size: 7px;
	line-height: 7px;
	height: 7px;
	padding: 0px;
}


/*
 * HR lines
 */
.hr-dashed, p.hr-dashed, div.hr-dashed {
	height: 2px;
	line-height: 2px;
	font-size: 2px;
	clear: both;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #969149;
	margin-top: 16px;
	margin-bottom: 12px;
}
div.hr-dashed {
	margin-top: 6px;
	margin-bottom: 0px;
}



/*
 * MARTIN ADDED STYLES
 */
div.contentBlock {
	padding-bottom: 25px;
}
div#main-pic {
	float: left;
	background-image: url(/sites/all/themes/customTheme/images/common/main_image_bkgrd.png);
	width: 578px;
	height: 276px;
	padding-left: 11px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 21px;
}
div#main-pic img {
	width: 578px;
	height: 276px;
}
div#icon-pics {
	float: left;
	background-image: url(/sites/all/themes/customTheme/images/common/thumbnail_bkgrd.png);
	width: 333px;
	height: 309px;
	margin-left: 13px;
	background-repeat: no-repeat;
	background-position: right;
}
div#icon-pics img {
	float: left;
	border: 1px solid #FFFFFF;
	margin-left: 17px;
	margin-top: 12px;
	cursor: pointer;
}

div.border {
	border: 1px solid #FF0000;
}

div.winner-info {
	width: 270px;
	margin-bottom: 10px;
	float: left;
	text-transform: uppercase;
	font-family: "Humnst777 BT", Arial;
}
div.winner-info p {
	margin-top: 0;
	line-height: 13px;
}
div.sheild-icon {
	width: 38px;
	float: left;
}

div.mini-tour {
	margin-top: 16px;
	width: 333px;
	height: 84px;
	background-image: url(/images/movie-link-panel.png);
	background-repeat: no-repeat;
	color: #4F402E;
}
div.mini-tour p {
	margin-left: 127px;
	margin-right: 8px;
	margin-bottom: 0;
	padding-top: 16px;
	font-size: 1.10em;
    line-height: 1.35em;
}

div.mini-tour a:link, div.mini-tour a:visited, div.mini-tour a:active {
  color: #8C6746;
}

div.mini-tour-plain {
	margin-top: 16px;
	width: 598px;
	height: 84px;
	background-image: url(/images/movie-link-panel-plain.png);
	background-repeat: no-repeat;
	color: #4F402E;
}
div.mini-tour-plain p {
	margin-left: 12px;
	margin-right: 8px;
	margin-bottom: 0;
	padding-top: 20px;
	font-size: 1.8em;
    line-height: 1.35em;
	 text-align: center;
	 color: #221816;
}
div.mini-tour-plain p a {
	 color: #221816;
}
div.mini-tour-plain h2 a {
	 color: #221816;
	font-size: 25px;
	 text-align: center;
}

div.mini-tour a:link, div.mini-tour a:visited, div.mini-tour a:active {
  color: #8C6746;
}
/****** TABLE STYLES ******/
table#eventsCal {
	width: 602px;
}

td.eventsTable_col1 {
	vertical-align: top;
	width: 98px;
}
td.eventsTable_col1 img {
	margin-bottom: 18px;
}
td.eventsTable_col1 h3 {
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0;
	border: none;
	color: #CCCC99;
	font-size: 1.5em; 
}

td.eventsTable_col2 {
	vertical-align: top;
	width: 484px;
	padding-right: 20px;
	padding-bottom: 18px;
}


table#ourRegion {
	width: 582px;
}
td.ourRegion_col1 {
	vertical-align: top;
	width: 230px;
}
td.ourRegion_col1 img {
	border: 1px solid #999966;
	padding: 10px;
	background-color: #FFFFFF;
	margin-bottom: 24px;
}
td.ourRegion_col2 {
	vertical-align: top;
	width: 312px;
	padding-bottom: 24px;
}


div#packagesCell {
	width: 578px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
div#packagesCell {
	width: 574px;
}
} 
div#packagesCell h1 {
	color: #CCCC99;
}


img.main-white-border {
	border: 1px solid #999966;
	padding: 10px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}


/*
 * --- sub menu arrow fix ---------------------------------------------
 */
 span.sf-sub-indicator {
 	display: none;
}

h1#top-h1 { /* SEO <h1> */
	margin: 0 0 0 200px;
	padding-top: 8px;
	font-size: 0.75em;
	color:#b4a274;
}
/*
 * removing inline style, Paul Roper June 09 --------
 */
div.wrapper-hd {
	height: 35px;
}
div#top-small-menu {
  padding-right: 51px;
  margin-top: 5px;
  float: right;
  color: #b4a274;
}
div#top-small-menu a {
  text-decoration: none;
  color:#C5F0FE;
  font-size:12px;
  font-weight: bold;
}
div#top-small-menu a:hover {
  text-decoration: underline;
}
div#hdr-vertspace-10 {
  height: 6px;
  line-height: 6px;
  font-size: 6px;
  clear: both;
}
div#hdr-vertspace-15 {
  height: 15px;
}
div.float-left {
	float: left;
}
div#hdr-vertspace-0 {
  height: 0px;
  width: 900px;
  line-height: 0px;
  font-size: 0px;
}
table.package, table.sticky-header, table.sticky-table, table#blocks {
	color: #333;
}
div.site-map {
	margin-left: 180px;
}
div.site-map .sitemap-box .content ul.menu li.even, div.site-map .sitemap-box .content ul.menu li.odd,
div.site-map .sitemap-box .content ul.menu li.expanded ul {
	background-color: transparent;
	border: none;
	margin-left: 15px;
}
div.site-map .sitemap-box h2 {
	display: none;
}
/* investors */
div.block-user ul li.even, div.block-user ul li.odd {
	background-color: transparent;
}





/******* ACCOMMODATION PAGE ******/

.panel_accommodation {
background-color:#3C8BB7;
border:1px solid #8F905F;
color:#FFFFFF;
font-size:12px;
padding:10px;
width: 304px;
margin: 0 auto;
}


#tarriff td {
	line-height: 18px;
	color: #00503D;
}
#tarriff .bg2 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#D3D1BC none repeat scroll 0 0;
padding:4px;
}

#tarriff .bg3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E9E8DE none repeat scroll 0 0;
padding:4px;
}
.border_right {
border-right:1px solid #94945F;
}

.border_left {
border-left:1px solid #94945F;
}
#tarriff .border_bottom {
border-bottom:1px solid #94945F;
}

#tarriff .font_12 {
color:#7B773A;
font-size:12px;
font-weight:bold;
text-align:center;
}


/******* CONTACT PAGE ******/
.panel_contact_blue {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
/* background:transparent url(/sites/default/files/uploads/images/panel_contact_blue.gif) no-repeat scroll right center; */
border:1px solid #8F905F;
color:#FFFFFF;
font-size:12px;
padding:10px;
width: 380px;
}

.resizable-textarea {
	width:374px;
}
.resizable-textarea textarea {
	height:170px;
}

.monte-node-edit a {
padding: 8px;
color: #FF0000;

}