/*@import "sifr-screen.css";
@import "milkbox.css";*/

/* Reset CSS 
*******************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; font-weight: normal; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
ol, ul { list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
input, select, textarea { font-size: 100%; font-family: inherit;}
strong { font-weight: bold;}
em { font-style: italic;}
button {overflow: visible;} /*for IE6 double padding*/

#content input[type=hidden] {display:none;}

fieldset { border: 1px solid;}
legend {font-weight: bold; white-space: normal;}
/*******************/

body {
	font: normal 0.625em/1.6 Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(../img/bg.jpg) repeat 50% 0%;
	color: #90370e; /*532508*/
	text-align: center;
	margin: 0 0 15px;
}
a { text-decoration: none; cursor: pointer;}
.blue { color: #0e8abf;}

small { font-size: .85em; line-height: 1.2em; text-align: center; padding: 0 4em; display: block; color: #c45f13; margin: -.8em 0 1.5em;}
form small { font-size: 1em; line-height: 1.2em; text-align: left; padding: 0; margin: 0; }
em { font-weight: bold; font-style: normal; color: #ae2e08;}

.ruler, hr {
	display: block;
	clear: both;
	height: 1px;
	margin: 5px auto 0;
	border: 0;
	overflow: hidden;
	background: #d1913e;
	color: #d1913e;
}
xlabel+hr {margin-top: 30px;}


img.alignright, div.alignright {float:right; margin:1em 0 1em 1em}
img.alignleft, div.alignleft {float:left; margin:1em 1em 1em 0}
img.aligncenter, div.aligncenter {display: block; margin:1em auto;}
a img.alignright {float:right; margin:1em 0 1em 1em}
a img.alignleft {float:left; margin:1em 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.wp-caption {text-align:center; font-size: .8em; color: #a32506;}

/* Clearfix
**************************/
.clear {clear: both; line-height:0%;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
html > body .clearfix {min-height: 1px; height: auto;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Specific Styles
**************************/
#page {
	background: transparent url(../img/bg-hilite.jpg) no-repeat 50% 0;
	margin: 0 auto;
	text-align: left;
}
#header, #mid, #footer {width: 770px; margin: 0 auto;}

#header {
	height: 220px;
	background: transparent url(../img/header.png) no-repeat 0 100%;
	position: relative;
	z-index: 10;
x	overflow: visible;
}

#logo { display: none;}

#header h1 a {
	text-indent: -900em;
	display: block;
	width: 246px;
	height: 90px;
	position: relative;
	top: 30px;
	left: 262px;
	background: transparent url(../img/AHS-logo.jpg) no-repeat 0 0;	
	overflow: hidden;
	cursor: pointer;
}
#header #topnav {
	display: block;
	padding: 0 0px 0 25px;
	width: 745px;
	height: 51px;
	position: relative;
	margin-top: 50px;
	background: transparent url(../img/topnav.png) no-repeat 0 0;	
	overflow: hidden;
}
#topnav li { display: inline; float: left;}
#topnav a {
	color: #eca502;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-variant: small-caps;
	display: block;
	float: left;
	margin: 10px 11px 0 0;
	_margin-right: 5px;
}
#topnav a:hover { color: #fff;}
#topnav li.current_page_item a, #topnav li.current_page_parent a { color: #c2ac22;}

/* MID Section
**************************/
#mid {
	background: transparent url(../img/mid.png) 0 0;

	min-height: 370px;
	height: auto !important;
	height: 370px;

	z-index: 19;
	position: relative;
	}
#sidebar {
	display: inline;
	width: 200px;
	margin: -19px 20px 0 0;
	float: right;
	position: relative;
	z-index: 20;
	background: transparent url(../img/sb-bottom.png) no-repeat 0 100%;
	padding-bottom: 11px;
}
#sb1 { background: transparent url(../img/sb-mid.png) repeat-y 0 0;}
#sb2 {
	background: transparent url(../img/sb-top.jpg) no-repeat 0 0;
	display: block;
	
	min-height: 82px;	
	height: auto !important;	
	height: 82px;		
		
	width: 192px;
	padding: 9px 0 .5em 8px;
	line-height: 1.6em;
	}


#sb2 h2 {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #fff;
	display: inline;
	font-size: 2em;
	font-weight: normal;
	color: #fce9b7;
	padding: 15px 12px 10px;
	display: block;
}
#sb2 ul { margin-top: -5px;}
#sb2 li { padding: 1px 15px 2px 25px;}
#sb2 li a {
	color: #e2a238;
	font-size: 1.25em;
	font-variant: small-caps;
}

#sb2 li:hover {background: #8e380e}

#sb2 li.current-cat, #sb2 li.current_page_item {
x	font-weight: bold;
	color: #fff;
	background: #491b02;
	border-top: 2px solid #3f1702;
	border-bottom: 1px solid #a65228; 
	color: #e2a238;
	display: block;
	padding: 1px 15px 4px 25px;
	} 
#sb2 li.current-cat a { font-weight: bold;}

#sb2 div.pane {
	background: #491b02;
	padding: 10px 14px;
	color: #e2a238;
	border-top: 2px solid #3f1702;
	border-bottom: 1px solid #a65228;	
	width: 164px;
	overflow: hidden;	
}
a#newsletter {
	color: #e2a238;
	text-align: center;
	position: relative;
	display:block;
	width: 192px;
	height: 49px;
	line-height: 49px;
	border-top: 1px solid #3f1702;
	border-bottom: 1px solid #a65228;
}
a#newsletter span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: transparent url(../img/newsletter.jpg) no-repeat 0 0;	
}
a:hover#newsletter span { background-position: 0 -49px;}
a#messageboard {
	color: #e2a238;
	text-align: center;
	position: relative;
	display:block;
	width: 171px;
	height: 40px;
	line-height: 40px;
	border:0px;

}
a#messageboard span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 10px;
	top: 0;
	background: transparent url(../img/messagebrd.png) no-repeat 0 0;	
}
a:hover#messageboard span { background-position: 0 -40px;}

#sb2 p { font-size: 1.1em; line-height: 1.4em;}
#sb2 h3 {
	font-size: 1.2em;
	color: #fce9b7;
	padding: 0 0 6px;
	font-variant: small-caps;
}
#sb2 p+h3 {margin-top: 15px;} /*numai in FF?*/
#sb2 a {color: #fce9b7;}

#sb2 a.archive {
	font-size: .9em;
	color: #acae0a;
	margin: 2px 0 0;
	float: right;
}
#sb2 a:hover.archive { color: #fff;}

#sb2 #survey { position: relative; margin: 10px 0 0;}
#sb2 #survey img { display: block; margin-left: 17px;}
#sb2 #survey a {
	position: relative;
	display: block;
	width: 129px;
	height: 40px;
	left: 32px;
	bottom: 21px;
	background: transparent url(../img/but-takeit.jpg) no-repeat 0 0;
	text-indent: -900em;
	overflow: hidden;
	}
#sb2 #survey a:hover { background-position: 0 -40px;}	


/* CONTENT
**************************/
#content {
	display: inline;
	width: 505px; /*550=32+510+13*/
	padding: 0;
	float: right;
	position: relative;
	z-index: 20;
	margin: 12px 13px 12px 32px;	
	overflow: hidden;	 /*pt elemente care ies din peisaj*/
}	
#content img {
	background: #fce9b7;
	border: 8px solid #fce9b7;
}
#content img.alignnone { border: 0; padding: 0; background: none;}

#dummy {
	display: block;
	width: 500px;
	height: 215px;
	background: transparent url(../img/home-front.png) no-repeat 50% 50%;
	text-indent: -900em;
	margin: 0 1px 1em;
}

#content br { display: block; clear: both;}

#content h1, #content h2 {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: .5em;
	}		
#content h2 {
	font-size: 1.8em;
	font-weight: normal;
	font-variant: small-caps;
	padding: 9px 0 0;
	color: #491b02;
	border-top: 1px solid #d1913e;
}

#content h3 {
	font: 2.3em "Times New Roman", Times, serif;
	padding: .25em 0 .3em;
	font-weight: normal;
	font-style: italic;
	clear: both;
	color: #a32506;	
}

x#content h1+p, x#content h2+p { margin-top: 0.5em}

#content p {
	margin: 0 0 1em;
	font-size: 1.2em;
	}
	
#content p#footnote {
	display: block;
	clear: both;
	border-top: 1px solid #c45f13;
	color: #c45f13;
	font-size: 1em;
	margin-top: 1.5em;
	padding: .7em;
}
#content p#footnote a { background:none; border: none;}
#content p#footnote img, #content div.boxed img {
	background: none;
	margin: 8px 0 0 0;
	border: 0;
	padding: 0;
	overflow: hidden;
	}

#content div.boxed img {margin-top: 4px;}

#content a {
	color: #ae2e08;
	background: #e6a62e;
	border: solid #d48e36;
	border-width: 0 1px 1px 0;
	padding: 1px 3px 2px;
	}
#content a:hover {
	color: #532508;
	background: #efce94;
	border: solid #d48e36;
	border-width: 0 1px 1px 0;
	padding: 1px 3px 2px;	
	}
	

#content ul { margin: -.35em 0 .85em;}
#content ul li {
	font-size: 1.1em;
	line-height: 1.6em;
	padding-left: 40px;
	position: relative;
}

#content ul.double, #content ul.triple { display: block; clear: both; overflow: hidden;}
#content ul.double li {
	width: 40%;
	float: left;
}
#content ul.triple li {
	width: 25%;
	float: left;
}


#content div.double h3 {
	width: 237px;
	height: 37px;
	background:url(../img/home1.png) no-repeat 0 0;
	text-indent: -900em;
	line-height: 1em;
	padding: 0;
}
#content div.double.two h3 {
	background:url(../img/home2.png) no-repeat 0 0;
}

#content div.double {
	width: 250px;
	float: left;
}
#content div.double p {
	font-size: 1.1em;
	margin: 10px;
	}

/* Patient Stories
***********************************/	
#content .stories {
	background: transparent url(../img/ruler.png) no-repeat left bottom;
	_background: none;
	_border-bottom: 1px solid #d1913e;	
	_text-indent: 3em;
	padding: 10px 0 35px;
}
.stories p:first-child, .stori p:first-child {
	text-indent: 2em;
	background: transparent url(../img/ico-quote.png) no-repeat 1px 2px;
	}
	.stori p { text-indent: 2em;}
	
.stories span { font-style: italic;}	
.stories span a { font-style: normal;}	

/* Patient Stories
***********************************/	
#content .staff-member img {
	margin-top: -140px;
	max-width: 180px;
}
#content .staff-member #extras {
	margin: -12px 0 15px;
	width: 60%;
	font-size: 1.1em;
}
#content .staff-member #extras strong { display: block; margin-bottom: 20px;}
#content .staff-member #extras span { display: block; color: #a32506; font-weight: bold; margin-bottom: 10px; text-transform: uppercase; line-height: 1.2em;}
	
/* Portfolio
***********************************/
#content a.milkbox img { padding-bottom: 18px; display: inline; margin: 4px 8px 4px 0; width: 100px; height: 100px;}
x#content a:hover { border: none;}
#content a:hover img { background: #1d1d1d; border-color: #1d1d1d;}

div.thumbs { margin-bottom: 1em;}

/* FOOTER
**************************/
#footer {
	width: 710px;
	clear: both;
	background: transparent url(../img/footer.png) no-repeat 0 0; overflow: hidden;
	padding: 30px 30px 0;
	color: #c66727;
	font-size: 1.1em;
	overflow: hidden;
}
#footer #stuff { float: left;}
#footer #stuff ul li { display: inline;}
#footer a {	color: #c66727; font-weight: bold;}
#footer a:hover, #footer a.on { color: #821103; border-bottom: 1px solid;}

a#jasz {
	width: 92px;
	height: 38px;
	display: block;
	float: right;
	margin-top: 2px;
	overflow: hidden;
	border: none;
	line-height: .9em;
	font-size: .9em;
	_background: url(../img/jasz.gif) no-repeat 0 100%;
	text-indent: -900em;
	background: url(../img/jasz.png) no-repeat 0 100%;		
}
a:hover#jasz { border: none;}

/* CONTACT
********************************/
form#formu, div.boxed {
	background: transparent url(../img/greybg.png) repeat 0 0;
	width: 450px; /*490*/
	overflow: hidden;
	padding: 20px;
	position: relative;
	color: #a5a5a5;
	_background: #1d1d1d; /* IE6 only */
}
#formu label {
	font-weight: bold;
	font-size: 1.1em;
}
#formu label input,
#formu label textarea {
	display: block;
	width: 203px;
	height: 14px;
	background: #303030;
	padding: 3px 5px;
	margin: 3px 0 9px;
	border: 1px solid #1d1d1d; /*1d1d1d*/
	color: #a5a5a5;
}
#formu label#txta {
	position: absolute;
	right: 20px;
	top: 20px;	
}
#formu label textarea {
	height: 211px;
	_height: 218px; /*baga regula si pt IE7*/		 
	}
#formu button#bttn_send {
	display: block;
	float: right;
	padding: 3px 10px;	
	font-size: 1.6em;
	border: none;
	background: #950008;
	color: #fff;
}

#content div.boxed { padding: 15px; border-bottom: 4px solid #262626; width: 460px;}
#content div.boxed span { display: block; clear: none; float: left; width: 28%;}
#content div.boxed ul { margin: 5px 0 0;}
#content div.boxed ul li {
	background: none;
	padding: 0 0 1px 15px;
	margin: 0;
	font-size: 1.1em;
	display: block;
	clear: both;
}
#content div.boxed ul li:hover { background: #303030; cursor: help;}
#content div.boxed ul li span { font-weight: bold;}


/* BLOG WP
***********************************/
#content .feedback {
	float: right;
}
#content .meta, ul#commentlist cite {
	color: #ae7430;
	margin: -10px 0 10px;
}
#content .meta a {
x	background: none;
	border-width: 0 0 1px;
}
#content .meta em { font-weight: normal; }

ul#commentlist li {
	border-top: 1px solid #d1913e;
	padding-top: 10px;
	background-position: 24px 15px;
	}
ul#commentlist p { font-size: 1em;}
ul#commentlist p cite {
	font-style: normal;
	font-size: .9em;
}


/* Generic FORM Fields 
**********************************************/
#content form p {
	display: block;
	clear: both;
	font-size: 1.1em;
}
#content form input {
	background: #efce94 url(../img/form-survey-bg.gif) no-repeat 0 0;
	border: 1px solid;
	border-color: #cb8f3d #d79941 #d79941 #cb8f3d;
	width: auto;
	padding: 5px 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	color: #a96e22;
} 
#content form textarea {
	background: #efce94 url(../img/form-survey-bg.gif) no-repeat 0 0;
	border: 1px solid;
	border-color: #cb8f3d #d79941 #d79941 #cb8f3d;
	display: block;
	width: 150px;
	padding: 5px 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a96e22;
} 


#content form textarea#comment {	background: #efce94 url(../img/form-bg.gif) no-repeat 0 0;}

#content form input:focus,
#content form textarea:focus { background: #fff;}

#content form label { 
	display: block;
	padding:0;
	margin:0;
}

#content form textarea {
	width: 267px;
	height: 158px;
	/* _margin-top: 35px; If we leave the logged in as link...*/
}
#content form input#submit {}


/* STYLES FOR SURVEYS PLUGIN */
#content form input#answer-id-1, #content form input#answer-id-2, #content form input#answer-id-3, #content form input#answer-id-4,
#content form input#answer-id-5, #content form input#answer-id-6, #content form input#answer-id-7, #content form input#answer-id-8,
#content form input#answer-id-9, #content form input#answer-id-10, #content form input#answer-id-11, #content form input#answer-id-12,
#content form input#answer-id-13, #content form input#answer-id-14, #content form input#answer-id-15, #content form input#answer-id-16,
#content form input#answer-id-17, #content form input#answer-id-18, #content form input#answer-id-19, #content form input#answer-id-20,
#content form input#answer-id-21, #content form input#answer-id-22, #content form input#answer-id-23, #content form input#answer-id-24 {
	float:left;
	width:13px;
	margin-right:10px;
}

h2#postcomment {}
xform#commentform { padding: 15px 10px; background: #d1913e; border-left: 5px solid #c67928;}
form#commentform small { display: block; margin: -5px 0 5px;}
form#commentform input {margin-bottom: .5em;}
form#commentform textarea {margin-top: 1em;}

/* Contact FORM Field 
**********************************************/

#content p.information,
#content p.error,
#content p.important,
#content p.success {
	display: block;
	clear: both;
	text-align: center;
	padding: .5em 2em .6em;
	width: 70%;
	margin: 0 auto .75em;
	color: #c45f13;
	}
.formcontainer .form-label { margin: .5em .1em .1em; }
.formcontainer .form-submit {margin: .5em 0 0;}

#content p.error,
#content p.important,
#content p.success {
	border: 1px solid #d79935;
	font-size: 1em;
	}

#content p.error { background: #cb5315; color: #f1cf8c;}
#content p.success { background: #baad18; color: #ebe6af; font-size: 1.5em;}
#content p.important { background: #feb900;}

/* SURVEY
**********************************************/
fieldset {
	clear: both;
	display: block;
	width: 480px;
	border: 1px solid #cb8f3d;
	background: #e3aa41; /*cc8035*/
	margin-bottom: 1.5em;
	padding: 0 10px 10px;
	font-size: 1.1em;
	}
	
legend span {
	line-height: 1.25em;
	font-size: 1.1em;
	margin: 0 -15px 10px;
	*margin-left: -22px;
	display: block;
	background: #9D3E10;
	color: #fce9b7;
	font-weight: bold;
	width: 476px;
	_width: 483px;
	padding: 8px 15px;
	}	
#content form#wpcf7-f1-p10-o1 br {display: none;}

#content form#wpcf7-f1-p10-o1 label { width: 235px; float:left; padding-left: 3px;}
#content form#wpcf7-f1-p10-o1 label input { width: 221px;}

#content form#wpcf7-f1-p10-o1 label.by1 { width: 465px; float: none; clear: both; padding-left: 2px; margin: 5px 0;}
#content form#wpcf7-f1-p10-o1 label.by1 input { width: 465px;}
#content form#wpcf7-f1-p10-o1 label.by1 textarea { width: 465px; height: 50px;}

#content form#wpcf7-f1-p10-o1 label.by4 { width: 118px; float:left; padding-left: 2px;}
#content form#wpcf7-f1-p10-o1 label.by4 input { width: 103px; margin-left: -2px;}

#content form#wpcf7-f1-p10-o1 checkbox.checky,
#content form#wpcf7-f1-p10-o1 checkbox.rady { width: 25px; float:left; padding-left: 2px; }

#content form#wpcf7-f1-p10-o1 checkbox.checky span,
#content form#wpcf7-f1-p10-o1 checkbox.rady span { display: block; width: 86%; float: left; margin: 1px 0 0 5px; *margin-top: 5px; /*IE6+7*/}

#content form#wpcf7-f1-p10-o1 checkbox.checky input,
#content form#wpcf7-f1-p10-o1 checkbox.rady input { display: block; float: left; width: auto; background: none; border: none; margin: 0px 0 0px;}


/* CONTACT
**********************************************/
#content .attn {
x	background: #fce9b7 url(../img/ico-attn.gif) no-repeat 1.3em 50%;
	background: #fce9b7;	
	border-left: 5px solid #c67928;
x	padding: .6em 1em .8em 6em;
	padding: .6em 1em .8em;	
	color: #b43c05;
	font: 1.6em/1.2 Georgia, "Times New Roman", Times, serif;
	margin: 0 .5em 1em;
	font-style: italic;
	} 
	p.attn {}

#content form.attn { background: #e3aa41; padding: 1em; margin: 0 .8em; border: 1px solid #d79935; border-left: 5px solid #c67928; font-size: 1.4em;}		

#content #addr {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	background: #fce9b7 url(../img/bg-addr.jpg) no-repeat right bottom;
	margin: 0 1em .75em;
	padding: 1em 1.5em .5em;
	color: #ca6d2e;
	position: relative;	
	}
#content #addr big {
	border: none;
	color: #aba603;
	font-size: 1.45em;
}
#content #addr a { font: italic 1.3em Georgia, "Times New Roman", Times, serif; border: none; background: none; font-weight: normal; color: #ca6d2e; display: block; padding: 0; margin: .5em 0 1em;}
#content #addr a:hover { text-decoration: underline;}

#content #addr li { background: none; padding: 0; line-height: 1.2em; margin-bottom: 0;}

#content #addr span {
	position: absolute;
	display: block;
	width: 130px;
	height: 44px;
	right: 35px;
	bottom: 30px;
	background: #c2bd09;
	color: #fff;
	text-align: center;
	line-height: 44px;
	background: url(../img/getdirections.png) no-repeat 0 0;
	text-indent: -900em;
	_display:none; /*IE6*/
}
#content #addr:hover span { background-position: 0 -45px;}

/* FORMS listings
**********************************************/

#content ul.dlforms { margin: -.35em 0 .85em;}
#content ul.dlforms li {
	background: none;
	padding: .9em 1.5em .7em;
	position: relative;
	border-top: 1px solid #d1913e;
	margin-bottom: -1px;
	position: relative;
}

#content ul.dlforms li:hover,
x#content ul.dlforms li.hovered {
	background: #f0ca79 url(../img/bg-dl.jpg) no-repeat 96% 50%;
	border: solid #d7983c;
	border-width: 0 2px 2px 0;
}

#content ul.dlforms li p {
	font-size: 1em;
	color: #975107;
	margin: 0;
	line-height: 1.4em;
	padding: .3em 0;
	text-indent: 2px;
	width: 90%;
	_width: 100%;
	}

#content ul.dlforms li a {
	background: 0;
	border: 0;
	font: italic 1.85em Georgia, "Times New Roman", Times, serif;
	padding: 0;
	width: 90%;
	_width: 100%;	
	color: #a32506;
	}
#content ul.dlforms li:hover a { color: #727a0c;}
#content ul.dlforms li a:hover { text-decoration: underline;}

#content ul.dlforms li a span {
	position: absolute;
	width: 44px;
	height: 36px;
	right: 33px;
	top: 50%;
	margin: -18px;
	overflow: hidden;
	text-indent: -900em;
	_display: none;
}
#affiliate {
	padding: 0 0 0 14px;
}


/* GALLERY
**********************************************/
#content a.lightwindow { border: none; background: none; margin: 0 0 8px; padding: 0;}
#content .lightwindow img { background: #f9eac6; padding: 4px 4px 16px; border: solid #da993b; border-width: 0 2px 2px 0;}
#content .lightwindow img:hover { background: #fff; padding: 4px 4px 16px; border: solid #da993b; border-width: 0 2px 2px 0;}

/* SERVICES
**********************************************/
#content ul#services { display: block; clear: both; overflow: hidden; }
#content ul#services li, #content ul.multiple li { background: none; padding: 0; width: 250px; float: left;}
#content ul#services ul, #content ul.multiple ul { padding-left: 30px; font-size: .9em; margin: 2px 0 3px; list-style: circle;}
#content ul#services ul li, #content ul.multiple ul li { float: none;}

#content ul#services ul li {line-height: 1.7em;}

#content ul.multiple { display: block; width: 252px; float: left;}
#content ul.multiple li {max-width: 210px;}
#content ul.aff { font-size: 1.4em;}
#content ul.aff li {  background-position: 25px 9px; float: left;}


ul#services a, ul.multiple span {
	font: italic 1.5em Georgia, "Times New Roman", Times, serif;
	background: none;
	text-decoration: underline;
	border: none;
	line-height: 1.45em;
}
ul#services li li a {font-size: 1em; font-style: normal;}
ul.multiple span { text-decoration: none;}
ul#services a:hover {
	text-decoration:none;
	background: none;
	border: none;
	}
