/* CSS Document
______________________________________*/
body 
{
	background-color: #7D9690;
	font-family: Times, Roman, serif; 
	color: #707070;
	font-size: 14px;
	font-weight: normal; 
	text-decoration:  none;
	padding: 0px;
	margin: 0px;
}
h1 {
	color: #CE0044;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: normal; 
	text-decoration: none;
	padding-top: 12px;
}
h2 {
	color: #383838;
	font-size: 1.17em;
	font-weight: normal;
	text-decoration: none;
}
.emergency {
	color: #CE0044;
	font-size: 1.1em;
	font-weight: bold;
}
a {
	color: #5E5E60;
	text-decoration: none; 
}
a:hover { 
	color: #CE0044; 
}
.page_wrapper {
	width: 800px;
	background-image: url(images/template_1.jpg);
	background-repeat: repeat-y;	
}


 /* Style items for page header
______________________________________*/

#typical_header {
	width: 800px;
	background-image: url(images/template_1.jpg);
	background-repeat: repeat-y;
}

	
/* Top Navigation Styles
______________________________________*/

.top_nav_index {
	background-image: url(images/template_4.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 44px;
}
.top_nav_typ {
	background-image: url(images/template_5.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 19px;
	padding-top: 8px;
}
.top_nav_typ ul {
	list-style: none;
	display: inline;
	padding: 0px 0px 0px 80px;
	margin: 0px;
	
}
.top_nav_typ li {
	display: inline;
	padding: 0px 15px 0px 0px;
	text-align: right;
}
.top_nav_typ li#selected {
	color: #CE0044
}
.top_nav_typ a {
	color: #FFFFFF;
}
.top_nav_typ a:hover {
	color: #CE0044;
}
.top_nav_typ a:active {
	color: #CE0044;
}
		

/* -----------------------------------------------------------------
   Styles for the navigation menu on the left side of the page.
   (Slightly different for the main page and for all other pages)
   -----------------------------------------------------------------*/
.main_nav {
	width: 259px;
	background-image: url(images/template_3.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 70px 0px 20px 0px;
	margin: 0px;
	/* float: left; */
	vertical-align: top;
	/* font-size: 1.1em; */
}

.side_nav {
	width: 259px;
	padding: 5px 0px 20px 0px;
	/* float: left; */
	margin: 0px;
	vertical-align: top;
	/* font-size: 1.1em; */
}

/* -----------------------------------------------------------------
   treemenu is the style for the main menu (not the submenu)
   navigation items on the left side of the page. 
   -----------------------------------------------------------------*/
.treemenu {
	display : block;
	width: 180px;
	list-style: none;
	margin: 0px;
	vertical-align: top;
}
.treemenu UL {
	list-style : none;
}
.treemenu LI {
	list-style: none;
	text-align:right;
	padding: 20px 0px 0px 0px;
	font-weight: bold;
}
.treemenu A {
	text-decoration: none;
	color: #000000;
}
.treemenu A:hover {
	background-image: url(images/navarrow.gif);
	background-repeat: no-repeat;
	color: #CE0044; 
}
/* -----------------------------------------------------------------
   treemenu-selected dictates how the main menu item (not the submenu 
   items) looks on its own page. For example, it tells how the "Home"
   menu item looks on the index.php page.
   -----------------------------------------------------------------*/
.treemenu_selected {
	display : block;
	width: 180px;
	list-style: none;
	margin: 0px;
	vertical-align: top;
}
.treemenu_selected UL {
	list-style : none;
}
.treemenu_selected LI {
	list-style: none;
	text-align:right;
	padding: 20px 0px 0px 0px;
	font-weight: bold;
}
.treemenu_selected A {
	text-decoration: none;
	color: #CE0044; 
}
.treemenu_selected A:hover {
	background-image: url(images/navarrow.gif);
	background-repeat: no-repeat;
	color: #CE0044; 
}
/* -----------------------------------------------------------------
   treenode and treeitem are the styles for the submenu navigation
   items on the left side of the page.
   -----------------------------------------------------------------*/
.treenode LI {
	display : block;
	text-align: right;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	font-size: .9em;
	font-weight: normal;
}
.treeitem A {
	color: #707070;
}
.treeitem_selected A {
	background-image: url(images/navarrow.gif);
	background-repeat: no-repeat;
	color: #CE0044;
}


/* Content Styles
______________________________________*/
#main_content{
	width: 800px;
	padding: 0px;
	margin: 0px;
}
.typical_content {
	width: 541px;
	padding: 5px 20px 0px 0px;
	margin: 0px;
	float:right;
	vertical-align: top;
}
.typical_content p {
	text-align: justify;
	line-height: 1.5em;
}
.typical_content li{
	list-style: circle;
	padding: 0px 35px 8px 0px;
}
.typical_content a {
	color: #CE0044; 	
}
.typical_content a:hover {
	color: #000000; 
}


/* Nurses and Administrative Styles
______________________________________*/
.nurse_admin {
	text-align:left;
	margin: 0px;
	padding: 0px;
}
.nurse_admin_title {
	color: #383838;
	font-size: 1.17em;
	font-weight: normal;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
.nurse_admin_name {
	color: #505050;
	padding: 10px 0px 0px 15px;
}
.nurse_admin_dr {
	padding: 10px 0px 0px 15px;
	font-style:italic;
}

/* Bio Content Styles
______________________________________*/
#bio_header {
	float: left;
}
#bio_image {
	float: left;
	margin: 20px 10px 10px 0px;
	border: #000000 thin solid;
}

/* FAQ Content Styles
______________________________________*/
.question {
	font-weight: bold;
	margin-bottom: 0px;
}
.answer {
	margin-top: 0px;
	margin-bottom: 20px;
}

/* Form Styles
______________________________________*/
.form_message {
	color: #CE0044;
}

/* Footer Styles
______________________________________*/
.content_footer {
	width:800px;
	height: 57px;
	background-image: url(images/cardiology-web_bottom.gif);
	background-repeat:no-repeat;
	clear: left;
	clear: right;
}
#content_footer {
	width:800px;
	height: 57px;
	background-image: url(images/cardiology-web_bottom.gif);
	background-repeat:no-repeat;
	clear: left;
	clear: right;
}

#copyright {
	text-align: center;
	color: #4C5E5A; 
	font-size: .9em; 
	line-height: 1.1em;	
}

#copyright a {
	color: #394B37; 
}