﻿* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	margin: 0;
	text-align: center;
	padding: 0;
	background: #fff;
	color: #2f2f2f;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
/* General formatting */





#header {
	width: 100%;
	height: 180px;
	background: #feee00 url(../images/bkg.gif) top left repeat-x;
	text-align: left;
}
#headercontent {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
}
#logo {
	padding-left: 4px;
}
#wrap {
	background: #fff;
}
#content {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding: 35px 10px 5px 15px;
	background: #fff;
}
#maincontent {
	width: 530px;
	float: left;
	background: #fff;
}
#maincontentfull {
	width: 750px;
	float: left;
	background: #fff;
}
#clearFoot {
	background: #fff;
	height: 45px;
}
#footer {
	background-color:  #feee00;
	padding: 10px;
}
/*Top NAv */

#topnav {
	margin: 0;
	padding: 0;
}
#topnav ul {
	margin: 5px 0 0 0;
	margin-bottom: 1em;
	padding-left: 0;
	float: left;
	font-weight: bold;
	width: 100%;
	border-width: 1px 0;
	font-size: 0.8em;
}
* html #topnav ul { /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}
#topnav ul li {
	display: inline;
}
#topnav ul li a {
	float: left;
	color: #951113;
	font-weight: bold;
	padding: 5px 5px 3px 5px;
	text-decoration: none;
	border-right:#e96b00 1px solid;
	border-bottom:#e96b00 1px solid;
	border-top:#e96b00 1px solid;
}
#topnav ul li a#home {
	border-left:#e96b00 1px solid;
}
#topnav ul li a:hover {
	color: #951113;
	background: url(../images/overlay.png) top left;
	border-bottom: 4px solid #951113;
	padding-bottom: 0;
}
#topnav ul li a.active {
	color: #951113;
	border-bottom: 4px solid #951113;
	padding-bottom: 0;
	background:url(../images/overlay.png) top left;
}
.home #topnav #topnav_home a, .aboutus #topnav #topnav_aboutus a,  .asthma #topnav #topnav_asthma a, .sleep #topnav #topnav_sleep a, .panic #topnav #topnav_panic a, .clients #topnav #topnav_clients a, 
.products #topnav #topnav_products a, .test #topnav #topnav_test a, .contactus #topnav #topnav_contactus a, .calendar #topnav #topnav_calendar a {
	color: #951113;
	border-bottom: 4px solid #951113;
	padding-bottom: 0;
	background:url(../images/overlay.png) top left;
}
.home #topnav #topnav_home a:hover, .home #topnav #topnav_home a:focus,  .aboutus #topnav #topnav_aboutus a:hover, .aboutus #topnav #topnav_aboutus a:focus,  .asthma #topnav #topnav_asthma a:hover, .asthma #topnav #topnav_asthma a:focus,  .sleep #topnav #topnav_sleep a:hover, .sleep #topnav #topnav_sleep a:focus,  .panic #topnav #topnav_panic a:hover, .panic #topnav #topnav_panic a:focus,  .test #topnav #topnav_test a:hover, .test #topnav #topnav_clients a:focus,  .contactus #topnav #topnav_contactus a:hover, .contactus #topnav #topnav_contactus a:focus, .calendar #topnav #topnav_calendar a:focus
.products #topnav #topnav_products a:hover, .products #topnav #topnav_products a:focus{
	color: #951113;
	border-bottom: 4px solid #951113;
	padding-bottom: 0;
	background:url(../images/overlay.png) top left;
}
/* Secondary navs */



#left {
	width: 180px;
	float: left;
	padding-right: 40px;
	background: #fff;
}
#left h3 {
	border-top: 4px solid #e96b00;
	border-bottom: 1px dotted #e96b00;
	padding: 3px 0 3px 0;
	margin: 5px 0 8px 0;
	color: #951113;
	font-size: 20px;
}
#content ul.secondary {
	margin: 0 0 20px 0px;
}
#content ul.secondary li {
	font-size: 11px;
	margin: 0 0 3px 0;
	padding: 3px 0 1px 0px;
	display:block;
	list-style-type:none;
}
ul.secondary li a {
	text-decoration: none;
	color: #951113;
	padding: 2px;
}
ul.secondary li.active a, ul.secondary li a:hover {
	color: #e96b00;
	background: #feee00;
}
/* Images */



img {
	border: 0;
}
img.leftimg {
	float: left;
}
img.rightimg {
	float: right;
}
img.center {
	text-align:center;
}
/* SIFR */

    .sIFR-active h1,  .sIFR-active h2,  .sIFR-active h3,  .sIFR-active h4 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
}
.sIFR-active h1 {
	font-size: 55px;
	display: block;
	padding-bottom: 0px;
	
}
.sIFR-active h2 {
	font-size: 30px;
	display: block;
}
.sIFR-active h3 {
	font-size: 24px;
	display: block;
	padding: 10px 0 0 0;
}
.sIFR-active h4 {
	font-size: 21px;
	font-weight: normal;
}
/* Links */



a:link, a:hover, a:active {
	text-decoration:underline;
	color: #951113;
}
a:visited {
	color:#951113;
}
a:hover {
	text-decoration:none;
}
/* Formatting */

p, ul {
	color: #222;
	font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 12px 0;
	line-height: 16px;
}
ol {
	padding: 0 0 12px 0;
	line-height: 18px;
}
strong {
	color:#e96b00;
	font-weight: bold;
}
.contact {
	color:#951113;
	font-weight: bold;
}
blockquote.em {
	font: #ba0d14 normal 13px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 0 0 15px 31px;
	line-height: 18px;
	color: #ba0d14;
}
/* Header */

#mastwrap {
	background: #ff6600 url(../images/orange_bkg2.png) repeat-x;
	margin: 0px;
	padding: 0px;
}
#masthead {
	width: 750px;
	margin: 0 auto;
	vertical-align:middle;
	height: 270px;
}
#mastwords {
	width: 470px;
	margin: 40px 0 0 0;
	position: relative;
	float: left;
}
#mastwords_two {
	width: 470px;
	margin: 20px 0 0 0;
	position: relative;
	float: left;
}
#mastwords_three {
	width: 470px;
	margin: 5px 0 0 0;
	position: relative;
	float: left;
}
#photo1 {
	float: right;
	color: #fff;
	margin: 0px;
}
/* Table */

#tabletest {
	width: 500px;
	background: #feee00;
	margin-bottom: 12px;
}
#tabletest td[scope] {
	padding: 5px;
	color: #951113;
	font-weight: bold;
}
#tabletest tr {
	line-height:1.5em;
	background: #FFFF00;
}
#num {
	font-weight: normal;
	padding: 5px;
}
