/* START mini reset */
html, body, div, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label,
th, td, table,
ul, ol, li, dd, dt, dl,
img, a img  {
    margin: 0;
    padding: 0;
    border: none;
    text-align:left;
    vertical-align:top;
}
ul, ol { list-style: none; }
table { border-collapse:collapse; border-spacing:0; }
th, td {text-align:left; vertical-align:top; font-weight: normal;}
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size: 1em; }
/* END mini reset */

/* START base typography */
h1, h2, h3, h4, h5, h6 {
    color: #009fc6;
    font-weight: bold;
}
h1 {
    background: url(/media/images/logo-h1.png) 0px 2px no-repeat;
    padding-left: 35px;
    font-family: "Trebuchet MS", "Verdana", "Arial", sans-serif;
    font-size: 26px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 2px solid #ffc195;
}
a { color: #00aeef; text-decoration: none; }
li a {
    font-size: 10px;
    color: #333;
    border-bottom: 1px solid #333;
    font-weight: normal;
}
a:hover { text-decoration: underline; }
a:hover { color: #00aeef; text-decoration: none; }
em { color: #ff6900; font-style: normal; }
li { font-weight: bold; /*font-size: 10px;*/ }
p { margin-bottom: 8px; }
body {
    font-family: "Verdana", sans-serif;
    font-size: 11px;
    line-height: 17px;
    color: #666;
}
/* END base typography */

/* START layout */
h2 {
    border-bottom: 2px solid #ffc195;
    margin: 0 -2px 2px;
    padding: 0 2px 3px;;
    font-size: 13px;
}
html {
    height: 100%;
}
#logo {
    background: url(/media/images/logo-bg.png) top left no-repeat #ffffff ;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 450px;
    height: 450px;
    z-index: -1000;
}
body {
    width: 100%;
    height: 100%;
    text-align: center;
}
div.container {
    width: 800px;
    margin: 0 auto;
    padding-top: 5px;
    text-align: left;
    position: relative;
}
div#container div.shade {
    background-color: #666;
    position: absolute;
    z-index: -100;
    filter: alpha(opacity=40);
    opacity: 0.4;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
div.container div.box {
    float: left;
    display: inline;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: #fff;
    margin: 5px 10px;
}

div.external img { display: block; }
div.line {clear: left;}

div.sidebar { width: 180px; }
div.content { width: 580px; }

div.placeholder {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 460px;
}

div.intro { width: 460px; min-height: 250px; }
div.intro div.text { min-height: 244px; position:relative; /* height - padding */ }
div.mrect { width: 300px; min-height: 250px; }
div.mrect div.text { min-height: 244px; /* height - padding */ }
div.srect { width: 180px; min-height: 150px; }
div.srect div.text { min-height: 144px; /* height - padding */ }
div.srect2 { width: 380px; min-height: 150px; }
div.srect2 div.text { min-height: 144px; /* height - padding */ }
div.wide { width: 780px; }
div.cta {
    -webkit-border-radius:6px;
    -moz-border-radius:6px 6px 6px 6px;
    background:url("/media/images/cta-arrow.gif") no-repeat scroll right center #EE7C09;
    border:4px solid #EE7C09;
    bottom:12px;
    height:20px;
    padding:0 25px 0 6px;
    position:absolute;
    right:14px;
    width:auto;
}
div.cta a {
    color:white;
    font-weight:bold;
    font-size:14px;
    display:block;
    padding:1px 0 0;
}

div.text {
    padding: 3px 5px;
    border: 1px solid #e5e5e5;
    background: url(/media/images/gradient.png) bottom left repeat-x #ffffff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
div.wide div.text { background-position: center; }
p.success {
    color:green;
    font-weight:bold;
}
span.tip {
    font-size:10px;
    font-weight:normal;
    color:#f49c11;
}
/* END layout */
/* START forms */
form dl {
    width: auto;
}
form label {
    color: #009fc6;
    font-weight: bold;
}
form dt {
    display: inline;
    float: left;
    width: 150px;
    margin-right: -150px;
    text-align: right;
    clear: left;
}
form dd {
    margin-left: 160px;
    margin-bottom: 1em;
    width: auto;
}
form ul.errors li {
    color: #f00;
    font-weight: normal;
}

form input,
form textarea,
form select {
    font-family: "verdana", sans-serif;
    font-size: 1em;
    border: 1px solid #009fc6;
    width:250px;
    padding:3px;
}
form select {
    width: 258px;
}
form input[type=text] {
    height:13pxpx;
}
form textarea {
    height:100px;
}
form input.submit,
form input[type=submit] {
    border: 2px solid #ff6900;
    background-color: #fff;
    padding: 3px;
    color: white;
    color: #009fc6;
    font-weight: bold;
}
/* END forms */

