img {
	border: 0;
}
h3 {
	margin:0;
}

p{
	font-family: arial, 'san-serif';
}
hr {
	color: #5090CD;
	background-color:#5090CD;
	height: 3px;
	border: 0;
}
a:link, a:visited , a:active {
	color: #005171;
	text-decoration: none;
	font-weight: bold;
}

#container
{
width: 1140px;
margin: 10px auto;
color: #333;
/* line-height: 130%; */
background-image: url('../../media/jpg/background.jpg');
background-repeat: no-repeat;
}

#top
{
padding: .5em;
height: 150px;
}

#top h1
{
padding: 0;
margin: 0;
}

body
 {
	font-family:"Arial";
}

#leftnav
{
float: left;
width: 360px;
margin: 0;
padding: 1em 1em 0 1em;
}

#leftnav1
{
float: left;
width: 360px;
}

#content
{
padding: 1em;
padding-left: 0px;
height: 500px;
}

#content h2 
{
	font-size: 36px;
	color: #005480;
}
.bluetext
{
	color: #005480;
}

#footer
{
/*
clear: both;
margin: 20px 0 0 0;
padding: 0;

height: 50px;
border: 1px solid #000;

font-size: 11px;
*/
padding:30px 0 0 0;
text-align:center;
color: #5090CD;
}

#footer p {
	font-size: 11px;
}

#footerline {
	width: 1000px;
	margin: 0 auto;
	height: 10px;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

#bottomlinks {
	position: relative;
	text-align: right;
}
#bottomlinks a {
	color: #5090CD;
	font-size: 11px;
	text-decoration: none;
}


/* Navigation Links */
.nav {
	list-style-type: none;
	margin: 0px;
	margin-left: 200px;
	margin-top: 70px;
	padding: 0px;
	cursor: default;
	color: #004E7C;
}
.nav ul {
	
}
.nav li {
	display: inline;
	text-decoration: none; 
}
.nav li a {
	text-decoration: none; 
	color: white;
}
.topnav {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	cursor: default;
	text-align: right;
	color: #5090CD;
	font-size: 12px;
}
.topnav a {
	color: #5090CD;
}
.topnav ul {
	
}
.topnav li {
	display: inline;
	text-decoration: none; 
}
.topnav li a {
	text-decoration: none; 
}


/* Rollover menu styles */
.menu {font-size:0.85em;padding-bottom:0px;margin-left:50px;width:100%;}
.menu ul {padding:0;margin:0 0 0 90px;list-style-type:none; height:3em;}
.menu ul ul {width:15em;}
.menu ul li 
{
	float:left;
	height:3em;
	line-height:9em;
	/*margin-left: 25px;*/
	text-align:center;
	/*width: 100px;*/
}

.menu ul ul li {display:block;height:auto; line-height:9em; background: #004E7C;color: #FFF;margin-left: 0px;}

.menu a, .menu a:visited 
{
	display:block;
	float:left;
	/*font-size:0.8em;*/
	text-decoration:none;
	color:#004E7C;
	padding:0 2.7em 0 2.7em;
	/*width: 74px;*/
}


.menu ul ul a, .menu ul ul a:visited 
{
	color:#fff;
	display:block; 
	/*color:#FFFFFF;*/
	width:130px;
	height:100%;
	line-height:1em; 
	padding:0.3em 1em 0.5em 0.3em;
	text-align:left; 
}


* html .menu ul ul a, * html .menu ul ul a:visited  {width:14em;}
.menu table {position:absolute; left:1px; top:0; width:0; height:0; font-size:1em; z-index:1000000;}
.menu ul ul ul a, .menu ul ul ul a:visited {background:#5090CD;}
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#c4ceac;}
.menu ul :hover a.sub1 {}
.menu ul ul :hover a.sub2 {}
* html .menu a:hover {position:relative; z-index:1000000;color:#B0CBEA; !important;}
.menu li:hover {position:relative;}
.menu :hover > a {font-weight: bolder;color:#B0CBEA;}
* html .menu ul ul a:hover{position:relative; z-index:1100000;}
.menu ul ul li:hover {position:relative;}
.menu ul ul :hover > a {color:#B0CBEA;}
* html .menu ul ul ul a:hover {position:relative; z-index:1200000;}
.menu ul ul ul :hover > a {}
.menu ul ul ul ul a:hover {position:relative; z-index:1300000;}

/* BOX POSITION */
.menu ul ul 
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:70px;
	left:-92px;
	width:74px;
	z-index:1000000;
}


.menu ul ul ul{left:12em;top:0;width:14em;}
.menu ul :hover ul{visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
.menu ul :hover ul ul{visibility:hidden;}
.menu ul :hover ul :hover ul ul{visibility:hidden;}
.menu ul :hover ul :hover ul{visibility:visible;}
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:70px;left:-92px; width:149px;border-top:0px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:70px;t\op:71px;}

/* position the third level flyout menu */
.menu ul ul ul{left:50px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:20px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:70; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#004E7C; height:auto; line-height:1em; padding:5px 10px; width:128px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{}
.menu :hover > a, .menu ul ul :hover > a { }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}




/* TRANSACTIONS */
#tomb {
	margin:0;
	padding:0;
	width: 728px;
	height: 500px;
	float: left;
	margin-top:15px;
}
.stone {
	/*border: 1px solid #000;*/
	width: 162px;
	height: 215px;
	/*background-color: #ee10cc;*/
	float: left;
	margin:0;
	padding:0 10px 0 10px;
	/*background-image: url('../../media/png/grey.png');*/
	/*background-repeat: repeat;*/
}
.gap {
	float:left;
	
	height:40px;
	width:100%;

}
.stonetext {
	font-size:11px;
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
	text-align: center;
	color: #005480;
	font-weight:bold;
	overflow: hidden;
	/*height:21px;*/
}
.more {
	margin: 0;
	padding:0;
	font-size:.7em;
	margin:0;
	padding:0;
	text-align: center;
	color: #005480;
	font-weight:bold;
	height: 1.7em;
	text-decoration: none;
	float: left;
}
.research {
	/*font-size:.9em;*/
	margin:0;
	padding:0;
	text-align: right;
	color: #005480;
	font-weight:bold;
	height: 1.7em;
	text-decoration: none;
	float: right;
}
.bottomborder {
	margin:0;
	padding:0;
	height:5px;
	width:150px;
}
.holder {
	height: 215px;
	border: 1px solid #005171;
	background-color:#fff;
}
#pagination {
	display:block;
	/*position:relative;*/
	/*padding: 0px;*/
	margin: 0 0 0 0;
	/*float: left;*/
	width: 700px;
	margin: 0;
	text-align: right;
	/*height: 70px;
	*/
	/*border: 1px solid #000;*/
	
}

#downloads {
	width: 100px;
}

#rightcol {
	float: right;
}

#rightcolcontent {
	float: right;
	width: 720px;
}

.links {
	height: 30px;
}

.margin {
	margin-left: 20px;
	margin-top:0;
}
#one, #two, #three, #four, #five, #six, #seven, #eight{
position:absolute;
visibility:hidden;
}