@charset "UTF-8";
/*Reset*/

html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/*Fonts*/

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}


/*Base*/
h1 {
	font-size: 138.5%;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

/*South Kansas City Surgicenter Specific Tags*/
body {
	background: #FFFFFF;
}
#wrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #9BAFC3;
	border-right: 1px solid #9BAFC3;
	margin-bottom: 20px;
	border-bottom: 4px solid #9BAFC3;
	background: url(images/bkg_gradientBottom.jpg) repeat-x left bottom;
}
#header {
	width: 953px;
}
#content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #9BAFC3;
	width: 955px;
}
#content .col1 {
	float: left;
	width: 410px;
}
#content .col2 {
	float: left;
	width: 545px;
}
#content h2, h3, h4, p, li, table {
	color: #2B637F;
	margin-right: 20px;
}
#content h1 {
	color: #9BAFC3;
	text-align: right;
	background: url(images/bkg_motto.gif) no-repeat left top;
	height: 50px;
	padding-top: 30px;
	padding-right: 20px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-size: 160%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content h2 {
	font-size: 160%;
	margin-top: 0px;
	margin-bottom: 0.5em;
}
#content h3 {
	font-size: 130%;
	margin-bottom: 0.5em;
}
#content h4 {
	font-size: 110%;
	margin-bottom: .5em;
}
#content p {
	font-size: 100%;
	line-height: 135%;
}
#content li li {
	margin-left: 1em;
}
#content  a {
	text-decoration: none;
}
#content  a:link {
	color: #6d8d23;
}
#content  a:visited {
	color: #6d8d23;
}
#content  a:hover {
	color: #3f4b00;
	text-decoration: underline;
}
#content  a:active {
	color: #000000;
	text-decoration: underline;
}
#content .col2 .floatLeft {
	float: left;
}
#content .footnote {
	font-size: 85%;
}
#footer {
	padding-bottom: 10px;
	padding-top: 75px;
	height: 24px;
	width: 955px;
	clear: left;
}
#footer p {
	font-size: 9px;
	text-transform: uppercase;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 14px;
	text-align: right;
	color: #6d8d23;
}
#footer a:link {
	color: #6d8d23;
	text-decoration: none;
}
#footer a:visited {
	color: #6d8d23;
	text-decoration: none;
}
#footer a:hover {
	color: #3f4b00;
	text-decoration: underline;
}
#footer a:active {
	color: #000000;
	text-decoration: underline;
}
#forms #content .col2 img {
	margin-bottom: 10px;
}
/*Page Specific Tags*/
#directions #mapCanvas {
	height: 400px;
	width: 380px;
	margin-top: 20px;
	border-top: 1px solid #9BAFC3;
	border-right: 1px solid #9BAFC3;
	border-bottom: 1px solid #9BAFC3;
}
#home #wrapper {
	background: url(images/img_mainHome.jpg) no-repeat left bottom;
}
#home #content .col1 {
	display: none;
}
#home #content .col2 {
	width: 465px;
	padding-left: 490px;
	height: 390px;
}
#home .col2 .sidebarCutera {
	background: url(images/bkg_cuteraLogo.gif) no-repeat 10px top;
	padding-top: 35px;
	margin-left: 40px;
	margin-top: 25px;
	border-bottom: 1px solid #B1C4D3;
	border-left: 1px solid #B1C4D3;
	padding-left: 10px;
}
#home .col2 .sidebarSculptra {
	background: url(images/bkg_sculptraLogo.gif) no-repeat 10px top;
	padding-top: 50px;
	margin-left: 40px;
	margin-top: 10px;
	border-bottom: 1px solid #B1C4D3;
	border-left: 1px solid #B1C4D3;
	padding-left: 10px;
}
#home .col2 .sidebar h2 {
	font-size: 116%;
}
#home #footer {
	padding-top: 25px;
}
#privacy #content .col1, #sitemap #content .col1, #terms #content .col1 {
	display: none;
}
#privacy #content .col2, #sitemap #content .col2, #terms #content .col2  {
	padding-left: 200px;
	width: 755px;
}
#privacy #content h1, #sitemap #content h1, #terms #content h1  {
	color: #2B637F;
	text-align: left;
	background: url(images/spacer.gif) no-repeat left top;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0em;
	font-size: 200%;
	margin-top: 0px;
	margin-bottom: 0.5em;
}
#services .sidebarCutera {
	background: url(images/bkg_cuteraLogo.gif) no-repeat 10px top;
	padding-top: 20px;
	padding-left: 10px;
	border-bottom: 1px solid #B1C4D3;
	border-left: 1px solid #B1C4D3;
	margin-top: 20px;
}
#services .sidebarSculptra {
	background: url(images/bkg_sculptraLogo.gif) no-repeat 10px top;
	padding-top: 45px;
	padding-left: 10px;
	border-bottom: 1px solid #B1C4D3;
	border-left: 1px solid #B1C4D3;
	margin-top: 20px;
}
#treatments #content .col2 li {
	margin-bottom: .5em;
}
#treatments #jcdAccordion {
	width: 520px;
}
#treatments #jcdAccordion .AccordionPanel .AccordionPanelContent ul {
	padding-bottom: 15px;
}
#treatments #wrapper #content .col2 #jcdAccordion .AccordionPanel .AccordionPanelTab h3 {
	font-size: 93%;
	margin: 0px;
	padding: 0px;
}

