/* Style Sheet for Respirer */

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #54585e;
	padding: 0px; 
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #464a4f;
	margin-top: 0px;
	line-height: 19px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #FF9900;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #464a4f;
	padding: 5px;
	margin: 0px;
	background-color: #e4e4e5;
	border: 1px solid #CCCCCC;
	display: block;
}

/****************ID****************/
#wrapper2 {
	width: 777px;
	float: left;
	background-image: url("../images/bodyBG.gif");
	background-repeat: repeat-y;
	background-color: #ffffff;
	margin: 0px;
}
#wrapper {
	width: 777px;
	margin: 0px auto;
}
#header {
	background-image: url("../images/topBG.gif");
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 777px;
	height: 68px;

}
#headerImg {
	background-image: url("../images/headerBG.gif");
	background-repeat: repeat-y;
	height: 179px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#headerImg img {
	float: left;
}
#logoBox {
	float: left;
	width: 231px;
	height: 63px;
	padding-top: 5px;
}
#navigation {
	float: right;
	height: 134px;
}
#main {
	float: left;
	width: 721px;
	padding: 28px;
	margin-top: -12px;
}

#footer {
	float: left;
	width: 777px;
	height: 61px;
	background-image: url("../images/footer.jpg");
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 11px;
}
#footer p {
	font-size: 11px;
}
#fLeft {
	float: left;
	padding-left: 44px;
}
#fRight {
	float: right;
	padding-right: 44px;
}
#content {
	float: right;
	width: 550px;
	padding-right: 0px;

}
#content p a {
	color: #2e74c0;
	text-decoration: none;
}
#left p a:hover {
	color:#2e74c0;
	background-color: #daebfc;
	text-decoration: underline;
}

/*************Menu***************/

#menuwrapper {
	float: left;
	width: 100px;
}
#menu {
	float: left;
	width: 100px;
}
#menu p {
	font-size: 11px;
	margin-bottom: 5px;	
}
#menubox {
	float: left;
}
#menubox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	display: inline;
	margin-left: 3px;
	font-style:italic;
}
#menubox p a {
	color: #999999;
	text-decoration: none;
}


/************ menu options ************/
/***************************************/

ul.menu {
	margin: -12px 0px 0px 0px;
	padding: 0px;
}
ul.menu li {
	list-style-type: none;
	float: left;
}
ul.menu li a {
	display: block;
	float: left;
	width: 165px;
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}
ul.menu li a:hover {
	width: 162px;
	background-image: url("../images/newsArrow.gif");
	background-repeat: no-repeat; background-position: right top; background-color: #f3f3f3;
	border-right-width: 3px; border-right-style: solid; border-right-color: #CCCCCC;
}

/************ menu options2 ************/
ul.menu2 {
	margin: -12px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
}
ul.menu2 li {
	list-style-type: none;
	float: left;
	font-weight: bold;
}
ul.menu2 li a {
	display: block;
	float: left;
	width: 100px;
	font-weight: bold;
	border-bottom-width: 1px; border-bottom-style: solid; padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}


/*************Classes***************/

.imageAdjust {
	margin: 0px;
	padding: 0px;
	border: none;
}
.imageAdjustRight {
	clear: both;
	float: right;
	margin: 0px;
	padding: 0px;
	border: none;
}
