/*
 agewise.css 
  CSS file for AgeWise Care Management
   14Jul09 initial Roland Garton
*/


/* =================== CONTAINERS =================== */

/* DIV container to center page in browser */
#page-container{
/* container for entire page */
	background: url("images/bg_grad.jpg");
}

#border-top {
	width: 800px;
	background-image: url(images/border_top.gif);
	height: 20px;
}	

#border-header {
	width: 800px;
	background-image: url(images/border_header.jpg);
	height: 60px;
}	

#border-spacer {
	width: 800px;
	background-image: url(images/border_spacer.jpg);
	height: 20px;
}	

#border-middle {
	width: 800px;
	background-image: url(images/border_middle.jpg); 
}	

#nav-contents-table {
	width: 800px;
	border: 0px;
	cellspacing: 0px;
}

#nav-left {
/* <td> element for nav bar on left*/
	width: 171px;
	background-image: url(images/border_nav.jpg); 
	padding: 0px;
	text-align: right;
	vertical-align: top;
	color: #666666;
}

#contents-right {
/* <td> element for contents on right*/
/*	width: 628px; */
	background-image: url(images/border-contents.jpg); 
	background-repeat: no-repeat;
	padding: 8px;
}

#border-bottom {
	width: 800px;
	background-image: url(images/border_bottom.gif);
	height: 20px;
}	

#footer {
	color:#666666;
	font-size: smaller;
}

/* =================== STYLES WITHIN CONTAINERS =================== */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	color: #550000;
}

#nav-left a {
	text-decoration: none;
	color: #660000;
	background-color: #FFFFFF;
	font-weight: bolder; 
}

#nav-left a:hover {
	color: #FFFFFF;
	background-color: #000066;
}

.testimonial {
	background-color: #F0e8bb;
	font-style:italic;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #333333;
	border-bottom: thin solid #333333;
	border-left: thin solid #CCCCCC;
	padding: 4px;
}	

.inset {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #c6defb;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #c6defb;
	padding: 8px;
	background-image: url(images/bkg-inset.jpg);
	background-repeat: no-repeat;
}

.grayback {
	background-color:#CCCCCC;
	margin: 20px;
	padding: 8px;
}

