body,html { height:100%;}
body {
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	background:url(../images/body.gif) repeat-x;
}
h1,h2,h3,h4,h5,ul, p { margin:0;}
ul { padding:0; margin:0;}
ul li { list-style:none;}

/*main container*/
#container {
	padding:0 18px;
	position:relative;
	margin:0 auto;
	background:url(../images/container.png) repeat-y;
	width:1021px;
}
/*header area*/
#header {
	position:absolute;
	top:0;
	left:18px;
}
.header-area {
	height:134px;
	width:1021px;
	background:url(../images/header.gif) repeat-x;
}
.header-area img {
	float:right;
	margin:9px 13px 0 0;
}
.logo {
	float:left;
	background:url(../images/logo.png) no-repeat;
	width:814px;
	height:57px;
	margin:12px 0 0 18px;
}
.logo a {
	display:block;
	height:100%;
	text-indent:-5600px;
	overflow:hidden;
}
.sub-menu {
	position:relative;
	float:left;
	display:inline;
	margin:-12px 0 0 5px;
}
.sub-menu a {
	letter-spacing:1px;
	font-size:15px;
	color:#afbcbd;
}
#navi {
	float:left;
	width:700px;
	padding:17px 0 0 140px;
}
#navi li {
	float:left;
}
#navi a {
	float:left;
	font-size:15px;
	height:42px;
	color:#fff;
	margin-right:3px;
	cursor:pointer;
}
#navi a span {
	float:left;
	padding:13px 12px 0;
	height:29px;
}
#navi a:hover,
#navi li:hover a,
#navi li.hover a,
#navi a.active {
	text-decoration:none;
	background:url(../images/link-r.gif) no-repeat 100% 0;
}
#navi a:hover span,
#navi li:hover a span,
#navi li.hover a span,
#navi a.active span { background:url(../images/link-l.gif) no-repeat;}
#navi li.hover,
#navi li:hover { position:relative;}
#navi li.hover ul.sub-first,
#navi li:hover ul.sub-first {display: block;}
#navi li.hover ul.sub-first ul,
#navi li:hover ul.sub-first ul{display: none;}
#navi ul.sub-first li.hover ul.sub-second,
#navi ul.sub-first li:hover ul.sub-second {display: block;}
#navi li.hover ul.sub-second ul,
#navi li:hover .sub-second ul {display: none;}
#navi ul.sub-second li.hover ul,
#navi ul.sub-second li:hover ul {display: block;}
#navi ul.sub-first,
#navi ul.sub-second {
	width:150px;
	position:absolute;
	left:1px;
	top:42px;
	clear:both;
	padding-top:1px;
	display:none;
}
#navi ul.sub-second {
	left:145px;
	top:0;
}
#navi ul li a {
	background:#618392 !important;
	color:#fff;
	width:140px;
	padding-left:10px;
	padding-right: 10px;
	padding-top:5px;
	padding-bottom:5px;
	clear:both;
	height:auto;
	display:block;
}
#navi ul li a:hover {
	background:#b5c6b0 !important;
	color:#000;
}
/*content area*/
#content {
	padding-top:134px;
	padding-bottom:30px;
	clear:both;
}
.content-area {
	width:1021px;
	clear:both;
	overflow:hidden;
	background:url(../images/content.gif) repeat-y;
}

.content-area2 {
	width:1300px;
	clear:both;
	overflow:hidden;
	background:url(../images/content.gif) repeat-y;
}

/*left menu*/
#menu {
	float:left;
	width:117px;
	padding:13px 10px 0 6px;
}
#menu li { float:left;}
#menu li a {
	display:block;
	width:83px;
	background-color:#b5c6b0;
	margin:9px 0 0 8px;
	line-height:15px;
	padding:5px 0 5px 6px;
	font-size:11px;
	color:#000;
	border:1px solid #000;
}
#menu li a:hover {
	text-decoration:none;
	background-color:#7c8879;
	color:#fff;
}
#menu li a.active {
	text-decoration:none;
	background-color:#7c8879;
	color:#fff;
}
#menu2 {
	float:left;
	width:117px;
	padding:2px 10px 0 0px;
}
#menu2 li { float:left;}
#menu2 li a {
	display:block;
	width:83px;
	background-color:#b5c6b0;
	margin:7px 0 0 0px;
	line-height:10px;
	padding:0px 0px 5px 10px;
	font-size:11px;
	color:#000;
	border:none;
}
#menu2 li a:hover {
	text-decoration:underline;
	font-weight:normal;
	background-color:#b5c6b0;
	color:#fff;}
#menu2 li a.active {
	text-decoration:underline;
	font-weight:normal;
	background-color:#b5c6b0;
	color:#fff;}	
.main {
	float:right;
	width:888px;
}
.main2 {
	float:right;
	width:1150px;
}

.main h1 ,
.main h2{
	margin-top:5px;
	background:url(../images/title1.gif) no-repeat 0 15px;
	font-size:24px;
	color:#aa8370;
	margin-bottom: 10px;
}
.main h2 {
	margin-top:25px;
	font-style:italic;
	background:url(../images/title2.gif) no-repeat 0 10px;
	font-size:20px;
}
.main p { padding:10px 50px 0 0;}
a {
	text-decoration:none;
	color: #FF0000;
}
.main li, ol {
	margin-left: 7px;
	margin-bottom: 7px;
	margin-top: 5px;
	list-style-type: disc;
	list-style-position: inside;
}
a:focus { outline:none;}
a:hover { text-decoration:underline;}
/*tab area*/
.tabs {
	float:right;
	margin-top:28px;
	padding:0 12px 0 50px;
	width:287px;
}
.tabset { margin-right:15px;}
.tabset a {
	float:right;
	background:url(../images/tab-r.gif) no-repeat 100% 0;
	height:29px;
	color:#000;
	margin-left:3px;
	cursor:pointer;
}
.tabset a span {
	float:left;
	height:20px;
	background:url(../images/tab-l.gif) no-repeat;
	padding:9px 15px 0;
}
#tab1,
#tab2 {
	width:287px;
	clear:both;
}
#tab1 p,
#tab2 p{ padding:2px 15px 10px}
.top,
.bottom {
	background:url(../images/tab-top.gif) no-repeat;
	height:9px;
	width:287px;
	float:left;
	clear:both;
	overflow:hidden;
}
.bottom { background:url(../images/tab-bottom.gif) no-repeat;}
.tab-cont {
	background:url(../images/tabs.gif) repeat-y;
	width:287px;
	clear:both;
	padding-bottom:10px;
	overflow:hidden;
}
.visual750l {
	float:left;
	width:750px;
	display: block;
}
.visual250r {
	width:250px;
	float:right;
	right: auto;
	margin-top:12px;
    margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
}
.visual250r img {
	display:block;
	border:1px solid #000;
}
.visual400r {
	width:400px;
	float:right;
	right: auto;
	margin-top:12px;
    margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
}
.visual400r img {
	display:block;
	border:1px solid #000;
}
.caption {
	display: block;
	line-height: 16px;
	color: #666;
	float: left;
	top: auto;
}
.breadcrumbs, .breadcrumbs a {
	margin-top:10px;
	font-size: 10px;
	color:#999999;
}
.photocredit {
	display:block;
	float:right;
	right: auto;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 10px;
	font-style: italic;
}
.tableheader {
  	background-color: #7c8879;
	font-weight: bold;
	color:#fff;
}
.tablerow1 {
	background-image:url(../images/tablerowbg1.gif);
	background-repeat: repeat-x;
}
.tablerow2 {
	background-image:url(../images/tablerowbg2.gif);
	background-repeat: repeat-x;
}

.numberedlist {
	font-weight: bold; 
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
}
.textindent {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	display: block;
}
.publication {
	margin-top:3px;
	margin-left:20px;
	margin-bottom:5px;
	text-align:justify;
	text-indent:-20px;
	display: block;
}

/*footer area*/
#footer {
	background:url(../images/footer.png) no-repeat;
	margin:0 auto;
	height:41px;
	width:1057px;
}
#footer ul {
	position:relative;
	text-align:center;
}
#footer li,
.sub-menu li {
	display:inline;
	background:url(../images/separator.gif) no-repeat 0 9px;
	padding:0 0 0 10px;
	margin:0 0 0 4px;
}
#footer li.first,
.sub-menu li.first { background:none;}
#footer li a {
	font-size:13px;
	color:#afbcbd;
	line-height:46px;
}
table {border-collapse:collapse;}
td,th {border: 1px solid black;}
