/* 
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  additionally, much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, .nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, figure, footer, header, 
hgroup, .nav, section { display:block; }

.nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
/* END RESET CSS */


/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
          Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages

There are three custom edits:
 * remove arial, helvetica from explicit font stack
 * make the line-height relative and unit-less
 * remove the pre, code styles
*/
body { font:13px sans-serif; *font-size:small; *font:x-small; line-height:1.22; }

table { font-size:inherit; font:100%; }

select, input, textarea { font:99% sans-serif; }


/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 


/* 
 * minimal base styles 
 */


/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
body, select, input, textarea { color:#444; }

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
 
/* www.aestheticallyloyal.com/public/optimize-legibility/ */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }

/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }

 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }


ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }

small { font-size:85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align:top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 


/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display:none; visibility:hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }





 /* Primary Styles
    Author: 
 */











/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }

  a, a:visited {text-decoration: underline; }

  a:after { content: " (" attr(href) ")"; } 

  abbr:after { content: " (" attr(title) ")"; }
  
  .ir a:after { content: ""; }  /* Don't show links for images */
  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  
  img { page-break-inside: avoid; }

  @page { margin: 0.5cm; }

  p, h2, h3 { orphans: 3; widows: 3; }

  h2, h3{ page-break-after: avoid; }
}



/*
 * Media queries for responsive design
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Prevent iOS, WinMobile from adjusting font size */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}

/*************************************************/
/**************** Prosperity *********************/
/*************************************************/
body{
	font-family: verdana, sans-serif;
}
p{
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #222;
	line-height:21px;
	padding-bottom: 1.5em;
}
p a,
.paging a,
.paging_bottom a,
.commentlist a,
.unit a,
a.title{
	color: #c80079;
}
p a:hover,
.commentlist a:hover{
	color: #000;
}
iframe{
	margin: 0px auto;	
}
#container{
	width:100%;
	margin: 0 auto;
}
#header .inner,
#main .inner,
footer .inner{
	width:970px;
	margin: 0 auto;
	clear:left;
}

/*************************************************/
/**************** #header *************************/
/*************************************************/

#header{
	color: #fff;
	background: url(/img/css/bg/nav_tile_y.jpg) 0 100% repeat-x #c80079;
}
#header .inner{
	position:relative;
	padding: 40px 0 74px 0;
	height:298px;
}
#header h1{
	float: left;
	width: 470px;
	height: 130px;
	display:block;
	text-indent: -9999em;
	background: url(/img/css/bg/prosperity_sprite.jpg) no-repeat 0 0;
}
#header #details{
	width:410px;
	float: left;
	padding: 0 0 0 4px;
}
#header #details p{
	color: #fff;
	font-size:14px;
	font-weight: bold;
	text-align: justify;
	padding: 0 0 12px 0;
}
#header .nav{
	position:absolute;
	left:0;
	bottom: 27px;
}
#header .nav ul{
	padding: 0 0 20px 0;
	margin: 0;
	position:relative;
	left:-6px;
}
#header .nav li{
	float:left;
	padding: 0 9px;
	font-size:17px;
}
#header .nav li a:link,
#header .nav li a:visited{
	color: #fff;
	text-shadow: 0 -1px 0 #000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing:1px;
	padding-bottom: 26px;
}
#header .nav li a:hover,
#header .nav li a:focus,
#header .nav li a.active{
	color: #500030;
	text-shadow: 0 1px 1px #ccc;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
}
#header li a.active{
	font-weight:bold;
	background: url(/img/css/bg/nav_active.jpg) no-repeat center bottom;
}

/*************************************************/
/**************** Search Box *********************/
/*************************************************/

#search{
	height:53px;
	margin: 0 auto;
	padding: 45px 0 0 0;
	clear: left;
}
#search label,
#search .submit,
#search-bar{
	background: url(/img/css/bg/prosperity_sprite.jpg) no-repeat;
	height: 53px;
	float: left;	
}
#search label{
	width:211px;
	background-position: 0 -130px;
	text-indent: -9999em;
}
#search-bar{
	width:601px;
	background-position: -211px -130px;	
}
#search-bar input{
	margin: 16px 0 0 16px;
	border: 0;
	height: 24px;
	width:560px;
	font-size: 20px;
	font-weight:bold;
	color: #777;
	background: transparent;
}
#search input.submit{
	width:128px;
	background-position: -812px -130px;
	border: 0;
	text-indent: -9999em;
}

/***** Search Box, Inner Version *********/
.inner_page #header .inner{
	height:130px;
}
.inner_page #header #details{
	position: absolute;
	top: 12px;
	right: 117px;
	width:240px;
}
.inner_page #search{
	width: 410px;
	padding: 0 0 0 75px;
	clear: none;
	float: left;
}
.inner_page #search label,
.inner_page #search .submit,
.inner_page #search-bar{
	height: 53px;
}
.inner_page #search label{
	width:211px;
	height:31px;
	background-position: -10px -184px;
}
.inner_page #search-bar{
	width:319px;
	height:40px;
	background-position: 0 -213px;	
}
.inner_page #search-bar input{
	margin: 10px 0 0 8px;
	height: 24px;
	width:300px;
	font-size: 16px;
	font-weight:bold;
	color: #777;
	background: transparent;
}
.inner_page #search input.submit{
	width:96px;
	background-position: -320px -216px;
}

.social_follow{
	height:40px;
}
.social_follow p,
.social_follow_small p{
	width:100px;
	float:left;
	padding: 0px 0 0 0 !important;
	line-height:16px;
}
.social_follow ul,
.social_follow li{
	margin: 0;
	padding: 0;
	list-style-type:none;
}
.social_follow li{	
	float:left;
	padding: 0 4px 0 0;
}
.social_follow li a{
	display:block;
	background: url(/img/css/titles/prosperity_titles.png) no-repeat;
	width:31px;
	height:31px;
}

.social_follow_small li.title {
	margin:1px 3px 0px 0px;
}
.social_follow_small li a{
	display:block;
	width:16px;
	height:16px;
}

.social_follow_small{
	height: 30px;
	font:13px sans-serif; *font-size:small; *font:x-small; line-height:1.22;
	text-shadow: none;
	text-transform: none;
	color:#444;
}

.social_follow_small ul,
.social_follow_small li{
	margin: 0;
	padding: 0;
	list-style-type:none;
}

.social_follow_small li{	
	float:left;
	padding: 0 4px 0 0;
}

.social_follow a.linkedin{
	background-position:-296px 0;
}
.social_follow a.twitter{
	background-position:-332px 0;
}
.social_follow a.facebook{
	background-position:-368px 0;
}

.social_follow_small a.facebook{
	margin-top:1px;
	background: url(/img/css/bg/sm_fb.gif) no-repeat;
}
.social_follow_small a.twitter{
	margin-top:1px;
	background: url(/img/css/bg/sm_twitter.gif) no-repeat;
}
.social_follow_small a.su{
	margin-top:1px;
	background: url(/img/css/bg/sm_stumbleupon.gif) no-repeat;
}

.social_follow li a.youtube {
	display: block;
	background: url(/img/css/bg/youtube_32x32.png) no-repeat;
	width:32px;
	height:32px;
}
/*************************************************/
/****************  Main  *************************/
/*************************************************/

#main{
	background: url(/img/css/bg/main_tile_x.jpg) 0 100% repeat-x #ebebeb;
	min-height:500px;
}
#main .column{
	float: left;
	padding: 12px 14px 42px 10px;
	width: 296px;
	min-height: 550px;
}
#main .column h2,
#main .column h2 a{
	margin: 13px 0 0 0;
	font-size:24px;
	color:#909090;
	text-transform: uppercase;
	border-bottom: 1px solid #c9c9c9;
	display: block;
	text-shadow: 0px 1px 0 #fff, 0 -1px 0 #606060;
	text-decoration: none;
}
#main .column h2 a{
	border-bottom: 0;
}
#main .column h2 a:hover{
	color: #000;
}
#happy-column.column h2,
#blog-column.column h2,
#happy-column.column h2,
#news-column.column h2,
#happy-column.column .last_unit h2,
#blog-column.column .last_unit h2,
#news-column.column .last_unit h2{
	height:32px;
	text-indent: -9999em;
	background: url(/img/css/title/prosperity_titles.png) no-repeat;	
}
#happy-column.column h2{
	width:188px;
	background-position: -12px -4px;
}
#blog-column.column h2{
	width:90px;
	background-position: -205px -4px;
}
#news-column.column h2{
	width: 260px;
	background-position: -402px -4px;
}
#main .column .last_unit h2{
	height:22px;
}
#happy-column.column .last_unit h2{
	background-position: -12px -40px;
}
#blog-column.column .last_unit h2{
	background-position: -205px -40px;
	width: 180px;
}
#news-column.column .last_unit h2{
	width:165px;
	background-position: -400px -40px;
}
.column h3,
.column h3 a,
#submenu1 a{
	font-family: verdana, sans-serif;
	font-size: 14px;
	color: #c80079;
	margin: 0 7px 0 0;
	text-decoration:none;
	font-weight:bold;
}
.column h3 a:hover,
#submenu1 a:hover{
	color:#000;
}
p.date{
	padding: 0 0 15px 0;
	margin: 0;
	color: #666;
	font-size: 11px;
}
p.read_more{
	text-align: right;
}
p.read_more a{
	color: #c80079;
	text-decoration: none;
}
p.read_more a:hover{
	color: #000;
}
.seo .unit,
.column .unit,
.column .last_unit{
	padding: 20px 0 10px;
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #f3f3f3;
}
.column .last_unit,
#main .column .last_unit h2,
#wide-column .unit{
	border-bottom: 0;
}
.column .last_unit{
	padding-bottom:30px;
}

/* Forms in the main column */

#wide-column form div{
	width:100%;
	clear: left;
	padding: 0 0 5px 0;
}
#wide-column form div label{
	float: left;
	width: 270px;
}
#wide-column form div input,
#wide-column form div textarea{
	border:1px solid #999;
	padding:2px;
	width: 300px;
}
#wide-column .unit form p{
	padding: 0 0 24px 0;
}
#wide-column form span.error{
	position:relative;
	left: 270px;
	color: #b00;
}
#wide-column form input.submit_start,
.submit_start{
	color: #fff;
	border: 1px solid #fff;
	background: #c80079;
	padding: 2px;
	text-align: center;
	text-transform: uppercase;
	-moz-box-shadow: 0px 0px 6px #444;
	-webkit-box-shadow: 0px 0px 6px #444;
	box-shadow: 0px 0px 6px #444;
}
#wide-column form .address label{height: 120px;}
#wide-column form .address input{margin-bottom:4px;}
#wide-column form div.centre_form{
	width:300px;
	margin: 0 auto 12px;
	overflow:visible;
}
#submenu1.column{
	display:none;
	height: auto;
	min-height:1px;
	width:100%;
	padding: 20px 0;
}
#submenu1.column ul{
	margin-left: 0;
}
#submenu1.column li{
	float: left;
	width: 300px;
	padding:0 10px;
	list-style-type: none;
}
/**************************************************/
/************* Search Results *********************/
/**************************************************/

#wide-column.column{
	width: 620px;
}
#main #wide-column.column h2{
	text-indent: 0;
	background: none;
	color:#999;
	font-size:26px;
}
#wide-column .social_follow{
	padding-top:10px;
	height:35px;
}
#main #left-column{
	width:200px;
}
#left-column p{
	font-weight:bold;
	padding: 10px 0;
}
#main #left-column h2{
	background-position: -12px -66px;
	width: 100%;
}
#left-column ul{
	margin: 0;
}
#left-column li{
	list-style-type: none;
	padding: 0;
	line-height:1.5em;
}
#left-column a{
	text-decoration: none;
	color: #c80079;
	font-size: 14px;
	font-weight: bold;
}
#left-column a:hover{
	color: #000;
}
a.feed{
	display:block;
	height:45px;
}
a.feed span{
	float:left;
	width:40px;
	height:33px;
	background: url(/img/css/title/prosperity_titles.png) no-repeat -567px -40px;
	position:relative;
	top:3px;
}
p.read_more{
	text-align:right;
	font-weight:bold;
}
#wide-column .unit{
	padding-bottom:36px;
}
#wide-column .unit h3{
	margin-bottom: 0.7em;
}
#wide-column .unit p{
	padding: 1px 0;
}
#wide-column .unit:last-of-type{
	border-bottom: 0;
}
/**************************************************/
/**************** #footer *************************/
/**************************************************/
#footer{
	padding: 0 0 18px 0;
	width: 100%;
	clear: left;
}
#footer .nav{
	margin: 12px auto;
	font-size:14px;
}
#footer .nav ul,
#footer p{
	text-align: center;
}
#footer .nav ul li{
	display:inline;
}
#footer .nav ul li a{
	text-decoration: none;
	color: #c80079;
	padding: 0 6px 0 10px;
	border-left: 1px solid #c80079;
	vertical-align: center;
	font-weight:bold;
}
#footer .nav ul li a:hover,
#footer .nav ul li a:focus{
	color: #000;
}
#footer .nav ul li a#footer-home-link,
#footer .nav ul li:first-of-type a{
	border-left: 0px;
}

/**** Blog *****/

.unit .navigation a{
	color: #c80079;
}
.unit .navigation a:hover{
	color: #000;
}


/****** Sociable **********/
.sociable_tagline{
	padding: 2px 0 12px;
}

/***** Search *********/
#search-page .unit,
#archive .unit{
	border-bottom: 1px solid #cfcfcf;
}
.unit .date{
	float: right;
	color: #666;
	font-weight: bold;
	width:150px;
	text-align:right;
}
.navigation{
	border-top: 1px solid #f3f3f3;
}
.unit .navigation{
	border-top:0;
}
.navigation .alignleft{
	float: left;
}
.navigation .alignright{
	float: right;
}
#archive .unit{
	padding-top:16px;
}
#searchform{
	padding:12px 0;
}
#searchform input{
	margin-bottom: 12px;
}

/***** Comments ******/
h3#comments,
.commentlist li{
	padding: 12px 0;
}

body.ie8 #header .nav,
body.ie9 #header .nav{
	bottom: 26px;
}

body.ie7 #header .nav{
	bottom: 25px;
}

body.ie6 #header .nav{bottom: 0;}

body.ie7 #search input.submit, body.ie6 #search input.submit{
	border:0px solid #fff;
	color:#fff;
	font-size:0;
	display:block;
	line-height:0;
}

body.ie6 #main .column .last_unit h2{
	height: 14px;
}

body.ie6 #header .nav{
	z-index: 99;
}

body.ie6 #header .nav li, body.ie6 #header .nav li a{
	z-index: 99999;
}
body.ie7 #header .nav ul {
	top: 27px;
	left:-1px;
}

body.ie8 #header .nav ul, body.ie9 #header .nav ul{
	left:-1px;
}
body.ie7 #header .nav ul li, body.ie8 #header .nav ul li, body.ie9 #header .nav ul li{
	padding: 0 3px 0 0;
	float: left;
}
body.ie7 #header .nav ul li a:link,
body.ie7 #header .nav li a:visited,
body.ie8 #header .nav ul li a:link,
body.ie8 #header .nav li a:visited,
body.ie9 #header .nav ul li a:link,
body.ie9 #header .nav li a:visited{
	text-indent: -9999em;
	padding: 0;
	height:22px;
	display: block;
	outline: none;
	background: url(/img/css/bg/nav_sprite.jpg) no-repeat;
	padding-bottom: 0;
	overflow:visible;
}
body.ie7 #header .nav ul li.nav-Home a, body.ie8 #header .nav ul li.nav-Home a, body.ie9 #header .nav ul li.nav-Home a{background-position: -5px -23px;width:68px;}
body.ie7 #header .nav ul li.nav-Home a:hover,
body.ie7 #header .nav ul li.nav-Home a.active,
body.ie8 #header .nav ul li.nav-Home a:hover,
body.ie8 #header .nav ul li.nav-Home a.active,
body.ie9 #header .nav ul li.nav-Home a:hover,
body.ie9 #header .nav ul li.nav-Home a.active{background-position: -5px 0px;}

body.ie7 #header .nav ul li.nav-All a, body.ie8 #header .nav ul li.nav-All a, body.ie9 #header .nav ul li.nav-All a{background-position: -74px -23px;width:105px;}
body.ie7 #header .nav ul li.nav-All a:hover,
body.ie7 #header .nav ul li.nav-All a.active,
body.ie8 #header .nav ul li.nav-All a:hover,
body.ie8 #header .nav ul li.nav-All a.active,
body.ie9 #header .nav ul li.nav-All a:hover,
body.ie9 #header .nav ul li.nav-All a.active{background-position: -74px 0px;}

body.ie7 #header .nav ul li.nav-Us a, body.ie8 #header .nav ul li.nav-Us a, body.ie9 #header .nav ul li.nav-Us a{background-position: -179px -23px;width:43px;}
body.ie7 #header .nav ul li.nav-Us a:hover,
body.ie7 #header .nav ul li.nav-Us a.active,
body.ie8 #header .nav ul li.nav-Us a:hover,
body.ie8 #header .nav ul li.nav-Us a.active,
body.ie9 #header .nav ul li.nav-Us a:hover,
body.ie9 #header .nav ul li.nav-Us a.active{background-position: -179px 0px;}

body.ie7 #header .nav ul li.nav-Blog a, body.ie8 #header .nav ul li.nav-Blog a, body.ie9 #header .nav ul li.nav-Blog a{background-position: -221px -23px;width:72px;}
body.ie7 #header .nav ul li.nav-Blog a:hover,
body.ie7 #header .nav ul li.nav-Blog a.active,
body.ie8 #header .nav ul li.nav-Blog a:hover,
body.ie8 #header .nav ul li.nav-Blog a.active,
body.ie9 #header .nav ul li.nav-Blog a:hover,
body.ie9 #header .nav ul li.nav-Blog a.active{background-position: -221px -23px;}

body.ie7 #header .nav ul li.nav-Ezine a, body.ie8 #header .nav ul li.nav-Ezine a, body.ie9 #header .nav ul li.nav-Ezine a{background-position: -292px -23px;width:76px;}
body.ie7 #header .nav ul li.nav-Ezine a:hover,
body.ie7 #header .nav ul li.nav-Ezine a.active,
body.ie8 #header .nav ul li.nav-Ezine a:hover,
body.ie8 #header .nav ul li.nav-Ezine a.active,
body.ie9 #header .nav ul li.nav-Ezine a:hover,
body.ie9 #header .nav ul li.nav-Ezine a.active{background-position: -292px 0px;}

body.ie7 #header .nav ul li.nav-Training a, body.ie8 #header .nav ul li.nav-Training a, body.ie9 #header .nav ul li.nav-Training a{background-position: -367px -23px;width:108px;}
body.ie7 #header .nav ul li.nav-Training a:hover,
body.ie7 #header .nav ul li.nav-Training a.active,
body.ie8 #header .nav ul li.nav-Training a:hover,
body.ie8 #header .nav ul li.nav-Training a.active,
body.ie9 #header .nav ul li.nav-Training a:hover,
body.ie9 #header .nav ul li.nav-Training a.active{background-position: -367px 0px;}

body.ie7 #header .nav ul li.nav-Praise a, body.ie8 #header .nav ul li.nav-Praise a, body.ie9 #header .nav ul li.nav-Praise a{background-position: -475px -23px;width:85px;}
body.ie7 #header .nav ul li.nav-Praise a:hover,
body.ie7 #header .nav ul li.nav-Praise a.active,
body.ie8 #header .nav ul li.nav-Praise a:hover,
body.ie8 #header .nav ul li.nav-Praise a.active{background-position: -475px 0px;}

body.ie7 #header .nav ul li.nav-Advice a, body.ie8 #header .nav ul li.nav-Advice a, body.ie9 #header .nav ul li.nav-Advice a{background-position: -560px -23px;width:88px;}
body.ie7 #header .nav ul li.nav-Advice a:hover,
body.ie7 #header .nav ul li.nav-Advice a.active,
body.ie8 #header .nav ul li.nav-Advice a:hover,
body.ie8 #header .nav ul li.nav-Advice a.active,
body.ie9 #header .nav ul li.nav-Advice a:hover,
body.ie9 #header .nav ul li.nav-Advice a.active{background-position: -560px 0px;}

body.ie7 #header .nav ul li.nav-Money a, body.ie8 #header .nav ul li.nav-Money a, body.ie9 #header .nav ul li.nav-Money a{background-position: -648px -23px;width:88px;}
body.ie7 #header .nav ul li.nav-Money a:hover,
body.ie7 #header .nav ul li.nav-Money a.active,
body.ie8 #header .nav ul li.nav-Money a:hover,
body.ie8 #header .nav ul li.nav-Money a.active,
body.ie9 #header .nav ul li.nav-Money a:hover,
body.ie9 #header .nav ul li.nav-Money a.active{background-position: -648px 0px;}

body.ie7 #header .nav ul li.nav-Login a, body.ie8 #header .nav ul li.nav-Login a, body.ie9 #header .nav ul li.nav-Login a{background-position: -736px -23px;width:80px;}
body.ie7 #header .nav ul li.nav-Login a:hover,
body.ie7 #header .nav ul li.nav-Login a.active,
body.ie8 #header .nav ul li.nav-Login a:hover,
body.ie8 #header .nav ul li.nav-Login a.active,
body.ie9 #header .nav ul li.nav-Login a:hover,
body.ie9 #header .nav ul li.nav-Login a.active{background-position: -736px 0px;}

body.ie7 #header .nav ul li.nav-Contact a, body.ie8 #header .nav ul li.nav-Contact a, body.ie9 #header .nav ul li.nav-Contact a{background-position: -815px -23px;width:96px;}
body.ie7 #header .nav ul li.nav-Contact a:hover,
body.ie7 #header .nav ul li.nav-Contact a.active,
body.ie8 #header .nav ul li.nav-Contact a:hover,
body.ie8 #header .nav ul li.nav-Contact a.active,
body.ie9 #header .nav ul li.nav-Contact a:hover,
body.ie9 #header .nav ul li.nav-Contact a.active{background-position: -815px 0px;}

body.ie7 #header .nav li a.active,
body.ie8 #header .nav li a.active,
body.ie9 #header .nav li a.active{
	padding-bottom: 26px;
}
body.ie7 #header #header .inner .nav ul,
body.ie7 #header #header .nav li,
body.ie8 #header #header .inner .nav ul,
body.ie8 #header #header .nav li,
body.ie9 #header #header .inner .nav ul,
body.ie9 #header #header .nav li{
	overflow:visible;
}
body.ie7  #header .nav li,
body.ie8  #header .nav li
body.ie9  #header .nav li{
	position: relative;
}
body.ie7  .ie-arrow,
body.ie8  .ie-arrow,
body.ie9  .ie-arrow{
	display:block;
	width:100%;
	clear: left;
	height: 25px;	
	background: url(/img/css/bg/nav_active.jpg) no-repeat center 0;
}

body.ie7 .nav-Home .ie-arrow,
body.ie8 .nav-Home .ie-arrow,
body.ie9 .nav-Home .ie-arrow{
	visibility:hidden;
}
body.ie7  #active-home.nav-Home .ie-arrow,
body.ie8  #active-home.nav-Home .ie-arrow,
body.ie9  #active-home.nav-Home .ie-arrow{
	visibility:visible;
}
body.ie7  #left-column #log.unit,
body.ie8  #left-column #log.unit,
body.ie9  #left-column #log.unit{
	padding-bottom: 28px;
}

/* Paging */

#wide-column td{
	padding:5px;
}
#paging-unit.unit{
	padding: 10px 0;
}
#paging-unit.unit table{
	position: relative;
	left: -5px;
}
table.paging{
	font-size:15px !important;
}
.paging,
.paging_bottom{
	font-weight: bold;
	font-size: 20px;
}
.paging a,
.paging_bottom a{
	text-decoration:none;
}
.paging_bottom{
	margin-top:24px;
}
#ln-rss{
	padding-left: 20px;
	background: url(/img/css/bg/rss_small.jpg) no-repeat 0 3px;
}

#left-column .ln-feedback a{
	font-size:0.8em;
	color: #000;
}

#top-paging{
	border-bottom: 1px solid #f3f3f3;
}
#top-paging .dummy{
	border-bottom: 1px solid #cfcfcf;
	width: 100%;
	height:1px;
	line-hight:1px;
	font-size:1px;
}

#user-access{
	text-align:right;
	padding-right:36px;
}
#user-access a.ua-Home{
	display: none;
}
#user-access a{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding-right:6px;
}
#user-access a:hover{
	color: #000;
}
#user-access ul,
#user-access li{
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#user-access ul,
#user-access li{
	float: left;
}

#rss_feed {
	float: right;
	margin-top: 15px;
}

#rss_feed a,
#rss_feed a:visited {
	color: #c80079;
}

h2.about-log{
	height:31px;
}

body.ie7 h2.about-log{
	height:43px;
}

