@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	background-color: #CCC;
}

.hidden {
	display: none;
}

.clear {overflow:hidden; clear:both; height:0; margin:0; padding:0; font-size:1px; font-size:0.01em; display:block;}

A:link {
	border: none;
}

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


#page-container {
	width: 960px;
	margin: auto;
	background-color: #F3F3F3;
}

#superheader {
	background-color: #FFF;
	background-image: url(images/superheaderbackground.png);
	background-repeat: no-repeat;
	height: 30px;
}

#header {
	float: left;
	background-image: url(/images/headerbackground.png);
	background-color: #FFF;
	background-repeat: no-repeat;
	width: 640px;
	height: 160px;
	margin: 0px;
	
}

#header .padding {
	padding-left: 30px;
	padding-top: 30px;
}

#search-box {
	float: right;
	background-image: url(images/searchboxbackground.png);
	background-color: #FFF;
	background-repeat: no-repeat;
	width: 320px;
	height: 160px;
}

#form {
	padding-left: 60px;
	padding-top: 11px;
}

#search-box .textbox {
	color: #000;
	background: #FFF;
	border: 1px solid #000;
	width: 170px;
}

#search-box .searchbutton {
	width: 60px;
	border: 1px solid #000;
}


#navigation-bar {
	clear: both;
	background-color: #FFF;
	height: 35px;
	position: relative;
	z-index: 900;
}


/* Navigation Bar Styles */

ul#topnav {height:35px; margin:0; padding:0; position:absolute;}
ul#topnav li {float:left; list-style-type:none;}
ul#topnav li a {display:block; text-decoration:none;}
ul#topnav li a:link {text-decoration:none;}
ul#topnav li a:visited {text-decoration:none;}
ul#topnav li a:hover {text-decoration:none;}
ul#topnav li a:active {text-decoration:none;}

ul#topnav .menu {top:35px; position:absolute; background:url(images/bg-subnav.png) repeat-x bottom left; border-left: 1px; #000; border-right: 1px; #000; padding:4px 0 12px 10px;}

ul#topnav .menu ul.sub_nav {float:left;}
ul#topnav .menu ul.sub_nav {margin:0 10px 0 0; padding:0; width:190px;}
ul#topnav .menu ul.sub_nav li {float:none; background-image:none;}
ul#topnav .menu ul.sub_nav li a, ul#topnav .menu ul.sub_nav li a:link, ul#topnav .menu ul.sub_nav li a:visited {font-size:11px; font-weight:normal; line-height:1.3em; color:#CCC; text-decoration:none; padding:4px 6px; height:100%; background-color:transparent;}
ul#topnav .menu ul.sub_nav li a.vitaltoronto {font-size: 12px; font-weight: 800; color:#999;}
ul#topnav .menu ul.sub_nav li a.heading {font-size: 11px; font-weight: 800;}
ul#topnav .menu ul.sub_nav li a.inset {font-size:11px; font-weight:normal; line-height:1.3em; color:#999; text-decoration:none; padding:4px 5px; height:100%; background-color:transparent; list-style: disc url(images/submenu-bulletpoint.png);}
ul#topnav .menu ul.sub_nav li a.doubleinset {font-size:11px; font-weight:normal; line-height:1.3em; color:#999; text-decoration:none; padding:4px 28px; height:100%; background-color:transparent; list-style-image:url(images/submenu-bulletpoint.png); }
ul#topnav .menu ul.sub_nav li a:hover {color:#fff; text-decoration: none; background-color:#000;}
ul#topnav .menu ul.sub_nav li a:active {color:#fff; text-decoration: none; background-color:transparent;}

ul#topnav li .menu {display:none;}
ul#topnav li:hover .menu {display:block;}
ul#topnav li.over .menu {display:block; width:250px;; height:1%;}
ul#topnav a.nav_item span {position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden;}

li.nav_individuals {background-position:-35px 0;}
li.nav_individuals:hover, li.nav_individuals_over {background-position:-35px -35px;}
li.nav_individuals a.nav_item, li.nav_individuals_over a.nav_item {width:160px; height:35px;}
li.nav_individuals .menu {left:0px; min-width:160px}

li.nav_professional {background-position:-208px 0;}
li.nav_professional:hover, li.nav_professional_over {background-position:-173px -33px;}
li.nav_professional a.nav_item, li.nav_professional_over a.nav_item {width:160px; height:35px;}
li.nav_professional div.menu {left:160px; min-width:160px}

li.nav_community {background-position:-277px 0;}
li.nav_community:hover, li.nav_community_over {background-position:-277px -35px;}
li.nav_community a.nav_item, li.nav_community_over a.nav_item {width:160px; height:35px;}
li.nav_community div.menu {min-width:160px}

li.nav_vital {background-position:-437px 0;}
li.nav_vital:hover, li.nav_vital_over {background-position:-546px -33px;;}
li.nav_vital a.nav_item, li.nav_vital_over a.nav_item {width:160px; height:35px;}
li.nav_vital div.menu {right:320px; min-width:350px}

li.nav_about {background-position:-736px 0;}
li.nav_about:hover, li.nav_about_over {background-position:-736px -33px;;}
li.nav_about a.nav_item, li.nav_about_over a.nav_item {width:152px; height:33px;}
li.nav_about div.menu {right: 160px; min-width:160px}

li.nav_news {background-position:-736px 0;}
li.nav_news:hover, li.nav_news_over {background-position:-736px -33px;;}
li.nav_news a.nav_item, li.nav_news_over a.nav_item {width:152px; height:33px;}
li.nav_news div.menu {right: 0px; min-width:160px}


/** End of Navigation Styles **/

/** Feature Window **/

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height: 400px;	width: 960px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: relative;
	top: 330px; left: 0px;
	width: 180px; height: 47px;
	overflow: visible;
	z-index: 900; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 42px;
	background: url(images/paging_bg2with6.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #003478;

	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.paging a:hover {font-weight: bold;}

/** End of Feature Window **/



#section-header-aboutus {
	clear: both;
	background-color: #FF1F7E;
	height: 45px;
}

#section-header-aboutus .title {
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	padding-top: 10px;
	padding-left: 20px;
}

#section-header-individualsandfamilies {
	clear: both;
	background-color: #00AEC5;
	height: 45px;
}

#section-header-individualsandfamilies .title {
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	padding-top: 10px;
	padding-left: 20px;
}

#section-header-professionaladvisors {
	clear: both;
	background-color: #00467F;
	height: 45px;
}

#section-header-professionaladvisors .title {
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	padding-top: 10px;
	padding-left: 20px;
}

#section-header-communityorganizations {
	clear: both;
	background-color: #7AB800;
	height: 45px;
}

#section-header-communityorganizations .title {
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	padding-top: 10px;
	padding-left: 20px;
}


#section-header-vitalinitiatives {
	clear: both;
	background-color: #FFC82F;
	height: 45px;
}

#section-header-vitalinitiatives .title {
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	padding-top: 10px;
	padding-left: 20px;
}

#section-header-newsandpublications {
	clear: both;
	background-color: #F57B20;
	height: 45px;
}

#section-header-newsandpublications .title {
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	padding-top: 10px;
	padding-left: 20px;
}


#left-sidebar {
	float: left;
	width: 200px;
	margin: 0px;
}

#left-sidebar-links {
	padding-left: 20px;
	padding-right: 10px;
}

a.leftsidebarlink:link {
	font-size: 12px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	margin-top: 0em;
	margin-bottom: 0.01em;	
}

a.leftsidebarlink:visited {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding-top: 10px;
	margin-top: 0em;
	margin-bottom: 0.01em;	

}

a.leftsidebarlink:active {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
	padding-top: 10px;
	margin-top: 0em;
	margin-bottom: 0.01em;	

}

a.leftsidebarlink:hover {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
	padding-top: 10px;
	margin-top: 0em;
	margin-bottom: 0.01em;	
}

a.leftsidebarlinkinset:link {
	font-size: 12px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	margin-top: 0em;
	margin-bottom: 0.01em;	
	padding-left: 8px;
}

a.leftsidebarlinkinset:visited {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0em;
	margin-bottom: 0.01em;	

}

a.leftsidebarlinkinset:active {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
	padding-top: 0px;
	margin-top: 0em;
	margin-bottom: 0.01em;	

}

a.leftsidebarlinkinset:hover {
	font-size: 12px;
	color: #000;
	text-decoration: underline;
	padding-top: 0px;
	margin-top: 0em;
	margin-bottom: 0.01em;	
}

a.leftsidebarlinkinsetinset:link {
	font-size: 10px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	margin-top: 0em;
	margin-bottom: 0.01em;	
	padding-left: 8px;
}

a.leftsidebarlinkinsetinset:visited {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0em;
	margin-bottom: 0.01em;	

}

a.leftsidebarlinkinsetinset:active {
	font-size: 10px;
	color: #000;
	text-decoration: underline;
	padding-top: 0px;
	margin-top: 0em;
	margin-bottom: 0.01em;	

}

a.leftsidebarlinkinsetinset:hover {
	font-size: 10px;
	color: #000;
	text-decoration: underline;
	padding-top: 0px;
	margin-top: 0em;
	margin-bottom: 0.01em;	
}


#right-sidebar {
	float: right;
	width: 200px;
	margin: 0px;
}

#right-sidebar .links {
	padding-left: 15px;
	padding-top: 25px;
	line-height: 10px;
	padding-bottom: 5px;
}

#right-sidebar .stories img {
	padding-bottom: 5px;
	padding-top: 20px;
}


#right-sidebar .stories {
	padding-left: 17px;
	padding-right: 35px;
	line-height: 13px;
}

#right-sidebar .storytitle {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

#right-sidebar .storyblock {
	font-size: 10.5px;
	color: #333;
	line-height: 13px;
}

#right-sidebar a {
	font-size: 11px;
	color: #8DC63F;
	text-decoration: none;
}

#right-sidebar a:hover {
	font-size: 11px;
	color: #8DC63F;
	text-decoration: underline;
}

#right-sidebar .connect {
	padding-left: 15px;
	padding-top: 25px;
	line-height: 10px;
	padding-bottom: 5px;
}

#right-sidebar-home {
	float: right;
	width: 270px;
	margin: 0px;
	padding-top: 20px;
}

#right-sidebar-home .stories img {
	padding-bottom: 5px;
	padding-top: 20px;
}

#right-sidebar-home .links {
	padding-left: 30px;
	line-height: 10px;
	padding-bottom: 5px;
}

#right-sidebar-home .stories {
	padding-left: 35px;
	padding-right: 35px;
	line-height: 13px;
}

#right-sidebar-home .storytitle {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}

#right-sidebar-home .storyblock {
	font-size: 10.5px;
	color: #333;
	line-height: 13px;
}

#right-sidebar-home a {
	font-size: 11px;
	color: #8DC63F;
	text-decoration: none;
}

#right-sidebar-home a:hover {
	font-size: 11px;
	color: #8DC63F;
	text-decoration: underline;
}

#content {
	background-color: #FFF;
	margin-left: 200px;
	margin-right: 200px;
	border-left: thin;
	border-left-color: #808080;
	border-left-style: solid;
	border-right: thin;
	border-right-color: #808080;
	border-right-style: solid;
}

#content-home {
	background-color: #FFF;
	margin-right: 270px;
	border-right: thin;
	border-right-color: #808080;
	border-right-style: solid;
}

#featurebox {
	width: 960px;
	height: 470px;
}	

#content-home .mainbox {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 12px;
	line-height: 17px;
}

#content .mainbox {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	line-height: 17px;
}

#content .mainboxbody {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	line-height: 17px;
}

.hometitle {
	font-size: 18px;
	color: #00AEC5;
	font-weight: bold;
	padding-top: 10px;
}

.firstlines {
	font-size: 14px;
	font-weight: 800;
	padding-top: 10px;
}

.aboutuspagetitle {
	font-size: 16px;
	font-weight: 800;
	padding-top: 10px;
	color: #FF1F7E;
}

.individualsandfamiliespagetitle {
	font-size: 16px;
	font-weight: 800;
	padding-top: 10px;
	color: #00AEC5;
}

.professionaladvisorspagetitle {
	font-size: 16px;
	font-weight: 800;
	padding-top: 10px;
	color: #00467F;
}

.communityorganizationspagetitle {
	font-size: 16px;
	font-weight: 800;
	padding-top: 10px;
	color: #7AB800;
}

.vitalinitiativespagetitle {
	font-size: 16px;
	font-weight: 800;
	padding-top: 10px;
	color: #FFCA38;
}

.newsandpublicationspagetitle {
	font-size: 16px;
	font-weight: 800;
	padding-top: 10px;
	color: #F57B20;
}

.contactname {
	font-size: 14px;
	font-weight: 800;
}

.photocaption {
	font-size: 10.5px;
	color: #333;
	line-height: 12px;
}

.contact {
	font-size: 10.5px;
	color: #333;
}

.copyright {
	font-size: smaller;
	vertical-align: baseline;
	position: static;
	bottom: 0.33em;
}

.subscript {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: -0.0em;
}

a.body:link {
	font-size: 12px;
	font-weight: 400;
	color: #003478;
	text-decoration: none;
	margin-top: 0em;
	margin-bottom: 0.01em;	
}

a.body:visited {
	font-size: 12px;
	color: #003478;
	text-decoration: none;
	margin-top: 0em;
	margin-bottom: 0.01em;	

}

a.body:active {
	font-size: 12px;
	color: #003478;
	text-decoration: underline;
	margin-top: 0em;
	margin-bottom: 0.01em;	

}

a.body:hover {
	font-size: 12px;
	color: #003478;
	text-decoration: underline;
	margin-top: 0em;
	margin-bottom: 0.01em;	
}

#content .mainbox img {
	padding-bottom: 10px;
}

ul#list {
	margin: 0px;
	padding-left: 15px;
}

ul#list li {
	list-style-type:square;
	list-style-position: outside;
	padding-left: 5px;
}

#bodytwocolumnleft {
	width: 255px;
	float: left;
}

#bodytwocolumnright {
	width: 255px;
	float: right;
}

#crumbs {
	border-bottom: 1px solid;
	border-bottom-color: #999;
	height: 1.5em;
}

#crumbs li {
	float: left;
	line-height: 2.3em;
	padding-left: .75em;
	color: #777;
	font-size: 10.5px;
}

#crumbs li a {
	display: block;
	padding: 0 15px 0 0;
	background: url(images/crumbs.gif) no-repeat right center;
}

#crumbs li a:link,
#crumbs li a:visited {
	text-decoration: none;
	color: #777;
}

#crumbs li a:hover,
#crumbs li a:focus {
	color: #003478;
	text-decoration: underline;
}

#content-home .newsbox {
	width: 600px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 12px;
	line-height: 17px;
}

.newshometitle {
	font-size: 14px;
	color: #F47B20;
	font-weight: bold;
	padding-top: 30px;
}

.newshomearticletitle {
	font-size: 12px;
	color: #000;
	line-height: 14px;
}

.newshomearticletitle a {
	font-size: 12px;
	color: #000;
	line-height: 14px;
	text-decoration: none;
}

.newshomearticletitle a:hover {
	font-size: 12px;
	color: #000;
	line-height: 14px;
	text-decoration: underline;
}


.newshomearticleblock {
	font-size: 11px;
	color: #666;
	line-height: 12px;
}

.newshomearticledate {
	font-size: 11px;
	color: #666;
	line-height: 12px;
}

.newsmore a {
	font-size: 12px;
	color: #F47B20;
	font-weight: bold;
	text-decoration: none;
}

.newsmore a:hover {
	font-size: 12px;
	color: #F47B20;
	font-weight: bold;
	text-decoration: underline;
}

#programbox {
	width: 600px;
	height: 95px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
}

#web20bar {
	background-color: #999;
	border-top: thin;
	border-top-color: #808080;
	border-top-style: solid;
	width: 640px;
	height: 35px;
	margin: 0;
	padding: 0;
	display: inline;
}

#twitter {
	float: left;
	width: 99px;
	height: 35px;
	background-color: #F2F2F2;
	border-top: thin;
	border-top-color: #808080;
	border-top-style: solid;
}

#connectarea {
	float: right;
	width: 252px;
	height: 35px;
	background-color: #F2F2F2;
	border-top: thin;
	border-top-color: #808080;
	border-top-style: solid;
}

#tweetarea {
	margin-left: 99px;
	margin-right: 252px;
	height: 35px;
	background-color: #F2F2F2;
	border-top: thin;
	border-top-color: #808080;
	border-top-style: solid;
}

.tweet {
  font-size: 10px; }
  .tweet .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .tweet .tweet_list li {
      overflow: auto;
      padding-top: .4em;
	  padding-left: .75em;
	  padding-right: .2em;}
      .tweet .tweet_list li a {
        color: #0C717A; }
    .tweet .tweet_list .tweet_even {
      background-color: #91E5E7; }
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }


#twitter_update_list li {
	list-style-type: none;
}

#twitter_update_list span {
	color: #000;
	font-size: 11px;
}

#twitter_update_list span a:link {
	display: inline;
	color: #666;
	font-size: 11px;
}

#twitter_update_list span a:hover {
	text-decoration: underline;
	color: #666;
}

#footer {
	clear: both;
	background-color: #FFF;
	background-repeat: repeat-y;
	height: 100px;
	margin: 0px;
	border-top: solid;
	border-top-width: thin;
	border-top-color: #808080;
}


#footer-home {
	clear: both;
	background-color: #FFF;
	height: 100px;
	margin: 0px;
	border-top: solid;
	border-top-width: thin;
	border-top-color: #808080;
}

#footerleft {
	float: left;
	width: 380px;
	padding-left: 30px;
	padding-top: 10px;
	margin: 0px;
}

#footerleft a {
	color: #666;
	text-decoration: none;
}

#footerleft a:hover {
	color: #666;
	text-decoration: underline;
}

#footerleft .address {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #666;
	padding-top: 10px;
	padding-left: 52px;
	letter-spacing: 0.02em;
}

#footerleft-home {
	float: left;
	width: 345px;
	padding-left: 30px;
	padding-top: 10px;
	margin: 0px;
}

#footerleft-home a {
	color: #666;
	text-decoration: none;
}

#footerleft-home a:hover {
	color: #666;
	text-decoration: underline;
}

#footerleft-home .address {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #666;
	padding-top: 10px;
	padding-left: 52px;
	letter-spacing: 0.02em;
}

#footermiddle {
	margin-left: 380px;
	margin-right: 200px;
	padding-top: 15px;
	padding-right: 15px;
	border-right: 1px;
	border-right-color: #808080;
}

#footermiddle .links {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #000;
	text-align: right;
	letter-spacing: 0.02em;
	font-weight: bold;
}

#footermiddle a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #000;
	text-align: right;
	letter-spacing: 0.02em;
	font-weight: bold;
	text-decoration: none;
}

#footermiddle a:hover{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #000;
	text-align: right;
	letter-spacing: 0.02em;
	font-weight: bold;
	text-decoration: underline;
}

#footermiddle .copyright {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #666;
	padding-top: 42px;
	text-align: right;
	letter-spacing: 0.02em;
}

#footermiddle-home {
	margin-left: 345px;
	margin-right: 270px;
	padding-top: 15px;
	padding-right: 15px;
	
}

#footermiddle-home .links {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #000;
	text-align: right;
	font-weight: bold;
	letter-spacing: 0.02em;
}

#footermiddle-home .copyright {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #666;
	padding-top: 42px;
	text-align: right;
	letter-spacing: 0.02em;
}

#footermiddle-home a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #000;
	text-align: right;
	letter-spacing: 0.02em;
	font-weight: bold;
	text-decoration: none;
}

#footermiddle-home a:hover{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #000;
	text-align: right;
	letter-spacing: 0.02em;
	font-weight: bold;
	text-decoration: underline;
}

#footerright {
	float: right;
	width: 200px;
	height: 100px;
	border-left: solid;
	border-left-width: thin;
	border-left-color: #808080;
}

#footerright .member {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #333;
	padding-top: 15px;
	padding-left: 15px;
	letter-spacing: 0.02em;
}

#footerright .cfc {
	padding-left: 70px;
	padding-top: 5px;
	letter-spacing: 0.02em;
}

#footerright-home {
	float: right;
	width: 270px;
	height: 100px;
	border-left: solid;
	border-left-width: thin;
	border-left-color: #808080;
}

#footerright-home .member {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #333;
	padding-top: 15px;
	padding-left: 40px;
	letter-spacing: 0.02em;
}

#footerright-home .cfc {
	padding-left: 110px;
	padding-top: 5px;
	letter-spacing: 0.02em;
}

#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none;
	background: #fff;
	padding: 20px; 	
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right; 
	margin: -55px -55px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
p.hide {
	display: none;
}
/*--Ad Tabs--*/
#adtabsarea {
	height: 380px;
	z-index: 100;
}
			#adtabs { padding: 0; }
			#adtabs li { display: inline; }
			#adtabs li a { background: #999; padding: 10px; float:left; border-right: 1px solid #FFF; border-bottom: none; text-decoration: none; color: #FFF; font-weight: bold;}
			#adtabs li.active a { background: #58646A; }
			#adtabs li.intro { background: #FFF; }
			.content { float: left; border: 1px solid #FFF; border-top: none; border-left: none; background: #FFF; width: 520px; }

