/* Main Layout */
body {background:#e3f3f9 url(/static/img/background/page.png) repeat-x; color:#555; margin:0}

a:link, a:visited, a:active {color:#0077aa;}
a:hover {text-decoration:underline;}

div#global_nav {color:#fff; height:30px; padding:6px 0 0}
    div#global_nav a:link,
    div#global_nav a:visited,
    div#global_nav a:active {color:#fff}

div#header {}
    div#header h1 {margin:0;padding:0;position:absolute;text-indent:-99999px}
    
div#body {clear:both; overflow:hidden; padding:18px 0 0}

div#footer {border-top:1px dotted #52bce8; clear:both; margin-top:78px; padding:18px 0 0}



/* Forms */
legend {font-size: 2em; font-weight: normal}
table th {background:transparent}
    table th label {text-transform:capitalize;}
    table input {margin:0.5em 0;border:1px solid #bbb;}
    table input {border:1px solid #666;}
    table input {width:300px;padding:5px;}

ul.errorlist {margin: -5px 0 0}
    ul.errorlist li {color: #ff0000; font-weight:bold}


/* Lists */
ul {list-style:none; margin-left:0}

dl.faqs {}
dl.faqs dd {margin-bottom:18px}





/* Home Page */
div#home div.colborder {border-color:#52BCE8; border-style:dotted; min-height:280px;}

a.call_to_action {font-size:1.3em; font-weight: bold; margin-bottom:1em}


/* Quotes */
blockquote {
    margin: 18px 0;
    padding: 0 35px;
}

blockquote:before, 
blockquote:after {
    color: #69c;
    display: block;
    font-size: 700%;
    width: 60px;
}

blockquote:before {
    content: open-quote;
    height: 26px;
    margin-left: -0.42em;

}

blockquote:after {
    content: close-quote;
    height: 50px;
    margin-top: -75px;
    margin-left: 190px;
}