/* reset */
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;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
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: "" "";
}
/***************************/

/* tag styles */
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
a {
    color: #546268;
}
a:hover {
    color: #E68D00;
}
h2, h3, h4 {
    font-weight: bold;
    line-height: 1.0;
    margin-top: 10px;
}
h2 {
    font-size: 130%;
    color: #E68D00;
    padding-bottom: 2px;
    border-bottom: 1px solid #E68D00;
    margin-bottom: 5px;
}
h3, h4 {
    color: #222;
}
h3 {
    font-size: 110%;
    margin-bottom: 10px;
}
h4 {
    font-size: 100%;
    margin-bottom: 5px;
}
h2 span, h3 span, h4 span {
    font-weight: normal;
}
h2 span, h3 span {
    font-size: 90%;
}
p {
    font-size: 100%;
    margin-bottom: 8px;
}
li p {
    line-height: 1.4;
}
blockquote {
    font-style: italic;
    line-height: 1.4;
    color: #b35c00;
    text-align:left;
}
cite {
    font-style: normal;
    font-size: 90%;
}
th, td {
    padding: 2px;
}
th {
    font-weight: bold;
    vertical-align: bottom;
    border-bottom: 1px solid #999;
}
td {
    vertical-align: top;
}
/***************************/

/* layout */
body {
    background: #fff url(../images/bg1.gif) repeat-x top left;
    font-family: Arial, Sans-Serif;
    line-height: 1.2;
    font-size:80%;
    color: #222;
}
#container, #footerContent {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}
#header {
    height: 88px;
}
#title {
    margin-top: 35px;
    float: left;
}
#generalMenu {
    float: right;
    padding: 1em 1em 0 0;
}
#mainMenu {
    clear: both;
    height: 35px;
    padding-top: 8px;
}
#mainSection {
    margin-top: 10px;
    width: 760px;
    background: url(../images/support.jpg) top right no-repeat;
}
#content {
    width: 430px;
}
#sidebar {
     float: right;
     margin-top:280px;
}
#sidebar p.phone {
    font-weight: bold;
    font-size: 100%;
    padding-left: 38px;
}
#footer {
    clear: both;
    height: 120px;
}
#footerContent {
    margin-top: 10px;
    text-align: right;
    border-top: 1px solid #999;
}
/***************************/

/* menus */

#mainMenu ul {
    float: left;
}
#mainMenu ul li {
    display: inline;
    padding: 3px 5px;
}

#mainMenu a, #generalMenu a  {
    border: 0;
    font-weight: bold;
    color: #546268;
    text-decoration: none;
}
#mainMenu a:hover {
    color: #E68D00;
}

/* Manage Account Button */

/* Surrounds the button and enables it to be positioned */
#generalMenu p {
    padding: 20px 0px; /* 1st value moves button down, 2nd value moves button left */
}

/*
 * Style the link into a button
 */
#generalMenu a {
    border: 1px solid #000; /* thickness, style, base color of button border */
    padding: 1px 4px; /* size of gap at top/bottom (1st value) and left/right (2nd value) of text */
    color: #000; /* color of text */
    background-color: #f4f4f4; /* color behind text */

}
/*
 * Apply styles to the button when mouse hovers over it
 */
#generalMenu a:hover {
    /* border: 3px outset #f2c67f;  thickness, style, base color of button border */
    /* padding: 1px 4px; /* size of gap at top/bottom (1st value) and left/right (2nd value) of text */
    /* color: #365968; /* color of text */
    background-color: #f2c67f; /* color behind text */
}
/*************************/

#mainMenu ul li.active, #generalMenu ul li.active {
    font-weight: bold;
    background: #E68D00 url(../images/buttonbg.gif) repeat-x top left;
    color: #fff;
}
#mainMenu ul li.active a, #generalMenu ul li.active a {
    color: #fff;
}
#mainMenu ul li.disabled, #generalMenu ul li.disabled {
    font-weight: normal;
    color: #546268;
}

ul.subMenu  li {
    display: inline;
    padding: 3px 5px;
}
/***************************/

/* footer */
#footerContent p {
    clear: both;
    padding-top: 4px;
    font-size: 90%;
    color: #999;
}
/***************************/

/* forms */
form {
    line-height: 1.0;
    margin: 10px 0;
}
form p {
    margin: 10px 2px;
}
select {
    font-size: .9em;
    background-color: #cad8de;
    color: #333;
    border: 1px solid #666;
}
input {
    font-size: .9em;
    height: 1.2em;
    background-color: #cad8de;
    color: #333;
    border: 1px solid #666;
}
input.file {
    font-size: 11px;
    height: 18px;
}
input.radio {
    background-color: transparent;
    border: none;
}
fieldset {
    margin-top: 1em;
    border: 2px solid #cad8de;
    padding: 2px;
}
fieldset.submitField input, input.submit {
    font-weight: bold;
    font-size: 11px;
    height: 18px;
    background: #666 url(../images/submitbg.gif) repeat-x top left;
    color: #fff;
    border: none;
}
fieldset.submitField input:hover, input.submit:hover {
    background: #E68D00 url(../images/buttonbg.gif) repeat-x top left;
}
fieldset li {
    padding-bottom: .5em;
    padding-top: .5em;
}
fieldset.submitField {
    float: none;
    width: auto;
    border: 0 none #FFFFFF;
    padding-left: 12em;
}
legend {
    margin-left: 1em;
    color: #648FA2;
    font-weight: bold;
}
label {
    float: left;
    width: 10em;
    margin-right: 1em;
    text-align: right;
}
/***************************/


/* menu login form */
#generalMenu form, #mainMenu #login {
    float: right;
}
#generalMenu form fieldset {
    border: none;
}

/***************************/

/* miscellaneous classes */
.clear { /* used to clear floats */
    clear: both;
}


#content dl dt {
    font-weight: bold;
    margin: 5px 0;
}

#content dl dd {
    margin-left: 10px;
}
#content ol, #content ul {
    margin-left: 20px;
}
#content ol {
    list-style: decimal;
}
#content ul {
    list-style: disc;
}
#content li {
    margin-bottom: 4px;
}