/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

table, td, th {
	vertical-align:middle;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}

blockquote, q {
	quotes:"" "";
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
 
a img {
	border:none;
}

s {
	text-decoration: none;
}

/* end reset */

html { 
	font-size:75%;
}

body { 
	color : #333;
	font: normal 1em/1.3 Arial, sans-serif; 
}

p {
	margin: 1em 0;
}

#page {
	position:relative; 
	margin: 0 auto;
}

/*** Shared ***/

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

a {
	color: #00703c;
	outline-style: none;
}

.scroll-to-top {
	color: #55B84B;
}

/*** Grid - Layout ***
=====================*/

/*header*/

#header {
	background: transparent url(../img/header_bgd.png) repeat-x 0 100%;
	height:129px;
}

#header-in { 
	position: relative;
	width:870px;
	margin: 0 auto;
	padding: 0 0 0 100px;
}

#header h1 {
	float: left;
	margin:14px 0 0 0;
	padding-right: 27px;
}

/* quick links */
#quick-links { 
	width:200px;
	list-style-type: none;
	position:absolute;
	left:710px;
	top:14px;
}

#quick-links li { 
	float:left;
}

#quick-links a { 
	color:#fff;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #fff;
}

#quick-links .first a {
	margin-left:0;
	padding-left:0;
	border-left:none;
}

/* search */
#search { 
	position:absolute;
	right:80px;
	top:40px;
}
 
#search li {
	float: left;
	list-style: none;
}

#search li.searchBtn{
	background-image: url(/Portals/_default/Skins/LivingWith-AS/img/search.png); background-repeat:no-repeat;
	padding: 5px;
	margin: 0 0 0 5px;
}

/*main menu*/
#main-menu {
	position:absolute;
	width:870px;
	left:100px;
	top:86px;
}

#main-menu li {
	list-style-type: none;
	float:left;
	margin:0;
}

#main-menu li#mnu_Home_AS a	{
	width:59px;
	background: transparent url(../img/main_menu/home_off.png) no-repeat 50% 100%;
}

#main-menu li#mnu_AS_explained a{
	width:106px;
	background: transparent url(../img/main_menu/as_off.png) no-repeat 50% 100%;
}

#main-menu li#mnu_Treatments a {
	width:91px;
	background: transparent url(../img/main_menu/treatments_off.png) no-repeat 50% 100%;
}

#main-menu li#mnu_Your_healthcare_team a {
	width:251px;
	background: transparent url(../img/main_menu/team_off.png) no-repeat 50% 100%;
}

#main-menu li#mnu_How_are_you_feeling a {
	width:158px;
	background: transparent url(../img/main_menu/feeling_off.png) no-repeat 50% 100%;
}

#main-menu li#mnu_Daily_life a {
	width:75px;
	background: transparent url(../img/main_menu/daily_off.png) no-repeat 50% 100%;
}

#main-menu li#mnu_Home_AS.current a {
	background-image: url(../img/main_menu/home_on.png);
}

#main-menu li#mnu_AS_explained.current a {
	background-image: url(../img/main_menu/as_on.png);
}

#main-menu li#mnu_Treatments.current a {
	background-image: url(../img/main_menu/treatments_on.png);
}
#main-menu li#mnu_Your_healthcare_team.current a {
	background-image: url(../img/main_menu/team_on.png);
}

#main-menu li#mnu_How_are_you_feeling.current a {
	background-image: url(../img/main_menu/feeling_on.png);
}

#main-menu li#mnu_Daily_life.current a {
	background-image: url(../img/main_menu/daily_on.png);
}

#main-menu li#mnu_Home_AS a:hover {
	background-image: url(../img/main_menu/home_on.png);
}

#main-menu li#mnu_AS_explained a:hover {
	background-image: url(../img/main_menu/as_on.png);
}

#main-menu li#mnu_Treatments a:hover {
	background-image: url(../img/main_menu/treatments_on.png);
}

#main-menu li#mnu_Your_healthcare_team a:hover {
	background-image: url(../img/main_menu/team_on.png);
}

#main-menu li#mnu_Daily_life a:hover {
	background-image: url(../img/main_menu/daily_on.png);
}

#main-menu li#mnu_How_are_you_feeling a:hover {
	background-image: url(../img/main_menu/feeling_on.png);
}

#main-menu li a {
	display:block;
	text-indent:-9999px;
	height:43px;
}

#main-menu li.current a {
	color: #045e44;
}

#main-menu li a {
	color: #FFF;
}

/*end main-menu*/

/*end header*/

/* main-content */
#main-content {
	margin: 0 auto;
	padding:20px 0 20px 100px;
	width: 870px;
	position: relative;
	overflow:hidden;
}

/*footer*/
#copyright {
	clear: left;
	background: #f5f5f0;
	color:#666;
	font-size:.9em;
}

#copyright-in {
	width:870px; 
	margin: 0 auto;
	padding:5px 0 10px 100px;
}

#copyright-in * {
	vertical-align:middle;
}

#copyright-in img { 
	border-right: 1px solid #b7b7b4;
	padding-right:10px;
	margin-right:5px;
	float: left;
}

#footer { 
	background: #f5f5f0 url(../img/footer_bgd.png) repeat-x 0 100%;
	overflow:hidden;
	padding: 0 0 10px 0;
	color:#666;
	font-size:.9em;
	line-height:1.4;
}

#footer-in {
	width:870px;
	margin: 0 auto;
	padding: 20px 0 20px 100px;
}

#footer dl {
	margin: 0;
}

#footer dt, #footer dd {
	padding-right: 0;
	float: none;
}

#footer dt a {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

#footer dd a {
	color: #666;
}

#footer .col {
	float:left;
	width: 185px;
	margin-right:10px;
}

#footer .subcol { 
	margin:0 0 15px 0;
}

/*end footer*/

/* images */
.image img {
	display:block;
	border:3px solid #F3F3EE;
	margin-bottom:3px;
}

.image span {
	font-style: italic;
	color:#999;
}

.image-left {
	float:right;
	margin-left:10px;
}

.image-left img {
	display:block;
	border:3px solid #F3F3EE;
	margin-bottom:3px;
}

.image-left span {
	font-style: italic;
	color:#999;
}

/* Lists */

#center-column ul li {
  list-style-type:none;
  list-style-position: outside;
  background: transparent url(../img/bullet.png) no-repeat 0 4px;
  color:#333;
  padding-left:15px;
  margin-bottom: 1em;
}

#center-column a, .cols a {
	color:#55B84B;
}

/* Boxes */
.box-top {  
	width:195px;
	margin: 12px 0;
	background: transparent url(../img/box_top.png) no-repeat;
	font-size:.9em;
}

.box-bottom { 
	padding: 10px 15px;
	background: transparent url(../img/box_bot.png) no-repeat 0 100%;
}

.box-top.open .box-bottom {
	background: transparent url(../img/box_bot.png) no-repeat 0 100%;
}

.box-top.close .box-bottom { 
	background: transparent url(../img/box_bot_closed.png) no-repeat 0 100%;
}

.box-top h3 { 
	padding:0 0 7px 0;
	font-size:1.2em;
	font-weight:bold;
}

#related-information {  
	text-indent:-9999px;
	height:10px;
	background: transparent url(../img/related_information.png) no-repeat;
}

#further-reading { 
	text-indent:-9999px;
	height:13px;
	background: transparent url(../img/further_reading.png) no-repeat;
}

.linklist {  
	list-style-type:none; 
}

.linklist li { 
	border-top:1px solid #f1f1ec;
	padding:5px 0;
}

.linklist li.first { 
	border-top:none;
}
 
.linklist a { 
	color:#55B84B;
}
 
.box-top .linklist { 
	font-size:1.1em;
}

.box-top.open .toggle { 
	background: transparent url(../img/minus.png) no-repeat 0 50%;
	width:12px;
	height:12px;
	float:right;
	margin: 0;
	cursor:pointer;
}

.box-top.close .toggle { 
	background: transparent url(../img/plus.png) no-repeat ;
	width:12px;
	height:12px;
	float:right;
	margin: 0;
	cursor:pointer;
}
 
.box-content {
	border-top:6px solid #eaeae6;
}

.box-top.open .box-content {
	display:block;
}

.box-top.close .box-content {
	display:none;
}

.additionalPromo {
	width: 176px;
	height: 98px;
	margin-top: 10px;
	padding: 10px;
	background: transparent url(../img/additionalPromo.gif) bottom left no-repeat;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

.additionalPromo h3 {
	margin-bottom: 5px;
	color: #FFF;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}

.additionalPromo img {
	float: left;
	margin-right: 8px;
	border: 1px solid #C6C6C6;
}

/* Archive */

.news-archive .item {
	margin: 0 0 1em 0;
}

.news-archive h3 {
	margin-top: .5em;
}

.news-archive p {
	margin:0;
}

.date {
	color:#999;
}

#center-column ul.tabs {
  overflow:hidden;
}

#center-column ul.tabs li {
  list-style-type:none;
  background: transparent url(../img/tab_left.png) no-repeat;
  float:left;
  padding:0;
  cursor:pointer;
}

#center-column ul.tabs span a {
  list-style-type:none;
  background: transparent url(../img/tab_right.png) no-repeat 100% 0;
  display:block;
  padding:0 15px 0 12px;
  height:2em;
  text-align:center;
  line-height:2.2em;
	color: #666;
}

#center-column ul.tabs .current span a {
  font-weight:bold;
	color: #333;
}

.homePromo {
	width: 231px;
	height: 95px;
	margin-top: 5px;
	padding: 14px;
	color: #FFF;
	background: transparent url(../img/homePromo.gif) bottom left no-repeat;
	font-size: 12px;
	font-weight: bold;
}

.homePromo h3 {
	margin-bottom: 5px;
	color: #FFF;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}

.homePromo img {
	float: left;
	margin-right: 16px;
	border: 1px solid #C6C6C6;
}
