/*
#
## START main navigation in head
#
*/

#navigation {
    width: 860px;
	padding: 0 40px;
}

/*
## other stuff see dropdown
*/

/*
#
## END main navigation in head
#
*/

/*
#
## START containers in right column
#
*/

.contextcontainer {
	width: 193px;
	margin: 0 0 20px 0;
	padding: 8px 8px;
	border-left: 1px dotted #b8b8b8;
    background-color: #eaeaea;
}

.contextcontainer h2 {
    margin: 0 0 0.2em 0;

    color: #0a3a74;

	font-weight: 600;
	font-size: 110%;

	text-transform: uppercase;
}

.contextcontainer h3 {
    margin: 0 0 1em 0;

    color: #b8ae72;

	font-weight: 600;
	font-size: 95%;

	text-transform: uppercase;
	letter-spacing: 0;
}

.contextcontainer p {
    font-size: 80%;
	line-height: 1.4em;
}

.contextcontainer a {
	color: #000000;
	text-decoration: none;
}

.contextcontainer ul {
	margin: 0;
	padding: 0 8px 0 16px;
	border: 0;
}

.contextcontainer li {
	margin: 0 0 0.5em 0;
	padding: 0;
	border: 0;

	color: #0A3A74;

	list-style-type: square;
}

.contextcontainer li a {
	color: #0A3A74;
	font-size: 80%;
}

/*
#
## END containers in right column
#
*/


