/* @charset "utf-8"; */
/* CSS Document */
	body {
		background:url(/images/bg.gif) repeat-x;
		font: 14px Arial, Helvetica, Verdana, sans-serif;
		line-height:22px;
		color: #131313;
	}
	a {color:#386294}
	a:hover {text-decoration:none;}
	a.reverse {text-decoration:none;}
	a.reverse:hover {text-decoration:underline;}
	a.plain {text-decoration:none; color:#131313;}
	.content {
		width: 960px;  
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		text-align: left; /* this overrides the text-align: center on the body element. */
	}
	.buffer { padding-left:35px;}
	.indent {margin:0 30px;}
	#header {
		height:156px;
		margin-bottom:25px;
	}
	#SmallNav {
		text-align:right;
		font-size:11px;
		padding-top:15px;
		color: white;
	
	}
	#SmallNav a, #Navigation a {
		color:white;
		text-decoration:none;
		margin:0 5px;
	}
	#SmallNav a:hover {
		border-bottom:1px dotted #f2f2f2;
	}
	#logo {
		display:block; margin-left:5px;
		background:url(/images/logo.png) no-repeat;
		height:102px; width: 175px;
		text-decoration:none;
		font-size:10px; font-weight:bold;
		padding:5px 0 0 3px;
		color:#386294; float:left; 
	}
	#logo:hover {
		color:#ffffff;
	}
	#Navigation {
		float:right;
		text-transform:uppercase;
		font-family:Calibri, Arial, Helvetica, sans-serif;
		font-size:16px;	font-weight:bold;
		margin-top:60px;
		width:727px;
	}
	#Navigation a {
		float:left; 
		background:#496f9d;
		display:block; height:29px;
		margin-left:-5px;
		padding-top:6px;
	}
	#Navigation a:hover {color:#f2f2f2;}
	#Navigation .open, #Navigation .close {
		background:url(/images/nav-left.png) no-repeat;
		height:35px; width:20px; float:left;
	}
	#Navigation .open {
		margin-left:10px;
	}
	#Navigation .close {
		background:url(/images/nav-right.png) no-repeat;
		margin-left:-5px;
	}
	#footer {
		background:#f2f2f2;
		height:220px;
		color:#c2c2c2;
		margin-top:20px;
		line-height:24px;
	}
	#footer h1 {
		font: 18px Calibri, Arial, Helvetica, Verdana, sans-serif;
		color:#386294; padding-bottom:10px;
	}
	#footer a {
		font-weight:bold;color:#c2c2c2;
		text-decoration:none;
	}
	.left {float:left;}
	.narrow {
		width:280px;
		padding:20px 20px 20px 10px;
	}
	.padleft{
		padding-left:310px;
	}
	.padright{
		padding-right:310px;
	}
	h1 {
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		margin:20px 0 5px 0; font-size:24px;padding:10px 0;
	}
	#widgets {margin-top:40px;}
	#widgets img {
		margin-right:8px;
	}
	img.framed {
		background:url(/images/img-frame.png) no-repeat;
		padding:6px 7px; 
		margin-right:10px;
	}
	
	/** 101 tiny features **/
	.tiny101 { 
		padding-left:67px;
		min-height:40px;
		font-size:11px;
		line-height:normal;
		margin-bottom:10px;
	}
	.tiny101 span {
		color:#386294;
	}
	.bump {margin-top:27px; margin-left:20px;}
	.bump h2 {margin:0px; margin-bottom:5px; padding:0px;}
	/** featured article carousel **/
	#featured{
		width:400px;
		padding-right:230px;
		position:relative;
		height:250px;
		background:#fff;
		border:5px solid #ccc;
	}
	#featured ul.ui-tabs-nav{
		position:absolute;
		top:0; left:400px;
		list-style:none;
		padding:0; margin:0;
		width:230px;
	}
	#featured ul.ui-tabs-nav li{
		padding:1px 0; padding-left:13px;
		font-size:12px;
		color:#666;
	}
	#featured ul.ui-tabs-nav li span{
		font-size:11px; font-family:Verdana;
		line-height:18px;
	}
	#featured .ui-tabs-panel{
		width:400px; height:250px;
		background:#999; position:relative;
			overflow:hidden;
	}
	#featured .ui-tabs-hide{
		display:none;
	}
	#featured li.ui-tabs-nav-item a{/*On Hover Style*/
		display:block;
		height:60px;
		color:#333;  background:#fff;
		line-height:20px;
		outline:none;
	}
	#featured li.ui-tabs-nav-item a:hover{
		background:#f2f2f2;
	}
	#featured li.ui-tabs-selected{ /*Selected tab style*/
		background:url('/images/featured/selected-item.gif') top left no-repeat;
	}
	#featured ul.ui-tabs-nav li.ui-tabs-selected a{
		background:#ccc;
	}
	#featured ul.ui-tabs-nav li img{
		float:left; margin:2px 5px;
		background:#fff;
		padding:2px;
		border:1px solid #eee;
	}
	#featured .ui-tabs-panel .info{
		position:absolute;
		top:180px; left:0;
		height:70px; width: 400px;
		background: url('/images/featured/transparent-bg.png');
	}
	#featured .info h2{
		font-size:18px; font-family:Georgia, serif;
		color:#fff; padding:5px; margin:0;
		overflow:hidden;
	}
	#featured .info p{
		margin:0 5px;
		font-family:Verdana; font-size:11px;
		line-height:15px; color:#f0f0f0;
	}
	#featured .info a{
		text-decoration:none;
		color:#fff;
	}
	#featured .info a:hover{
		text-decoration:underline;
	}
	
	blockquote.featured {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px; line-height:30px;
		color:#666; font-style:italic;
		margin-top:0px;
	}
	blockquote div.source {
		font-size:12px; line-height:normal;
	}
