body {
	background: url(../_images/common/body_bg.gif) repeat;
	color: #262626;
	text-align: left;
	padding: 0;
	margin: 0;
	font: 12px/18px Arial, Helvetica, Geneva, sans-serif;
}


/* @group basic html rewrites */

a {
	color: #1373BD;
	text-decoration: none;
	}

a:link {
	color: #1373BD;
	}
	
a:visited  {
	color: #1373BD;
	}	

a:hover, a:active {
	color: #2FBEF9;
	}

h1 {
	/*background: url(../_images/common/dotted_hor.gif) repeat-x 0 bottom; took this out cause it was cut out in img*/
	width: 385px;
	padding: 0 0 5px 0;
	/*margin: 0 0 10px; must be mar-bot of 0 so that background newspaper graphic won't show.*/
	margin: 0;
	font: 24px "Trebuchet MS", Helvetica, sans-serif;
	color: #EC9A05; 
	font-weight: normal;
	}

h2 {
	background: url(../_images/common/dotted_hor.gif) repeat-x 0 bottom;
	width: 385px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	font: 16px "Trebuchet MS", Helvetica, sans-serif;
	color: #EC9A05; 
	font-weight: normal;
	}

#home h2 {
	width: 100%;
	}

h3 {
	padding: 0;
	margin: 15px 0 3px 0;
	font: 14px "Trebuchet MS", Helvetica, sans-serif;
	color: #262626; 
	font-weight: bold;
	}
	
h4 {
	padding: 0;
	margin: 0 0 6px 0;
	font: 13px "Trebuchet MS", Helvetica, sans-serif;
	color: #262626; 
	font-weight: bold;
	}
	
h5 {
	padding: 0;
	margin: 15px 0 0 0;
	line-height: 12px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #262626; 
	font-weight: bold;
	}
	
h6 {
	padding: 0;
	margin: 12px 0 6px 0;
	line-height: 15px;
	font: 14px "Trebuchet MS", Helvetica, sans-serif;
	color: #262626; 
	font-weight: bold;
	}

img {
	border: 0;
	padding: 0;
	margin: 0;
	}

.left {
	float: left;
	padding: 0;
	margin: 0;
	}

.right {
	float: right;
	padding: 0;
	margin: 0;
	}

.center {
	text-align: center;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.larger {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	}
	
.small {
	font-size: 10px;
	line-height: 12px;
}

p {
	color: #262626;
	line-height: 17px;
	margin: 0;
	padding: 0 0 10px 0;
	}

.hor	{
	background: url(../_images/common/dotted_hor.gif) repeat-x 0 bottom;
	margin: 10px 0;
}

.blue {
	color: #2FBEF9; 
}

.strong {
	font-weight:bold;
}

/* @end */

/* @group container */

#container_fullwidth {
	width: 100%;
	text-align: center;
	background: #E6E7E9;
	}

#container {
	width: 810px;
	text-align: left;
	margin: auto;
	padding: 50px 0;
	background: #E6E7E9;
	position: relative; /* for the language widget positioning */
	}	
	
#container_bottom {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* @end */

/* @group nav & header */

#main {
	background: #E6E7E9 url(../_images/common/content_shadow.gif) repeat-y 0 0;
	width: 810px;
	text-align: left;
	margin: 0;
	padding: 0;
}
	
#header {
	margin: 0 5px 0 5px;
	width: 800px;
	background: #1373BD url(../_images/common/header_bg.gif) repeat-x 0 0;
}

#header_pad {
	padding: 0 0 0 51px;
}

#nav_en, #nav_fr {
	background: url(../_images/nav/nav_bg.gif) repeat;
	padding: 15px 0 45px 0;
	margin-left: 5px;
	width: 800px;
	z-index: 50;
	_padding: 10px 0 28px 0;
	_margin-bottom: -33px;
}

#nav_en {
	padding: 15px 0 45px 0;
}

#nav_fr {
	padding: 12px 0 48px 0;
}

#nav_en li {
	padding: 0 10px;
}

#nav_fr li {
	padding: 0 6px;
}

#nav_en li a.bottom, #nav_fr li a.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

#nav_en li a.first, #nav_fr li a.first {
	margin-top: 0;
	padding-top: 10px;
}

/* @end */

/* @group footer */

#footer {
	font-size: 10px;
	color: #262626;
	width: 700px;
	margin: 5px 0 0 50px;
}

#footer_nav {
	float: right;
}

#footer ul {
	margin: 0;
	padding: 0;
	float: right;
	margin:  0 0 15px 0;
}

#footer li {
	margin: 0 0 0 15px;
	padding: 0 0 0 0px;
	list-style-type: none;
	float: left;
	display: inline;
}

#footer a {
}

#footer a:link, #footer a:visited {
	color: #262626;
}

#footer a:hover, #footer a:active {
	color: #1373BD;
}

#copyright {
	float: left;
}

#disclaimer {
	border-top: 1px dotted #999;
	margin: 0;
	padding: 15px 0 0 0;
}

#disclaimer p {
	color: #666;	
}
/* @end */

/* @group body */

.bd {
	padding-left: 55px;
}

/* @group content */

#content {
	width: 700px;
	background: #fff url(../_images/common/header_shadow.gif) repeat-x 0 0;
	padding: 28px 50px 0 50px;
	margin: 0 0 0 5px;
	color: #262626;
}

body#home #content {
	width: 700px;
	/*background: #fff url(../_images/welcome/newspaper_bg_lg.gif) no-repeat 0 -1px;*/
	padding: 28px 50px 0 50px;
	margin: 0 0 0 5px;
	color: #262626;
}

body#home #content #main_iefix p,
body#home #content #main_iefix h5 {
	padding-top: 15px;
	margin-top: 0;
	background-color: #fff;
}

body#home #content #main_iefix ul {
	background-color: #fff;
}

body#home h1.page_title {
	font: 30px "Trebuchet MS", Helvetica, sans-serif;
	margin-bottom: 0;
	/*padding-top: 15px; not needed with rss feeds, etc*/
}

body#home h1.wide {
	margin-bottom:20px;
	width:100%;
}

#content li,
ul#pep_talk li ul li {
	padding-left: 20px;
	background-image: url(../_images/common/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-bottom: 3px;
	color: #262626;
}

#content ul { 
	padding: 0;
	margin: 10px 0 10px 0;
 	list-style: none; 
 	color: #262626;
}

#order li {
	padding-left: 20px;
	background-image: url(../_images/common/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-bottom: 3px;
	color: #262626;
}

#order ul { 
	padding: 0;
	margin: 10px 0 10px 0;
 	list-style: none; 
 	color: #262626;
}



.title {
	background: url(../_images/common/dotted_hor.gif) repeat-x 0 bottom;
	width: 385px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.underline {
	background: url(../_images/common/dotted_hor.gif) repeat-x 0 bottom;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

/* @end */

/* @group How to */

/* My Comment */

.select_menu {
	/*padding: 0 0 15px 0;
	margin: 10px 23px 0 23px;*/
	float: right; 
	padding-top: 5px;
}

.howto_fr .select_menu {
	/*padding: 0 0 15px 0;
	margin: 10px 23px 0 23px;*/
	float: none; 
}

.select_menu select {
	width:275px;
}

.howto_en h1, .howto_fr h1 {
	padding: 0;
	margin: 0;
	font: 24px "Trebuchet MS", Helvetica, sans-serif;
	color: #2FBEF9; 
	font-weight: normal;
	text-transform:uppercase;
	background: none;
	}
	
.howto_en h2, .howto_fr h2 {
	background: url(../_images/common/dotted_hor.gif) repeat-x 0 bottom;
	width: 385px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font: 18px "Trebuchet MS", Helvetica, sans-serif;
	color: #EC9A05; 
	font-weight: normal;
	}

.IE_7_bugs {
	clear:left;
}

/* @end */

p img.left {
	
	padding-right: 10px;
}

/* @group sidebar */

.signup {
	margin-bottom: 10px;
}

#sidebar {
	float: right;
	margin: 0px 0 30px 30px;
	display: block;
	_width:270px;
}

#sidebar .syndication {
	margin:7px 0px 0 17px;
	padding-bottom:10px;
	text-align: left;
	width: 260px;}

#sidebar .syndication .icon_align {
	padding:0;
	margin-bottom: -4px;
	*vertical-align:-4px;
}

body#home #sidebar .syndication {
	margin-top: 10px;
}

#sidebar .syndication .addthis,
#sidebar .syndication .rss{
	display: inline;
}

#sidebar .syndication .rss{
	margin-right: 10px;
}

#sidebar .syndication .rss img{
	vertical-align: -1px;
}


/* @end */

/* @group subnav */

#sidebar .title {
	background: url(../_images/common/dotted_hor.gif) repeat-x 23px bottom;
	width: 235px;
	padding: 0 0 5px 0;
	margin: 0 23px;
	font: 18px "Trebuchet MS", Helvetica, sans-serif;
	color: #EC9A05;
	font-weight: normal;
}

#sidebar .title_subnav {
	width: 235px;
	padding: 0 0 5px 0;
	margin: 0 23px;
	font: 18px "Trebuchet MS", Helvetica, sans-serif;
	color: #1373BD; 
	font-weight: normal;
}

#content .subnavbox {
	background: #FFFFFF url(../_images/common/grey_bg.gif) repeat-y 0 11px;
	width: 281px;
	margin:0;
	padding: 0 0 1px 0;
}


#content .subnavbox ul { 
	padding: 0;
	margin:10px 20px 0 0;
 	list-style: none; 
 	color: #333333;
}

#content .subnavbox ul li {
	margin-left:20px;
	background-image:url(../_images/common/list_bullet.gif);
	background-position:0 0.3em;
	background-repeat:no-repeat;
	color:#262626;
	padding-bottom:3px;
	padding-left:20px;
}

#content .subnavbox ul li a {
	color: #1373BD;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

#content .subnavbox ul li a:link, 
#content .subnavbox ul li a:visited {
	color: #1373BD;
}

#content .subnavbox ul li a:hover, 
#content .subnavbox ul li a:active{
	color: #2FBEF9;
	text-decoration: none;
}

#content .subnavbox ul li.active a{
	color: #999;
	text-decoration: none;
}

/* @end */

/* @group callouts */

.callout {
	float: left;
	margin: 15px 11px 30px 0;
	width: 225px;
}

.callout_nopad {
	margin: 15px 0 30px 0;
}

.callout_bg {
	background: #FFFFFF url(../_images/callouts/callout_bg.gif) repeat-y 0 11px;
	margin: 0;
	_margin-top: -3px;
	padding: 0;
}

div.callout_bg .height .height_home {
   height: auto;
}

.height_en {
   min-height: 250px;
   height: 250px;
}

.height_fr {
   min-height: 275px;
   height: 275px;
}

.callout h1 {
	background: url(../_images/common/dotted_hor.gif) repeat-x 23px bottom;
	width: 185px;
	padding: 0 0 7px 0;
	margin: 0 20px;
	font: 21px "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
}

a.blue {
	color: #2FBEF9;
}

a.yellow {
	color: #EC9A05;
}

a.dark_blue {
	color: #036DBA;
}

a.indigo {
	color: #3D5495;
}

.callout p {
	font-size: 11px;
	padding: 0;
	margin: 10px 0 4px 0;
}

.callout_list ul { 
	padding: 0 0 18px 0;
	margin: 10px 23px 0 23px;
 	list-style: none; 
 	color: #262626;
}

.callout_list li {
	padding-left: 60px;
	background-image: url(../_images/common/link_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-bottom: 3px;
	margin-left: 20px;
}

.callout_list a {
	color: #262626;
	text-decoration: none;
	font-weight: bold;
}

.callout_list a:link {
	color: #262626;
}

.callout_list a:visited {
	color: #262626;
}

.callout_list a:hover, .callout_list a:active {
	color: #1373BD;
}

.callout_photo {
	margin: 0;
	padding: 0 0 0 25px;
}

.highlighted_item {
	background-color: #ffe7b3;
	padding: 10px;
}

/* @end */


/* @group welcome */


.welcome {
	margin-bottom: 0;
	position: relative;
	width: 696px;
	background: #F6F6F6 url(../_images/welcome/welcome_bg.gif) repeat-y;
}

.welcome_box {
	margin: 0;
	padding: 0;
	background: url(../_images/welcome/logo.gif) no-repeat 510px -42px;
}

.top_left {
	background: url(../_images/welcome/top_left.gif) no-repeat 0% 0%;
	position: absolute;
	width: 10px;
}

.top_right {
	background: url(../_images/welcome/top_right.gif) no-repeat 100% 0%;
	float: right;
	width: 10px;
}

.bottom_left {
	background: url(../_images/welcome/bottom_left.gif) no-repeat 0% 100%;
	width: 10px;
}

.bottom_right {
	background: url(../_images/welcome/bottom_right.gif) no-repeat 100% 100%;
	float: right;
	width: 10px;
}

.welcome_text {
	font-size: 12px;
	padding: 15px 40px 10px 22px;
	margin: 15px 0 0 0;
}

.welcome_title {
	background: url(../_images/common/dotted_hor.gif) repeat-x 0 bottom;
	padding-bottom: 7px;
	width: 358px;
	margin-bottom: 5px;
	font: 14px "Trebuchet MS", Helvetica, sans-serif;
	color: #262626; 
	font-weight: bold;
}

.signup_welcome {
	width: 200px;
	margin: 0 0 10px 20px;
	padding: 26px 0 30px 20px;
	float: right;
	background: url(../_images/common/dotted_vert.gif) repeat-y left top;
}

#welcome_shadow {
	padding: 0; 
	margin: 0;
}

/* @end */

/* @group common */

.nopad {
	margin: 0;
	padding: 0;
}

.padbot {
	margin-bottom: 10px;
} 

div.left object{
	float: left;
	margin: 0 20px 20px 0;
}

/* @end */

/* @group forms */

.frame {
	border: 1px solid #c8daeb;
	padding: 10px;
}

#form_ipoll {
	padding: 18px 18px 0 18px;
}

.ipoll {
	margin-top: 10px;
	margin-bottom: 0;
	position: relative;
	width: 696px;
	background: #F6F6F6 url(../_images/welcome/welcome_bg.gif) repeat-y;
}

#talk_derma_body {
	background: url('http://dev.plankdesign.com/clients/Amevive_PSC/_images/forms/howto_body.gif') no-repeat center 10px; 
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	width: 315px;
}

#howto p {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0 0;
}

#print {
	border-top: 1px dotted #000;
	padding: 15px 0 0 0;
}

#print a {
	font-size: 14px;
	color: #666;
	text-decoration: underline;
}

#print a:link, #print a:visited {
	color: #666;
	text-decoration: underline;
}

#print a:hover, #print a:active {
	color: #1373BD;
	text-decoration: none;
}

.toggler {
	color:#1373BD;
}

.utilities {
	text-align:right;
	font-size:11
	px;
	padding-bottom:10px;
	width: 385px;
}

.icon_align {
	padding:0 4px 0 15px;
	margin-bottom: -4px;
}

.valign {
	vertical-align: -80%;
}

/* @end */

/* @group Message Board */


.leftcolumn {
	width: 385px;
	margin: 0 0 18px 0;
}

.posting_bg {
	background: url(../_images/message_board/posting_bg.gif) no-repeat right bottom;
	width: 385px;
	padding: 0 0 8px 0;
}

.posting {
	background: #F6F082;
	width: 343px;
	padding: 20px 18px;
}

.posting p {
	width: 343px;
	padding: 5px 0;
}

.posting .date {
	width: 343px;
	background: url(../_images/common/dotted_hor.gif) repeat-x 0 bottom;
	font-size: 11px;
	padding: 0 0 3px 0;
	margin: 0 0 10px 0;
}

.posting .title {
	width: 343px;
	background: none;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.posting .name {
	width: 343px;
	font-size: 11px;
}

.posting a {
	text-decoration: underline;
	color: #262626;
}

.posting a:link, .posting a:visited {
	color: #262626;
}

.posting a:hover, .posting a:active {
	text-decoration: none;
	color: #1373BD;
}

textarea {
	background:#FFF;
	border: 1px solid #999;
	width: 382px;
	margin: 10px 0;
}

#form_siterating textarea {
	width: 100%;
}

#abbys_story textarea.abbey {
	white-space: wrap; 
	width:100%;
	height: 200px;
}

.fixed_width #flash_msg{
	margin-bottom:20px;
	padding-bottom:0;
	padding-right:20px;
	width:365px;
}

textarea.sidebar {
	background:#FFF;
	border: 1px solid #999;
	width: 220px;
	margin: 10px 0;
}
.comment_top {
	margin: 18px 0 0 0;
	padding: 0;
}

.comment {
	background: #FFFFFF url(../_images/message_board/comments_bg.gif) repeat-y 0 11px;
	width: 382px;
	margin:0;
	padding: 5px 18px;
	*width:350px;
}

.comment p {
	width: 343px;
	padding: 5px 0;
}

p.credit  {
	font-size: 11px;
	padding: 0 0 18px 4px;
	margin: 0;
}

.message {
	background:transparent url(../_images/common/icon_postit.gif) no-repeat 0 0;
	margin: 20px 0;
	width: 330px;
}

.message p.title {
	font-weight:bold;
	font-size:14px;
	line-height: 16px;	
	background: transparent;
	margin: 0 0 2px;
	padding: 0 0 0 23px;
	width: 330px;}

.message p.date {
	font-weight:normal;
	text-decoration: none;
	font-size:11px;
	line-height: 16px;	
	background: transparent;
	margin:0;
	padding: 0 0 0 23px;
	color: #262626;
	width: 330px;
}

.message p.title a,
.message p.title a:link,
.message p.title a:visited {
	color: #1373BD;
	text-decoration: underline;
	font-weight: normal;
}

.message p.title a:hover {
	color: #2FBEF9;
}

/* @end */

/* @group Postit */

#sidebar .postit_bg {
	background: url(../_images/welcome/postit_bg.gif) no-repeat right bottom;
	width: 282px;
	padding: 0 0 8px 0;
	margin: 0 0 18px 0;
}

#sidebar .postit {
	background: #F6F082;
	width: 240px;
	padding: 20px 18px;
}

#sidebar .postit li {
	background: url(../_images/common/postit_bullet.gif) no-repeat 0 18px;
	_background: url(../_images/common/postit_bullet.gif) no-repeat 0 20px;
	padding: 14px 15px;
	border-top: 1px dotted #000000;
	margin:0;
}

#sidebar .postit ul {
	list-style-type:none;
	margin:0;
}

#sidebar .postit a, 
#sidebar .postit a:hover, 
#sidebar .postit a:link, 
#sidebar .postit a:visited, 
#sidebar .postit a:active {
	color:#0066cc;
	font: 12px Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	text-transform:none;
}

#sidebar .postit p.credit{
	background:none;
	font: italic 10px Arial, Geneva, sans-serif;
	color:#333333;
	border-top:none;
	padding:0pt 0pt 0px 1px;
}

#sidebar .postit h3 {
	font: 18px "Trebuchet MS", Helvetica, sans-serif;
	color: #3333333; 
	font-weight: bold;
	padding:0 0 13px 0;
	margin:0;
}

#sidebar .sidebar_new {
	padding: 20px;
}

/* @end */

/* @group Login */


.login_box {
	background: #FFFFFF url(../_images/common/grey_bg.gif) repeat-y 0 11px;
	width: 281px;
	margin:0;
	padding: 0;
}

.title_login {
	background: url(../_images/common/dotted_hor.gif) repeat-x 23px bottom;
	width: 235px;
	padding: 0 0 5px 0;
	margin: 0 23px;
	font: 18px "Trebuchet MS", Helvetica, sans-serif;
	color: #EC9A05; 
	font-weight: normal;
}

.title_splash {
	background: url(../_images/common/dotted_hor.gif) repeat-x 23px bottom;
	width: 220px;
	padding: 0 0 5px 0;
	margin: 30px 0 5px 0px;
	font: 18px "Trebuchet MS", Helvetica, sans-serif;
	color: #EC9A05; 
	font-weight: normal;
}

.welcome_back {
	width: 200px;
	padding: 0 0 10px 10px;
	margin: 0px 0 60px 10px;
	font: 18px "Trebuchet MS", Helvetica, sans-serif;
	color: #1373BD; 
	font-weight: normal;
}

.login_fields {
	padding: 0;
	margin: 0 23px;
	padding: 5px 0;
	font-size: 11px;
}

.login_fields a {
	text-decoration: underline;
}

.login_fields a:link, .login_fields a:visited {
	color: #262626;
}

.login_fields a:hover, .login_fields a:active {
	color: #1373BD;
}

.login input {
	background: #FFF;
	border: 1px solid #999;
	width: 155px;
	margin: 0;
}

.logout {
  margin: 0px 0 0 23px;
  padding:  0 0 10px 0; 
}

#sidebar .login_box .logout {
  margin: 5px 0 0 23px;
  padding-top: 3px;
}

div.edit_profile {
  margin: 10px 0 0 23px;
  padding:  0; 
}

div.cancel {
	margin-left: 10px;
}

#form_change_password p,
#form_change_username p {
	padding-top: 8px;
}

/* @end */

/* @group error success msg */


/*.intro #form_questions,*/
#flash_msg {
	border: 1px dotted #EC9A05;
	background-color: #ffebc1;
	padding:3px 8px 3px 4px;
	margin:5px 0;
}

body#join #flash_msg {	
	display: block;
}

body#join #flash_msg span.flag{	
	font-weight: bold;
}

body#join #flash_msg ul.errors li{	
	background:transparent url(../_images/common/error.gif) no-repeat scroll 0pt -1px;
	list-style-type:none;
	padding-left:21px;
}

body#join #flash_msg ul.errors{	
	margin: 2px 0 10px;
}

#sidebar #flash_msg .error,
#support_resources #sidebar #flash_msg .error {
	padding:4px 0 4px 20px;
	width:206px;
    }

#sidebar #flash_msg .success {
	padding:4px 0 4px 20px;
	width:206px;
    }

/*.intro #form_questions span.msg,*/
#flash_msg .success {
	width: 350px;
	background:transparent url(../_images/common/tick.gif) no-repeat scroll 0pt 2px;
	display:block;
	font-weight:bold;
	line-height:12px;
	padding:7px 4px 4px 20px;
	text-align:left;
}

#flash_msg .error {
	width: 377px;	
	background:transparent url(../_images/common/error.gif) no-repeat scroll 0pt 6px;
	display:block;
	font-weight:bold;
	line-height:12px;
	padding:7px 4px 4px 20px;
	text-align:left;
}

#edit_account #flash_msg {
	width:370px;
}

#edit_account #flash_msg span.flag{
	font-weight: bold;
}

#edit_account #flash_msg .error{
	font-weight: normal;
}

#edit_account #flash_msg ul li{
	list-style-type:none;
	padding-left:21px;
}

#support_resources #flash_msg .error,
#support_resources #flash_msg .success {
	background-position: 0 6px;
}

#support_resources #flash_msg .error {
	width: 277px;	
}
#support_resources #flash_msg .success {
	width: 350px;	
	padding-right: 20px;
}

#support_resources #flash_msg .success p{
	
}
#support_resources #flash_msg .error p{
	padding-bottom: 0;	
}

#flash_msg ul.error,
 #flash_msg ul.success {
	background:none;
	font-size:12px;
	margin:4px;
	padding:0pt;
}

#flash_msg ul li{
	background:transparent none repeat scroll 0 0;
	font-size:11px;
	font-weight:normal;
	list-style-position:inside;
	list-style-type:disc;
	padding:0 0 2px;	}

#flash_msg ul.error li{
	background:transparent url(../_images/common/error.gif) no-repeat scroll 0pt -2px;
	}

#flash_msg ul.success li{
	background:transparent url(../_images/common/tick.gif) no-repeat scroll 0pt -2px;
	}

/* @end */
/* @group Corkboard */
#corkboard{
	width: 390px;
	background: url(../_images/common/corkboard.gif) repeat-y top left;
}

#corkboard .posting_bg {
	background: url(../_images/support/cork_yellow_bg.gif) no-repeat right bottom;
	width: 353px;
	padding: 0px 0 8px 0;
	margin: 0 0 8px 22px;
}

#corkboard .posting {
	background: #F6F082;
	width: 311px;
	padding: 0 18px 20px 18px;
}

#corkboard .posting p, corkboard .looseleaf p {
	width: 303px;
	padding: 5px 0;
}

#corkboard .looseleaf_bg {
	background: url(../_images/support/cork_yellow_bg.gif) no-repeat right bottom;
	width: 365px;
	padding: 0px 0 8px 0;
	margin: 0 0 18px 15px;
}

#corkboard .looseleaf {
	background: url(../_images/support/lined_bg.gif) repeat-y top left;
	width: 323px;
	padding: 20px 18px;
}

/* for some reason, style was not sticking - rather than spend an hour debuging, I applied it specifically. */
#corkboard h3 a:link, #corkboard h3 a:visited,#corkboard h3 a:hover ,#corkboard h3 a:active {
	color: #2FBEF9;
	text-decoration: none;
}

#news_views h3{
	margin-top:5px;
}

/* @end */

/* @group shed your threads */


/* @group home */


#home h3 {
	color: #007dc7;
	font: bold 18px Helvetica;
}

#home .padbot {
	padding-top: 10px;
	background-color: #ffffff;
}

#home #sidebar .padbot {
	padding-top: 0px;
}

.counter {
	background:transparent url(../_images/shed_threads/border_box.gif) no-repeat scroll 0 0;
	height:56px;
	margin:20px auto 30px;
	padding:10px 0;
	text-align:center;
	width:362px;
}

.counter .middle_float {
	width: 300px;
	text-align: center;
}

.counter .small {
	color: #333333;
	font: bold 18px Helvetica;
	text-align: left;
	float: right;
	width: 190px;
	padding-top: 9px;
}

.counter .large {
	color: #333333;
	font: bold 60px Helvetica;
	margin-right:10px;
	letter-spacing: -3px;
	float: left;
	text-align: right;
	width: 160px;
}

/* @end */

/* @group support resources */

#lang-fr.scroll_length .scroll{	
	background:transparent url(../_images/shed_threads/scroll_top_fr.gif) no-repeat scroll left top;
}

#lang-en.scroll_length .scroll{
	background:transparent url(../_images/shed_threads/scroll_top.gif) no-repeat scroll left top;}

.scroll_length {
	background: url(../_images/shed_threads/scroll_bg.gif) repeat-y left 0;
	width: 390px;
	float: left;
	margin-right: -20px;
	_width: 300px! important;
	_margin:0;
}

.scroll_length .scroll {
	float:left;
	margin-right:-20px;
	_width: 300px! important;
	_margin:0;
}

.scroll table{
	margin:180px 0 20px 40px;
	width:350px;
	_width: 300px! important;
}

.scroll table td.first{
	vertical-align: top;
	width: 32px! important;
	padding: 0;
	margin: 0;
}

.scroll table td.second{
	width: 5px;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.scroll table td.third{
	margin:0;
	padding:0 40px 0 0;
	vertical-align:top;
}
 
.column {
	padding:0 0 0 40px;
	width: 300px;
}

#form_tips .test_form {
	width: 300px;
}

.t-shirt {
	background: transparent url(../_images/shed_threads/tee_small.gif) no-repeat 0 0;
	padding-left: 110px;
	height: 102px;
	_width: 300px! important;
	_padding:0px;
	_background: transparent url(../_images/shed_threads/tee_small.gif) no-repeat 210px 0;
}

.scroll_bottom {
	/*background: url(../_images/shed_threads/scroll_bottom.gif) no-repeat bottom left;*/
	/*min-height: 45px;*/
	margin-bottom: 20px;
	_width:300px
}

.scroll_length .center {
	width: 300px; 
	text-align: center;
}

.scroll_length .center input{
	margin: 20px 0; 
}

/*.column{
	width: 310px;
}*/

.test_form p,
.column p{
	font-size: 11px;
}

.test_form textarea,
.column textarea{
	width: 300px;
}

.req {
	color: red;
}

p.req {
	color: red;
	font-size: 10px;
}

.chk {
	cursor:pointer;
	margin:0 6px 0 0;
}
tr.full_height {
	height:54px;
}

div#checkboxes.scroll h2 {
	text-decoration: none;
	color: #333333;
	background-image: none;
	font-family: Helvetica, Arial;
	font-size: 18px;
	margin-top: 0;
	font-weight: bold;
	width:200px;
}

div#checkboxes.scroll input[type="checkbox"] {
	display: none;
}

.grey_box {
	background:#FFFFFF url(../_images/common/grey_bg.gif) repeat-y scroll 0 0;
	margin:0;
	padding:10px 20px;
	text-align:center;
	width:241px;
}

.orange_box {
	background: #FFFFFF url(../_images/shed_threads/orange_bg.gif) repeat-y 0 0;
	width: 261px;
	margin: 0;
	padding: 0 10px;
	text-align: center;
}

#shed_threads h1 {
	background: none;
}

#shed_threads h2 {
	color: #333333;
	font: bold 18px/15px Helvetica, arial;
	margin: 0;
	padding-bottom: 8px;
}

#shed_threads {
	margin: 0 -20px 40px -10px;
	padding: 0;
}

#shed_threads .author p{
	margin-top: -20px;
	color: #333333;
	font: bold 13px/15px Helvetica, arial;
	margin-left: 10px;
	width:240px;
}

#shed_threads .padbot {
	margin-bottom:20px;
}

#form_threads .print {
	background: transparent url(../_images/common/printer.png) no-repeat 10px;
	padding: 5px 5px 5px 35px;
	border: 1px solid #ccc;
	margin: 10px 0 25px;}

#form_threads .print p{
	font-weight: bold;
	padding: 0;
}

#form_threads .print input{
	vertical-align: middle;
}

.blue_balloon {
	background-color:#84B8DF;
	color:#FFFFFF;
	font-family:Helvetica,arial;
	margin:0;
	padding:0 20px;
	text-align:center;
	width:352px;
}

.blue_balloon p.small{
	margin: 0;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

.blue_balloon p.med{	
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

.blue_balloon p.large{
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

.orange_box h2{
	width: 261px;
	padding: 16px 0 10px;
	margin: 10px 0;
	color: #ffffff;
	background: none;
	text-decoration: none;
	font: bold 72px/27px Helvetica, arial sans-serif;
}

.orange_box h3,
#home .orange_box h3{
	margin: 0;
	color: #ffffff;
	font: bold 18px/27px Helvetica, arial sans-serif;
}

#home .grey_box h3,
.grey_box h3 {
	padding-top: 0;
	margin-top: 0;
	font: bold 30px/27px Helvetica, arial sans-serif;
	color:#262626;
}


p.testimonial {
	color: #33333;
	font: bold 18px/20px Helvetica, arial sans-serif;}

p.testimonial span.author{
	color: #333333;
	font: bold 13px/14px Helvetica, arial sans-serif;	
}

#balloon a,
#balloon a:link,
#balloon a:active,
#balloon a:visited {
	text-decoration: underline;
	font-weight: bold;
}

#balloon a:hover {
	text-decoration: none;
	font-weight: bold;
}
#content div.pagination {
	background:transparent url(../_images/common/dotted_hor.gif) repeat-x scroll 0 bottom;
	margin: 5px 0 10px;
	padding: 0 0 7px;
	width: 390px;
}

#content div.pagination ul li {
	background-image:none;
	display:inline;
	font-weight:bold;
	list-style-type:none;
	padding: 0 5px;
}

#content span.inline-text {
	display: inline;
	font-weight: bold;
}

#content div.pagination ul {
	margin-bottom:10px;
	padding:0 0 6px;
	width:385px;
	display: inline;
}

#content div.pagination ul li a.page_link.inactive{
	padding:2px 5px;
	margin: 1px;
	border: 1px solid #84B8DF;
	background-color: #000;
}

#content div.pagination ul li a.page_link.active{
	color: #262626;
}

#content div.pagination span.inactive,
#content div.pagination ul.inactive {
	display: none;
}

/* @end */

/* @end */

/* @group pep talk */

ul#pep_talk {
	margin: 0 0 20px;
}

ul#pep_talk li {
	background: transparent none repeat scroll 0 0;
	padding: 0 0 10px ;
	margin: 0;
}

ul#pep_talk li .question{
	background: transparent url(../_images/common/arrow.gif) no-repeat scroll left 5px;
	padding: 0 0 3px 13px;
	cursor: pointer;
	color: #1373BD;
	font-weight: bold;
}

ul#pep_talk li .question.expanded {
	background: transparent url(../_images/common/arrow_down.gif) no-repeat scroll left 5px;
	color: #2FBEF9;
}

#pep_talk .answers {
	padding: 0 0 10px 13px;
	
}

ul#pep_talk li ul li {
	padding-bottom: 10px;
}

.intro {
	background:#FFFFFF url(../_images/common/grey_bg.gif) repeat-y scroll 0 11px;
	margin:0;
	width:250px;
	padding: 0 15px;
}

#support_resources .intro #flash_msg{
	margin-bottom: 10px;
} 
#support_resources .intro #flash_msg .success {
	background-position:0 2px;
	padding-right: 5px;
}

#support_resources .intro #flash_msg .success{
	width: auto;
	font-weight: normal;
	line-height: 14px;
}

.intro textarea{
	width: 248px;
	margin: 0 0 20px 0;
}

.intro h3{
	margin: 0 0 10px;
	padding: 0 0 3px;
	font-size: 130%;
	background:transparent url(../_images/common/dotted_hor.gif) repeat-x scroll 0 bottom;
}

.intro img {
	margin: 0 0 10px;
}

.intro h3 span{
	text-transform: uppercase;
	font-size: 80%;
}

/* @end */

#print_logo{
	display: none;
}

.gold { color: #EC9A05; }

#language_widget{
	position: absolute;
	top: 67px;
	right: 57px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#language_widget a{
	color: #fff;
}

.yuimenubaritem a,
.yuimenubaritem a:link,
.yuimenubaritem a:visited, {
	color: #fff;
}

.yuimenubaritem a:hover, .yuimenubaritem a:active {
	color: #2FBEF9;
	}

/* @group Glossary */

.glossary {
	position: relative;
	background-color: #CFE7FF;
	z-index: 2;
	color: #000;
}

.glossary a:link {
	color: #333;
	text-decoration: none;
}

.glossary a:visited {
	color: #333;
	text-decoration: none;
}

.glossary a:hover {
	color: #333;
	text-decoration: none;
	_border: 0;
	cursor: help;
}

.glossary a:active {
	color: #333;
	text-decoration: none;
}

.glossary a dfn {
	display: none;
}

.glossary a:hover dfn {
	display: inline;
	width: 190px;
	font-style: normal;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute; top: 20px; left: 0;
	padding: 12px;
	border: 1px solid #6d7874;
	background-color: #fff;
	z-index: 8;
}

/* @end */

/* @START email dropdown */

.email_form {
	background-color: #FFFFFF;
	padding:0pt 20px 30px 15px;
	position:absolute;
	width:346px;
	border-left:2px solid #CCCCCC;
	border-right:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	font-size:12px;
	line-height: 14px;
}

table.send {/* 
	margin: 5px 0;
	padding:5px 0; */
}

table.send td.strong {
	width:130px;
}	
	
table.send textarea {
	width:206px;
	font-family:Arial,Helvetica,Geneva,sans-serif;
	font-size:14px;
	border:1px solid #AFAFAF;
}

.button_align {
	margin:-2px 10px 0pt;
}

/* @end */

/* @group map */

h1.map_title-en {
	font-size: 32px;
	line-height: 1.5em;
	padding-bottom: 0px;
	margin-bottom: 20px;
	*padding-top: 2px;
}

h1.map_title-en .small {
	font-size: 21px;
}

h1.map_title-fr {
	font-size: 32px;
	line-height: 1.5em;
	padding-bottom: 12px;
	margin-bottom: 20px;
	*padding-top: 2px;
}

h1.map_title-fr .small {
	font-size: 21px;
} 

.map {
	position: relative;
	background: url(../_images/map/map.gif) no-repeat 10px top;
	width: 656px;
	height: 406px;
	margin-left: -55px;
	margin-top: -100px;
	font: bold 11px "Trebuchet MS", Helvetica, sans-serif;
}

.map .num {
	position: absolute;
	width: 40px;
	height: 8px;
}

.map .num div {
	float: left;
	height: 8px;
	width: 7px;
}

.map .yt {
	left: 89px;
	top: 78px;
}

.map .nt {
	left: 201px;
	top: 134px;
}

.map .nu {
	left: 325px;
	top: 164px;
}

.map .bc {
	left: 114px;
	top: 203px;
}

.map .ab {
	left: 181px;
	top: 231px;
}

.map .sk {
	left: 238px;
	top: 273px;
}

.map .mb {
	left: 307px;
	top: 248px;
}

.map .on {
	left: 386px;
	top: 296px;
}

.map .qc {
	left: 494px;
	top: 269px;
}

.map .nb {
	left: 548px;
	top: 310px;
}

.map .pei {
	left: 603px;
	top: 273px;
}

.map .nl {
	left: 577px;
	top: 185px;
}

.map .ns {
	left: 625px;
	top: 320px;
}

.map .digit_0 {
	background: url(../_images/map/map_numbers.gif) no-repeat 0 0;
}

.map .digit_1 {
	background: url(../_images/map/map_numbers.gif) no-repeat -8px 0;
}

.map .digit_2 {
	background: url(../_images/map/map_numbers.gif) no-repeat -15px 0;
}

.map .digit_3 {
	background: url(../_images/map/map_numbers.gif) no-repeat -23px 0;
}

.map .digit_4 {
	background: url(../_images/map/map_numbers.gif) no-repeat -31px 0;
}

.map .digit_5 {
	background: url(../_images/map/map_numbers.gif) no-repeat -39px 0;
}

.map .digit_6 {
	background: url(../_images/map/map_numbers.gif) no-repeat -46px 0;
}

.map .digit_7 {
	background: url(../_images/map/map_numbers.gif) no-repeat -55px 0;
}

.map .digit_8 {
	background: url(../_images/map/map_numbers.gif) no-repeat -62px 0;
}

.map .digit_9 {
	background: url(../_images/map/map_numbers.gif) no-repeat -69px 0;
}

/*
.map .yt {
	position: absolute;
	left: 88px;
	top: 76px;
}

.map .nt {
	position: absolute;
	left: 201px;
	top: 132px;
}

.map .nu {
	position: absolute;
	left: 325px;
	top: 162px;
}

.map .bc {
	position: absolute;
	left: 114px;
	top: 201px;
}

.map .ab {
	position: absolute;
	left: 180px;
	top: 229px;
}

.map .sk {
	position: absolute;
	left: 238px;
	top: 271px;
}

.map .mb {
	position: absolute;
	left: 307px;
	top: 246px;
}

.map .on {
	position: absolute;
	left: 386px;
	top: 294px;
}

.map .qc {
	position: absolute;
	left: 494px;
	top: 267px;
}

.map .nb {
	position: absolute;
	left: 548px;
	top: 308px;
}

.map .pei {
	position: absolute;
	left: 603px;
	top: 271px;
}

.map .nl {
	position: absolute;
	left: 577px;
	top: 183px;
}

.map .ns {
	position: absolute;
	left: 625px;
	top: 318px;
}

.community_info_en, .community_info_fr p {
	font: bolder 33px "Trebuchet MS", Helvetica, sans-serif;
	padding: 13px 0 0 270px;
	letter-spacing: -0.0275em;
}
*/

.community_info_en {
	height: 70px;
	margin-left: -3px;
	margin-top: 10px;
	position: relative;
	background: url(../_images/map/community_size_info_en.gif) no-repeat left top;
}

.community_info_fr {
	height: 70px;
	margin-left: -3px;
	margin-top: 10px;
	position: relative;
	background: url(../_images/map/community_size_info_fr.gif) no-repeat left top;
}

.community_info_en .comm_number, .community_info_fr .comm_number {
	top: 20px;
	left: 270px;
	height: 25px;
	width: 130px;
	position: absolute;
}

.community_info_en .comm_number div, .community_info_fr .comm_number div {
	width: 20px;
	height: 25px;
	float: left;
	background: url(../_images/map/comm_info_numbers.gif) no-repeat 0 0;
}

.community_info_en .comm_number .digit_0, .community_info_fr .comm_number .digit_0 {
	background-position: 0 0;
}

.community_info_en .comm_number .digit_1, .community_info_fr .comm_number .digit_1 {
	background-position: -20px 0;
}

.community_info_en .comm_number .digit_2, .community_info_fr .comm_number .digit_2 {
	background-position: -40px 0;
}

.community_info_en .comm_number .digit_3, .community_info_fr .comm_number .digit_3 {
	background-position: -60px 0;
}

.community_info_en .comm_number .digit_4, .community_info_fr .comm_number .digit_4 {
	background-position: -80px 0;
}

.community_info_en .comm_number .digit_5, .community_info_fr .comm_number .digit_5 {
	background-position: -100px 0;
}

.community_info_en .comm_number .digit_6, .community_info_fr .comm_number .digit_6 {
	background-position: -120px 0;
}

.community_info_en .comm_number .digit_7, .community_info_fr .comm_number .digit_7 {
	background-position: -140px 0;
}

.community_info_en .comm_number .digit_8, .community_info_fr .comm_number .digit_8 {
	background-position: -160px 0;
}

.community_info_en .comm_number .digit_9, .community_info_fr .comm_number .digit_9 {
	background-position: -180px 0;
}

/* @end */




