@charset "utf-8";
@import url("type.css");

html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background-image:url(../images/bg.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	background-repeat: repeat-x;
}


a {
	color:#007EA8;
	text-decoration:underline;
}
a:hover, a:active, a:focus {
	color:#007EA8;
	text-decoration:none;
}
a.readmore {
	padding-right:7px;
	background-image:url(../images/bullet-arrow-grey.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
a.readmore:hover, a.readmore:active, a.readmore:focus {
	background-image:url(../images/bullet-arrow-blue.gif);
}


form {
	padding:0; margin:0;
	line-height:normal;
}

#header {
	background-color:#FFF;
	width:986px;
	height:123px;
	clear:both;
	position:relative;
	margin:0 auto;
	border-top:5px solid #78AED6;
	background-image: url(../images/headerbg.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index:1000;
}
#headerTop {
	clear:both;
	height: 80px;
}
#logo {
	float:left;
	width:250px;
	height:39px;
	margin:20px 0 0 22px;
}
#logo a {
	display:block;
	background-image:url(../images/nobel-logo.gif);
	background-repeat:no-repeat;
	width:250px;
	height:39px;
	text-decoration:none;
}
#logo a span {
	visibility:hidden;
}
#headerSearch {
	float:right;
	margin:20px 9px 0 0;
	color:#999;
}
#headerSearch table td {
	height:30px;
	vertical-align:top;
}
#headerSearch table td#td3 {
	padding-top:2px;
}
#headerSearch table td#td1 {
	padding-top:4px;
	padding-right:15px;
}
#headerSearch input#searchstring {
	font-size:11px;
	background-color:transparent;
	color:#999;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border:none;
	width:221px;
	height:22px;
	background-image:url(../images/searchbg.gif);
	background-repeat:no-repeat;
	line-height:22px;
	margin:0;
	padding: 0 0 0 6px;
}
#headerSearch a {
	text-decoration:none;
	color:#3E699F;
}
#headerSearch a:hover {
	color:#007EA8;
	text-decoration:underline;
}

#breadcrumb {
	  height:30px;
	  margin:0 auto;
	  padding:5px 15px 0px 15px;
	  width:956px;
	  background-color:#FFF;
	  font-size:11px;
	  color:#666;
}
#breadcrumb a {
	color:#0058AE;
	padding-right:11px;
	margin-right:4px;
	background-image: url(../images/bcarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration:none;
}
#breadcrumb a:hover {
	color: #3192D9;
}


/* main menu */
#navbar {
	background-image:url(../images/menubar.png);
	background-repeat:no-repeat;
	height:35px;
	margin:0 6px;
	width:974px;
}
#navbar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navbar ul li {
	float:left;
	background-image:url(../images/menubarsep.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#navbar ul li:last-child {
	background-image:none;
}
#navbar ul li a {
	display:block;
	padding: 0 20px;
	line-height:35px;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	width:auto;
	text-shadow:0 -1px 0 #000;	
}
#navbar ul li a:hover, #navbar ul li.active a {
	background-image: url(../images/menubarhover.png);
	color:#333;
	text-shadow:0 1px 0 #ddd;
}
#navbar ul li:first-child a:hover, #navbar ul li.active:first-child a {
	background-image: url(../images/menubarhoverone.png);	
}

/* submenu */
#navbar li ul {
	display: none;
	width:18em;
	background-color: #8D8D8D;
   z-index:1000;
   }
#navbar li ul li {
	line-height:18px !important;
}  
#navbar li ul li a {
	text-transform:none;
	text-shadow:none;
	color:#FFF;
	text-align:left;
	line-height:27px !important;
	font-weight:normal;
	padding:6px 7px 7px 7pxpx;	
	display:block;
}

#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0;
   z-index:10000; }
#navbar li:hover li, #navbar li.hover li {
   float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #8D8D8D;
	border-bottom: 1px solid #666;
	color: #fff;
	text-shadow:none; }
#navbar li li a:hover {
	background-color: #C7C7C7; 
	background-repeat:repeat-x;
	background-position:left bottom;
	color:#000;
	}
#navbar li li:first-child a:hover {
	background-color: #C7C7C7; 
	background-repeat:repeat-x;
	background-position:left bottom;	
	background-image: url(../images/menubarhover.png);	
	}	
/*#navbar li li a:hover span {
	background-repeat:no-repeat;
	background-position:7px 7px;
}*/
#navbar li.active li a {
	background-image:none;
}
#navbar li.active li a:hover {
	background-image: url(../images/menubarhover.png);		
}


#mainwrap {
	background-color: #FFF;
	padding: 1px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
	width:984px;
}
#main {
	float:left;
	width:720px;
}
#rightcol {
	float:right;
	width:263px;
}
#rotator {
	width:720px;
	height:280px;
	overflow:hidden;
	background-color:#CCC;
	position:relative;
	z-index:1;
}
#pageImageLarge {
	width:720px;
	height:200px;
	overflow:hidden;
	background-color:#CCC;
}
#pageImageMenu {
	width:720px;
	background-color:#D6D6D6;
}
#pageImageMenu .menu {
	float:left;
	background-color:#D6D6D6;
	width:186px;
	padding:5px;
}
#pageImageMenu .image {
	float:left;
	width:524px;
}

.menu .menuwrap {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.menu .menuwrap  ul {
	list-style:none;
	padding:0;
	margin:1px 0 0 0;
}
.menu .menuwrap  ul li {
	border-top:1px solid #fff;
	border-bottom:1px solid #d1d1d1;
}

.menu .menuwrap  ul li a {
	display:block;
	line-height:29px;
	background-color:#F0F0F0;
	text-decoration:none;
	color:#333333;
	font-size:11px;
	padding-left:10px;
	background-image:url(../images/bullet-arrow-black.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	
}
.menu .menuwrap  ul li a:hover {
	background-color:#D1E3F1 !important;
	color:#000000;
}


/* boxes*/

.greybox {
	background-color:#D6D6D6;
	padding:5px;
}
.greybox div.content {
	border:1px solid #fff;
	background-color:#F0F0F0;
	padding:9px;
	height:250px;
	font-size:11px;
}
.whitebox {
	background-color:#D6D6D6;
	padding:5px;
	border-top:1px solid #fff;
	background-image: url(../images/whiteboxbg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.whitebox div.content {
	border:1px solid #fff;
	background-color:#fff;
	padding:9px;
	font-size:11px;
}
.whitebox div.content2 {
	border:1px solid #fff;
	background-color:#fff;
	padding:9px;
	font-size:12px;
}



.whitebox div.contentfade {
	border:none;
	background-color:transparent;
	padding:9px;
	font-size:11px;
}



div.innerbox {
	padding:0 8px;
}
div.innerbox p {
	margin-top:0;
	margin-bottom:7px;
}

.newsbox {
	width:233px;
	float:left;
}
.newsbox ul {
	list-style:none;
	margin:0;
	padding:0;
}
.newsbox ul li {
	border-bottom:1px solid #D1D1D1;
	padding-bottom:5px;
	margin-bottom:5px;
}
.newsbox ul li:last-child {
	border-bottom:none;
}
.newsbox ul li span, .newsbox ul li b {
	display:block;
	clear:both;
}
.newsbox ul li span {
	font-size:10px;
	color:#797979;
}
.newsbox ul li b {
	margin-bottom:3px;
}
.newsbox .readmore {
	display:block;
	text-align:right;
}

.aboutbox {
	margin-left:260px;
}

.greybox .newsbox {
	background-color:#F0F0F0;
	border:1px solid #FFFFFF;
	font-size:11px;
	height:auto;
	padding:9px;
}

.vlineindex {
	background-image:url(../images/vdot.gif);
	background-repeat:repeat-y;
	background-position: 246px top;
}

/* headers */

.hBlue {
	color:#FFF;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	background-image: url(../images/headings.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin:0 0 12px 0;
}
.hBlue span {
	background-image: url(../images/headings-right.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	display:block;
	width:auto;
	height:26px;
	padding-left:8px;
	padding-top:3px;
}

.hGreen {
	color:#FFF;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	background-image: url(../images/headings.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	margin:0 0 12px 0;
}
.hGreen span {
	background-image: url(../images/headings-right.png);
	background-repeat: no-repeat;
	background-position: right -60px;
	display:block;
	width:auto;
	height:26px;
	padding-left:8px;
	padding-top:3px;
}

.hBrown {
	color:#FFF;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	background-image: url(../images/headings.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
	margin:0 0 12px 0;
}
.hBrown span {
	background-image: url(../images/headings-right.png);
	background-repeat: no-repeat;
	background-position: right -30px;
	display:block;
	width:auto;
	height:26px;
	padding-left:8px;
	padding-top:3px;
}
.hBrown a, .hGreen a, .hBlue a {
	text-decoration:none;
	color:#FFFFFF;
}


/* icons */
.expIcons {
	list-style:none;
	margin:0;
	padding:0;
}
.expIcons li {
/*	line-height:50px;*/
	border-bottom:1px solid #D1D1D1;
	text-transform:uppercase;
	height:47px;
	padding-top:4px;
}
.expIcons li:last-child {
	border-bottom:none;
}
.expIcons li a {
	color:#444;
	text-decoration:none;
	display:block;
	width:auto;
	font-weight:bold;
	background-image:url(../images/bullet-arrow-grey.gif);
	background-repeat:no-repeat;
	background-position: 99% center;
	padding-top:3px;
	line-height:37px;	
}
.expIcons li a:hover {
	color:#007EA8;
	text-decoration:none;
	display:block;
	width:auto;
	font-weight:bold;
	background-image:url(../images/bullet-arrow-blue.gif);
	background-repeat:no-repeat;
	background-position: 99% center;
}
.expIcons li.first a {
	line-height:normal !important;
}
.expIcons li a img {
	float:left;
	margin-top:-3px;
}


/* footer */
#footer {
	width:946px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 60px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:20px 20px 0 20px;
}

#footerlinks {
	float:left;
}
#footerlinks a {
	text-decoration:none;
	color:#333;
	padding-right:15px;
	margin-right:15px;
	border-right:1px solid #ccc;
}
#footerlinks a:last-child {
	border-right:none;
}
#footerlinks a:hover {
	color:#007EA8;
}

#copyright {
	float:right;
	text-align:right;
}

#credits {
	color:#ccc;
	font-size:9px;
	margin:0 auto;
	padding:10px 14px 0 0;
	text-align:right;
	width:974px;
}

/* page content */
.pageContent {
	background-color:#fff;
	padding:5px 25px;
	border-top:1px solid #fff;
}
.pageContent h1 {
	font-weight:normal;
	font-size:22px;
	color:#619ECF;
	margin:14px 0;
}
.pageContent h2 {
	color:#B09B6A;
	font-size:16px;
	background-image:url(../images/hdot.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:4px;
}

.newsblock {
	background-image: url(../images/hdot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 20px;
	padding-bottom: 5px;	
}

.newsblock h3 {
	font-size:14px;
	color:#333;
	margin:3px 0 6px 0px;
}
.newsblock h3 a {
	text-decoration:none;
	color:#333;
}
.newsblock h3 a:hover {
	color:#007EA8;
}
.newsblock span.date {
	color:#797979;
	font-size:11px;
}


.newsblock img {
	background-color:#FFFFFF;
	border:1px solid #ddd;
	padding:2px;
	float:left;
	margin-bottom:10px;
	margin-right:15px;
}

/* contact form */

textarea#message {
	width:340px;
	
}
#contactform input {
	width:140px;
}
#contactform input#name, #contactform input#subject {
	width:340px;
}
#contactform input#sendbutton {
	width:100px;
}


#paging {
	padding-bottom:15px;
	text-align:center;
	color: #999;
}
h1 span.newsnav {
	display:block;
	float:right;
	font-size:12px;
	color: #666;
}
h1 span.newsnav a {
	text-decoration:none;
}
h1 span.newsnav a:hover {
	text-decoration:underline;
}

/* tombstones */

.tstones {
		
}

.tstones td {
	text-align:center;
	vertical-align:top;
	width:198px;
	padding:5px;
	border:1px solid #ddd;
	background-image: url(../images/tstonesbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.tstones td b, .tstones td strong {
	font-size:13px;
}
.tstones td h2 {
	font-size:14px;
	margin-top:5px;
	color:#333;
}

/* banners */

.bannerpositionleft {
	text-align:center;
/*	background-color:#EAEAEA;*/
	height:150px;
}
.bannerpositionright {
	text-align:center;
/*	background-color:#f0f0f0;*/
	height:150px;
}


/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	background-image: url(../images/hdot.gif);
	background-repeat: repeat-x;
	background-image: url(../images/hdot.gif);
	background-repeat: repeat-x;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}
