/* Osteopathic Heritage CSS Document */

/*	************************ */
/*	************************ */
/*	FUNDING PRIORITIES THEME */
/*	************************ */
/*	************************ */

/* 	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
	}	
	
#footer {
	background: #36424a;
	color: #ffffff;
	font-size: 10px;
	line-height: 12px
	}
	
#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-sub {
	background: #ffffff url('Images/curve-tl.gif') no-repeat top left; 
	width: 681px; 
	vertical-align:top
	}		

#colorblock {
	background-color: #b6735c;   /* change color */
	height:25px;
	_height: 25px;
	}
	
#leftpanel {
	background-color: #b6735c;  /* change color */
	width: 245px; 
	vertical-align: top
	}
	
#leftcontent {
	padding: 25px 5px 0px 20px;
	color: #ffffff;
	position:relative;
	}

#leftcontent a:link, #leftcontent a:visited, #leftcontent a:active {
	text-decoration: none;
	color: #ffffff
	}

.leftheading {
	color: #ffffff;  /* change color */
	font-size: 24px
	}
		
/*	Subpages - Two Columns */

#pictureframe {
	width: 200px;
	border: 1px solid #b6735c; /* change color */
	background: #d6bcb0; /* change color */
	}
	
#maincontent {
	width: 395px;
	border-right: 1px solid #b6735c; /* change color */
	vertical-align: top
	}
	
#maincontent a:link, 
#maincontent a:active, 
#maincontent a:visited {
	color: #b6735c;				 /* change color */
	text-decoration: underline
	}
	
#maincontent a:hover, 
#maincontent a:visited:hover {
	color: #a5acaf;
	text-decoration: none
	}	

/* Subpage - One Column */

#maincontent-full {
	width: 620px;
	vertical-align: top
	}
	
#maincontent-full a:link, 
#maincontent-full a:active, 
#maincontent-full a:visited {
	color: #b6735c;				 /* change color */
	text-decoration: underline
	}
	
#maincontent-full a:hover, 
#maincontent-full a:visited:hover {
	color: #a5acaf;
	text-decoration: none
	}
	
#relatedlinks {
	width: 200px;
	position:relative
	}
	
#relatedlinks a:link, 
#relatedlinks a:active, 
#relatedlinks a:visited {
	color: #b6735c;				 /* change color */
	text-decoration: underline
	}
	
#relatedlinks a:hover, 
#relatedlinks a:visited:hover {
	color: #a5acaf;
	text-decoration: none
	}
	
.button {
	color: #1b242a;
	background: #ebebeb;
	padding: 0px 8px 0px 8px;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #b6735c;
	}	
		
	
