@charset "UTF-8";
 /* [[ Begin Eric Mayer's CSS Reset]] -------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	width: 100%;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clearing{ 
	clear: both;
}/* End Reset*/


 /* [[ LAYOUT TREATMENT STYLES ]] -------------------------------------------*/ 
html, body 
{
	text-align:center; 
	width:auto; 
	height:auto;
	height:100%;
	width:100%;
	min-height:100%;
	min-width:100%;		
	margin-left:0px auto;
	margin-right:0px auto;
}
html, body, #pageContainer {height: 100%;}

body > #pageContainer {height: auto; min-height: 100%;}


#pageContent
{
	width:100%;
	height:100%;
	background:#FFF;
	text-align:center;
	
}
#pageContainer
{	
	width:100%;
	height:100%;
}

/*-------{ Top white Nav Section }-------------------------------------------*/
#topNav 
{
		position:relative;
		font:14px Helvetica, sans-serif; 
		margin:0 auto;
		height:60px; 
		width:960px;
		text-align:left;
		background:#FFFFFF;
		line-height:0;
		padding-bottom: 10px;
}
#logo 
{
		float:left; 
		margin-top:20px;		
}

/*-------{ Bamboo Region of Screen}-------------------------------------------*/
#centerRegion 
{
		float:left; 
		background:#FFFFFF;
		max-height:360px;
		height:auto;
		width:100%;
		background-image:url(../images/global/home_centerbamboo.jpg);
		overflow:visible;
}


/*-------{ Bottom White Section }-------------------------------------------*/
#bottomRegion 
{
	
	float:left;
	height:auto;
	min-height:250px;
	width:100%;
	background:#FFFFFF;
	margin-top:10px;
	overflow: visible;
	padding-bottom:80px;
	margin-bottom: -25px;
		
}
#bottomContent 
{
		font:14px Helvetica, sans-serif; 
		margin:0 auto;
		width:960px;
		margin-top:6px;
		text-align:left;
		overflow: visible;
}
#topDropShadow 
{
		float:left;
 		background-image:url(../images/global/topnav_dropshadow.png);
		background-repeat: repeat-x;
		width:100%;
		height:10px;
		
		
}
#bottomDropShadow 
{
		bottom:0px;
		float:left;
 		background-image:url(../images/global/topnav_dropshadow_bottom.png);
		background-repeat: repeat-x;
		width:100%;
		height:7px;	
}

.horizontalDivideLine{
	
	height:1px;
	width:95%;
	margin-top:0px;
	background-color: #CCCCCC;
}


 /* -------------------------[[ TEXT TREATMENT STYLES ]] -------------------------------------------*/ 
.sectionTitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #888888;
	margin-left:5px;
	text-transform: capitalize;
}
.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	line-height: 1.8em;
}
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	line-height: 1.8em;
}
a:link {color: #444444;text-decoration: underline;}
a:visited {color: #666666;text-decoration: underline;}
a:hover {color: #000000;text-decoration: underline;}
a:active {color: #555555;text-decoration: underline;}

a {text-decoration: none;}
textarea {
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
	width:95%;
	border: 1px;
}





.blogHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #888888;
	
}
.blogTitle {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	font-weight:bold;
}

.blogSnippet {
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #888888;
	font-style:italic;
}

.clear{
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}



#notifications {
    font-size: 1.3em;
    font-weight: bold;
    width: 65%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 6px;
    background-color: #cdded0;
    
    filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#notifications div {
    margin-bottom: 8px;
    
    filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

form.dr-edit a {
    font-size: 1.1em;
    font-weight: bold;
    color: #88A0CD;
    margin: 4px;
}

form.dr-edit fieldset {
    border: 1px solid #888;
    margin: 5px;
    padding: 4px;
    font-size: 0.9em;
}

table.dr-edit-main {
    border-spacing: 4px;
}
table.dr-edit-main td {
    padding: 2px;
    border-bottom: 1px dashed #eee;
}

.surgery-admin-link {
    font-size: 0.9em !important;
    text-decoration: none !important;
}





/* HOME PAGE BLOG/NEWS FEED STYLES*/

div.homepage-feed .meta {
	margin-bottom:10px;
	float:right;
}
div.homepage-feed .news-item-header
{
	margin-bottom:10px;
	float:left;
}
div.homepage-feed .title {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	font-weight:bold;
}

div.homepage-feed .body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #444444;
	margin-top:5px;
	margin-bottom:10px;

}
div.homepage-feed .date {
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #888888;
	font-style:italic;
}
div.homepage-feed .post-by {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #888888;
		font-style:italic;
}
div.homepage-feed .author {
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #888888;
}

/* PROFILE PAGE BLOG/NEWS FEED STYLES*/

div.dr-news-items .meta {
	margin-bottom:10px;
	float:right;
}
div.dr-news-items .news-item-header{
	margin-bottom:10px;
	float:left;
}
div.dr-news-items .title {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	font-weight:bold;
}

div.dr-news-items .body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #444444;
	margin-top:5px;
	margin-bottom:10px;

}
div.dr-news-items .date {
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #888888;
	font-style:italic;
}
div.dr-news-items .post-by {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #888888;
		font-style:italic;
}
div.dr-news-items .author {
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #888888;
}

.error_message {
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    color: #FF0000;
}

.crud_message {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #4CBB17;
}

/******* titles *******/
.sectionTitle {
    font-family:Helvetica Narrow, sans-serif;
    font-size:20px;
    color: #347195;
    text-transform: uppercase;
}

.sectionSubTitle { 
    color: #999999;
    font-family: "Helvetica", sans-serif;
    font-size: 16px;
    margin-top: 3px;
    text-align: left;
}
