/*Center for Health Ambulatory Surgery Center 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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
a img, :link img, :visited img {
	border: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

p
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #563B11;
}

#clear {clear: both;}

body
{
background-color: #AB8D5F;
background-image: url(images/bg_vertical_bar.jpg);
background-position: left top;
background-repeat: repeat-y;
}

/*----------------------------------------------------------------*/

/*TOP - Logo and Main Navigation*/

#top_wrapper
{
height: 100px;
width: 100%;
background-image:url(images/bg_brick.jpg);
background-position: left top;
background-repeat: repeat-x;
}

#top_width
{
width: 1000px;
}

#top_left
{
float: left;
width: 300px;
height: 100px;
background-image:url(images/bg_top-logo.jpg);
background-position: left top;
background-repeat: no-repeat;
}

#top_right
{
float:left;
width:700px;
height: 100px;
}

#employee
{
width: 665px;
height: 22px;
padding-right: 35px;
padding-top: 28px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: right;
color:#FFFFFF;
}

.employee_link a:link, .employee_link a:visited
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: right;
color:#FFFFFF;
text-decoration: none;
font-weight: normal;
}

.employee_link a:hover
{
color: #563B11;
}

#nav_wrapper
{
width: 700px;
height: 50px;
background-image:url(images/bg_top-nav.jpg);
background-position: left top;
background-repeat:no-repeat;
}

#nav_center
{
width: 600px;
margin-left: auto;
margin-right: auto;
}

#nav_button
{
float: left;
padding: 17px 13px;
}

#nav_divider
{
float: left;
width: 11px;
height: 50px;
background-image:url(images/nav_divider.jpg);
background-position: top;
background-repeat:no-repeat;
}

.nav_text a:link, a:visited
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #563B11;
text-decoration: none;
}

.nav_text a:hover
{
color: #448861;
}

/*----------------------------------------------------------------*/

/*MIDDLE - Logo and Main Image*/
#middle_wrapper
{
width: 100%;
height: 250px;
background-image:url(images/bg_horizontal_bar.jpg);
background-position: left top;
background-repeat: repeat-x;
}

#middle_width
{
width: 1000px;
height: 250px;
}

#middle_left
{
float: left;
width: 300px;
height: 250px;
background-image:url(images/bg_middle-logo.jpg);
background-position: left top;
background-repeat:no-repeat;
}

#middle_right
{
float: left;
width: 700px;
height: 250px;
background-image: url(images/main-blank.jpg);
background-position: top;
background-repeat: no-repeat;
}

/*----------------------------------------------------------------*/

/*BOTTOM - Flower Graphic, Text Areas, and Footer*/
#bottom_wrapper
{
width: 100%;
}

#btm_width
{
width: 1000px;
}

#btm_left
{
float: left;
width: 300px;
min-height: 400px; height: auto !important; height: 400px;
background-image:url(images/bg_btm-left.jpg);
background-position: left top;
background-repeat: no-repeat;
}

#btm_right-repeat
{
float: left;
width: 700px;
background-image: url(images/bg_btm-right-repeat.jpg);
background-position: left top;
background-repeat: repeat-y;
}

#btm_right
{
width: 700px;
min-height: 400px; height: auto !important; height: 400px;
background-image:url(images/bg_btm-right.jpg);
background-position: left top;
background-repeat: no-repeat;
}

#btm_right_subnav
{
float: left;
width: 200px;
padding: 20px 0px 20px 45px;
}

#app
{
float: left;
width: 180px;
padding: 30px 0px 20px 0px;
}

#btm_right_copy
{
float: left;
width: 400px;
padding: 20px 45px 20px 10px;
}

#btm_right-footer
{
margin-left: 300px;
width: 700px;
background-image: url(images/bg_btm-right-end.jpg);
background-position: left top;
background-repeat: no-repeat;
padding-top: 15px;
padding-bottom: 10px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 12px;
color: #563B11;
}

.footer_link a:link, .footer_link a:visited
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
line-height: 12px;
color: #563B11;
text-decoration: underline;
}

.footer_link a:hover
{
text-decoration: none;
}

/*----------------------------------------------------------------*/

/*Text/Image Classes*/

.heading1
{
font-size: 21px;
padding-bottom: 8px;
color: #458861;
font-weight: bold;
}

.heading2
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding-bottom: 5px;
color: #458861;
font-weight: bold;
}

.copy_link a:link, .copy_link a:visited
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #458861;
text-decoration: none;
font-weight: normal;
}

.copy_link a:hover
{
color: #563B11;
}

.subnav_link a:link, .subnav_link a:visited
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 16px;
color: #563B11;
text-decoration: none;
font-weight: normal;
}

.subnav_link a:hover
{
color: #458861;
}

.image
{
padding: 0px 8px 8px 0px;
}

.table_heads
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding-bottom: 3px;
color: #563B11;
font-weight: bold;
}

.posted
{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding-bottom: 8px;
color: #563B11;
font-weight: normal;
font-style: italic;
}

.bold
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #563B11;
font-weight: bold;
}

.bold_green
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
color: #458861;
font-weight: bold;
}

.note
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #993300;
	font-weight: normal;
	font-style: italic;
}

.note2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #563B11;
	font-weight: normal;
	font-style: italic;
	padding: 10px 0px 10px 0px;
}

/*----------------------------------------------------------------*/