/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 07 September 2010 14:39:54
*/


html {
    background-color: black;
}

body {
    position:absolute;
    top: 50%;
    left: 50%;
    width: 950px;
    height: 580px;
    margin-top: -290px; /*set to a negative number 1/2 of your height*/
    margin-left: -475px; /*set to a negative number 1/2 of your width*/
    font-family: Verdana, Arial, sans-serif;
    font-size: .7em;
}

h1.title, h1.title a {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 214px;
    text-indent: -9999em;
    overflow: hidden;
}

/* NAVIGATION */

/* GENERAL */

#nav-primary, #nav-primary ul, #nav-utility, #nav-utility ul, #nav-secondary, #nav-secondary ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
}

#nav-primary li, #nav-utility li {
    list-style: none;
    display: block;
    float: left;
    margin-right: 2em;
}

#nav-primary a, #nav-secondary a, #nav-utility a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #53534D;
}

#nav-primary a:hover, #nav-primary li:hover, #nav-secondary a:hover, #nav-utility a:hover {
    color: white;
}

/* PRIMARY NAV */

#nav-primary {
    bottom: 0;
    left: 0;
    font-size: .9em;
    position: absolute;
}

#nav-primary li {
    float: left;
    display: block;
    height: 2em;
    padding: .5em;
    background-color: black;
    line-height: 30px;
}

#nav-primary li a.current {
    color: white;
}

#nav-primary li a, #nav-primary li li a {
    display: block;
    line-height: 1.5em;
}

#nav-primary li ul {
    position: absolute;
    display: block;
    top: 30px;
    left: -9999em;
    width: 10em;
}

#nav-primary li li {
    width: 20em;
    font-size: .9em;
    padding-bottom: 0;
    padding-top: 0;
}

#nav-primary li:hover ul {
    left: auto;
    margin-left: -.5em;
}


/* SECONDARY NAV */

#nav-secondary {
    display: block;
    position: absolute;
    top: 60px;
    left: 440px;
    margin: 0;
    padding: 20px 10px 30px 10px;
    width: 470px; /*490px;*/
    height: 135px; /*455px;*/
    /*font-weight: bold;*/
    font-size: .9em;
    line-height: 1.9em;
    overflow-y: auto;
    border-right: 20px solid #1E1E20;
    background-color: #1E1E20;
}

#nav-secondary ul {
    width: 470px;
    height: 135px;
}

#nav-secondary a:link, #nav-secondary a:visted {
    color: white;
}

#nav-secondary a:hover, #nav-secondary a:active {
    color: #53534D;
}


#nav-secondary li.current a {
    color: #53534D;
}

/* TERTIARY/UTILITY NAV */

#nav-utility {
    top: 0;
    left: 0;
    height: 40px;
    font-size: .9em;
}

#nav-utility div {
    position: relative;
    height: 40px;
}

#nav-utility ul {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 600px;
    line-height: 1.9em;
    margin-bottom: -4px;
}


/* SEARCH */

/* temporarily hide search */
#nav-utility #search-show {
    display: none;
}

#nav-utility input {
    font-size: .9em;
    padding: 1px;
    margin-top: -2px;
}

#nav-utility .search input {
    border: 1px solid #C2C2C2;
    background-color: black;
    color: white;
}