/* Note - Please Update the Table of Contents as you go. Also, putting in those triple braces will make Gerard & Cato really happy. */

/* Global Selectors {{{ */

/* Body {{{ */
body, html {
    height: 100%;
}

body {
    color:#606060;
    font-family:Helvetica, Arial,  sans-serif;
    font-size: 75%;
    line-height: 1.4;
    background:url(/userfiles/images/main-background.png) no-repeat 0px 0px;
}

/* }}} */

/* Headings and Paragraphs {{{ */

.front-text{
    font-size:1.4em;
    font-weight:bold;
    margin:180px 0 0 0;
    width:440px;
}

.introText{
    font-size:1.4em;
    font-weight:bold;
}

p { padding: 3px 0 3px 0; }



h1, h2, h3, h4, h5 {
    font-weight: bold;
    padding-bottom: 5px;
}
h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }

/* }}} */

/* Links {{{ */
a {
    text-decoration: none;
    font-weight:bold;
    color:#a53887;
}

a:hover { color:#7e8285; }

strong {font-weight:bold;}

/* }}} */

/* Lists {{{ */
ul{}
ol{}
li{}

dl{}
dt{}
dd{}
/* }}} */

/* Forms {{{ */ 
fieldset
{
    float:left;
    width:368px;
    background-color:#f8f8f8;
    border:solid 1px #e2e2e2;
    padding:30px 60px;
    margin-top:20px;
}
legend{}
.formRow{float:left;width:368px;margin-bottom:10px;}
.formRow span{float:right;}
.thanks
{
    float:left;
    width:368px;
    background-color:#f8f8f8;
    border:solid 1px #e2e2e2;
    padding:30px 60px;
    font-weight:bold;
    margin-top:20px;
}

input{float:left;width:210px;}
select{float:left;width:216px;}
label{float:left;width:140px;margin-right:10px;text-align:right;font-weight:bold;}

.textbox{}
.textarea{}
.button{width:auto;float:right;}

.errors{}
/* }}} */

/* Tables {{{ */
table{}
tbody{}
thead{}
tfoot{}
tr{}
td{}
/* }}} */
/* }}} */

/* Page Structure {{{ */
#mainContainer {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    width: 900px;
}

/* Header {{{ */

#header a {
    display: block;
    height: 120px;
    width: auto;
    background: transparent url(/userfiles/images/header-media.jpg) 0px 28px no-repeat;
    text-indent: -9999px;
}
/* }}} */
/* Content {{{ */	
#content {
    height:350px;
    padding: 20px 0 20px 60px;
}

#bodyText {
    float: left;
    width: 490px;
}

#CrazyNavigation {
    float: right;
    width: 311px;
    position: relative;
}
#CrazyNavigation a {
    background: url(/userfiles/images/blank.gif) top left no-repeat;
}

#CrazyNavigation .sectionImage,
#CrazyNavigation .topLink,
#CrazyNavigation .bottomLink,
#CrazyNavigation .mainLink {
    position: absolute;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}


#CrazyNavigation .sectionImage {
    top: 0; left: 0;
    width: 311px; height: 364px;
}

#CrazyNavigation .topLink {
    top: 0px; left: 210px; 
    width: 75px; height: 75px;
}

#CrazyNavigation .bottomLink {
    top: 222px; left: 187px;
    width: 120px; height: 120px;
}

#CrazyNavigation .mainLink {
    top: 30px; left: 10px;
    width: 240px; height: 240px;
}

/* }}} */	

/* Footer {{{ */
#Footer {
    background: transparent url(/userfiles/images/footer-background.png) top left no-repeat;
    clear: both;
}
/* }}} */
/* }}} */
/* Page Components {{{ */
/* Navigation {{{ */
/* Main navigation {{{ */
#MainNavigationWrapper { 
    width: 900px;
    height: 50px; 
    margin: 0 auto;
    background: transparent url(/userfiles/images/subnav-back.gif) top left no-repeat;
}


#MainNavigation li {
    display: inline-block; 
    margin: 19px 6px 0 0;
    font-size:11px;
}

#MainNavigation a:link,
#MainNavigation a:visited { 
    color:#efefef; 
    display: inline-block;
    background: #a53887;
    border: solid 1px #a53887;
    padding: 3px;
}

#MainNavigation a.selected,
#MainNavigation a:hover,
#MainNavigation a:active {
    background: white;
    color: #a53887;
}

/* }}} */
/* Sibling navigation {{{ */
#CaseStudies {
    float: left;
    width: 300px;
    margin-right: 30px;
}



#SiblingNavigation:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#SiblingNavigation {
    margin-top: 10px;
    height: 1%;
    font-size:11px;
}

#SiblingNavigation a.previous {
    float: left;
    }

    #SiblingNavigation a.next {
        float: right;
}

/* }}} */
/* BreadCrumbs {{{ */

#BreadCrumbs { 
    margin:-20px 20px 20px 60px;
}
#BreadCrumbs li { 
    font-style:italic;
    font-size: 11px;
    display: inline; }
#BreadCrumbs { margin-left: 60px; }
#BreadCrumbs .separator {
    margin: 0 5px;

}

/* }}} */
/* }}} */

/* Search {{{ */
#search{float:right; margin:30px;}
#xsltsearch{margin:30px;}
#xsltsearch_summary{margin:5px 0;}
#xsltsearch_results{margin:5px 0;}
.xsltsearch_result{margin:0 0 20px 0;}
/* }}} */
/* }}} */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
