@charset "utf-8";
/* CSS Document */

/* Text Colors */
body{color:#747678;}
.sidebar ul a{color:#9A9EA4;}
a,h4{color:#21556e;}
h6{color:#7A7E82;}
a:hover{color:#1981AF;}
h1{color:#9C220A;}
h2,h3,h5{color:#0B5D9C;}

.tele{color:#E9F0F8;}
.add {color:#E9F0F8;}

.banner h3, .banner p{color:#fff;}
.banner a{color:#fff;}
	.banner a:hover{color:#A3B7D8;}
	
.nav li:hover ul li a{color:#fff;}

.nav a, .nav li:hover a, .sidebar h5{color:#7A7E82;}
.nav li li a:hover{color:#fff;}

.sidebar h5, .sidebar h5 a{color:#21556e;}
.sidebar form h5{color:#2e1316;}
.sidebar label, .sidebar form p{color:#585858;}
.sidebar #reset{color:#555;}
label.error{color:#670206;}

.footer, .footer a{color:#eee;}

/* BG Colors */
body,.header{background-color:#2A5999;}
blockquote{background-color:#eee;}
#content a:hover{background-color:#ECF0F7;}

.wrap{background-color:#efefef;}
.banner{background-color:#113F8D;}
.nav li:hover{background-color:#C0C1C2;}
.nav ul{background-color:#9C220A;}
.nav li li:hover{background-color:#7A7E82;}

.sidebar form h5{background-color:#efefef;}
input, textarea, #reset{background-color:#e2e2e2;}
#submit{background-color:#1e4078;}
label.error{background-color:#ffe0e0;}

.footer{background-color:#456ea6;}
.footer a:hover{background-color:#2F7D9F;}


/* Border Colors */
.sidebar a, #content a{border-bottom-color:#747678;}
#content img{border-color:#bbb;}
.header, .nav{border-color:#0E2C62;}
.error{border-color:#cc0000;}


/* Shadows */
.nav,.wrap,.footer{box-shadow:0 .1em 1em #112b38; -moz-box-shadow:0 .1em 1em #112b38; -webkit-box-shadow:0 .1em 1em #112b38;}
.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;}

