* {
	margin: 0;
	padding: 0;
}

body {
	background: #e1cba3 url(../images/i4nr-background.jpg) -140px 0 no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 101%;
	color: #333333;
}

table {
    padding:0px;
    margin:0px;
}

panel
{
    padding:0px;
    margin:0px;
}

/********************************/
/*           HEADINGS           */
/********************************/
h1 {
	padding: 5px 0 0 30px;
	width: 340px; /* 370px */
	height: 47px; /* 52px */
	color: #222e90;
	font-size: 1.3em;   /* 52px */
	line-height: 1.3em; /* 52px */
	font-weight: normal;
}
	h1.type1 {
		background: url(../images/i4nr-header-1.png) top left no-repeat;
	}
	h1.type2 {
		background: url(../images/i4nr-header-2.png) top left no-repeat;
	}
	h1.type3 {
		background: url(../images/i4nr-header-3.png) top left no-repeat;
		color: #aa2e33;
	}

h2 {
	padding: 0px 0 0 70px;
	color: #222e90;
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: normal;
}
	h2.short {
		min-height: 36px;
		min-width: 133px;
		max-width: 430px;
		background: url(../images/i4nr-highlight-sm.gif) 60px 10px no-repeat;
	}
	h2.medium {
		min-height: 25px;
		min-width: 187px;
		background: url(../images/i4nr-highlight-med.gif) 50px 10px no-repeat;
	}
	h2.long {
		min-height: 26px;
		min-width: 260px;
		background: url(../images/i4nr-highlight-lg.gif) 70px 10px no-repeat;
	}

h3 {
	color: #508624;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
}

/********************************/
/*        BASE ELEMENTS         */
/********************************/
a {
	padding: 0 1px;
	color: #ff3600;
	text-decoration: none;
}
a:hover,
a.current {
	background-color: #222e90;
	color: #FFFFFF;
}

p {
	padding-bottom: 5px;
	font-size: .9em;
}

hr {
	margin: 10px 20px 10px 90px;
	height: 3px;
	border: none;
}
	hr.long {
		clear: both;
		background: url(../images/i4nr-underline-long.gif) top left no-repeat;
	}

/********************************/
/*       UTILITY CLASSES        */
/********************************/
.accessible {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.clear {
	clear: both;
}

/********************************/
/*          HEADER BAR          */
/********************************/
#header {
	position: relative;
	margin-left: 100px;     /*  margin-left: 100px;   */
	height: 115px;
	width:1100px;  /*  WAS NOTHING   */
	background: url(../images/i4nr-logo.png) top left no-repeat;
	/*min-width: 900px;    1150px   */
	/*max-width:1100px;     WAS NOTHING   */

}
	#header a {
		color: #0049b7;
		text-decoration: none;
	}
	#header a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
	#header #logo {
		float: left;
		width: 150px;  /*200px;*/
		height: 115px;
		margin-right:30px;  /* NOTHING */
	}
	    #header #logo:hover 
	    {
	        cursor:pointer
	    }
	    
	#header #innerhead {
		float: left;
		/*height:75px;      WAS NOTHING   */
	}
		/******  LEFT-HAND PANEL  ******/
		#header #innerhead #login {
			float: left;
			padding-top: 14px;  /*  20px   */
			width: 400px;     /*    400px   */
		}
			#header #innerhead #login p {
				padding-left: 0;
				font-size: .8em;
			}
		/******  RIGHT-HAND PANEL  ******/
		#header #innerhead #search {
			float: right;
			padding-top: 8px;      /*  20px   */
			width: 470px;
			text-align: right;
		}
			/******  SEARCH FORM  ******/
			#header #innerhead #search input {
				vertical-align: middle;
			}
			#header #innerhead #search input#searchTerm {
				padding: 3px 2px;
				width: 210px;
				background-color: #000000;
				border: 1px #FFFFFF solid;
				font-size: .7em;
				color: #FFFFFF;
			}
			/******  NAV BAR (under search form)  ******/
			#header #innerhead #search #topnav {
				margin-left: 190px;
				list-style: none;
				font-size: .9em;
				height: 1.1em;     /*  1.4em  */
			}
				#header #innerhead #search #topnav li {
					float: left;
					padding: 0 10px 0px 0px;
					line-height: 1.1em;    /*  1.4em  */
				}
		/******  BREADCRUMBS  ******/
		#header #innerhead #crumbs {
			clear: left;
			/*margin-left: -10px;       -10px   */
			list-style: none;
			list-style-position:inside;
			/*height: 1.4em;*/
			/*margin-top:-5px;      WAS NOTHING  */
		}
			#header #innerhead #crumbs li {
				float: left;
				padding: 0px 20px 0px 0px;
				margin:0;
				/*line-height: 1em;*/
			}
			#header #innerhead #crumbs li.next {
				padding: 0px 10px 0px 10px;
			}
			
/********************************/
/*     STRUCTURAL CONTAINER     */
/********************************/
#page {
	margin: 80px 0 0 170px;
	padding-top: 285px;     /*  285px  */
	width: 1003px;
	background: url(../images/i4nr-pagewide-rpt.png) top left repeat-y;
}

/********************************/
/*          PHOTO AREA          */
/********************************/
#photos {
	position: absolute;
	top: 100px;
	left: 100px;
	height: 390px;
	width: 1150px;
	background: url(../images/i4nr-photo-panel-1.png) top left no-repeat;
	z-index: 75;
}
	/******  GOOGLE MAP  ******/
	#photos #mapContainer {
		position: relative;
		margin: 0 0 0 100px;
		padding: 5px;
		width: 688px;
		height: 365px;
		background: url(../images/i4nr-map-window.png) top left no-repeat;
	}
		#photos #mapContainer #map {
			width: 675px;
			height: 350px;
		}
		#photos #maptabs {
			position: absolute;
			top: 7px;
			left: 755px;         /*  65px;  */
			list-style: none;
		}
			#photos #maptabs a {
				display: block;
			}
			#photos #maptabs #mapTown a {
				width: 69px;
				height: 143px;
				background: url(../images/i4nr-maptab-town-rev.png) top left no-repeat;
			}
			#photos #maptabs #mapTown a:hover,
			#photos #maptabs #mapTown.ui-tabs-selected a {
				background-image: url(../images/i4nr-maptab-town-o-rev.png);
			}
			#photos #maptabs #mapRegion a {
				width: 69px;
				height: 143px;
				background: url(../images/i4nr-maptab-region-rev.png) top left no-repeat;
			}
			#photos #maptabs #mapRegion a:hover,
			#photos #maptabs #mapRegion.ui-tabs-selected a {
				background-image: url(../images/i4nr-maptab-region-o-rev.png);
			}
	/******  INFO STICKY  ******/
	#photos #infoIndex {
		position: absolute;
		top: 0;
		right: 160px;
		width: 193px;
		height: 194px;
		background: url(../images/i4nr-infoindex-base.png) top left no-repeat;
	}
		#photos #infoIndex #infoForm {
			margin: 50px 10px 10px 30px;
		}
			#photos #infoIndex #infoForm label {
				display: block;
				margin-bottom: 3px;
				font-size: .7em;
				line-height: 1.4em;
			}
				#photos #infoIndex #infoForm label input {
					vertical-align: middle;
				}

/********************************/
/*          RATING BOX          */
/********************************/
#rating {
	/*float: right;*/
	position:relative;      /*   MINE   */
	left:485px;             /*   MINE   */
	margin: -45px 20px 0 0;
	padding: 5px;
	width: 250px;       /*  240px  */
	background: url(../images/i4nr-underline-small.gif) top center no-repeat;
	font-size: .8em;
	font-weight: bold;
	color: #508624;
}
	/*#rating div {
		padding-bottom: 5px;
		padding-top:2px;       MINE 
		background: url(../images/i4nr-underline-small.gif) bottom center no-repeat;
	}*/
	    #rating ul.stars {  /*   MINE */
	        padding-bottom: 5px;
		    padding-top:2px;
	        list-style:none;
	    }
	        #rating ul.stars li {  /*   MINE */
	            float:left;
	        }
	    #rating ul.reviews {     /*   MINE */
		    padding-bottom: 5px;
		    padding-top:4px;
	        list-style:none;
	        clear:left;
	    }
	        #rating ul.reviews li {     /*   MINE */
                float:left;
	        }
	            #rating ul.reviews li.small {     /*   MINE */
                        float:left;
                        font-weight:normal;
	                }
	    #rating #underline {    /*   MINE */
	        background: url(../images/i4nr-underline-small.gif) bottom center no-repeat;
	    }
	
	/*#rating #numeric {
		padding-left: 10px;
		color: #ff3600;
	}*/
    
/********************************/
/*       CONTENT SECTIONS       
*******************************/
/*.snapshot {
	float: right;
	margin: 5px 6px 5px 20px;
	width: 255px;
	height: 235px;
}
	.snapshot img {
		margin: 5px 0 0 5px;
		width: 220px;
		height: 204px;
	}
	.snapshot .caption {
		margin: -35px 0 0 15px;
		padding-bottom: 0;
		font-size: 1.2em;
		line-height: 1.2em;
	}
	.snapshot .editImage a {
		display: block;
		margin: 15px 0 0 15px;
		width: 102px;
		height: 18px;
		background: url(../images/i4nr-icon-picture.gif) top left no-repeat;
	}
	.snapshot .editImage a:hover {
		background-image: url(../images/i4nr-icon-picture-o.gif);
	}*/
	
.snapshot {
    float: right;
    margin: 5px 6px 5px 20px;
    width: 220px;
    height: 215px;      /*   204px   */
    background: url(../images/i4nr-polaroid.png) top left no-repeat;
}
	.snapshot .imageplaceholder 
	{
	    position:relative;
		margin: 8px 0 0 8px;
		width: 200px;
		height: 157px;
	}
	    .snapshot .imageplaceholder img
	    {
	        position:absolute;
		    margin:0px;
		    padding:0px;
		    top:0px;
		    left:0px;
		    width: 200px;
		    height: 157px;
		    z-index:300;
	    }
	.snapshot .caption {
		margin: 5px 0 0 10px;
		padding-bottom: 0;
		font-size: 0.8em;
		line-height: 0.8em;
		height:20px;
	}
	.snapshot .editImage a {
		display: block;
		margin: 13px 0 0 10px;
		width: 102px;
		height: 18px;
		background: url(../images/i4nr-icon-picture.gif) top left no-repeat;
	}
	.snapshot .editImage a:hover {
		background-image: url(../images/i4nr-icon-picture-o.gif);
	}
	
	
.snapshotPortrait {
    float: right;
    margin: 5px 6px 5px 20px;
    width: 172px;
    height: 258px;
    background: url(../images/i4nr-polaroid-portrait.png) top left no-repeat;
}
	.snapshotPortrait .imageplaceholder 
	{
	    position:relative;
		margin: 8px 0 0 6px;
		width: 157px;
		height: 200px;
	}
	    .snapshotPortrait .imageplaceholder img
	    {
	        position:absolute;
		    margin:0px;
		    padding:0px;
		    top:0px;
		    left:0px;
		    width: 157px;
		    height: 200px;
		    z-index:300;
	    }
	.snapshotPortrait .caption {
		margin: 5px 0 0 10px;
		padding-bottom: 0;
		font-size: 0.8em;
		line-height: 0.8em;
		height:20px;
	}
	.snapshotPortrait .editImage a {
		display: block;
		margin: 13px 0 0 10px;
		width: 102px;
		height: 18px;
		background: url(../images/i4nr-icon-picture.gif) top left no-repeat;
	}
	.snapshotPortrait .editImage a:hover {
		background-image: url(../images/i4nr-icon-picture-o.gif);
	}
	
	
.snapshotSmall 
{
    position:relative;
	float: left;
	margin: -40px 10px 5px -5px;
	width: 130px;
	height: 120px;
	background: url(../images/i4nr-polaroid-small.png) top left no-repeat;
}
	.snapshotSmall .imageplaceholder 
	{
	    position:relative;
		margin: 6px 0px 0 5px;
		width: 118px;
		height: 88px;
	}
	    .snapshotSmall .imageplaceholder img
	    {
	        position:absolute;
		    top:0px;
		    left:0px;
		    width: 118px;
		    height: 92px;
		    z-index:300;
	    }
	.snapshotSmall .caption {
		margin: 3px 0 0 5px;
		padding-bottom: 0;
		font-size: 0.6em;
		height:10px;
		/*line-height: 0.6em;*/
	}
	.snapshotSmall .editImage a {
		display: block;
		margin: 10px 0 0 10px;
		width: 102px;
		height: 18px;
		background: url(../images/i4nr-icon-picture.gif) top left no-repeat;
	}
	.snapshotSmall .editImage a:hover {
		background-image: url(../images/i4nr-icon-picture-o.gif);
	}


.section {
	padding: 0 20px 10px 90px;
}
	.section h3 {
		float: left;
	}
	.section p.editSection {
		clear: none;
		float: left;
		padding: 7px 0 0 20px;
		font-size: .7em;
	}
	.section p {
		clear: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .8em;
	}
	
.sectionlong {
	padding: 0 20px 10px 90px;
}
	.sectionlong h3 {
		float: left;
	}
	.sectionlong p.editSection {
		clear: none;
		float: left;
		padding: 7px 0 0 20px;
		font-size: .7em;
	}
	.sectionlong p {
		clear: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .8em;
	}

#linkFooter {
	margin: 0;
	padding: 0 0 15px 90px;
	font-size: .8em;
	color: #ff3600;
}
	#linkFooter a {
		padding-left: 30px;
		/* float:right;              WAS NOTHING   */
		padding-right:20px;     /*   WAS NOTHING   */
	}
	
	
#PanelAuthors,
.PanelAuthors   /*   WAS NOTHING   */
{
    text-align:left;
    padding:4px 0px 4px 0px;
    margin:0px;
    width:650px;
    font-size:x-small;
    /*border: solid 1px #CCCCCC;
    background: url(../images/i4nr-page-rpt.png) top left repeat-y;*/
}

.Authors    /*   WAS NOTHING   */
{
    width:120px;
    text-align:left;
    color:#508624;
    float:left;
}

#infoIndexSmall {
	width: 140px;
	height: 110px;
	background: url(../images/i4nr-infoindex-base-small.png) top left no-repeat;
	padding: 50px 0px 0px 15px;
	margin:0;
	z-index:300;
}
	#infoIndexSmall .question 
	{
	    margin:0px 0px 0px 3px;
	    padding:0;
		width:95px;
		height:17px;
		position:relative;
	}
		#infoIndexSmall .question img
	    {
		    position:relative;
	    }
	
	
    #infoIndexSmall p.answer {
		margin: 0px 0px 0px 5px;
		padding:0;
		width:110px;
		font-size: .7em;
		color: #ff3600;
		position:relative;
	    }
            #infoIndexSmall p.answer input {
		    width:80px;
		    margin:0;
		    padding:0;
		    position:relative;
	    }


/********************************/
/*            FOOTER            */
/********************************/
#footer,
#footerNarrow {
	margin-left: 170px;
	width: 1003px;
	height: 273px;
	background: url(../images/i4nr-foot-rpt.png) 420px 0 no-repeat;
}
#footerNarrow {
	width: 796px;
	background: none;
}
	#footer #copyright,
	#footerNarrow #copyright {
		float: left;
		padding: 90px 0 0 155px;
		width: 265px;
		height: 273px;
		background: url(../images/i4nr-foot-left.png) top left no-repeat;
		font-size: .75em;
		color: #FFFFFF;
	}
		#footer #copyright a,
		#footerNarrow #copyright a {
			color: #FFFFFF;
		}
	#footer #footLinks,
	#footerNarrow #footLinks {
		float: right;
		width: 376px;
		height: 273px;
		background: url(../images/i4nr-foot-right.png) top right no-repeat;
		list-style: none;
	}
		#footer #footLinks li,
		#footerNarrow #footLinks li {
			float: left;
			margin: 90px 0 0 0;
			padding-right: 20px;
			font-size: .75em;
		}
