/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding: 0;
	margin: 10px 0 0 0;            /* sets margin at top */
	text-align: center;
	min-width: 760px;              /* for mozilla*/
	color: #000000;
        font: small Arial, Helvetica, Verdana, sans-serif;
}

#outer{
	height: 100%;
	min-height: 100%;
	width: 758px;
	color: #000000;
	text-align: left;
	margin: auto;
	position: relative;
	background:  url(images/centredbg.jpg) repeat-y center center;   /*background-color: #FFFFFF;   sets color of right center and left columns */
	position: relative;
}

#outermap{
	height: 1000px;
	min-height: 100%;
	width: 758px;
	color: #000000;
	text-align: left;
	margin: auto;
	position: relative;
	background:  url(images/centredbg-map.jpg) repeat-y center center;   /*background-color: #FFFFFF;   sets color of right center and left columns */
	position: relative;
}

html>body #outer{height:auto;} /* for mozilla as IE treats height as min-height anyway */

#innerwrap {/* enables content first */
	float: left;
	width: 500px;         /* use this with centrecontent below to get proper spacing for center and right content */
}

#header{
	position: absolute;
	top: 0;
	                       /* removed to get left header in line with content left: -1px; */
	width: 738px;          /* 738 gets right header in line with content - lowered after inserting padding below */
	height: 125px;         /* set to 125 for proper spacing between header and content */
	background: #FDF8F2;   /* sets header background color */
	border-bottom: 1px solid #b9d2e3;  /* possible remove and place more space below tagline to get same effect */
	overflow: hidden;
	color: #b9d2e3;
	margin-left: 10px;	/* added to move bottom margin over in line with top left of left column */
	margin-right: 5px;	/* no effect */
	z-index: 100;
}

#header-bottom ul {
	margin: 0;
	padding: 1px 15px 0 0;
	text-align: right;
}

#header-bottom li {
	display: inline;
	background-color: #fdf8f2;
	color: #050845;
            /* margin-right: -12px; moves tagline closer to right side and places letters on top of each other */

	border-bottom: 1px solid #B9D2E3;
	border-top: 1px solid #B9D2E3;
}

#header-bottom a:link, #header-bottom a:visited {
	text-decoration: none;
	background-color: #fdf8f2;
	color: #050845;
}

/* Start Header Text Logo */

#header h1 {
	color: #050845;
	margin-top: 18px;
	margin-bottom: 18px;
}

/* End Header Text Logo */

#tagline {
	font-weight: bold;
	background-color: #fdf8f2;
	color: #050845;
/*	font-style: italic; */
	padding: 0 10px 0 10px;	/* joins tagline elements together */
	width: 466px;		/* 466 larger cascades right side to second line */
	float: left;
	border-bottom: 1px solid #B9D2E3;
	border-top: 1px solid #B9D2E3;
	margin: 0;
}

#cities {			/* added for cities in header */
	position: relative;
	float: right;
	width: 245px;
	font-size: 90%;
	color: #666666;
	margin: -93px 0 -100px 5px /* top -75 right 0 bottom -100 left 5 */
}

#cities a:link {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}

#cities a:hover {
	text-decoration: none;
	color: #061b51;
	font-weight: bold;
}

#cities a:visited {
	text-decoration: none;
	color: #245185;
	font-weight: normal;
}

#nclhia {
	text-align: center;
	color: #245185;
}

#navmap {				/* left sidebar */
	position: relative;	/*ie needs this to show float */
	width: 247px;		/* was 167 */
	float: left;
	padding-top: 140px;	/*needed to make room for header - was 72*/

	margin-left: 12px;	/* places left sidebar content within lines */
}

#left {				/* left sidebar */
	position: relative;	/* ie needs this to show float */
	width: 167px;		/* was 120 - change to 167 */
	float: left;
	padding-top: 140px;	/* needed to make room for header - was 72*/
	padding-bottom: 32px;	/* needed to make room for footer */
	margin-left: 12px;	/* places left sidebar content within lines */
}

#left p {
        padding-left: 3px;
        padding-right: 2px
}

#left h3 {
	color: #245185;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #b9d2e3;
	font-size:  110%;
	margin-left: 10px;
	margin-right: 10px;
}

#leftnav {			/* left sidebar contents */
	list-style: none;
	margin-left: 10px;
	margin-right: 10px;
	padding:  0;
}

#leftnav li {
	border-bottom: 1px solid #b9d2e3;
	padding: 0.4em 0 0.2em 0;
	font-size:  90%;
}

#leftnav li a:link, #leftnav li a:visited {
	text-decoration: none;
	color: #245185;
	font-weight: normal;
}

#right p {
        padding-left: 4px;	/* spaces p text from the left */
        padding-right: 2px;
}

#right {
	position: relative;	/* ie needs this to show float */
	width: 220px;		/* was 130 - change to 220 */
	float: right;
	padding-top: 140px;	/* needed to make room for header - was 72 */
	padding-bottom: 32px;	/* needed to make room for footer */
	color: white;		/* changes all text to white */
	margin-right: 14px;

}

#right h3 {
	font-size: 110%;
	background-image: url(images/sidebar-header-bg.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0.2em 0 0.2em 10px;
	font-weight: bold;
}

#right .inner {
	padding: 10px;
}

#right ul {
				/* list-style: none; */
	margin-left: 0;
	padding-left: 18px;	/* was 12 with no bullets */
}

#right p, #right li {
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 90%;
	line-height: 1.4em;
}

#right ul a:link, #right ul a:visited {
	color: white;
}

#right .date {
	font-size: 105%;
	font-weight: bold;
}

#right p.more {
	clear: right;
	margin: 0 30px 0 0;
	text-align: right;
}

#right p.more a:link, #right p.more a:visited {
	color: white;
	background-image: url(img/more-bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
}

#footer {
	width:756px;
	clear:both;
	height:29px;
	/*padding-left: 10px;*/
	/* padding-top: 5px;*/
	background-color: #060845;
	color: white;
	text-align:center;
	position: absolute;
}

* html #footer {		/*only ie gets this style*/
	\height:52px;		/* for ie5 */
	\height:50px;		/* for ie6 */
}

div,p  {			/*clear top margin for mozilla*/
	margin-top: 0;
}

#centrepic {			/* positions centre content picture between borders */
	margin-left: -19px;
	margin-right: -17px;
	margin-top: -14px;
}

#centrecontent {
	width: 295px;           /* was 498 */
	float: right;
	padding-top: 140px;     /* was 72 */
	padding-bottom: 32px;	/* needed to make room for footer */
        color: #666666;
	margin-right: 5px;
}


#centrecontent h1 {
	margin-top: -197px;	/* moves header up over image - text not visible in Firefox */
	text-align: center;
	font-size: 150%;
	color: #25628f;
}

#centrecontent h2 {
	text-align: center;
	color: #245185;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #b9d2e3;
	font-size:  110%;
}

#centrecontent h3 {
	color: #245185;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #b9d2e3;
	font-size:  110%;
}

#centrecontent p {
	padding-left: 3px;
	margin-top: 15px;
}

#clearfooter {
	width: 100%; 
	height: 52px; 
	clear: both;
} /* to clear footer */