/* Author: Jasper Allibang Espejo */
/* Client: Allied Health Services */
/* Date: 18 July 2005 */

* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-top: 3px solid #993300;
}
img {
	border: none;
}

/* box layout --------------------------------------- */

#wrapper {
	background: url(../images/box-page.gif) repeat-y center;
}
#banner {
	background: url(../images/banner.jpg) no-repeat;
	height: 95px;
	width: 800px;
	margin: 0 auto 2px auto;
	display: block;
}
body#home #banner {
	height: 98px;
	width: 800px;
	margin: 0 auto;
	background: url(../images/bannerhome.jpg) no-repeat;
}
#innerbox {
	margin: 0 auto 2px auto;
	height: auto;
	width: 798px;
	border: 1px solid #993300;
	background: #e9e9e9 url(../images/left-col.gif) repeat-y left;
}
body#home #innerbox {
	margin: 0 auto;
	height: auto;
	width: 798px;
	background: #e9e9e9 url(../images/innerboxhome.jpg) no-repeat top;
	border-top: none;
	border-right: 1px solid #993300;
	border-bottom: 1px solid #993300;
	border-left: 1px solid #993300;
}
#content {
	margin: 30px 0 50px 50px;
	width: 500px;
	float: left;
}
body#home #content {
	margin: 160px 0 25px 50px;
	width: 300px;
	float: left;
}
#homebox {
	width: 233px;
	height: 114px;
	margin: 185px 0 0 25px;
	display: block;
	float: left;
	background: url(../images/homebox.jpg) no-repeat;
	text-indent: -999%;
}
#callout {
	margin: 30px 0 0 30px;
	padding: 25px 30px 0 75px;
	background: url(../images/callout.gif) no-repeat left top;
}

bullet {
	margin: 30px 0 0 30px;
	padding: 25px 30px 0 75px;
}
#footer {
	height: 350px;
	margin: 0 auto;
	background: url(../images/box-footer.gif) no-repeat center;
	display: block;
	text-align: center;
}

/* end box layout ----------------------------------- */
/* menu --------------------------------------------- */
#menu {
	margin: 0 5px 5px 1px;
	background: url(../images/menu-bg.gif) repeat-y;
	height: 311px;
	width: 152px;
	display: block;
	float: left;
	border: 1px solid #7e6750;
	position: relative;
	top: -15px;
}
html>body #menu {
	margin: 0 5px 5px 3px;
}
#menu ul {
	width: 152px;
	padding: 15px 0 0 0;
}
#menu ul li {
	list-style: none;
	border-bottom: 1px solid #7e6750;
}
#menu ul li a {
	height: 15pt;
	padding-left: 10px;
	display: block;
	font: bold 8pt/15pt Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: text-bottom;
	text-transform: uppercase;
}
#menu ul li a:link, #menu ul li a:visited {
	color: #993300;
}
#menu ul li a:hover {
	background: #4c6071 url(../images/hoverbg.jpg) repeat left;
	color: #FFFFFF;
}
#menu ul li a:active {
	background: #4c6071;
	color: #FFFFFF;
}
/* end of menu -------------------------------------- */


/* footer ------------------------------------------- */
#footer div {
	margin: 15px;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;	
}
/* end of footer ------------------------------------ */

/* typography --------------------------------------- */
h1 {
	background: none;
}
h1 a {
	width: 350px;
	height: 75px;
	display: block;
	text-indent: -999%;
}
body#home h1 a {
	display: none;
}
h2 {
	font: 18pt Georgia, "Times New Roman", Times, serif;
	color: #993300;
	text-decoration: none;
	text-transform: uppercase;
}
h2 span {
	font-size: 80%;
}
p {
	margin: 15pt 0;
	font: 9pt/11.5pt Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#callout p {
	margin: 0;
	color: #897267;
	font: bold 10pt Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

bullet p {
	margin: 0;
	color: #897267;
	font: bold 10pt Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
strong, bold {
	color: #3c5365;
}
a {
	text-decoration: none;
}
a:link {
	color: #993300;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #5f707f;
}
