@font-face {
    font-family: 'MyriadProCondensed';
    src: url('../fonts/MyriadProCondensed.eot');
    src: local('Myriad Pro Condensed'), url('../fonts/MyriadProCondensed.woff') format('woff'), url('../fonts/MyriadProCondensed.ttf') format('truetype'), url('../fonts/MyriadProCondensed.svg#webfontEoRtExn7') format('svg');
    font-weight: normal;
    font-style: normal;
}


body, html {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    background:	#7cc4e0 url(/uploads/_background/background.jpg) repeat-x scroll center bottom;
    color: #000000;
    font: 12px Tahoma, sans-serif;
}

a {
    color: #000000;
}

a:hover {
    color: #d74b19;
}

img {
    border: 0;
}

:focus {
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #d74b19;
    font-family: MyriadProCondensed;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 10px 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

hr {
    border: none 0;
    border-top: 1px solid #d74b19;
    height: 1px;
}

p {
    margin: 0 0 10px 0;
}

#wrapper {
    margin: auto;
    padding-top: 75px;
    width: 900px;
}

#logo {
    /*float: left;*/
    line-height: 1px;
}

#logo a {
    color: #d74b19;
    font: 50px MyriadProCondensed;
    font-weight: normal;
    line-height: 1px;
    text-decoration: none;
}

#nav {
    float: right;
    list-style: none;
    margin: -81px -16px 0 0;
}

#nav li {
    background: #3c3c3c url(/themes/default/img/nav_gradient.png) center center;
    border-right: 1px solid #3c3c3c;
    float: left;
    height: 39px;
    line-height: 39px;
    list-style-type: none;
    padding: 1px 10px 0px 10px;
}

#nav li:first-child {
    padding-left: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
}

#nav li:last-child {
    border: none;
    padding-right: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
}

#nav li:hover, #nav li.selected {
    background-image: none;
}

#nav li a {
    color: #ffffff;
    font: 15px MyriadProCondensed;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3c3c3c;
    text-transform: uppercase;
    white-space: nowrap;
}

#subnav {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

#subnav li {
    display: inline;
    padding-left: 20px;
}

#subnav li a {
    color: #d74b19;
    font: 15px MyriadProCondensed;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

#content {
    background-color: #ffffff;
    border: 1px solid #70b0ca;
    /*float: left;*/
    font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
    line-height: 1.5;
    margin-top: 25px;
    padding: 15px;
    width: 868px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#content select {
    font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
    margin-bottom: 5px;
    padding: 2px;
    width: 250px;
}

#content input[type=text], #content textarea {
    border: 1px solid #3c3c3c;
    font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
    margin-bottom: 5px;
    padding: 2px;
    width: 250px;
}

#content input[type=submit] {
    font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
    padding: 2px;
}

#footer {
    /*float: left;*/
    font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
    padding: 15px;
    text-align: center;
    width: 870px;
}

