/******** NEW MONSOON CSS ********/



/******** STRUCTURE ********/


*{
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	font-weight: 100;
	font-size: 100%;
}
body { padding:0; /*remove padding */ margin:0; /* remove margins */ border:0; /* remove borders */ }

body {
	font:100 12px Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF url(../images/nm1_bg_tile.jpg) repeat;
	color: #D8D9A2;
}

#outerwrapper {
	background: url(../images/nm1_sky4.jpg) repeat-x -40px 0px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	min-height: 100%;
	max-height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	width: 815px;
}
#wrapper_top {
	width:820px;
	min-height: 100%;
	max-height: 100%;
	margin: 0px auto;
	padding: 0px 25px;
}

#banner {
	height: 266px;
	position: relative;
	width: 810px;
}
#banner_wide {
	height: 383px;
	clear: both;
	position: relative;
	margin: 0px auto;
	padding: 0px;
}

#header {
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/nm1_headerbg.png) no-repeat left bottom;
}
#header_wide {
	margin: 0px auto;
	padding: 0px;
	clear: both;
		background: transparent url(../images/nm1_headerbg.png) no-repeat left bottom;

}

#content {
	width:810px;
	z-index:0;
	margin: 0px;
	padding: 0px 0px 50px;
	position: relative;
	text-align: left;
}
#content_wide {
	width:810px;
	z-index:0;
	margin: 0px auto;
	padding: 0px 0px 50px;
	clear: both;
	position: relative;
	text-align: left;
}


#content.content_sub {
	clear: both;
	position: relative;
	background-color: transparent;
	background-image: url(../images/nm1_sub_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content_columns {
	background: transparent url(../images/nm1_content_bg.jpg) repeat-y center top;
	clear: both;
	position: relative;
	padding: 0px;
	margin: 0px;
}
#content_columns2 {
	clear: both;
	position: relative;
	margin-top: 50px;
}

#subMainColumn {
	margin-bottom: 25px;
	min-height: 350px;
	clear: both;
	margin-top: 25px;
}

.col1 {
	width: 185px;
	float: left;
	position: relative;
}
.col2 {
	width: 395px;
	float: left;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}
.col3 {
	float: left;
	position: relative;
	min-height: 200px;
	width: 170px;
}

.col4 {
	float: left;
	position: relative;
	width: 205px;
}
.col5 {
	width: 415px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
}
.col6 {
	float: left;
	position: relative;
	width: 170px;
}
.col7 {
	width: 450px;
	float: left;
	position: relative;
	padding: 0px 0px 40px;
}
.col7_inner {
}

#subMainColumn a:hover, #subMainColumn a:active, {  color: #66CCFF;  }
.col8 {
	float: left;
	position: relative;
	min-height: 200px;
	width: 166px;
}


#about #outerwrapper #wrapper #content .col3 .promo .promo_spacer {
	display: block;
	clear: both;
	margin-top: 100px;
	position: relative;
}

#home #outerwrapper #wrapper #content .padding_signup {
	padding-top:0px;
	position: relative;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#home_top {
	height: 98px;
	margin: 0px;
	padding: 0px;
	z-index:4;
	position: relative;
	background-image: url(../images/nm1_content_top.jpg);
	background-repeat: no-repeat;
	background-position: center 2px;
}
#home_top2 {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nm1_content_top.jpg);
	background-repeat: no-repeat;
	background-position: center 2px;
	position: relative;
	z-index: 5;
}

#homeBottom {
	clear:both;
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}


#footer {
	width:820px;
	text-align:center;
	position: relative;
	clear: both;
	margin: 0px auto;
	padding: 0px 0px 25px;
}

#sub_top {
	background: url(../images/nm1_content_top.jpg) no-repeat center 0px;
	position: absolute;
	height: 80px;
}


.padding_sub { padding: 10px; }

.padding_signup { padding: 10px; }




/******** TYPOGRAPHY ********/



a {
	padding:0;
	margin:0;
	color: #FFFFFF;
}

a:hover  { color: #CCCC99; }


p {
	padding-bottom:7px;
	font-size:12px;
	line-height: normal;
}


.col1 h1, .col4 h1 {
	background:url(../images/nm1_headerbg.jpg) repeat-x;
	visibility: visible;
	margin-left: 8px;
	padding: 10px 0px 0px 10px;
}
	
h1 {
	font-size:24px;
	font-weight:normal;
	line-height: 24px;
	padding-bottom: 11px;
	color: #FFFFFF;
}

h2 {
	font:22px/22px georgia, times, serif;
	color: #FFFFFF;
}

h3 { color:#FFF; font-size:19px; font-weight:normal}

h4, h5, h6 { padding:10px 0 5px; font-size:13px;}


blockquote {
	background:url(../images/blockquote_blue.gif) top no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

#content h1 { padding-bottom:15px; }

#content p { line-height:16px; }

.learnMore {
	background-image: url(../images/pl_greyarrow.gif);
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left top;
}

#footer  p {
	text-decoration: none;
	font-size: 8px;
	padding-top: 15px;
	padding-right: 10px;
}

#home #content li {
	margin: 0px;
	display: block;
	line-height: 13px;
	border-bottom: 1px dashed #CC6633;
	padding: 6px 0px;
	color: #FFFFFF;
}



li.first    {
	display: block;
	border-top: 1px dotted #CCCC99;
}
li.last   {
	display: block;
	border-top: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: url(none);
}

.list {
	margin-top: -10px;
}

hr {
	margin-bottom: 10px;
}


  
/******** IMAGES ********/


img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.img_border {
	border: medium solid #000000;
	padding: 0px;
	margin: 0px;
}
.img_left {
	float: left;
	margin: 10px;
}
.img_right {
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}

.img_header {
	margin: 15px 0px 10px;
}


/******** UTILITY CSS ********/

.promo {
	overflow: visible;
	min-height: 80px;
	position: relative;
}

.padding { padding: 10px; }
.padding_headline {
	padding-top: 25px;
	padding-left: 25px;
}

.important { font-size: 14px; }

.clear { clear:both; }

.right {
	float: left;
	position: relative;
}

.left {
	float: left;
	position: relative;
}
.small_col  {
	position: relative;
	display: block;
}
.left.small_col  {
	text-align: left;
	position: relative;
}
.right.small_col  {
	text-align: left;
	padding: 0px 0px 0px 15px;
	float: right;
	position: relative;
	width: 150px;
}
.small_col   img {
	margin-bottom: 10px;
	float: none;
}

.hang_left {
	margin-left: -8px;
	clear: both;
	overflow: visible;
	position: relative;
}

.white { color: #FFFFFF; }

.blockqoute { color: #FFFFFF; font: normal 18px Arial, Helvetica, sans-serif; }



/******** FORMS CSS ********/




label { font-size:14px; }

form{
	/*display: block;*/
}

.input{
	background: #CCCC99;
	border: 2px solid #333333;
	height: 12px;
	width: 97%;
	color: #333333;
	font-size: 9px;
	padding: 2px;
	line-height: 9px;
}

.submit{
	margin-top: 2px;
	margin-bottom: 2px;
}

form p {
	color: #D8D9A2;
	margin: 0px;
	padding: 0px 0px 4px;
}



#subscribeForm { padding:10px; };


#subscribeForm .input{
color: #333333;
	font-size: 11px;
	background: #CCCC99;
	border: 2px solid #333333;

	height 15px;
	padding: 4px;

}

#home #outerwrapper #wrapper #content .padding_signup form img{
	position: absolute;
}



/******** TABLES / SCHEDULE ********/


table { }

td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#schedule table {
	font-size: 10px;
}

#schedule tr, #schedule td {
	padding:4px;
	width: 40px;
} 

.tour, .notes{
	text-align: left;
}

.tour.date { width: 100px; }

#schedule td.tour {
	width: 30px;
}



#schedule td.notes       {
	width: 170px;
	font-size: 11px;
}


/******** EXPANDING DIVS ********/


#accordion_container {
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	width: 100%;
	}

#accordion_pane {
	float: left;
	display: block;
	margin: 0px;
	padding: 3px 0px;
	border-top: 1px dotted #CCCC99;
	}


#accordion_pane a{
}

#accordion_list {
	margin: 0px;
	padding: 10px 0px 0px 40px;
	list-style-type: disc;
	}

#accordion_list li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 16px;
	line-height: 1.4em;
	}
#accordion_heading a  {
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat right center;
	margin: 0px 0px 10px;
	width: 100%;
	display: block;
	}
	
	.accordion_list_heading {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	}
.button     {
	display: block;
}
	
.button  a   {
	background: #2E1B04;
	color: #CCCC99 !important;
	font: bold 10px/12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px 3px;
	display: block;
	width: auto;
}
.button a:hover {
	background: #333333;
	color: #FFFFFF !important;
}
.pad_right {
	margin-right: 10px;
}
.news a {
	display: block;
	margin: -5px 0px;
	padding: 5px 3px;
}
.news a:hover {
	background: #000000;
}



.topborder  {
	position: absolute;
	background: url(../images/blog_bg.png) repeat-x center top;
	margin: 0px auto;
	height: 50px;
	width: 100%;
	left: auto;
	right: auto;
	top: -35px;
	z-index: 2000;
}
.ticket {
	background: url(../images/nm1_ticket2.png) no-repeat right bottom;
}

#container_blog .header  {
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
.product {
	text-align: center;
	line-height: normal;

	display: block;
	float: left;
	width: 90px;
	min-height:120px;
	max-height:120px;
	
	overflow: hidden;
	margin-right: 2px;
	margin-bottom: 5px;
}

/* Show only to IE6 */
* html .product { 
	text-align: center;
	line-height: normal;

	display: block;
	float: left;
	width: 90px;
	height:120px;
	overflow: hidden;
	margin-right: 2px;
	margin-bottom: 5px;
}

.link {
	color: #D8D9A2;
}
