@charset "UTF-8";
/* CSS Document */
body  {
	font: 100% HelveticaNeue-Light, ArialMT-Light, Arial, sans-serif;
	background: #FFFFFF;
	margin: 30px 0 15px 0;
	padding: 0;
	text-align: center;
	color: #666;
}
* { 
	margin: 0; 
	padding: 0; 
	border: 0 
}
#container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	position: relative;
}
#topBar {
	height: 129px;
}
#ntLogo {
	position:absolute;
	width:180px;
	height:170px;
	z-index:1;
	left: 60px;
	top: 132px;
}
#navBox {
	position:absolute;
	width:140px;
	height:340px;
	z-index:1;
	left: 260px;
	top: 10px;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.6em;
}
#container #navBox ul {
	margin: 0px;
	padding: 0;
}
#container #navBox li  {
	margin: 0px;
	padding: 0;
	list-style-type: none;
}
#container #navBox a {
	background-image: url(images/dot_pink.gif);
	background-repeat: no-repeat;
	color: #999;
	text-decoration: none;
	background-position: left 3px;
	padding: 0 0 0 25px;
}
#container #navBox a:hover {
	background-image: url(images/dot_red.gif);
	background-repeat: no-repeat;
	color: #666;
	text-decoration: none;
	background-position: left 3px;
	padding: 0 0 0 25px;
}
#container #navBox .item {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	background-image: url(images/dot_grey.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}
#container #navBox #selected a {
	background-image: url(images/dot_red.gif);
	background-repeat: no-repeat;
	color: #666;
	text-decoration: none;
	background-position: left 3px;
	padding: 0 0 0 25px;
} 
#leftBar {
	width:320px;
	z-index:1;
	font-size: 0.8em;
	float: left;
	margin: 330px 0 50px 60px;
	_margin: 330px 0 30px 30px;
	line-height: 1.3em;
}
#leftBar a {
	color:#A72446;
	font-weight: normal;
	text-decoration: none;
}
#leftBar a:hover {
	color:#000;
	font-weight: normal;
	text-decoration: underline;
}
#photosBar {
	position:absolute;
	width:320px;
	height:405px;
	z-index:1;
	left: 60px;
	top: 330px;
	font-size: 0.8em;
}
#photosBar a {
	color:#A72446;
	font-weight: normal;
	text-decoration: none;
}
#photosBar a:hover {
	color:#000;
	font-weight: normal;
	text-decoration: underline;
}
#mainContent { margin: 0 45px 40px 425px; padding: 0; font-size: 0.8em; line-height: 1.5em; height: auto !important; min-height: 45em; height: 45em; }
#mainContent p {
	margin-bottom: 0 0 1.8em 0;
}
#mainContent a {
	color:#A72446;
	font-weight: normal;
	text-decoration: underline;
}
#mainContent a:hover {
	color:#000;
}
#mainContent ul, #mainContent ol {
	margin: 0 0 12px 14px;
}
#mainContent li {
	margin: 0 0 5px 5px;
	list-style-image: url(images/dot_grey-li.gif);
}
#mainContent ol li {
	margin: 0 0 5px 5px;
	list-style-image: none !important;
}
#mainContent a img { border: none;}

#mainContent .linkImages { margin: 0 5px 10px 5px; border: solid #CCC 1px; display: block; }
h1 { margin: 0 0 .8em 0; font-size: 1.8em; font-weight: normal; color: #999; line-height: normal; }
h2 { margin: 0 0 .2em 0; font-size: 1.1em; padding: .8em 0 0 0; color: #A72446; display: block; }
.resultspage h2  { margin: 0.8em 0; display: block; padding-bottom: 0.3em; border-bottom: dotted #999 1px; }
h3 {
	margin: 0 0 .2em 0;
	font-size: 1.1em;
	padding: .8em 0 0 0;
	color: #999;
}
h4 {
	margin: 0 0 .2em 0;
	font-size: 1.05em;
	padding: 0;
}
h5 {
	margin: 0 0 .2em 0;
	font-size: 1.1em;
	padding: 0;
	color: #A72446;
}

h6 { 
margin: -1.7em 0 1em 0; font-size: 0.9em; padding: 0; color: #A72446; 
}
address {
	color:#999;
	}
hr {
	border: 0;
	border-bottom: 1px dotted #999;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	display:block;
	/*clear:both;*/
	margin:0 0 1.4em 0;
	padding:0.5em 0 0 0;
	display:block

}
p {
	margin: 0 0 1em 0;
}
.headerTxt {
	font-weight: bold;
	color: #A72446;
	font-size: 1.1em;
}
.date {
	color: #999;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
}
.credit {
	color: #A72446;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
}
#news img {
	padding: 4px 10px 10px 0;
}

