


/************************************************************************************************[Latest In: rotating tabs]*/
@media projection, screen {
.ui-tabs-hide {
	display: none;
}
}
 @media print {
.ui-tabs-nav {
	display: none;
}
}
#latest-in {
	height:206px;
	background:url(images/latest-in-head.png) 0 0 no-repeat;
	margin-top:1em;
	width:620px;
}
#latest-in .ui-tabs-nav {
	height:25px;
	padding:0 0 0 150px;
}
#latest-in ul li {
	float: left;
	margin:0 2px;
	list-style:none;
}
#latest-in ul li a {
	display: block;
	padding:0;
	height:25px;
	line-height:25px;
	font-family:"Trebuchet MS", Arial, Helvetica;
	color:white;
	font-size:13px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	outline: 0;
	background:url(images/latest-in-tabs.png) no-repeat;
	list-style:none;
	width:100px;
	display:block;
	float:left;
		text-shadow:0 -1px 0 #333;
}
#latest-in .ui-tabs-nav li a {
	padding:0;
	height:25px;
	line-height:25px;
	font-family:"Trebuchet MS", Arial, Helvetica;
	color:white;
	font-size:13px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	outline: 0;
	list-style:none;

}

#latest-in ul li a:hover {
color:#a1dbfd;
}
#latest-in  #tab1 {
	margin:0 0 0 150px;
	width:100px;
	float:left;
	background:url(images/latest-in-tabs.png) no-repeat;
}
#latest-in .ui-tabs-selected #tab1 {
	background-position: 0 -25px
}
#latest-in  #tab2 {
	width:100px;
	float:left;
	background:url(images/latest-in-tabs.png) no-repeat -87px 0;
}
#latest-in .ui-tabs-selected #tab2 {
	background-position: -87px -25px
}
#latest-in #tab3 {
	width:100px;
	background:url(images/latest-in-tabs.png) no-repeat -201px 0;
	float:left;
}
#latest-in .ui-tabs-selected #tab3 {
	background-position: -201px -25px
}
#latest-in ul li #tab4 {
	width:100px;
	background:url(images/latest-in-tabs.png) no-repeat -285px 0;
	float:left;
}
#latest-in .ui-tabs-selected #tab4 {
	background-position: -285px -25px
}
#latest-in #tab5 {
	width:102px;
	background-position: -286px 0;
}
#latest-in .ui-tabs-selected #tab5 {
	background-position: -286px -40px
}
#latest-in .ui-tabs-nav a span {
	display:none;
}
.ui-tabs-nav .ui-tabs-selected a:link,  .ui-tabs-nav .ui-tabs-selected a:visited,  .ui-tabs-nav .ui-tabs-disabled a:link,  .ui-tabs-nav .ui-tabs-disabled a:visited {
	cursor: text;
}
.ui-tabs-nav a:hover,  .ui-tabs-nav a:focus,  .ui-tabs-nav a:active,  .ui-tabs-nav .ui-tabs-unselect a:hover,  .ui-tabs-nav .ui-tabs-unselect a:focus,  .ui-tabs-nav .ui-tabs-unselect a:active {
	cursor: pointer;
}
#latest-in .ui-tabs-panel {
	height:200px;
	overflow:hidden;
	background:white url(images/box-body.png) 0 0 repeat-x;
}
#latest-in .ui-tabs-loading em {
	padding: 0 0 0 20px;
	background: url(images/loading.gif) no-repeat 0 50%;
}
* html .ui-tabs-nav {
	display: inline-block;
}
*:first-child+html .ui-tabs-nav {
	display: inline-block;
}

#latest-in .banner img a{
	float:left;
	padding:0;
	margin:0;
}
/************************************************************************************************[Tag Cloud]*/
.box-body .tag-cloud {
	padding:10px;
	font-size:16px;
	line-height: 1.25em;
	text-align:justify;
}
.box-body .tag-cloud a {
	padding:0 .15em;
	color:#4b5359;
	text-decoration:none;
}
.box-body .tag-cloud a:hover {
	color:#013278;
}
/************************************************************************************************[Calendar]*/
#calendar_wrap {
	padding:0 10px;
}
#wp-calendar {
	width:100%;
	font-size:12px;
}
#wp-calendar caption {
	padding:5px 0;
	color:#66727A;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
#wp-calendar th {
	padding:2px;
	text-align:center;
	font-weight:bold;
}
#wp-calendar td {
	padding:2px;
	font-size:13px;
	text-align:center;
}
#wp-calendar #today {
	font-size:13px;
	font-weight:bold;
}
#wp-calendar tfoot a {
	text-decoration:none;
}
#wp-calendar #prev {
	text-align:left;
	padding-left:10px;
}
#wp-calendar #next {
	text-align:right;
	padding-right:10px;
}
/************************************************************************************************[Quick Subscribe]*/
#quick-subscribe .search {
	padding:15px 0 0 10px;
}
#quick-subscribe .textbox {
	padding:3px;
	color:#4b5359;
	background:white;
	font-size:14px;
	font-weight:bold;
	border:solid 1px #CFCECA;
}
#quick-subscribe .submit {
	background-color:transparent;
	font-size:16px;
	font-weight:bold;
	border-width:0;
	cursor:pointer;
}
#quick-subscribe .rss {
	padding:15px 0 15px 35px;
	background:url(images/med-rss-icon.gif) 10px 50% no-repeat;
}
#quick-subscribe .rss a {
	font-size:16px;
	font-weight:bold;
	color:#e96200;
	text-decoration:none;
}
#quick-subscribe .rss a:hover {
	color:black;
}
