/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, blockquote, th, td {
margin: 0;
padding: 0;
}

/* links */
a:link {color: #FD8C1F}
a:visited {color: #FD8C1F}
a:hover {color: #6C789A}
a:active {color: #6C789A}

#site_info a:link {color: #061953}
#site_info a:visited {color: #061953}
#site_info a:hover {color: #061953}
#site_info a:active {color: #061953}

body {
text-align: left;
font-family: Arial, sans-serif;
font-size: 13px;
color: #061953;
background: #6C789A url(graphics/bg.jpg) repeat-x 0 0;
}

p {
padding: 0;
margin: 10px;
}

#branding {
position: relative;
width: 875px;
margin: 0 auto;
padding: 0;
z-index: 10;
height: 147px;
background: transparent url(graphics/auburndermatology.jpg) no-repeat 0 0;
}
#branding blockquote{
position: absolute;
margin: 0;
padding: 0;
z-index: 10;
top: 5px;
right: 0;
text-align: right;
font-size: 14px;   /* 12px */
color: #FEBD64;
font-weight: bold;
}
/* -------------------jeb */
#patient-portal {
font-size: 18px;
color: #fff;
float: right;
font-weight: bold;
margin-top: 10px;
margin-right: 45px;
margin-bottom: 10px;
text-align: center;
}
.button {
background-color: #6b789a;
border: 1px solid #000;
padding: 5px;
}
a #patient-portal {
text-decoration: none;
}
/* -------------------jeb */
h1 {
position: absolute;
top: 18px;
left: 18px;
height: 147px;
width: 378px;
background: transparent(graphics/auburndermatology.jpg) no-repeat 0 0;
text-indent: -9999px;
}
h2 {
font-size: 20px;
font-weight: 600;
color: #061953;
border-bottom: 1px solid #061953;
}
h3 {
font-size: 17px;
font-weight: 600;
color: #061953;
border-bottom: 1px solid #061953;
}
#sheader
{
font-size: 20px;
font-weight: 600;
color: #061953;
}
h4 {
font-size: 15px;
font-weight: 600;
color: #59676E;
border-bottom: 1px solid #59676E;
}
.emphasis {
font-size: 14px;
font-weight: 600;
}
.indent {
margin-left: 20px;
}
#wrapper {
margin: 0;
padding: 0;
width: 100%;
background-color: #FFFFFF;
}
#content {
margin: 0 auto;
padding: 0;
position: relative;
width: 875px;
background: #FFFFFF url(graphics/bottom.jpg) bottom right no-repeat;
}
/* content with navigation */
#right_content {
margin: 0 0 0 245px;
padding: 0 25px 30px 20px;
}
#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	width: 245px;
	font-size: 13px;
	font-weight: bold;
	color: 061953;
}
#nav ul {
list-style: none;
margin: 20px 0 0 54px;
padding: 0;
border: none;
}
#nav li {
margin: 0 0 2px 0;
padding: 0;
}
#nav li a:link, #nav li a:visited {
color: #061953;
text-decoration: none;
}
#nav li a:hover {
color: #6C789A;
font-weight: bold;
}

/* footer */
#site_info {
text-align: center;
font-size: 11px;
color: #061953;
margin: 0;
padding: 5px 0 15px 245px;
border-top: 2px solid #FEAE43;
font-weight: bold;
}

