
/* Basic page layout */
html, body {
    text-align: center;
    font-family: "Arial", "Helvetica", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    background: #3b484a url(/images/theme-mcciusa/bg.png) repeat-x scroll left top;
}

body {
    text-align: left;
    width: 760px;
    margin: 0 auto;
    background: transparent url(/images/theme-mcciusa/bg-footer.png) no-repeat scroll left bottom;
    padding-bottom: 24px;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-weight: bold;
    font-family: "Arial", "Helvetica", sans-serif;
    color: #002b30;
}

h1 { font-size: 175%; margin: 0.714285714286em 0 0 0; text-align: center; }
h2 { font-size: 140%; margin: 0.892857142857em 0 0 0; }
h3 { font-size: 130%; margin: 0.961538461538em 0 0 0; }
h4 { font-size: 115%; margin: 1.08695652174em 0 0 0; }
h5 { font-size: 105%; margin: 1.19047619048em 0 0 0; }
h6 { font-size: 100%; margin: 1.25em 0 0 0; }

body.home h1 {
    display: none;
}

body.home #content {
    background-color: white;
}

#homeHead {
    padding-top: 1.25em;
}

body.home .menu {
    padding-bottom: 0;
}

#slideshow {
    float: right;
    width: 424px;
    height: 318px;
    overflow: hidden;
    border: 1px solid #3b484a;
}

#homeHead h2 {
    font-size: 190%;
    font-family: "Impact", "Arial", "Helvetica", sans-serif;
    margin: 0;
    padding: 0;
    height: 80px;
    line-height: 80px;
    padding-left: 82px;
    font-weight: normal;
    color: black;
    text-transform: uppercase;
    overflow: hidden;
}

#homeHead h2:first-letter {
    float: left;
    margin-top: -1000px;
}

#homeHead h2.M {
    background: transparent url(/images/theme-mcciusa/M80.png) no-repeat scroll left top;
}

#homeHead h2.C {
    background: transparent url(/images/theme-mcciusa/C80.png) no-repeat scroll left top;
}

#homeHead h2.I {
    background: transparent url(/images/theme-mcciusa/I80.png) no-repeat scroll left top;
}

ul, ol, p, form {
    margin-top: 1em;
    margin-bottom: 0;
}

a, a:link, a:visited, a:active {
    color: #006f7d;
}

a:hover {
    color: #999999;
}

#header {
    text-align: center;
    background: #999999 url(/images/theme-mcciusa/bg-header.jpg) no-repeat scroll left top;
    height: 153px;
    padding-top: 16px;
}

#logo {
    display: block;
}

#main {
    margin: 0 16px 0 17px;
    border: 3px solid #006f7d;
    border-width: 0 3px;
    background-color: #d8e2e1;
}

#content {
    padding: 1px 12px 1.25em 12px;
    clear: left;
    font-size: 80%;
    min-height: 300px;
}

/* Menu styles */
.menu {
    margin: 0;
    display: block;
    list-style: none;
    text-align: center;
    float: left;
    width: 697px;
    background-color: white;
    padding: 2px 12px;
    font-size: 155%;
    font-family: "Impact", "Arial", "Helvetica", sans-serif;
}

.menu li {
    float: left;
    width: 116px;
    border-bottom: 1px solid black;
}

.menu .first {
    width: 96px;
}

.menu .last {
    width: 137px;
}

.menu a {
    text-decoration: none;
    color: #006f7d;
    display: block;
    width: 100%;
}

.menu a:hover, .menu .hover {
    color: #999999;
}

/* Footer Styles */
#footer {
    clear: both;
    font-size: 80%;
    text-align: center;
    padding: 1px 0;
    margin: 0 12px;
    border-top: 1px solid black;
}

#footer a {
}

#footer a:hover {
}

#footTextlinks a {
    padding: 0 10px;
}

#footElements {
    font-style: normal;
}

#copyright { margin-bottom: 0; }
#developerNotice { margin-top: 0; }

body.about #chunk0 .floatLeft {
    height: 130px;
}

body.about #chunk0 .cms_item {
    clear: left;
}


