@charset "utf-8";
/* CSS Document */

/* This section delineates the layout of the page, there is no "styling" here */
		#wrapper {
			min-width: 650px;			/* 2 x (LC fullwidth + CC padding) + RC fullwidth */
			max-width: 1000px;
			margin-right: auto;
			margin-left: auto;
			position: relative;
		}

		#top_nav, #body_border, #footer {
			position: relative;
			top: -20px;		
		}
		#top_nav {
			float: right;
		}
		#body_border {
			padding-left: 198px;      /* LC fullwidth */
			padding-right: 240px;     /* RC fullwidth + CC padding */
			overflow: hidden;
			clear: both;
		}
		#body_border .column {
			min-height: 300px;
			position: relative;
			float: left;
		}
		#main {
			padding: 0px 20px;       /* CC padding */
			padding-bottom: 50px;
			width: 100%;
		}
		#inner_main {
			margin-right: 50px;	
		}
		#left_bar {
			width: 178px;             /* LC width */
			padding: 10px 0px;          /* LC padding */
			right: 230px;             /* LC fullwidth + CC padding */
			margin-left: -100%; 
		}
		
		#right_bar {
			width: 180px;             /* RC width */
			padding: 10px 10px;          /* RC padding */
			margin-right: -100%;
		}
		
		#footer {
			clear: both;
		}
		
		/*** IE Fix ***/
		* html #left_bar {
			left: 200px;              /* RC fullwidth */
		}
		
		#clr {
			clear: both;
		}



/**************************************************************************/

/* This next section deals with the styling of the various elements of the page */
img {
	border: 0;
}

body {
	font-family: "arial";
	font-size: 13px;
	background-color: #fff;
	background-image: url("../images/background.png");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#body_border {
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url("../images/background-inside.jpg"); 
	background-repeat: no-repeat;
}

/* Top navigation bar */

#top_nav {
	background-image: url("../images/top_nav_left_curve.png");
	background-position: top left;
	background-repeat: no-repeat;
}
#top_nav_links {
	list-style: none;
	margin: 0;
	margin-left: 5px;
	padding: 7px 50px 5px 50px;
	background-image: url("../images/top_nav_background.png");  
	background-position: top right;
	background-repeat: no-repeat;
}
#top_nav_links li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 16px;
}
#top_nav_links li.last {
	border-right: none;	
}
#top_nav_links a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#top_nav_links li.selected {
	padding: 4px 20px 7px 0px; 
	border-right: none;
	background-image: url("../images/top_selected_right_curve.png");
	background-position: top right;
	background-repeat: no-repeat;  
}

#top_nav_links li.selected a {
	color: #3164a3;	
	background-color: white;
	background-image: url("../images/top_selected_left_curve.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 4px 0 7px 20px; 
	margin-left: -15px; 
}

/* Main body styling */
hr {
	clear: both;
	color: #c8dee8;
	background-color: #c8dee8;
	height: 1px;
}
#main {
/*  letter-spacing: 1px; */
	line-height: 140%;
}
#main li {
	padding: 2px 0;
}

h1 {
	margin: 0;
	padding-top: 33px;
	font-size: 20px;
	color: #e87401;	
	line-height: 120%;
}

h2 {
	font-weight: bold;
	font-size: 15px;
	color: #5493ce;
}

.headshot
{
	width: 150px;	
	float: left;
}
.manager_description {
	width: 60%;
	padding: 0 5px;
	float: left;	
}

a {
	color: #4281a9;
	text-decoration: none;
}

a:visited {
	color: #5c676d;
}

a:hover {
	color: #024a77;
}
.legal_title {
	font-weight: bold;
	display: block;
}

/* Left nav styling */

ul#leftmenu {
	margin: 0;
	margin-top: 45px;
	padding: 0;
	list-style-type: none;
}

ul#leftmenu ul {
	margin: 0;
	padding: 0 0 0 6px;
	list-style-type: none;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

#leftmenu a, #leftmenu a:visited {
	color: #444;
	text-decoration: none;
}

#leftmenu a:hover {
	color: #000;
	text-decoration: none;
}

#leftmenu li {
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#leftmenu ul li {
	border-bottom: 0;
	margin-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
} 

#leftmenu .current {
	background-image: url("../images/leftmenu-current-background.png");
	background-repeat: repeat-y;
	font-weight: bold;
}

/* Right Bar styling */
#right_bar {
	font-size: 12px;
	line-height: 130%;
}
#right_bar h3 {
	font-size: 16px;	
	color: #29548a;
}

#right_bar h4 {
	font-size: 14px;	
}

.location {
	text-decoration: underline;
	display: block;
}

#right_bar .avatar {
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 5px;
	margin-bottom: 5px;
}
#right_bar .patient_quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
}
#right_bar .patient_summary {
	padding-top: 10px;
	clear: left;	
}
#cme_logo_right {
	float: left;
	width: 80px;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #ccc;
}

/* Footer, and links therein */
#footer {
	clear: both;	
}
#copyright {
	padding-top: 6px;
	padding-left: 2px;
	float: left;
	color: #444;
	font-size: 11px;	
}
#bottom_links {
	padding-top: 6px;
	float: right;
	color: #444;
	font-size: 11px;
}
#bottom_links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#bottom_links ul li{
	display: inline;
	border-left: 1px solid #444;
	padding: 0px 10px;
}
#bottom_links ul li.first_link {
	border-left: none;	
}
#bottom_links a, #bottom_links a:visited {
	color: #444;
	text-decoration: none;	
}
 #bottom_links a:hover {
	color: #000;
	text-decoration: none;
}
