html {
    overflow-y: scroll;
    font-size:100%
}

body {
    margin:0;
    padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	background: #fff;
	color: #444;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}
    
#container {
    margin-left: auto;
    margin-right:auto;
    padding:0;
    text-align:left;
    width:970px;
    background: url(images/bg.jpg) repeat-y;
}
    
.topbar {
    background:#fff;
    width:100%;
}

.topbar-interior {
    width:950px;
    margin-left:auto;
    margin-right:auto;
    padding-left:10px;
}

.topbar-logo {
float:left; 
} 

#slider { 
float:left;
width:640px;
height:225px;
margin-left:20px;
}

#sub-banner { 
float:left;
width:640px;
height:108px;
margin-left:20px;
}

#calltoaction {
float:left; 
width:250px;
margin: 0 10px 20px 20px;
}

.appointments { 
background-color:#016fa2;
height: 108px;
margin-bottom:9px;
}

.appointments p { 
color:#fff;
padding:15px 0 0 20px;
margin:0;
font-size:13px;
}

.patientcenter { 
background-color:#016fa2;
height: 108px;
}

.patientcenter p { 
color:#fff;
padding:15px 0 0 20px;
margin:0;
font-size:13px;
}

#header {
	background: #6d6d6d url('images/header.png') no-repeat;
	margin: 7px 0 20px 0;
	height: 119px;
	width: 978px;
	}

#headerimg 	{
	margin: 7px 0 20px 0;
	height: 119px;
	width: 978px;
	}

#header {
	margin: 0;
	padding: 0;
	height: 119px;
	width: 978px;
	}

#headerimg {
	margin: 0;
	height: 119px;
	width: 100%;
	}
    
/* ---- Content ---- */

#content {
	font-size: 12px;
    
	}

.widecolumn .entry p {
	font-size: 12px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

/* ---- Headers ---- */

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	}
    
h1 {
	padding:0;
	margin: 14px 0 10px 15px;
    font-size:22px;
    color:#016fa2;
}

h2 {
	padding:0;
	margin: 14px 0 0 15px;
    font-size:22px;
    color:#016fa2;
	}

h2.pagetitle {
	text-align: center;
}

#sidebar h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
    color:#5f5f5f;
	}

h3 {
    font-size: 16px;
    font-weight:bold;
	padding: 10px 0 0 0;
	margin: 0;
	}

h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2 a, h2 a:visited {
	color: #333;
	}
    
h3, h3 a, h3 a:visited {
	color: #507c99;
	}    

h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
    
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* Begin Structure */

body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 978px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 35px;
	margin: 0px 0 0;
	width: 615px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 615px;
	}

.post {
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 35px;
	padding: 0 0 0 30px;
	padding-left: 10px;
    list-style-type: square;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0 0 0 20px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


/* Bottom and Footer*/

.bottom-longbox {
float:left;
width:660px;
height:130px;
background: #7f4197;
margin: 0; 
}

.bottom-longbox p {
padding: 25px 0 0 25px;
margin: 0 0 10px 0;
width:560px;
color:#cfa2e1;
font-weight:bold;
}

.bottom-longbox p a, .bottom-longbox p a:visited {
	color: #fff;
	text-decoration: none;
    outline: none;
font-weight:normal;
	}

.bottom-longbox p a:hover {
text-decoration: underline;
	}

.bottom-sidebar {
float:left;
width:250px;
height:130px;
margin: 0 0 10px 0;
background: #7f4197;
color:#cfa2e1;
}

.bottom-sidebar p{
margin: 25px 0 25px 0;
width:202px;
padding: 0 0 0 20px;
color:#cfa2e1;
}
    
#footer {
    margin-left: auto;
    margin-right:auto;
    padding:0;
    text-align:left;
    width:950px;
}


/* Homepage */

.onebox {
float:left;
width:402px;
height:133px;
margin-right:16px;
border: 1px solid #e1e1e1; 
background: url(images/threeboxes-bg.jpg) bottom repeat-x;
} 

.threeboxes {
float:left;
width:201px;
height:133px;
margin-right:16px;
border: 1px solid #e1e1e1; 
background: url(images/threeboxes-bg.jpg) bottom repeat-x;
}

#home-wide {
float:left;
width:640px;
padding: 0 20px 10px 20px; 
}

.home-shortbox {
float:left;
width:308px;
border: 1px solid #ccc;
}

.home-shortbox p {
padding: 0 0 10px 15px;
width:258px;
}

.home-longbox {
float:left;
width:640px;
background: url('images/long-box-bg.jpg') no-repeat;
}

.home-longbox p {
padding: 15px 0 0 15px;
margin:0;
width:560px;
}

#home-sidebar-container {
float:left;
width:270px;
}

.home-sidebar {
float:left;
width:240px;
margin: 0 10px 10px 0;
background: #f5f5f5;
border: solid 5px #e1e1e1;
}

.home-sidebar-title {
float:left;
margin: 12px 0 0 10px;
height:20px;
width:220px;
line-height:20px;
font-size:18px;
color:#333;
padding: 4px 0 0 10px;
}

.home-sidebar-box {
float:left;
width:222px;
margin: 0 0 10px 10px;
}

a.home-sidebar-box-link:link, a.home-sidebar-box-link:visited {
display:block;
height:20px;
width:202px;
margin:0;
padding:4px 0 0 0;
border-bottom: 1px dotted #999;
font-size:13px;
}

a.home-sidebar-box-link:hover {
}

.home-sidebar-box p{
margin: 15px 0 10px 0;
width:202px;
padding: 0 0 0 10px;
color:#666;
}

a.home-sidebar-box-title:link, a.home-sidebar-box-title:visited { 
font-size:13px;
font-weight:bold;
color: #666;
}

a.home-sidebar-box-title:hover { 
font-size:13px;
font-weight:bold;
color: #f36b22;
}

#home-banner {
margin: 0 0 0 12px;
width:954px;
}

/* Subpages */

#sub-middle { 
float:left;
width:640px;
padding: 0 20px 20px 20px;
}

#sub-left-bar { 
float:left;
width:155px;
padding: 0 20px 0 20px;
}

a.sub-left-bar-current:link, a.sub-left-bar-current:visited {
display:block;
background: transparent url(images/rsaquo.jpg) no-repeat right;
width:155px;
}

a.sub-left-bar-current:hover {
color:#507c99;
}

a.sub-left-bar-link:link, a.sub-left-bar-link:visited { 
display:block;
width:155px;
}

a.sub-left-bar-link:hover { 
background: transparent url(images/rsaquo2.jpg) no-repeat right;
}

#sub-middle-short { 
float:left;
width:425px;
padding: 0 40px 20px 20px;
border-left: 1px solid #c3c2bd;
}

/* ---- Sidebar ---- */

#sidebar {
	font: 12px Arial, Helvetica, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
    
/* ---- Top Menu ---- */

.menu{
	border:none;
	border:0px;
	margin:23px 0 0 0;
	padding:0px;
	font: 14px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
	}

.menu ul{
	background:transparent;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}

.menu li{
	float:left;
	padding:0px;
	}

.menu li a{
	background: #fff;
	color:#888;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0 3px 0 0;
	padding:0;
	text-align:center;
	text-decoration:none;
    font-weight:bold;
	}

.menu li a:hover{
	background: #e1e1e1;
	color:#333;
	text-decoration:none;
	}
            
.menu li a span{
     display: block;
     background: transparent url('images/leftedge.gif') no-repeat left top; 
     padding: 0 30px 0 8px;
     cursor: pointer;
     }    

.menu li a:hover span{
     background: #e1e1e1;
     }      
                 
.menu li ul{
	    background:#e1e1e1;
	    border:none;
        width:200px;
        border-top:none;
		display:none;
		height:auto;
		padding:5px 0 5px 0;
		margin:-1px 0 0 0;
		position:absolute;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}   
        
.menu li:hover ul{
		display:block;
		}
        
.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		}
        
.menu li:hover li a{
		background:#fff;
        font-weight:normal;
        font-size:12px;
		}
        
.menu li ul a{
		display:block;
		height:25px;
		font-size:13px;
		font-style:normal;
		margin:0 5px 0 5px;
		padding:0px 17px 6px 3px;
		text-align:left;
        color:#888;
        border: 1px solid #ccc;
        border-bottom:none;
		}
        
.menu li ul a:hover, .menu li ul li:hover a{
			color:#555;
			text-decoration:none;
			}

.menu p{
     clear:left;
	 }	
     
.menu li:hover > a {
	background: #e1e1e1;
	color:#888;
	text-decoration:none;
}

.menu li:hover > a span {
	background: #e1e1e1;
	color:#555;
	text-decoration:none;
}
 

/* Links */

a {
	color: #016fa2;
	text-decoration: none;
    outline: none;
	}

a:visited {
	color: #016fa2;
	text-decoration: none;
	}

a:hover {
	color: #7f4098;
	text-decoration: none;
	}

a.donate:link, a.donate:visited {
display:block;  
height:30px;
margin:5px 0 0 0;
padding:0 21px 0 36px; 
text-align:center;
color:#fff;
background:#6fb43f url(images/donate.png) no-repeat left;
text-decoration:none;
text-transform: uppercase;
font-weight:bold;
font-size:13px;
line-height:30px;
}

a.donate:hover {
background:#82c553 url(images/donate.png) no-repeat left;
color: #fff;
margin:5px 0 0 0;
padding:0 21px 0 36px; 
text-decoration:none;
}

a.resource-link:link, a.resource-link:visited {
height:31px;
line-height:31px;
padding-right:15px;
font-size:14px;
background:transparent url(images/blue-arrow.png) no-repeat right;
}

/* Miscellaneous */

code {
	font: 1.1em Arial, Helvetica, Sans-Serif;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
    
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.clear { clear: both; }

/* Form Elements */

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 660px;
	width: 250px;
	}

#sidebar form {
	margin: 0;
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* ---- Entries and Comments ---- */

.entry p a, .entry p a:visited {
	color: #507c99;
	}

.entry p a:hover {
	color: #f36b22;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* Search */

#searchbox {
    margin: 20px 37px 0 0;
    float:right;
    width: 183px;
    height: 36px;
    background: url(images/s.png) no-repeat;
}
#searchbox #s {
    float: left;
    padding: 0;
    margin: 4px 0 0 6px;
    border: 0;
    width: 150px;
    background: none;
    color:#999999;
    border:0;
}

#searchbox #go {
    float: right;
    margin: 3px 4px 0 0; 
    width:18px; 
    height:18px;
    border:0;
}

/* Calendar and Dates */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
