@charset "utf-8";
/* CSS Document */

/* Text Colors */
body,.header, #content, .nav li a{color:#333;}
h1,h3,h5{color:#323956;}
a{color:#001dcd;}
.sidebar a:hover,#content a:hover{color:#000;}
h2{color:#333;}
.consult,.newsletters a, .newsletters, .nav li a, .sidebar h6,.sidebar h6 a, .sidebar ul a, .sidebar ul, .sidebar form h5, .sidebar label, .sidebar form a, .tele, .add, .sidebar #submit{color:#fff;}
.brand, .brand:hover{color:#1f2e1f;}
.sidebar #reset{color:#555;}
label.error{color:#670206;}
.footer, .footer a{color:#ddd;}

/* BG Colors */
body, .nav ul{background-color:#434242;}
blockquote{background-color:#eee;}
.sidebar a:hover,#content a:hover{background-color:#ECF0F7;}
.container,#content{background-color:#fff;}
.wrap,.nav li:hover{background-color:#323956;}
.nav li li:hover{background-color:#121936;}
.sidebar{background-color:#323956;}

.sidebar h6, #submit{background-color:#121936;}
input, textarea, #reset{background-color:#e2e2e2;}
label.error{background-color:#ffe0e0;}

.footer a:hover{background-color:#36432C;}

/* Border Colors */
.banner{border-color:#fff;}
.sidebar h6{border:.1em solid #666;border-width:.1em 0;}
#content a{border-color:#323956;}
#content img{border-color:#bbb;}
.header{border-color:#c5cbc6;}
.error{border-color:#cc0000;}
.sidebar img{border-color:#425236;}


/* Shadows */
.header,.wrap{box-shadow:0 .1em 1em #0A0F0A; -moz-box-shadow:0 .1em 1em #0A0F0A; -webkit-box-shadow:0 .1em 1em #0A0F0A;}
.nav li ul{box-shadow:-.2em .2em .5em #bbc4cb; -moz-box-shadow:-.2em .2em .5em #bbc4cb; -webkit-box-shadow:-.2em .2em .5em #bbc4cb;}
label.error{box-shadow:0 .1em .4em #999; -moz-box-shadow:0 .1em .4em #999; -webkit-box-shadow:0 .1em .4em #999;}

.sidebar .newsletters { padding: 0.5em; color: #FFF; }
.sidebar .newsletters a { text-decoration: none; color: #FFF; }
.sidebar .newsletters a:hover { text-decoration: underline; color: #CCC; }

#content .newsletters { color: #000; }
#content .newsletters a { text-decoration: none; color: #000; }
#content .newsletters a:hover { text-decoration: underline; color: #228; }


