* {
	margin: 0;
	padding: 0;
	border:none;
}

body {
margin: 0 15px 15px 15px;
font-family: arial,helvetica,sans-serif;
font-size: 0.85em;
line-height: 135%;
background: #fff url(/images/bkg_topnav.gif) repeat-x top left;
text-align: center;
color: #000;
}
ul, ol {
    padding-left:1em;
    margin-left:20px;
	margin-bottom: 15px;
	margin-top: 15px;
	list-style-image: url(/images/bullet_red.gif);
}
ol {
	list-style-image: none;

}
dl {}
dt {
	
}
dd {
	margin-left: 40px;
}
blockquote {
	margin: 1.5em 2em;
}
.date{
	font-style: italic;
	color: gray;
}
p {
    clear: both;
    text-align: left;
    margin: 1em 0 1em 0;
    padding: 0;
}
h1 {
	/*letter-spacing: .03em;*/
	text-transform: uppercase;
	text-align: left;
}
h2 {
	/*letter-spacing: .03em;*/
	font-variant: small-caps;
	font-size: 125%;
	padding-top: 20px;
	color: #284d66;
}
h3 {
	font-variant: small-caps;
	font-weight: normal;
	font-family: "Arial Narrow";
	font-size: 110%;
	/*letter-spacing: .03em;*/
}
.imgRight{
	float:right;
	margin-left: 15px;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #808080;
}
.imgLeft{
	float:left;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid #808080;
}
#page {
	margin: auto;
	width: 950px;
	height: auto;
	border: none;
	text-align: left;
}

#topnav {
	border: none;
	/*margin: 5px 5px 5px 5px;*/
	padding: 0px;
	height: 197px;
	position: relative;
}
#logo {
    border: none;
}
#logo_print {
	display: none;
}
#lefttop {
	float: left;
	display: inline;
}

#righttop {
	float: right;
	display: block;
	height: 91px !important;
	text-align: right;
	margin-right: 5px;
	background: inherit;
	color: #fff;
	line-height: 2.5em;
}
#righttop a {
    color: #000;
}
#righttop p {
    margin: 0;
    padding: 0;
    text-align: right;
}
#righttop p.welcome {
    /*margin-top: 10px;*/ 
}
#searchbox {
	position: absolute;
	top: 95px;
	right: 30px;
	height: 50px;
	width: 350px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
}
#searchbox form {
	text-align: left;
}
#searchbox input {
	height: 16px;
	background: #fff url(/images/bkg_search.gif) no-repeat top left;
	color: #000;
	width: 312px;
	border: none;
	vertical-align: middle;
	text-align: left;
	padding: 5px 3px 0 5px;
}
#breadcrumbs {
	font-size: 11px;
	color: gray;
}
#page_title {
	background: url(/images/bg_hdr3.gif) top right no-repeat;
	color: #ffc062;
	height: 142px;
	width: auto;
	/*margin-bottom: 15px;*/
}
#page_title.management {
	background: #005071 url(/images/bkg_topnav.gif) repeat-x top left;	
	color: #ffc062;
	height: 142px;
}
#page_title h1{
	padding: 0;
	color: #fbb040;
	font-size: 20px;
	/*width: 450px;*/
	margin: 48px 0 24px 12px;
	float: left;
}
#page_title img {
	border: none;
	float: right;
	margin: 20px;
}

#nav_tre {
	width: 500px;
	height: auto;
	min-height: 25px;
	float: left;
	margin-bottom: 15px;
	clear: left;
}
#nav_tre ul {
	list-style: none;
	margin: 0;
	padding: 0;	
    display: inline;
	width: auto;
	list-style-image: none;
	border: none;
}
#nav_tre ul li {
   margin-bottom: 0.35em;
   display: block;
   float: left;
   border-left: 1px solid #333;
   white-space: nowrap;
}	
#nav_tre ul li.first {
  border: none;
  clear: left;
}
#nav_tre a {
   display: block;
   padding: 0px 0.25em 0px 0.25em;
}
#main-content {
	min-height: 400px;
	width: 730px;
	margin-right: 220px;
	/*position: relative;*/
}
#main-content.management {
	width: 950px;
	margin-right: 0;
}
#content {
	min-height: 225px;
	/*position: relative;*/
	float: left;
	width: 730px;
}
#content.management {
	width: 950px;
}
#content.sub {
	background: #fff url(/images/bkg_subcontent.png) no-repeat top left;
	padding: 17px;
	width: 696px;
	margin-top: 15px;
}
#home_ads {
	width: 171px; 
	min-height: 510px; 
	margin: 0 7px 10px 0; 
}
#linktop {
	text-align: right;
	clear: left;
	height: 20px;
	margin-right: 50px;
	font-size: 11px;
}
#linktop a {
	color: #666;
	padding: 3px;
}
#right_column {
	width: 210px;
	min-height: 400px;
	float: right;
}
#right_column.sub {
	margin-top: 18px;
}
.sidebox {
	background: #fff url(/images/sidebox.png) no-repeat top left;
	margin-bottom: 20px;
	padding: 12px 0px 10px 10px;
}
.sidebox h3 {
	color: #ad2952;
	margin: 0;
}
.sidebox ul {
	list-style: none;
	text-transform: uppercase;
	font-weight: normal;
	
}
.sidebox li {
	width: 200px;
	height: 25px;
	list-style-image: none;
	margin-left: -10px;
}
.sidebox li a, .sidebox li a:link, .sidebox li a:visited {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-decoration: none;
    padding-left: 0px;
}
.sidebox li a:active, .sidebox li a:hover {
	/*background: #efefef;*/
	color: #fbb040;
}
#promo_top {
	min-height: 75px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 17px;
}
#promo_bottom {
	position: relative;
	background: #fff;
	min-height: 75px;
	clear: both;
	text-align: center;
	display: block;
}
#promo_left, #promo_right, #new_services {
	width: 45%;
	float: left;
	min-height: 75px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 17px;
	background: #fff url(/images/bkg_promobox.png) no-repeat top left;	
}
#promo_left h3, #promo_right h3, #new_services h3 {
	color: #004576;
}
#promo_left h3 a, #promo_right h3 a, #new_services h3 a {
	text-decoration: none;
}
#promo_left ul, #promo_right ul, #new_services ul {
	list-style: none;
	font-weight: normal;
}
#promo_left li, #promo_right li, #new_services li {
	text-decoration: none;
}
#promo_right {
	float: right;
}
#new_services {
	width: 65%;
	background: #fff url(/images/sidebox.png) no-repeat top left;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footer {
	clear: right;
	text-align: center;
	min-height: 35px;
	padding: 5px;
	font-size: 90%;
}

.panel {
	text-align: left;
	/*border: 1px solid #000;*/
	margin: 5px 5px 5px 5px;
	padding: 5px;
	/*min-height: 300px*/;
}

.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #ccc;
	bottom: -1px;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #d3d3d3;
	border-right: none;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #555555;
}
.ui-tabs-nav li a:hover {
	color: #212121;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	color: #222222;
}
.ui-tabs-panel {
	margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	clear:left;
	border: 1px solid #ccc;
	border-right: 2px solid #666;
    border-bottom: 2px solid #666;
	color: #222222;
	padding: 1.5em 1.7em;	
	font-size: 1.1em;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.complete {
    background: #ccc;
}
.assigned {
    background: #D6EFF1;
}
.under_review {
    background: #ccc;
}
.cancelled {
    background: #666;
}
.late {
    background: #FE1A22;
    color: #fff;
}

/* sort classes */

th.up {
    background: #AEDFE4 url(/images/icons/arrow_up.gif) no-repeat 5px center;
}
th.down {
    background: #AEDFE4 url(/images/icons/arrow_down.gif) no-repeat 5px center;
}
td.up {
    background: #efefef;
}
tr.late td.up {
    background: #FE1A22;
    color: #fff;
}
td.down {
    background: #efefef;
}

tr.late td.down {
    background: #FE1A22;
    color: #fff;
}

/* form elements */

form {
    text-align: center;
    
}
fieldset {
    border: 1px solid #ccc;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    width: 47%;
    height: auto;
    vertical-align: top;
    margin: 5px auto 5px auto;
    padding: 0 5px 5px 5px;
    display: block;
    position: relative;
}
.col_left {
    float: left;
    clear: left;
}
.col_center {
    clear: both;
}
.col_right {
    float: right;
    clear: right;
}
.col_single {
    clear: both;
    width: 99%;
    text-align: left;
}
.col_single label {
    padding-left: 2px;
}

div.col_left {
	width: 48%;
}
div.col_right {
	width: 48%;
}

legend {
    font-weight: bold;
    padding: 0 5px 0 5px;
	color: #284d66;
}
.col_single legend {
    
}
fieldset p {
    vertical-align: top;
    width: auto;
    margin: 0 0 3px 0;
    padding: 0px;
    clear: both;
    text-align: left;
    
}
fieldset p:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
input, textarea, select {
    border: 1px solid #ccc;
    vertical-align: middle;
    width: 100%;
}
p span.label {
    float: left;
    min-width: 30%;
    
    text-align: right;
    padding: 0;
    margin: 0;
    line-height: 1.25em;
   	white-space: nowrap;
}
p span.right {
    float: right;
    max-width: 68%;
    min-width: 65%;
    text-align: left;
    margin-right: 5px;
    line-height: 1em;
    border-bottom: 1px dashed #ccc; 
}
.addnew {
	margin: 12px -5px -5px -5px;
	background: #e1e1e1;
	padding: 3px;
	border-top: 1px solid #ccc;
	text-align: right;
}
.txtright {
    text-align: right !important;
}
.txtcenter {
    text-align: center !important;
}
.txtleft {
    text-align: left !important;
}
.dateselect {
    width: 91%;
   
}
textarea {
    width: 98%;
    height: 325px;
    margin: 0 1% 0 1%;
}
input[type="button"], input[type="submit"], input.button {
    background: #0D5798;
    color: #fff;
    width: 100px;
}
input[type="radio"], input[type="checkbox"], input.cbox {
    width: 25px;
    background: none;
    border: none;
    /*margin-right: 65%;*/
}
label {
    
}
span.label:after {
    /*content: ":"; */
}
#errorExplanation, #notice, #warning, #error {
    background-color:#F0F8FF;
    border:1px solid #666;
    margin: 5px;
    padding: 5px;
}
.errorExplanation h2 {
    border-bottom: 1px solid #666;
}
div.fieldWithErrors {
    display: inline;
    width: auto;
}
div.fieldWithErrors label {
    font-weight: bold;
    color: #FF1822;
}
div.fieldWithErrors input, div.fieldWithErrors textarea, div.fieldWithErrors select {
    background: #FFCC00;
}
sup {
	font-size: 0.75em; 
	line-height: 0.5em
}  
.req {
    color: #FF1922;
    /*margin: -0.5em 0.5em auto auto;
    font-size: 0.8em;
    display: inline;
    width: auto;*/
}
.red {color: #FF1922;}
.nreq {
    display: none;
}
.smalltxt {
	font-size: 0.80em;
}
#warning, #errorExplanation {
    background: #FFCC00;
}
#error {
	background: #CC0000;
	color: #FFF;
}

/*  crud table elements */

table {
    padding: 0;
    margin: 0;
    width: 100%;
    border-collapse: collapse; 
}

th {
    background: #F9E4E4;
    text-align: center;
    color: #000;
    font-weight: bold;
    width: auto;
    border: 1px solid #666;
    white-space: nowrap;
}
th a {
    display: block;
    width: 100%;
}
td {
   border: 1px solid #666;
   padding: 4px;
}

/* default link elements */

a, a:link, a:active, a:visited {
    color: #0D5798;
	outline: none;
}
a:hover {
    color: #8CAFCD;
	color: #ad2952;
}
/* for category links with articles */
.category_sm, .category_sm a {
	font-size: 0.85em;
	color: #999;
}

.stripeMe th {
	background: url(/images/bg_tablehdr.gif) repeat-x;
	color: #FFF;
}

.stripeMe tr.alt td {
	background: #f0f5f8;
}
.stripeMe tr.over td {
	background: #e4effa;
}
.qr_chart {
	text-align: center;
}

.physician_photo {
	float: right;
	margin: 15px;
}


/* map and directions layout#map_directions */
#map_div, #map{
	margin: 0px 0px 25px 0px;
	width:400px;
    height:275px;
	float: right;
	}
#map_directions {
	width:250px;
	float: left;
	
}

/* custom table and dl for donations page */
.donations td {
	border: none;
}
dl {}
dt {
	font-weight: bold;
	font-style: italic;
}
dd {
	margin-left: 40px;
}
