body {
    background: #1B1919 url('/assets/theme/images/layout/page-bg.jpg');
    font-family:Arial, Helvetica, sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    text-transform: lowercase;
}

#page-area {
    background: url('/assets/theme/images/layout/page-header.jpg') repeat-x;
}

/* HEADER */
#page-header {
    height: 205px;
    margin: 0 auto;
    min-width: 1000px;
}

.fire-navigation-main ul {
    float: left;
    list-style: none;
    line-height: normal;
    margin: 0;
    padding: 10px 10px 0 10px;
    height: 60px;
}
.fire-navigation-main ul li {
    float: left;        
}
.fire-navigation-main ul li a {
    display: block;
    float: left;
    height: 30px;
    padding: 14px 15px 0 40px;
    background: url('/assets/theme/images/layout/bullet.png') no-repeat 13px 40%;
    behavior: url('/assets/theme/js/iepng/iepngfix.htc');
    margin-right: 1px;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    color: #FFF;
    outline: none;
    line-height: 1em;
}
.fire-navigation-main ul a:hover {
    color: #FFF;
}
.fire-navigation-main ul li:hover {
    background: url('/assets/theme/images/layout/trans-white.png');
    behavior: url('/assets/theme/js/iepng/iepngfix.htc');
}

#page-search {
    float: right;
    padding: 17px 20px 0 0;
}
#page-search input.text {
    width: 160px;
    background: #FFF;
    border: 2px solid #EC008C;
    display: inline;
    vertical-align: bottom;
}

#page-logo {
    clear: both;
		margin: 0 auto;
		padding-top: 20px;
}
#page-logo a {
    display: block;
    width: 268px;
    padding: 150px 0 0 0;
		margin: 0 auto;
    height: 0;
    background: url('/assets/theme/images/layout/logo.png') no-repeat;
    behavior: url('/assets/theme/js/iepng/iepngfix.htc');
    overflow: hidden;
}

#page-flashHeader {
    position: absolute;
    top: 210px;
    margin-left: 460px;
    *margin-left: 210px;
    _margin-top: -265px;
}

#page-content {
    width: 900px;
    margin: 45px auto 0;
    padding: 0px 35px 0 20px;
    background: url('/assets/theme/images/layout/content-bg.png') repeat-y;
    behavior: url('/assets/theme/js/iepng/iepngfix.htc');
    overflow: auto;
    _overflow: visible;
}

/* LEFT COLUMN */
#page-leftColumn {
    float: left;
    width: 250px;    
    color: #FFF;
    padding-bottom: 2em;
}

#page-leftColumn h2, #page-leftColumn h2 a {
    color: #00AEEF;
    font-weight: normal;
}

#page-leftColumn h2 {
    margin: 0 0 1em 0;
    padding: 20px 0 1em 15px;
    border-bottom: 2px dotted #FFFFFF;
    height: 20px;
    font-size: 20px;
    letter-spacing: 1px;
}

#page-leftColumn .panel {
    padding: 0 0 0 15px;
    margin-bottom: 1em;
}

#page-banner {
    height: 586px;
}

.slideshow a {
    display: none;
    position: absolute;
    z-index: 8;
    *margin-top: 3px;
}
.slideshow a.active {
    display: inline;
    z-index: 10;
}
.slideshow a.lastActive {
    z-index: 9;
}


/* RIGHT COLUMN */
#page-rightColumn {
    float: right;
    width: 563px;
    padding: 10px 20px 20px 20px;
    _padding-right: 19px;
    min-height: 450px;
    background: #F6ADCD;
}

#page-rightColumn .expand {
    margin: -10px -20px 15px;
}

/* FOOTER */
#page-footer {
    clear: both;
    margin: 0 auto;
    padding: 35px 35px 20px;
    border-top: 15px solid #00AEEF;
    border-bottom: 15px solid #EC008C;
}
#page-footer p {
    color: #FFF;
    padding: 0;
    margin: 0;
    line-height: 1em;
}
#page-footer a {
    color: #EC008C;
}
#page-footer .legal {
    float: left;
}
#page-footer .credit {
    float: right;
}


/* MISC */
h1, h2, h3, h4 {
    clear:both;
    font-weight:bold;
}

h1 {
    color: #1b1919;
    font-size: 22px;
    margin: 0.2em 0 0.75em;
}
h2 {
    color: #ec008c;
    font-size: 18px;
    margin: 0.75em 0;
}
h3, h3 a {
    color: #006388;
    font-size: 16px;
}
h4 {
    color: #1b1919;
    font-size: 12px;
}

.contentBlock {
    background: #A3537A;
    color: #FFF;
    border: none;
}

blockquote {
    color: #1b1919;
    clear: both;
    margin-left: 20px;
    margin-right: 20px;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    background: none;
    border: none;
    padding: 0;
}

a {
    color: #ec008c;
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: underline;
}

.contentBlock a, fieldset a {
    color: #f0afd6;
}

img.left {
    float: left;
    margin: 0.6em 1.5em 1.3em 0;
    border: 2px #00AEEF solid;
}
img.right {
    float: right;
    margin: 0.6em 0 1.3em 1.5em;
    border: 2px #00AEEF solid;
}


.highlight1 {
    color: #FFF;
}
.highlight2 {
    color: #00AEEF;
}

.speech {
    font-size: 30px;
    font-family: "Courier New", Courier, monospace;
    color: #00AEEF;
}
.ellipsis {
    font-size: 25px;
    font-weight: bold;
    color: #00AEEF;
}

.transform {
    text-transform: none;
}



/* FORMS */
form {
    text-transform: none;
}
fieldset {
    background: #A3537A;
    color: #FFF;
}
legend {
    background: #BA668C;
    color: #FFF;
    border-color: #901241;
    text-transform: lowercase;
}

label {
    text-transform: lowercase;
}

form div.inputArea {
    width: 370px;
    _width: 50px;
}

form div.fieldArea.required label.field:after {
    color: #EC008C;
}

form div.fieldArea.focused {
    background: #BA668C;
    border-color: #901241;
}

form fieldset div.fieldArea {
    border-color: #A3537A;
}

form ul.formError {
    color: #FFF;
    background: red;
    border-color: #901241;
    font-weight: bold;
    text-transform: lowercase;
}

input.text, select.select, textarea.text {
    background: #FFF;
    border: 2px solid #EC008C;
}
input.text:focus, select.select:focus, textarea.text:focus {
    border-color: #A3537A;
}
textarea.text {
    width: 27em;
    height: 7em;
}

input.button {
    text-transform: lowercase;
}
input.button.negative {
    background: #CC0000;
    border-color: #993333;
}
input.button.negative:focus {
    background: #990000;
}

hr {
    border: none;
    border-top: 2px #A3537A dotted;
    margin: 0.4em 0;
    _margin: 0.1em 0;
    background: none;
}

fieldset hr {
    border-color: #901241;
}

.linkSet a {
    background-color: #701c3b !important; 
    color: #FFF;
}

.linkSet a:hover {
    background-color: #901241;
}

.services-categoryListItem .linkSet {
    background: none;
    padding-left: 0;
}

.bulletIcon {
    padding: 3px 0 3px 30px;
    background: url('../images/layout/bullet.png') no-repeat left center;
    behavior: url('/assets/theme/js/iepng/iepngfix.htc');
}

.profile {
    padding: 0.4em 0.5em;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -opera-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 1em 0;
}
.profile .thumb {
    border: 3px #701C3B solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -opera-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: -0.4em -0.5em;
}


/*==========================
 * PAGES
 =========================*/

 
/* Services */


.services-categoryListItem {
    clear: both;
    overflow: auto;
}

.services-categoryListItem h3 {
    clear: none;
    font-size: 1.4em;
    margin-top: 0;
}

.option-services-categoryListItem {
    clear: both;
    overflow: auto;
}

.option-services-categoryListItem h4 {
    clear: none;
    font-size: 1.4em;
    margin-top: 0;
}

.article {
	overflow: auto;
}

form div.fieldPrompt {
    background: #f9c4d9;
    border-color: #d08ba6;
    font-size: 0.9em;
    margin-left: 13.2em;
}
.jsenabled form div.fieldArea div.fieldPrompt {
    display: block;
}
