
.cms_item {
    margin: 0;
    padding: 0;
}

.cms_item p.centered {
    text-align: center;
}

.cms_item p.right {
    text-align: right;
}

.cms_icon {
    text-align: center;
}

.cms_gallery {
    width: 100%;
    text-align: center;
}

.cms_gallery td {
    padding: 5px;
}

.cms_gallery thead td {
    font-size: 10%;
    height: 1px;
    width: 8.3333%;
    padding: 0;
}

.categoryIndex {
    clear: both;
}

.pageIndex {
    float: right;
    list-style: none;
}

.pageIndex li {
    display: inline;
}

.pageIndex span, .pageIndex a {
    padding: 0 5px;
}

.floatLeft, .floatRight {
    padding: 2px;
    text-align: center;
    margin: 0;
}

.floatRight p, .floatLeft p, .alignRight p, .alignLeft p, .alignCenter p {
    margin: 0;
    padding: 0;
}

.floatLeft a img, .floatRight a img, .categoryIndex li a img {
    display: block;
    text-decoration: none;
}

.floatLeft a, .floatRight a {
    display: block;
    text-align: center;
}

.cms_aligned td {
    padding: 5px;
    vertical-align: middle;
}

.cms_aligned .vcentered {
    text-align: center;
}

.caption {
    padding-top: 2px;
    font-size: 85%;
    font-weight: bold;
}

.floatLeft {
    display: inline; /* IE6 Hack */
    float: left;
    clear: left;
    margin: 3px 10px 3px 0;
}

.floatRight {
    display: inline; /* IE6 Hack */
    float: right;
    clear: right;
    margin: 3px 0 3px 10px;
}

.alignLeft   { text-align: left;   margin: 10px 10px 10px 0; }
.alignCenter { text-align: center; margin: 10px 0; }
.alignRight  { text-align: right;  margin: 10px 0 10px 10px; }

.alignCenter table {
    margin: 0 auto;
}

table.csv {
    font-size: 85%;
    border-bottom: 1px solid black;
}

table.csv th, table.csv td {
    padding: 0 8px;
}

table.csv th {
    text-align: center;
}

table.csv thead th {
    border-bottom: 1px solid black;
}

table.csv .odd {
    background-color: #e8e8e8;
}

table.csv .even {
    background-color: #f8f8f8;
}

#content .error {
    color: #770000;
    border: 1px dotted #770000;
    background-color: #ffcccc;
    padding: 0 0.5ex;
}

#content .success {
    color: #004400;
    border: 1px dotted #004400;
    background-color: #ccffcc;
    padding: 0 0.5ex;
}

.glossaryIndex {
    margin: 0;
    padding: 0;
}

.glossaryIndex li {
    display: inline;
    text-transform: uppercase;
}

.faqIndex {
    padding-top: 1em;
    padding-bottom: 0.5em;
}

p.subscribe_link,
p.returnLink {
    clear: both;
}

/* Fixes for lists and floating elements */
#content div.cms_item ul,
#content div.cms_item ol {
    margin-left: 0;
    padding-left: 2.5em;
}

#content div.cms_item.hasFloatLeft ul,
#content div.cms_item.hasFloatLeft ol {
    position: relative;
    left: 2.5em;
    margin-left: 0;
    padding-left: 0;
    margin-right: 2.5em;
}

body.contact #googleMap {
    display: inline;
    float: right;
    width: 400px;
    height: 300px;
    margin-left: 10px;
    margin-bottom: 1.25em;
    color: black;
    position: relative;
    z-index: 100;
}

body.contact #googleMap div.name {
    font-weight: bold;
}

body.contact #googleMap a {
    color: blue;
}

body.contact #contactForm {
    clear: both;
}

/* For contact form */
#iField_subject {
    display: none;
}

#content .subscribe_link img {
    border: 0;
}

