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;
}

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;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

a {
	color: #378710;
}

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

#admin_header {
	background: transparent url(../img/admin_header_bgd.png) repeat-x 0 100%;
}

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

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

#quick-links { 
	list-style-type: none;
	position: absolute;
	right: 100px;
	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 { 
	right: 100px;
	position: absolute;
	top: 40px;
}

#search * { 
	vertical-align: top;
}

#search li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

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

#search.admin li.searchBtn{
	background-image: url(../img/admin_search.png); background-repeat:no-repeat;
}

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

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

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

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

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

#main-menu li#mnu_Your_healthcare_team a {
	width: 162px;
	background: transparent url(../img/main_menu/team_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_Real_life_diaries a {
	width:125px; background: transparent url(../img/main_menu/nakedTruth_off.gif) no-repeat 50% 100%;
}

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

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

#main-menu li#mnu_Psoriasis_explained.current a {
	background-image: url(../img/main_menu/psoriasis_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_Daily_life.current a {
	background-image: url(../img/main_menu/daily_on.png);
}

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

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

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

#main-menu li#mnu_Psoriasis_explained a:hover {
	background-image: url(../img/main_menu/psoriasis_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_Real_life_diaries a:hover {
	background-image: url(../img/main_menu/nakedTruth_on.png);
}

#main-menu li#mnu_Useful_rersources a:hover {
	background-image: url(../img/main_menu/resources_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;
}

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

#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 { 
	float: left;
	border-right: 1px solid #b7b7b4;
	padding:5px 10px 0 0;
	margin-right:5px;
 }
 
#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 {
	color: #666;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold !important;	
}

#footer dt.crosslink a {
	color: #378710;
}

#footer dd a {
	color: #666;
	font: 11px Arial, Helvetica, sans-serif;
}

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

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

#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;
}

.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;
}

#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;
}

a.titlelink { 
	color:#1A8222;
}

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

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

span.linklist a { 
	color:#378710;
}
 
.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;
}

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

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

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

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

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

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

.contentPromo {
	width: 167px;
	height: 81px;
	padding: 14px;
}

.contentPromo h3 {
	color: #045C44;
	font-size: 12px;
	font-weight: bold;
}

img.imgLeft {
	float: left;
	margin-right: 5px;
	border: 3px solid #F2F3EE;
}

img.imgRight {
	float: right;
	margin-left: 5px;
	border: 3px solid #F2F3EE;
}

.resourceItem {
	width: 370px;
	clear: both;
}

.resourceItemPic {
	float: left;
	width: 60px;
	margin: 0 15px 1em 0;
	padding-top: 3px;
}

.resourceItemPic img {
	border: 3px solid #F2F3EE;
}

.resourceItemText {
	float: left;
	width: 295px;
	margin-bottom: 1em;
}

.resourceItemText h3 {
	color: #378710;
	font-size: 17px;
	font-weight: normal;
}

#login {
	padding: 5px;
	background-color: #EEE;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

#login h2 {
	color: #045E44;
	font-size: 1.4em;
	font-weight: normal;
}

#login ul li {
	list-style: none;
}
