.head-wrapper {
	border-bottom:1px solid #a6a6a6;
	float:left;
	width:990px;
}
.wrapper {
	background:#fff url(/images/common/left-col-bkg.gif) repeat-y right top;
	float:left;
	margin-bottom:-1px;
	width:990px;
}

/* Left Column
------------------------------------------------------------------------------------*/
.leftcolumn {
	clear:both;
	float:left;
	padding:0 0 42px;
	width:750px;
}

/* Right Column
-----------------------------------------------------------------------------------*/

.rightcolumn {
	float:right;
	padding-bottom:2em;
	width:240px;
}

*html .rightcolumn {
	margin-left:-1px;
	width:239px;
}

.addthis {
	float:right;
	padding:3.8em 22px 0 0;
}


/* Page header
--------------------------------------------------------------*/

.breadcrumbs {
	margin:22px 0 0 25px;
}

.header {
	float:left;
	width:965px;
	/*width:750px;*/
}

.header h1 {
	float:left;
	margin:0;
	padding:0 0 14px 25px;
}

.search {
	float:right;
	padding:0;
	margin:.5em 0 17px;
}

.searchkwd {
	float:left;
	width:220px;
	margin-right:7px;
}


/*--------------------------------------------------------------*/
#frontpageitems {
	background: #77787d url(/images/common/filter-lib-bkg.gif) left bottom repeat-y;
}

.ftr_1 {
	float:left;
	border:1px solid #fff;
	border-bottom:none;
	background-color:#bbbbbe;
	position:relative;
	width:249px;
}

.ftr_2 {
	/*overflow:hidden;*/
	float:left;
	border:1px solid #fff;
	border-bottom:none;
	background-color:#bbbbbe;
	margin:0 -1px 0;
	position:relative;
	width:248px;
}

.ftr_3 {
	/*overflow:hidden;*/
	float:left;
	border:1px solid #fff;
	border-bottom:none;
	background-color:#bbbbbe;
	position:relative;
	width:249px;
}

*html .ftr_3 {
	margin:0 0 0 -1px;
}

a.ftr_img {
	display:block;
	overflow:hidden;
}

a:link.ftr_txt, a:visited.ftr_txt  {
	color:#d7d7d7;
	padding:11px 18px 11px;
	background-color:#77787d;
	/*width:100%;*/
	border-top:1px solid #fff;
	display:block;
}

a.ftr_txt b {
	color:#fff;
}

.allfeadured {
	float:right;
	font-size:1.1em;
	padding:42px 16px 4px 0;
}

/* Old Next Orange Button
---------------------------------------------------------------------*/

.nextorangebtn {
	background:#F81 url(/images/common/bigorangebkg_right.gif) right top;
	border:1px solid #d19866;
	float:left;
	font:1.2em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:.8em 0 1.8em;
}

.nextorangebtn a, .nextorangebtn a:visited{
	background:url(/images/common/bigorangebkg_left.gif) 0 0 no-repeat;
	color:#FFF;
	display:block;
	float:left;
	padding:12px 34px;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.nextorangebtn a {float:none;}
/* End IE5-Mac hack */


.nextorangebtn a:hover{
	text-decoration:none;
}

.nextorangebtn img{
  margin-left:10px;
  border:0;
}



/* New Next Orange Button
---------------------------------------------------------------*/

.next-orange-button a {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffb743;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffb743;
	box-shadow:inset 0px 1px 0px 0px #ffb743;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fd8e10), color-stop(1, #ea6200));
	background:-moz-linear-gradient(top, #fd8e10 5%, #ea6200 100%);
	background:-webkit-linear-gradient(top, #fd8e10 5%, #ea6200 100%);
	background:-o-linear-gradient(top, #fd8e10 5%, #ea6200 100%);
	background:-ms-linear-gradient(top, #fd8e10 5%, #ea6200 100%);
	background:linear-gradient(to bottom, #fd8e10 5%, #ea6200 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd8e10', endColorstr='#ea6200',GradientType=0);
	background-color:#fd8e10;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #bf6000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	margin:.5em 0 1.5em;
	padding:16px 30px;
	text-decoration:none;
}
.next-orange-button a:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ea6200), color-stop(1, #fd8e10));
	background:-moz-linear-gradient(top, #ea6200 5%, #fd8e10 100%);
	background:-webkit-linear-gradient(top, #ea6200 5%, #fd8e10 100%);
	background:-o-linear-gradient(top, #ea6200 5%, #fd8e10 100%);
	background:-ms-linear-gradient(top, #ea6200 5%, #fd8e10 100%);
	background:linear-gradient(to bottom, #ea6200 5%, #fd8e10 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea6200', endColorstr='#fd8e10',GradientType=0);
	background-color:#ea6200;
}
.next-orange-button a:active {
	position:relative;
	top:1px;
}

.next-orange-button a:visited {
	color:#fff;
}

.next-orange-button img{
  margin-left:10px;
  border:0;
}


/*--------------------------Tabs------------------------------------*/
.browse{
	background:url(/images/common/tabgrad.gif) left bottom repeat-x;
	width:750px;

}

h2.tabheader {
	font:1.6em Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	float:left;
	margin:0;
	padding:37px 16px 4px 25px;
}

div.browse p{
	margin:0;
	padding:20px 0 32px 25px;
}

.browsetabs{
	float:none;
	padding-left:25px;
	text-align:center;
	width:750px;
	voice-family:"\"}\""; 
  	voice-family:inherit;
	width:725px;
}

d\iv.browsetabs {float:left;}

html>.browsetabs {
	width:725px;
}

.browsetabs ul { 
	background:url(/images/common/separator.gif) no-repeat left top;
	float:left;
	list-style:none;
	margin:0;
	padding:0 0 0 1px;
	white-space:nowrap;
}

.browsetabs li {
	background:url(/images/common/browsetab_left.gif) no-repeat left top;
	border-bottom:1px solid #afafaf;
	float:left;
	list-style:none;
	margin:0;
	padding:0 0 0 3px;
}

.browsetabs li.selected {
	background:url(/images/common/browsetab_left_on.gif) no-repeat left top;
	border-bottom:1px solid #fff;
	margin-bottom:-2px;
}

.browsetabs li.selected a, .browsetabs li.selected a:hover {
	color:#000;
	text-decoration:none;
}

.browsetabs a, .browsetabs a:visited {
	background:url(/images/common/browsetab_right.gif) no-repeat right top;
	color:#777;
	display:block;
	font:11px Verdana, sans-serif;
	line-height:25px;
	text-decoration:none;
	padding:0 16px 0 13px;
}

.browsetabs a:hover {
	color:#777;
	display:block;
	line-height:25px;
	text-decoration:underline;
}

.browsetabs li.selected a, .browsetabs li.selected a:visited, .browsetabs li.selected a:hover{
	background:url(/images/common/browsetab_right_on.gif) no-repeat right top;
	padding-bottom:1px;
	text-decoration:none;
}

.tabhr{
	clear:both;
	background-color:#afafaf;
	font-size:1px;
	height:1px;
	margin:0 16px 0 25px;
	overflow:hidden;
	width:709px;
}
/*------------------------- 3 columns ----------------------------------------------------*/

.columns {
	float:left;
	padding:30px 0 45px 25px;
	width:725px;
}

*html .columns {
	width:750px;
	w\idth:725px;
}

.bottomlinks {
	background:url(/images/common/bottomgrad.gif) top repeat-x;
	border-top:1px solid #afafaf;
	clear:both;
	padding:10px 16px 10px 25px;
	width:750px;
	voice-family:"\"}\""; 
  	voice-family:inherit;
	width:709px;
}

html>.bottomlinks {
	width:709px;
}

a.wsep {
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #afafaf;
}

.bottomlinks a {
	font-size:1em;
	display:block;
	float:left;
}

.fblock {
	float:left;
	margin:0 0 16px;
	font-size:1em;
	color:#808080;
	width:236px;
	padding:10px 15px 10px 0;
	position:relative;
	voice-family:"\"}\""; 
  	voice-family:inherit;
	width:221px;
}

html>.fblock {
	width:221px;
}

.fblock img {
	margin:-10px 10px -10px 0;
	float:left;
}

.label2-m {
	top:0;
	left:0;
}

.label2-l {
	top:0;
	left:0;
}

.label2-l div.baloon-version2, .label2-l div.baloon-version12 {
	top:2em;
	left:-13px;
}

H2{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:normal;
	padding:37px 16px 4px 25px;
	margin:0;
}

.grayul { 
	color:#808080;
	/*list-style-image:  url("images/bullet.gif");*/
	list-style-type:disc;
	padding-left:25px;
	font-size:1.1em;	
}

.grayul li {
	margin-bottom:2.2%;
}

.error-tabs {
	margin:18px 25px 36px;
	text-align:center;
}

.rss-link {
	background:url(/images/feed-icon-12x12.jpg) no-repeat right;
	padding-right:18px;
}

.next3 {
	float:right;
	padding:10px 16px 0px 20px;
}