/* CSS for NPT website | final, 02.09.2009 */

body {
	font-size: medium;
	font-weight: normal;
	line-height: 100%;
	background-color: #ffffff;
}

/* start navigation and link states - do not change order */

a:link {
	color: #222222;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #222222;
	background-color: #ffffde;
}

a:active {
	color: #222222;
}

#navigation a:link {
	color: #606060;
	text-decoration: none;
}

#navigation a:visited {
	color: #909090;
	text-decoration: none;
}

#navigation a:hover {
	color: #064761;
	text-decoration: none;
	background-color: white;
}

#navigation a:active {
	color: #606060;
	text-decoration: none;
}

/* hover state below does not work yet */

.prominent a:hover {
	background-color: #ff0000;
}

/* end navigation and link states */

#gradientrepeat {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 400px;
	background-image: url(NPT-gradient-02-stripes.jpg);
	background-repeat: repeat-x;
}

#container {
	position: relative;
	margin: 12px auto;
	height: 420px;
	width: 780px;
	background-color: #ffffff;
}

#content {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-style: dotted;
	border-color: #000000;
	position: absolute;
	top: 26px;
	left: 52px;
	width: 475px;
	min-height: 351px;
}

#message {
	position: relative;
	top: -20px;
	left: 3px;
	width: 430px;
}

#message p {
	font-family: Georgia, Cambria, Constantia, Times, "Times New Roman", serif;
	font-size: 100%;
	font-weight: normal;
	color: #222222;
	line-height: 140%;
}

.nobreak {
	white-space: nowrap;
}

#masthead {
	position: absolute;
	top: 26px;
	left: 535px;
	width: 225px;
	height: 97px;
}

#mastheadlinks {
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	height: 97px;
}

#gohome {
	position: absolute;
	top: 0;
	left: 0;
	width: 223px;
	height: 27px;
}	

#gothere {
	position: absolute;
	top: 38px;
	left: 0;
	width: 168px;
	height: 35px;
}	

#navigation {
	position: absolute;
	top: 150px;
	left:535px;
	width: 245px;
}

#nav1, #nav2, #nav3 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Regular", "Lucida Sans Unicode", Corbel, Calibri, "Trebuchet MS", Helvetica, Arial, "Microsoft Sans Serif", Verdana, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #606060;
	line-height: 126%;
}

#nav1, #nav2 {
	padding-bottom: 0.6em;
}

#copyright {
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	border-color: #666666;
	position: relative;
	top: 30px;
	left:0px;
	width: 225px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Regular", "Lucida Sans Unicode", Corbel, Calibri, "Trebuchet MS", Helvetica, Arial, "Microsoft Sans Serif", Verdana, sans-serif;
	font-size: 65%;
	color: #666666;
	font-weight: normal;
	line-height: 125%;
}
