/* Osteopathic Heritage CSS Document */

/* 	Base Colors 
	Dark Blue - #1b242a
	Gray - # a5acaf
	
	Sub-Brand Colors
	Dk Blue 645 - #734abc
	Dk Blue 550 - #8cb8c6
	Dk Green 450 - 4f4c25
	Green/Yellow 617 - #c6bf70
	Dk Mauve 7533 - #4a3c31
	Pink 7522 - #b6735c
	Natural 7530 - #aa9c8f
	Natural 7501 - #dbceac
	
	*/
	
	
body {
	background: #eeede8;
	margin: 0px;
	}

#shadow-right {
	background: url('Images/shadow-r.gif') repeat-y top right;
	width: 930px;
	margin-top: 50px;
	}

#content_wrapper {
	text-align: left;
	width: 922px;

	font-family: "Trebuchet MS", Arial, Sans-serif;
	color: #1b242a;
	font-size: 12px;
	line-height: 18px;
	}
	
#mainnav {
	background: #b6735c url('Images/bg-mainnav.gif') repeat-x top left; /* change color */
	height: 36px;
	border-top: 1px solid #e5e8eb
	}	
	
#newshomepage {
	padding: 20px 15px 0px 15px; 
	position: relative;
	color: #b6735c;
	width: 215px
	}
	
#newshomepage .heading {
	font-size: 18px;
	color: #1b242a;
	line-height: 25px
	}
	
a.homenews:link, a.homenews:visited, a.homenews:active {
	text-decoration: none;
	color: #1b242a;
	}
	
a.homenews:hover, a.homenews:visited:hover {
	text-decoration: underline;
	color: #b6735c
	}	
	
a.morenews:link, a.morenews:visited, a.morenews:active {
	text-decoration: none;
	color: #b6735c;
	text-transform: uppercase;
	font-weight: bold
	}
	
a.morenews:hover, a.morenews:visited:hover {
	text-decoration: underline;
	color: #1b242a;
	}	

	
#footer {
	background: #36424a;
	color: #ffffff;
	font-size: 10px;
	line-height: 12px;
	height: 40px;
	z-index: 1000
	}
	
#bottom-shadow {
	 background: url('Images/shadow-b.gif') no-repeat top right;
	 height: 8px;
	 width: 930px
	 }	
	
#footer a:link, #footer a:visited, #footer a:active {
	color: #ffffff;
	text-decoration: underline
	}
	
#footer	a:hover, #footer a:visited:hover {
	text-decoration: none
	}	
	
#contentcurve-hp {
	background: #ffffff url('images/curve-tl.png') no-repeat top left; 
	width: 675px; 
	vertical-align:top
	}		
	
#contentcurve-sub {
	background: #ffffff url('Images/curve-tl.png') no-repeat top left; 
	width: 681px; 
	vertical-align:top
	}		

#colorblock {
	background-color: #b6735c;   /* change color */
	height:25px
	}
	
#leftpanel {
	background-color: #b6735c;  /* change color */
	width: 245px; 
	vertical-align: top
	}
	
#leftcontent {
	padding: 25px 5px 0px 20px;
	color: #ffffff;
	}

#leftcontent a:link, #leftcontent a:visited, #leftcontent a:active {
	text-decoration: none;
	color: #ffffff
	}

.leftheading {
	color: #ffffff;  /* change color */
	font-size: 24px
	}
	
	
	
	
	

	
	

