/*
Design based on template provided by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background-color:#E6E6D2;
	background-image:url(Images/background7.gif);
  background-repeat:repeat-x;
    background-attachment:fixed;
	font: normal 11px "verdana", Arial, Helvetica, sans-serif;
	color: #333333;
	

}

a {
	color: #004000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	color: #003366;
}

/* Boxed */

.title {
	
	
}

.boxed1 .title {
	height: 24px;
	padding-top: 5px;
	font-size: 120%;
	text-align:left;
}

.boxed1 .content {
	background: url(Images/img05.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed2 .title {
	font-size: 182%;
	text-align:center;
}

.boxed2 .content {
	background: url(Images/img06.gif) no-repeat left bottom;
	padding: 20px;
}

.boxed-home .content {
	background: url(Images/koru_grayscale.gif) no-repeat center;
	padding: 20px;
	height: 580px;
}

.boxed3 .title {
	height: 28px;
	padding-left: 30px;
	padding-top: 10px;
	font-size: 120%;
	background: url(Images/rounded-top.gif) no-repeat left center;
	
}

.boxed3 .base {
	height: 28px;
	padding-left: 30px;
	padding-top: 0px;
	font-size: 120%;
	background: url(Images/rounded-bottom.gif) no-repeat left center;
	
}

.boxed3 .content {
	background-color:#d5ecb6;
	padding: 10px;
	line-height:160%;
}

.boxed3 ol, .boxed3 ul {
	margin-left: 1em;
}

.boxedlink .content {
	background: url(Images/davinci3.jpg);
	width:200px;
	height:600px;
}

/* Header */

#header {
	width: 820px;
	height: 161px;
	margin: 0 auto;
	background: url(Images/filmstrip_anim.gif) no-repeat 100% 50px;
	background-color:#FFF;
	border-bottom: 5px solid #003366;
}


/* Logo */

#logo {
	float: left;
	width: 269px;
	height: 155px;
	background: #E6EBDE url(Images/nrcgd_logo.gif) no-repeat center;
	border-top: 5px solid #003300;
	border-bottom: 1px solid #E6EBDE;
	text-align: center;
}

#logo h1 {
	padding-top: 80px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 36px;
	font-weight: normal;
}

#logo h2 {
	letter-spacing: 1px;
	font-size: 9px;
	padding-top: 120px;
}

#logo a {
	text-decoration: none;
	color: #999999;
}

/* Menu */

#menu {
	float: left;
	width: 550px;
	height: 49px;
	background: #CAD6BC;
	border-bottom: 1px solid #CAD6BC;
	border-right: 1px solid #CAD6BC;
}

#menu ul {
	height: 5px;
	background: #003300;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 14px 16px 0 16px;
	border-top: 5px solid #003300;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	border-top-color: #003366;
	background-color:#fff;
	color: #000000;
}

#menu .active a {
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 820px;
	margin: 0 auto;
	background-color:#fff;
	}
#page-home {
	width: 820px;
	margin: 0 auto;
	background-color:#fff;
	background-image:url(Images/koru_grayscale.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	}

/* Content */

#content {
	float: right;
	width: 580px;
	padding: 20px;
	background-color:#FFF;
	}

#content p, #content ol, #content ul {
	line-height: 190%;
	color: #333333;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 160px;
	padding: 20px;
	}

#sidebar-image {
	float: left;
	width: 200px;

	}
	
/* News */

#news {
	padding-bottom: 0;
}

#news ul {
	list-style-type: square;
}

#news li {
	margin-bottom: 15px;
}

#news h3 {
	margin-bottom: 10px;
	font-size: 100%;
	color:#666;
}

#news h3 a {
	display: block;
}

#news p {
	font-size: 95%;
	padding-bottom:7px;
	}

/* Welcome */

#welcome {
	margin-bottom: 20px;
}


/* Footer */

#footer {
	width: 820px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 5px solid #003366;
}

#footer p {
	text-align: center;
	font-size: 100%;
	line-height: 180%;

}

