@charset "utf-8";
/* CSS Document */

body {
background:#034031 url(../images/background_page_urgentcare.jpg) top repeat-x; 
margin:0; 
padding:0;
}

.cleaner { /* clears all floats */
clear:both;
}

.float_left {
float:left;
margin: 0 15px 6px 0;
padding:2px;
border:2px solid #127c5b;
}

.float_right {
float:right;
margin: 0 0 6px 15px;
padding:2px;
border:2px solid #127c5b;
}

.content { /* all content in all columns uses this - creates padding/margin */
padding:10px;
}

a:link, a:visited {
font-weight:bold;
text-decoration:underline;
color:#008161;
}

a:active, a:hover {
text-decoration:underline;
}

ul { /* unordered lists */
padding:0;
margin:0;
list-style-image:none;
list-style-type:none;
}

ul li { /* items in unordered list with circle "play buttons" */
padding: 4px 5px 4px 15px;
margin-left:0;
background: url(../images/bullet.jpg) 0px 11px no-repeat;
}

ul li li { /* nested ordered lists */
background:none;
padding-left: 0;
}

dt {
font-weight:bold;
}

#main_container { /* centers whole page */
position:absolute;
width:766px;
left:50%;
margin: 0 0 15px -378px;
padding-top:0;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
font-weight:normal;
text-align:left;
background-color:#fff;
color:#4e4e4e;
}

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

#content_main { /* holds left and right columns */
width:766px;
position:relative;
background: #fff url(../images/leftcol_divider_line_urgentcare.jpg) top left repeat-y;
}

h1 {
color:#054435;
font-size:1.3em;
text-transform:uppercase;
margin-top:0;
padding-top:0;
padding-bottom:4px;
}

h2 {
color:#054435;
font-size:1.1em;
text-transform:uppercase;
}

h3 {
color:#054435;
font-size:1em;
font-weight:bold;
}


#right_main { /* holds white content and gray "excellence" footer */
float:right;
width:515px;
background:#fff;
color:#2e2e2e;
margin-top:0;
margin-right:19px;
background-color:#333;
display:inline;
}

#right_content { /* holds right hand content (white area) */
background:#fff url(../images/header_dropshadow.jpg) right top no-repeat;
min-height:400px;
  height:auto !important;
  height:400px;
}

.form_field {
width:270px;
background-color:#f1f8f6;
}

#left { /* holds repeating divider image */
width: 216px;
color:#008161;
}

#left h1 { /* header for left hand content */
font-size: 1.2em;
margin:0;
padding:3px 1em;
text-transform:uppercase;
color:#fff;
background:#054435;
}
.left_main { /* holds left hand column */
width:197px;
margin-left:19px;
}

.forms_center img {
border:2px solid #054435;
margin:1em 1px;
}

#footer { /* footer */
clear:both;
color:#c9e2db;
font-size:0.9em;
text-align:center;
padding: 6px;
background:#0b614b;
border-top:8px solid #054435;
}

#footer a {
color:#c9e2db;
font-weight:bold;
text-decoration:none;
}

#footer a:hover {
color:#fff;
}
