/* 08/16/09 */

/*
	COLOR DEFS
	darkest green: #72b618
	medium green: #9ccc5f
	light green: #b0d780
	lightest green: #e2f1d0
*/

html
{
	font-family: 'HelveticaNeue-Thin', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Calibri, 'Microsoft Sans Serif', Arial, Verdana, sans-serif;
	height: 100%;
	color: #000;
	font-size: 14px;
	line-height: 19px;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #505454;
	text-align: center;
}

h1, h2, h3, h4 { }

h1
{
	font-size: 32px;
	line-height: 33px;
	padding: 0;
	margin: 0 0 6px 0;
	font-weight: bold;
}

h2
{
	font-size: 30px;
	line-height: 32px;
	padding: 0;
	margin: 0 0 6px 0;
	font-weight: normal;
	color: #006;
}

h3
{
	font-size: 19px;
	line-height: 22px;
	padding: 0;
	margin: 6px 0 6px 0;
	font-weight: bold;
	text-transform: uppercase;
}

h4
{
	font-size: 16px;
	line-height: 18px;
	padding: 0;
	margin: 6px 0 6px 0;
}

h5
{
	font-size: 14px;
	line-height: 16px;
	padding: 0;
	margin: 6px 0 6px 0;
}

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

blockquote + h2,
ul + h2,
p + h2,
h4 + h2 { margin-top: 20px; }

a
{
	color: #C00;
	text-decoration: underline;
}

a:hover { color: #900; }
a img { border: none; }
a:focus { outline: none; }
em { font-style: italic; }

dl
{
	margin: 0 0 9px 0;
	padding: 0;
}

dt
{
	float: left;
	padding: 0 10px 0 0;
	font-weight: bold;
}

dd
{
	margin: 6px 0 6px 0;
	padding: 0;
}

ul
{
	margin: 0 0 12px 0;
	padding: 0 0 0 24px;
}

li
{
	margin: 0 0 6px 0;
	padding: 0;
}

/*   FORM ELEMENTS   */
form
{
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
}

label
{
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
}

input[type=text],
input[type=password],
select,
textarea
{
	background-color: #FFF;
	border-width: 1px 1px 1px 1px;
	border-color: #72B618;
	border-style: solid;
	padding: 3px;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Calibri, 'Microsoft Sans Serif', Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

input[type=submit]
{
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	color: #FFF;
	background-color: #72B618;
	border: 0;
	padding: 2px 5px;
}

form dl
{
	margin: 0;
	padding: 0;
}

form dt
{
	float: left;
	padding: 0 10px 0 0;
	width: 200px;
	text-align: right;
}

form dd
{
	margin: 0 0 6px 210px;
	padding: 0;
}

form dd.submit_row { }
input.type1,
select.type1 { width: 210px; }
input.type2,
select.type2 { width: 150px; }
input.type3,
select.type3 { width: 60px; }
input.type4,
select.type4 { width: 100px; }

textarea.type1
{
	width: 230px;
	height: 200px;
}

.checkbox { }

textarea.type1
{
	width: 230px;
	height: 200px;
}

/*   END FORM ELEMENTS   */
#outer_wrap
{
	width: 951px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background-color: #9ccc5f;
	border-right: 3px #FFF solid;
	border-left: 3px #FFF solid;
}

* html #outer_wrap { height: 100%; }

#footer
{
	width: 951px;
	height: 45px;
	margin: -48px auto 0 auto;
	text-align: left;
	color: #FFFFFF;
	border-bottom: 3px #FFF solid;
}

#footer .inner { padding: 10px 50px 0 50px; }

#header
{
	border-top: 3px #FFF solid;
	height: 190px;
	background-color: #FFF;
	overflow: hidden;
}

#header .inner
{
	margin: 0;
	padding: 0;
}

#news_box
{
	width: 472px;
	height: 190px;
	background-color: #e2f1d0;
	float: right;
	overflow: hidden;
	color: #72b618;
}

#news_box .inner
{
	margin: 20px;
	padding: 15px 20px 0 20px;
	background-color: #FFF;
	border: 2px #72b618 solid;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	-moz-border-radius: 12px;
}

#news_box h3 {}

/* TWITTER classes */

ul#twitter_update_list { }
ul#twitter_update_list li { }

ul#twitter_update_list li span { }

ul#twitter_update_list li a { display: none; }
ul#twitter_update_list li a#twitter-link { display: inline; }

#header h1
{
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 26px;
}

#header h1 span
{
	display: block;
	height: 190px;
	background-image: url(../images/Asheville_Arthritis_logo_big.gif);
	background-position: 30px 20px;
	background-repeat: no-repeat;
	text-indent: -2000px;
}

#main { padding: 0 0 35px 0; }

/* Top Menu */
/* SUCKERFISH MENUS */

ul#menu
{
	height: 36px;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #72B618;
	clear: both;
	border-top: 3px #FFF solid;
	border-bottom: 3px #FFF solid;
}

#menu li
{
	float: left;
	padding: 0;
	margin: 0;
	border-left: 3px #FFF solid;
	font-size: 14px;
	line-height: 15px;
	text-transform: lowercase;
	background-color: #72B618;
}

#menu li#home_link { border-left: 0; }

#menu li a
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

#menu li a.top_lev
{
	height: 36px;
	padding: 0;
	margin: 0;
	background-position: center 10px;
	background-repeat: no-repeat;
}

#menu li a.top_lev span { display: none; }

#menu li#home_link a.top_lev
{
	width: 133px;
	background-image: url(../images/link_home.gif);
}

#menu li#practice_link a.top_lev
{
	width: 138px;
	background-image: url(../images/link_practice.gif);
}

#menu li#info_link a.top_lev
{
	width: 199px;
	background-image: url(../images/link_health_info.gif);
}

#menu li#billing_link a.top_lev
{
	width: 202px;
	background-image: url(../images/link_billing.gif);
}

#menu li#location_link a.top_lev
{
	width: 137px;
	background-image: url(../images/link_location.gif);
}

#menu li#contact_link a.top_lev
{
	width: 125px;
	background-image: url(../images/link_contact.gif);
	background-position: center 11px;
}

#menu li:hover,
#menu li.sfhover
{
	position: static;
	cursor: pointer;
	background-color: #9CCC5F;
}

#menu li ul
{
	position: absolute;
	z-index: 1;
	clear: both;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0 0 0 -3px;
	padding: 0;
	line-height: 17px;
	list-style: none;
	letter-spacing: .02em;
	border-top: 3px #FFF solid;
	border-left: 3px #FFF solid;
	border-right: 3px #FFF solid;
	border-bottom: 3px #FFF solid;
	background-color: #72B618;
}
		
#menu li li
{
	float: none;
	border: 0;
	font-size: 16px;
	line-height: 17px;
	letter-spacing: .05em;
}
		
#menu li ul a
{
	height: auto;
	padding: 6px 11px 6px 11px;
}
		
#menu li ul ul { margin: -44px 0 0 170px; }
		
#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li.sfhover ul ul,
#menu li.sfhover ul ul ul { left: -999em; }

#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul,
#menu li li li.sfhover ul { left: auto; }

#menu li:hover span,
#menu li.sfhover span { color: #FFF; }


#menu li li:hover,
#menu li li.sfhover,
#menu li li li:hover,
#menu li li li.sfhover
{
	background-image: url(../images/menu_bkgd.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

/* HACKS FOR IE 7	*/

/*
*:first-child+html #menu,
*:first-child+html #menu li { height: 1%; }
*:first-child+html #menu li li { margin-bottom: -4px; }
*/

/* END SUCKERFISH MENUS */
p.type1 { float: right; }
.clear { clear: both; }
.float_left { float: left; }
.float_right { float: right; }
img.float_left { margin: 0 20px 10px 0; }
img.float_right { margin: 0 0 10px 20px; }

input.btn,
div.btn
{
	font-size: 16px;
	line-height: 16px;
	font-family: 'Times New Roman', Times, Georgia, serif;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFF;
	letter-spacing: .03em;
}

input.btn
{
	cursor: pointer;
	background-color: #4D599C;
	padding: 2px 9px 3px 9px;
	*padding: 2px 0 3px 0;
	border: 0;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
}

div.btn
{
	float: left;
	margin-right: 15px;
}

div.btn a
{
	color: #FFF;
	text-decoration: none;
}

div.btn a:hover
{
	color: #FFF;
	text-decoration: none;
}

div.btn span
{
	display: block;
	background-color: #4D599C;
	padding: 5px 12px;
	border: 0;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
}

.box
{
	margin: 0 0 20px 30px;
	padding: 20px;
	width: 210px;
	float: right;
	background-color: #FFF;
	border: 2px #72b618 solid;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	-moz-border-radius: 12px;
}

.box h2
{
	font-size: 20px;
	line-height: 22px;
	margin: 0;
}

#content
{
	margin: 40px 50px 30px 50px;
	color: #006;
}

#content .inner {}

p.intro
{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 24px;
}

.warning
{
	color: #990000;
	font-size: 150%;
	font-weight: bold;
}

.required
{
	color: #990000;
	font-size: 70%;
	vertical-align: top;
}

.hint
{
	font-size: 70%;
	vertical-align: top;
	display: block;
	clear: left;
}

.instruction { font-size: 70%; }
div.instruction { line-height: 10px; }

div.type1 .login
{
	clear: left;
	margin: 15px 0;
	padding: 15px 0;
}

dl.type1 { font-size: 18px; }

dl.type1 dt
{
	float: left;
	width: 170px;
	text-align: right;
}

dl.type1 dd { margin-left: 190px; }

dl.type2 { font-size: 14px; }

dl.type2 dt
{
	float: left;
	width: 65px;
	text-align: left;
}

dl.type2 dd { margin-left: 75px; }

ul.type1
{
	margin: 0 0 12px 0;
	padding: 0 0 0 0;
	font-size: 18px;
	line-height: 22px;
	list-style: none;
}

ul.type1 li
{
	margin: 0 0 8px 0;
	padding: 0;
}

ul.type1 li a
{
	display: inline-block;
	padding: 0 0 0 21px;
	background-image: url(../images/bullet_blue.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	background-position: 0 -27px;
	color: #FFF;
}

ul.type1 li a:hover
{
	background-position: 0 7px;
	color: #006;
}

div.type3
{
	text-align: center;
	margin: 20px 0;
}

p.head_note
{
	float: right;
	font-family: 'Microsoft Sans Serif', Arial, Verdana, sans-serif;
	font-size: 14px;
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
}

table.data
{
	background-color: #FFF;
	padding: 0;
	margin: 0 0 12px 0;
	border: 0;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 14px;
}

table.data caption
{
	text-align: left;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	margin: 0 0 3px 0;
}

table.data tr { }
table.data th { }

table.data td
{
	padding: 3px 8px;
	border-top: 1px #CCC solid;
}

table.data tr.col_head td
{
	padding: 2px 8px;
	text-align: center;
	font-weight: bold;
	border-top: 0px;
	vertical-align: bottom;
}

div.section
{
	padding-top: 18px;
	border-top: 2px #FFF solid;
	margin-top: 18px;
	/*overflow: auto;*/
	clear: both;
}

div.two_col
{
	overflow: auto;
	margin: 0 0 20px 0;
}

div.two_col div
{
	width: 48%;
	float: right;
}

div.two_col div:first-child { float: left; }

div#bios img
{
	float: right;
	border: 0 !important;
	width: 140px !important;
	height: 165px !important;
	margin: 6px 0 10px 15px;
}

div.row
{
	margin-top: 5px;
	width: 100%;
}


fieldset.type1
{
	margin-top: 16px;
	border-top: 1px #CCC solid;
	padding-top: 8px;
}

#map_it
{
	background-color: #FFF;
	color: #72B618;
	margin: 14px 360px 0 0;
	border: 2px #72B618 solid;
}

#map_it .inner { padding: 10px 15px 15px 15px; }

#map_it h3
{
	margin: 0 0 6px 0;
	text-transform: none;
	letter-spacing: 0;
}

.hours
{
	color: #C00;
	font-weight: bold;
}


#flash_box
{
	float: right;
	margin: 0 0 10px 20px; 
}

#flash_box img,
#flash_box object { display: block; }

/********** HOME PAGE ONLY ************/

body#home_page { height: auto; }

body#home_page #outer_wrap
{
	min-height: 0;
	border-bottom: 3px #FFF solid;
}

* html body#home_page #outer_wrap { height: auto; }

body#home_page #footer
{ 
	height: auto;
	margin: 0 auto;
	text-align: left;
	color: #FFFFFF;
	border-bottom: 0;
}

body#home_page #footer .inner { padding: 10px 0 0 0; }

body#home_page #main { padding: 0; }

body#home_page #content
{
	margin: 0;
	color: #006;
}

#intro_box
{
	height: 222px;
	margin-left: 277px;
	font-size: 24px;
	line-height: 36px;
	font-weight: lighter;
	letter-spacing: .06em;
}

#intro_box a
{
	color: #006;
	text-decoration: none;
	cursor: text;
}

#address_box
{
	height: 146px;
	overflow: hidden;
	margin-left: 277px;
	border-top: 3px #FFF solid;
	background-color: #E2F1D0;
	font-size: 20px;
	line-height: 28px;
	font-weight: lighter;
	letter-spacing: .06em;
}

#address_box img
{ 
	float: right;
	display: block;
	height: 147px;
	border: 0;
}

#intro_box p,
#address_box p { padding: 30px 40px 0 40px; }

#address_box span { padding: 0 10px; }

body#home_page #flash_box
{
	float: left;
	border-right: 3px #FFF solid;
	margin: 0;
}
