/* css document for The Seattle Arthritis Clinic - www.theseattlearthritisclininc.org */
/* created by Phinney/Bischoff Design House - www.pbdh.com */


/* 
COLOR LEGEND
dark green: #4b5c50
light green: #94a99a
dark orange: #71420d
background: #f7f7e8

orangelink: #995100
tintorange: #b87b35
*/


body {
	background-color: #f7f7e8;
	margin: 0;
	text-align: center;
	}
	
#wrapper {
    position: relative;
	width: 852px;
	margin: 0 auto;
	padding: 12px 27px 0 27px;
	background: #fff url(../image/bg-wrapper.gif) repeat-y left top;
	text-align: left;
	}
	

/*----------------------------- */
/* LAYOUT */
/*----------------------------- */
	

#header {
    width: 852px;
	height: 108px;
	margin: 0;
	background: #4b5c50;
	border-bottom: 10px solid #94a99a;
	}
	
#header img {
	border: none;
	}
	
#logo {
     position: absolute;
	 top: 35px;
	 left: 80px;
	 }	
	
#topnav {
	width: 500px;
	position: absolute;
	top: 19px;
	left: 322px;
	height: 27px;
	}
	
#mainnav {
	position: absolute;
	top: 59px;
	left: 342px;
	width: 493px;
	height: 61px;
	}
	
#content {
    width: 852px;
	margin: 10px 0 0 0;
    }
	
#photo-home {
	width: 425px;
	height: 224px;
	float: left;
	background: url(../image/bg-slideshow.jpg) no-repeat left top;
    }
	
#info-wrap {
    margin: 0;
    width: 405px;
	float: right;
	}
	
#faq-home {
    width: 170px;
	padding: 15px 0 15px 0;
	background: #fff;
	float: left;
	}
	
#address-home {
    width: 180px;
	height: 194px;
	background: #71420d;
	padding: 15px;
	float: right;
	}	
	
#blurb-home {
    margin: 20px 0;
    width: 425px;
	float: left;
    }

#news-home {
    margin: 20px 0 0 58px;
	width: 360px;
	float: left;
	}

#subnav {
	float: left;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
    width: 200px;
	}
	
#photo {
    width: 630px;
    margin: 0 0 10px 20px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	float: left;
    }
	
#center-column {
    width: 405px;
	margin: 0 0 0 20px;
	padding: 0 0 25px 0;
	float: left;
    }
	
#right-column {
    width: 195px;
    margin: 0 0 0 30px;
	float: left;
    }

body.no-photo #photo { display: none; }
body.no-sidebar #right-column { display: none; }
body.no-sidebar #center-column { width: 500px; }

/*FOOTER*/
#footer {
    width: 852px;
	height: 35px;
    clear: both;
	border-top: 1px solid #94a99a;
	border-bottom: 5px solid #4b5c50;
    }

#footer p {
    font-size: 10px;
	color: #777;
	margin: 4px 0 12px 0;
	}
	
#footer p.left {
    float: left;
	}
	
#footer p.right {
   float: right;
   }
   
 #footer p span {
     color: #ccc;
     margin: 0 6px 0 6px;
     }
 
 #footer a:link,
 #footer a:visited {
	color: #777;
	text-decoration: none;
	background: #fff url(../image/bg-link-footer.gif) repeat-x left bottom;
 }
  #footer a:hover {
      color: #fff;
	  background: #777
	  }
/*#footer li a:link,
#footer li a:visited { color: #00e;  background-color: transparent; }
#footer li a:hover { color: #006; background-color: #bbb; }

#footer li a.here { background-color: #999; }

#footer li a.here:link,
#footer li a.here:visited { color: #fff; }
#footer li a.here:hover { color: #fff; background-color: #bbb; }*/

/*----------------------------- */
/* LINKAGE */
/*----------------------------- */

a { text-decoration: none; }
a:link { color: #995100; background: url(../image/bg-link.gif) repeat-x left bottom; }
a:visited { color: #666; background: url(../image/bg-visited.gif) repeat-x left bottom; }
a:hover { color: #fff; background: #995100; }

* html a { text-decoration: underline; background: none; }


#header #logo a { background: none; border: none; }


/*----------------------------- */
/* TEXT FORMATTING */
/*----------------------------- */

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, table, td {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #333;
	font-weight: normal;
    }

h1 {
    margin: 10px 0 .25em 0;
	font-size: 28px;
	line-height: 28px;
	}
	
h2 {
    margin: .25em 0 .25em 0;
	font-size: 20px;
	line-height: 22px;
	}
	
h3 {
    margin: .25em 0 0 0;
	font-size: 15px;
	font-weight: bold;
	}

h4 {
    margin: .25em 0 0 0;
	font-size: 14px;
	font-weight: bold;
	}
	
p {
    margin: .25em 0 1.75em 0;
	font-size: 12px;
	line-height: 18px;
    }

blockquote {
    margin: 10px 0;
	padding: 15px 0;
	border-top: 1px solid #94a99a;
	border-bottom: 1px solid #94a99a;
	}

blockquote p {
	margin: 0;
	padding: 0 20px 0 20px;
	border-left: 10px solid #71420d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #666;
	 }
blockquote p.author {
	margin: 0;
	padding: 5px 20px 0 20px;
	border-left: 10px solid #71420d;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #233414;
	 }
	 
blockquote p strong {
    font-weight: normal;
	color: #666;
	}

ul {
    margin: 10px 0 20px 10px;
	padding: 0;
	list-style: none;
    }
	
ol {
    margin: 10px 0;
	padding: 0;
	}
	
ul li {
	margin: 0;
	padding: 4px 0 4px 15px;
	font-size: 12px;
	line-height: 16px;
	background: url(../image/bullet.gif) no-repeat 0px 6px;
	}

ol li {
	margin: 0 0 0 25px;
	padding: 4px 0 5px 3px;
	font-size: 12px;
	line-height: 16px;
	}
	
ul.pdf li {
	margin: 0;
	padding: 4px 0 4px 23px;
	font-size: 12px;
	line-height: 16px;
	background: url(../image/icon-pdf.gif) no-repeat 0px 3px;
}

ul.pdf li a {
	font-size: 13px;
	}

* html ul.pdf li a {
	font-size: 13px;
	background: none;
	}
li.resource-header {
	background: none;
	font-size: 13px;
	font-weight: bold;
	margin: 1em 0 0 0;
	padding: 0;
	}	

dl { 
    margin: 10px 0 20px 0;
	}
	
dt {  
    margin: 15px 0 3px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	}
	
dd {  
    margin: 3px 0 10px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	}
	
/*----------------------------- */
/* NAVIGATION */
/*----------------------------- */


#topnav ul {
    margin: 0;
	padding: 0;
	list-style: none; 
	width: 500px;
	}
	
#topnav li { 
    font-size: 12px;
    margin: 0;
	padding: 0;
	display: block;
	float: right;
	background: none;
	border-right: 1px solid #6f7e6e;
	}
	
#topnav li a { 
    margin: 0;
	padding: 0 15px;
	display: block;
	float: left;
	background: none;
    }

#topnav li a:link,
#topnav li a:visited { color: #c1ddca; text-decoration: none; }
#topnav li a:hover { color: #fff;  }

#topnav ul li.no-border  { border-right: none; }
#topnav ul li.no-border a  { padding: 0 0 0 15px; }

#mainnav ul {
    margin: 0;
	padding: 0;
	list-style: none;
    }
#mainnav li {
    margin: 0;
	padding: 0;
    }
	
#mainnav li#nav-patients a {
	width: 166px;
	height: 61px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../image/nav-patients.gif) no-repeat 0px 0px;
	}

#mainnav li#nav-physicians a {
	width: 161px;
	height: 61px;
	position: absolute;
	top: 0px;
	left: 166px;
	background: url(../image/nav-physicians.gif) no-repeat 0px 0px;
	}
	
#mainnav li#nav-about a {
	width: 161px;
	height: 61px;
	position: absolute;
	top: 0px;
	left: 327px;
	background: url(../image/nav-about.gif) no-repeat 0px 0px;
	}

#mainnav li#nav-patients a:hover,
#mainnav li#nav-physicians a:hover,
#mainnav li#nav-about a:hover,
body#patients #mainnav li#nav-patients a,
body#physicians #mainnav li#nav-physicians a,
body#about #mainnav li#nav-about a
 { background-position: 0px -61px;  }

#mainnav li a span { display: none; }

#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
	border-top: 3px solid #94a99a;
	background: url(../image/bg-sidenav.gif) repeat-x left top;
	}
	
#subnav ul li { 
    font-size: 12px;
	display: block; 
	float: left;
	width : 200px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	background: none;
	}

#subnav ul li.header {
    width: 198px;
    font-size: 9px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin: 0;
	padding: 1px 0 0 2px;
	border-bottom: none;
	background: none;
	}
	
#subnav ul li a {
	display: block; 
	float: left;
	width : 187px;
	margin: 0;
	padding: 10px 10px 10px 3px;
	}
	
#subnav li a:link,
#subnav li a:visited {
    text-decoration: none;
	color: #995100;
	background: none;
	}
	
#subnav li a:hover {
	background-color: #b87b35; 
	color: #fff;
	}
	
#subnav li a.here { background-color: #f7f7e8; color: #333; }
#subnav li a.here:link,
#subnav li a.here:visited { background-color: #f7f7e8; color: #333; }
#subnav li a.here:hover { cursor: default; }

body#home li#nav-home { display: none; }


#home_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;

	}
	
#home_menu ul li { 
    font-size: 12px;
	display: block; 
	float: left;
	width : 200px;
	margin-left: 10px;
	padding: 0;
/*	border-bottom: 1px solid #ccc; */
	background: none;
	}

#home_menu ul li.header {
    width: 198px;
    font-size: 9px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0 0 0px;
	border-bottom: none;
	background: none;
	}
	
#home_menu ul li.first {
    width: 198px;
    font-size: 9px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	border-bottom: none;
	background: none;
	}
	
#home_menu ul li a {
	display: block; 
	float: left;
	margin: 0;
	padding: 0 4px 1px 4px;
	}
	
#home_menu li a:link,
#home_menu li a:visited {
    text-decoration: none;
	color: #995100;
	background: none;
	}
	
#home_menu li a:hover {
	background-color: #b87b35; 
	color: #fff;
	}
	
#home_menu li a.here { background-color: #f7f7e8; color: #333; }
#home_menu li a.here:link,
#home_menu li a.here:visited { background-color: #f7f7e8; color: #333; }
#home_menu li a.here:hover { cursor: default; }



/*----------------------------- */
/* SPECIAL TEXT FORMATTING */
/*----------------------------- */



#right-column h2 {
    font-size: 18px;
	color: #4b5c50;
	}
	
#right-column h2 {
    font-size: 16px;
	}
#right-column ul {
    margin: 10px 0 10px 0;
	}
	
#faq-home h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	}
	
#faq-home ul {
    margin: 0;
	padding: 0;
	list-style: none;
	}
	
#faq-home ul li {
    margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	border-bottom: 1px solid #ccc;
	background: none;
	}
	
#faq-home ul li.first {
    border-top: 1px solid #ccc;
	}
	
#faq-home ul li a {
    display: block;
	padding: 5px 0 6px 0;
	}	
	
#faq-home ul li a:link,
#faq-home ul li a:visited {
    color: #71420d;
	text-decoration: none;
	background: none;
	}
	
#faq-home ul li a:hover {
    color: #333;
	background: #f7f7e8;
	}
	
#address-home h2 {
    margin: 0 0 5px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	}
	
#address-home p {
    margin: 8px 0;
    font-size: 11px;
    color: #fff;
	line-height: 14px;
	}

#address-home a:link,
#address-home a:visited {
    color: #e49840;
	background: none;
    }
	
#address-home a:hover {
    color: #fff;
	background: none;
    }

#address-home img {
    border: 1px solid #b87b35;
	padding: 1px;
	}
	
#blurb-home h1 {
    font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	margin: 0 0 8px 0;
    }
	
#news-home h2 {
    font-size: 16px;
	font-weight: normal;
	margin: 0 0 8px 0;
	color: #4b5c50;
    }
	
div.hr {
	margin: 0 0 15px 0;
	padding: 0;
  	height: 1px;
 	background-color: #ccc;
	}
	
div.hr hr {
  	display: none;
	}

h3 span,
h2 span { 
    font-size: 12px;
	color: #666;
	font-weight: normal;
	}
	
.fineprint {
    font-size: 10px;
	line-height: 14px;
	margin: 4px 0;
	}
	
p.pdf {
	padding: 4px 0 4px 23px;
	background: url(../image/icon-pdf.gif) no-repeat 0px 3px;
    }
	
.alert {
    color: #843624;
	}
.closed, .ongoing {
    margin: 0 0 0 10px;
	font-size: 13px;
	color: #843624;
    }
	
p.alert {
    color: #843624;
	padding: 5px;
	border: 1px solid #843624;
	}
 div.study,
 div.job {
     margin: 20px 0;
	 padding: 15px;
	 background: #f7f7e8;
	 border: 1px solid #999;
	 }  
div.job h3 {
    font-weight: normal;
	margin: 0 0 10px 0;
	}
/*----------------------------- */
/* SPECIAL IMAGE FORMATTING */
/*----------------------------- */

.float-right {
    margin: 4px 0 8px 8px;
	float: right;
	}
.float-left {
    margin: 4px 8px 8px 0;
	float: left;
	}
div.float-right p,
div.float-left p {
    margin: 5px 0;
	font-size: 10px;
	line-height: 13px;
	color: #4b5c50;
   }
div#center-column img {
    border: 1px solid #ccc;
	}

.bio-photo {
	float: left;
	margin: 4px 10px 5px 0;
    }

div.people {
    margin: 10px 0 0 0;
	}

div.people img {
    padding: 3px;
	border: 1px solid #ccc;
    }	
	
/*----------------------------- */
/* SPECIAL TABLE FORMATTING */
/*----------------------------- */    

table.parking {
    margin: 0 0 10px 0;
	font-size: 12px;
	}
table.parking td, table.parking th {
    padding: 5px 0;
	border-bottom: 1px solid #ccc;
	}
table.parking th {
	text-align: left;
    }
	
