/* ********************************************** */
/* Kills all browser defined paddings and margins */
/* ********************************************** */
@import "reset.css";

/* clears the floats an forces container */
/* to resize to the size of floated elements */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #clearfix {height: 1%;}
/* End hide from IE-mac */


body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
#content {
width: 460px;
margin: 0px auto;
padding-top: 10px;
}
fieldset {
padding: 20px;
margin: 0px auto;
border: 1px solid #cc0001;
}
fieldset.register_form {
width: 90%;
}
fieldset.register_form form p {
float: left;
padding-right: 20px;
}
#content p {
padding-bottom: 20px;
}
#provider input, #member input {
border: 1px solid #000;
padding: 3px;
}
strong {
font-weight: bold;
}
#head {
background: url('../images/headback.jpg');
height: 118px;
width: 100%;
}

/* Main content elements styled */
#content a {
color: #cc0001;
}
#content a:hover {
color: #000;
}
#content blockquote {
width: 275px;
padding: 0px 0px 10px 70px;
quotes: "\201C" "\201D";
}
#content blockquote:before { content: open-quote; font-weight: bold; }
#content blockquote:after { content: close-quote; font-weight: bold; }
#content h1, #content h2, #content h3, #content h4 {
padding-bottom: 10px;
font-weight: bold;
}
#content h1 {
font-size: 20px;
}
#content h2 {
font-size: 16px;
}
#content h3 {
font-size: 14px;
}
#content ul {
list-style-type: disc;
padding: 0px 0px 10px 35px;
}
#content ol {
list-style-type: decimal;
padding: 0px 0px 10px 35px;
}
#content .search_results {
margin: 10px 0px;
width: 100%;
border-bottom: 1px dashed #d26f1a;
padding-bottom: 10px;
}
#content .search_results tr td {
padding: 4px;
}
#content .search_results .header {
background-color: #FFC2B9;
}