/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family: Verdana, Sans-Serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.2;
	color: black;
	background: white;
	font-size: 80%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

b,strong {
	font-weight: bold;
}


a {
	color: #000080;
}
a:hover {
	color: #800000;
}


/* layout */
.header {
	height: 140px;
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
}
.navigation {
	height: 27px;
	background-color: #444;
}

.navigation ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 30px;
	padding:0 0 0 0;
	white-space:nowrap;
}
.navigation li {
	float:left;
	margin:0;
	padding: 4px 0 0 3px;
	color: #fff;
}
.navigation li a {
	color: #fff;
	text-decoration: none;
}

.navigation li a:hover {
	color: #fff;
	text-decoration: underline;
}
.navigation li.active a {
	font-weight: bold;
	color: #ff0000;
}

.sidebar ul li {
	padding-left: 18px;
	background-image: url('../img/icons/bullet_black.png');
	background-repeat: no-repeat;
	font-size: 1em;
	color: #444;
	padding-bottom: 5px;
}
.sidebar ul li a {
	text-decoration: none;
	color: #333;
}
.sidebar ul li a:hover {
	color: #ff0000;
}

.body .sidebar ul .active {
	font-weight: bold;
}

.body {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	min-height: 400px;
}
.body .sidebar {
	width: 200px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.body .main {
	border-left: 1px solid #485cc4;
	float: left;
	padding-left: 20px;
	width: 750px;
}

.banderole {
	clear: both;
	height: 27px;
	background-color: #444;
	position: relative;
}

.banderole .logo {
	width: 66px;
	height: 65px;
	position: absolute;
	top: -19px;
	left: 55px;
	background-image: url(../img/logo_footer.png);
}

.footer {
	clear: both;
	height: 120px;
}

.footer .service {
	width: 300px;
	margin-top: 10px;
	float: left;
	font-size: 80%;
}
.footer .service ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.footer .service li a {
	color: #444;
	text-decoration: none;
}
.footer .service li a:hover {
	color: #000080;
	text-decoration: underline;
}

.footer .address {
	color: #444;
	width: 300px;
	margin-left: 200px;
	margin-top: 10px;
	float:left;
	font-size: 80%;
}
