/* Screen + Print Styles for Breath Is Health */

/* strong orange: fb9906 */
/* full orange: fbbc65 */
/* soft orange: fde3be */
/* purple: 621a4b */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #fbbc65;
	min-width: 780px;
	height: 100%;
	font-size: 100%;
}

/* SKIP LINKS */
#skip a, #skip a:hover, #skip a:visited { 
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
	display: block;
	padding: 10px;
	text-align: center;
	border: 3px solid #621a4b;
	background: #ffffff;
	color: #621a4b;
} 
#skip a:active, #skip a:focus { 
	position:absolute; 
	width:200px; 
	height:auto; 
	left: 290px; 
	top: 10px; 
	display: block;
	padding: 10px;
	text-align: center;
	border: 3px solid #621a4b;
	background: #ffffff;
	color: #621a4b;
	z-index: 2000;
}


/* LAYOUT ELEMENTS */

#container {
	position: relative;
	width: 780px;
	height: auto;
	margin: 20px auto 20px auto;
	font-size: 0.75em; /* 12px */
}

#header {
	position: relative;
	width: 780px;
	height: 193px;
	background: url('top_slice.gif') 0 0 repeat-x;	
}

#top_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 7px;
	height: 7px;
	z-index: 1;
}

#top_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 107px;
	height: 193px;
	z-index: 1;
}

#logo {
	position: absolute;
	top: 42px;
	left: 28px;
	width: 124px;
	height: 125px;
	z-index: 2;
}

#motto {
	position: absolute;
	top: 48px;
	left: 181px;
	width: 221px;
	height: 68px;
	z-index: 2;
}

#name {
	position: absolute;
	top: 165px;
	right: 29px;
	width: 219px;
	height: 12px;
	z-index: 2;
}

#main {
	position: relative;
	width: 780px;
	height: auto;
	background: url('background_slice.gif') 0 0 repeat-y;	
}

#leftNav {
	position: relative;
	width: 179px;
	padding: 0px;
	height: auto;
	float: left;
}

#leftNav ul {
	margin: -10px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

#leftNav li {
	margin: 0px;
	padding: 0px;
}

#leftNav li a:link, #leftNav li a:visited {
	display: block;
	width: 154px;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	color: #621a4b;
	background: none;
	text-align: right;
	line-height: 1.1;
	font-weight: normal;
}

#leftNav li a:hover, #leftNav li a:active {
	display: block;
	width: 154px;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	color: #ffffff;
	background: #621a4b;
	text-align: right;
	line-height: 1.1;
	font-weight: normal;
}

#leftNav li .selected a:link, #leftNav li .selected a:visited {
	display: block;
	width: 154px;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	color: #ffffff;
	background: #fb9906;
	text-align: right;
	line-height: 1.1;
	font-weight: normal;
}

#leftNav li .selected a:hover, #leftNav li .selected a:active {
	display: block;
	width: 154px;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	color: #ffffff;
	background: #621a4b;
	text-align: right;
	line-height: 1.1;
	font-weight: normal;
}

#leftNav li.highlight a:link, #leftNav li.highlight a:visited {
	display: block;
	width: 154px;
	padding: 5px 5px 5px 10px;
	margin: 10px 0px 0px 0px;
	text-decoration: none;
	color: #621a4b;
	background: none;
	text-align: right;
	line-height: 1.1;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;	
}

#leftNav li.highlight a:hover, #leftNav.highlight li a:active {
	display: block;
	width: 154px;
	padding: 5px 5px 5px 10px;
	margin: 10px 0px 0px 0px;
	text-decoration: none;
	color: #ffffff;
	background: #621a4b;
	text-align: right;
	line-height: 1.1;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;	
}

#leftNav li.highlight .selected a:link, #leftNav li.highlight .selected a:visited {
	display: block;
	width: 154px;
	padding: 5px 5px 5px 10px;
	margin: 10px 0px 0px 0px;
	text-decoration: none;
	color: #ffffff;
	background: #fb9906;
	text-align: right;
	line-height: 1.1;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;	
}

#leftNav li.highlight .selected a:hover, #leftNav li.highlight .selected a:active {
	display: block;
	width: 154px;
	padding: 5px 5px 5px 10px;
	margin: 10px 0px 0px 0px;
	text-decoration: none;
	color: #ffffff;
	background: #621a4b;
	text-align: right;
	line-height: 1.1;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;	
}

#rightColumn {
	position: relative;
	width: 591px;
	height: auto;
	float: right;
	margin: 0px 10px 0px 0px;
}

#mainPhoto {
	position: relative;
	width: 586px;
	height: auto;
	padding: 0px;
	border-left: solid 1px #ffffff;
}

#textContent {
	position: relative;
	width: 551px;
	height: auto;
	padding: 20px 0px 20px 20px;
}

#smallPhoto {
	position: relative;
	float: left;
	margin: 0px 20px 20px 0px;
}

#textContentSmall {
	position: relative;
	width: 531px;
	height: auto;
	padding: 0px 20px 20px 20px;
}

#bottomImage {
	position: relative;
	width: 780px;
	height: 20px;
}

/* TEXT ELEMENTS */

body {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #621a4b;
	line-height: 1.5;
}

a:link, a:visited {
	font-family: Arial, sans-serif;
	color: #fb9906;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	font-family: Arial, sans-serif;
	color: #fb9906;
	font-weight: bold;
	text-decoration: none;
}
a.highlightLink:link, a.highlightLink:visited {
	display: block;
	font-family: Arial, sans-serif;
	color: #621a4b;
	background: #fde3be;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	width: 200px;
	text-align: center;
}

a.highlightLink:hover, a.highlightLink:active {
	display: block;
	font-family: Arial, sans-serif;
	color: #ffffff;
	background: #621a4b;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	width: 200px;
	text-align: center;
}

p {
	margin: 0em 0em 1.0em 0em;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 2.0em; /*24px */
	line-height: 1.25;
	color: #fb9906;
	font-weight: bold;
	margin: 0em 0em 1.0em 0em;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 1.0em; /*12px */
	line-height: 1.25;
	color: #fb9906;
	font-weight: bold;
	font-style: italic;
	margin: 0em 0em 0em 0em;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 1.0em; /*12px */
	line-height: 1.25;
	color: #621a4b;
	font-weight: bold;
	display: inline;
	margin: 0em 0em 0em 0em;
}

.highlight {
	font-weight: bold;
	color: #621a4b;
	font-style: italic;
}

/* TABLE ELEMENTS */
.cellRight {
	text-align: right;
	padding: 10px 10px 0px 0px;
}
.cellLeft {
	text-align: left;
	padding: 10px 0px 0px 0px;
}
.cellSmall {
	text-align: left;
	padding: 0px 0px 0px 0px;
}