/* World's Fair of Money CSS - Main File */
/* David Lighty - 2009 - American Numismatic Association */

body{
	margin: 0;
	padding: 0;
	background:#fff url(/assets/images/NMS-bg-pattern.gif) repeat 0 0;
	color:#000;
	font-family:verdana;
	font-size:12px;
	}
img{
	border:0;
	margin:0;
	padding:0;
}

div#mainbox{
	margin:5px auto 0 auto;
	width:940px;
	height:100%;
	background:#fff;
	padding:5px;
	border:3px solid #000;
	}
	
/* Header Styles */	

#topbox{
	width:100%;
	margin:0;
	padding:0;
	}

#registerBox{
	background:#A7BEDC;
	width:355px;
}

#flashHighlight{
	float:right;
	width:580px;
	background:#fff;
}

.topAd{
	display:inline;
}

.contentBox{
	margin:5px auto 0 auto;
	width:940px;
	height:100%;
	background:#fff;
	padding:5px;
	border:3px solid #000;
}

.additionalNav{
	width:100%;
	height:200px;
	margin:0;
	display:none;
}

.subNavItems{
	display:block;
	padding:3px;
	background:#A2C3D2;
	border:1px solid #C1DCE9;
	border-right:1px solid #356F89;
	border-bottom:1px solid #356F89;
	font-size:14px;
	text-decoration:none;
	color:#000;
	width:23.5%;
	height:188px;
	float:left;
	position:relative;
	margin:3px;
}

a.subNavItems:hover{
	color:#fff;
	background:#6090A4;
	border:1px solid #D87A38;
	border-right:1px solid #EF9B60;
	border-bottom:1px solid #EF9B60;	
}

.subNavItems h4{
	margin:2px;
	font-size:16px;
	font-variant:small-caps;
}

/* Content Restyle */
h1,h2,h3,h4,h5{
	margin:2px;
	padding:2px;
}

li{
	padding:2px;
}

/* CSS Editor Styles */

h2{text-shadow: 2px 2px 3px #555;}

.smalltitle{
	font-weight:bold;
	font-size:14px;
}

.medtitle{
	font-weight:bold;
	font-size:16px;
}

.lrgtitle{
	font-weight:bold;
	font-size:18px;
}

.smallcaps{
	font-variant:small-caps;
}

.smallnote{
	font-size:10px;
	font-style:italic;
	font-weight:bold;
	color:#6D5A03;
}

a.button,a.button:visited{
	display:block;
	border:2px solid #E4DAC3;
	border-bottom:2px solid #C8B995;
	border-right:2px solid #C8B995;
	padding:2px;
	margin:2px;
	background:#fff;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	background:#D4C6A7;
	font-size:14px;
	text-align:center;
}

a.button:hover{
	text-decoration:underline;
	border:2px solid #C8B995;
	border-bottom:2px solid #E4DAC3;
	border-right:2px solid #E4DAC3;
	background:#ABA898;
	color:#fff;
}

.section{
	margin:2px;
	padding:5px;
	padding-top:0;
	background: #EAE1CE;
	border: 1px solid;
	border-color: #AAA #666 #666 #AAA;
}

.section strong{
	display:block;
}

.title{
	font-size:14px;
	font-weight:bold;
	display:block;
	margin:0;
	padding:3px;
	border: 1px solid #888;
	border-bottom:2px solid #000;
	border-top:0;
	background: #EAE5CE;
}

.section ul{
	padding: 2px;
	margin:0;
	font: 12px Verdana, sans-serif;
	/* border: 2px solid;
	border-color: #AAA #666 #666 #AAA; 
	background: #D4C6A7;	*/
}

.section li {
	list-style: none;
	margin: 0;
	margin-bottom:5px;
	padding:7px;
	border: 1px solid;
	border-color: #FFF #AAA #AAA #FFF;
}

.section li  a.newstitle {
	display:block;
	margin:0;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
	font-family:arial;
	color:#000000;
	position:relative;
	top:-3px;
	border-bottom:1px solid #000;
}

.section li a.newstitle:hover{
	display:block;
	text-decoration:underline;
	font-weight:bold;
	font-family:arial;
}

a.readmore {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	font-family:arial;
}

a.readmore:hover {
	text-decoration:underline;
}


/* Footer Styles */
.footer{
	position:relative;
	bottom:0;
	margin:5px auto 0 auto;
	width:950px;
	height:213px;
	background:#fff url(/assets/images/mainTemplate/nms-footer_11.jpg) repeat-x 0 0;
	border:1px solid #000;
	border-top:3px solid #000;
	border-bottom:0;
	color:#CCCCCE;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
}

.footer img{
	float:left;
}

.footerContent {
	position:relative;
	float:left;
	margin-left:15px;
	margin-top:85px;
}

.footerContent a{
	color:#fff;
	text-decoration:none;
	}
.footerContent a:hover{
	text-decoration:underline;
	}