@import "home.css";

/* --- custom --- */
/* font-family, color, background */
body {
	color: #010471;
	background: #f3f2cb url("images/side.gif") repeat-y fixed top left;
}
a, a:visited, a.plainlink, a.plainlink:hover, a.plainlink:focus, a.plainlink:visited {
	color: #010471;
}
h1, h2, h3, h4, h5 {
	color: #010471;
}

/* --- static --- */
/* --- util --- */
/* --- page --- */
img {
	float: left;
	padding-right: 10px;
}

/* --- header --- */
#header {
	/* height: 7em; */
}

/* --- content -- */
#content {
	font-size: 95%;
	margin: 0 0 2em 180px;
	padding: 0 0 0 20px;
	height: 100%;
	/* border-left: 1px solid Maroon; */
	border-top: 10px solid #808000;
	border-left: 10px solid #808000;
}
#content .col1 {
	float: left;
	width: 35%; /* all browsers; http://css-discuss.incutio.com/?page=BoxModelHack */
	w\idth: 49%; /* all browsers but IE5.xPC */
	margin-right: 3px;
}
#content .col2 {
	float: right;
	width: 35%; /* all browsers; http://css-discuss.incutio.com/?page=BoxModelHack */
	w\idth: 49%; /* all browsers but IE5.xPC */
}
#content .button {
	color: #ffff00;
	background-color: #010471;
}
#content .sidebar {
	float: right;
	width: 17em;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 80%;
	border-bottom: 1px solid #808000;
	border-left: 1px solid #808000;
	background-color: #D8D8B2;
}
#content .sidebar h3 {
	color: #F2F2CC;
	background-color: #808000;
	font-size: 95%;
	margin: 0;
	padding: 5px;
}
#content .sidebar p, #content .sidebar ul, #content .sidebar li {
	margin: 0;
	padding: 4px 0 0 4px;
}
#content .sidebar p {
	margin-bottom: 1em;
}
#content .sidebar ul, #content .sidebar li {
	list-style-type: none;
}
#content .sidebar ul {
	margin-bottom: 10px;
}
#content .sidebar .bottom {
	font-size: 90%;
	line-height: 1.2em;
	border-top: 2px solid #808000;
	padding-top: 5px;
	margin-bottom: 5px;
}
#content .callout2{
	float: right;
	width: 15em;
	border: 1px solid #808000;
	border-right-width: 2px;
	border-bottom-width: 2px;
	margin: 0 5px 5px 0;
	padding: 4px;
	font-size: 80%;
}
#content .callout2 h3 {
	font-weight: bold;
	margin-top: 0; margin-bottom: 0.5em;
}
#content .callout2 p {
	margin-bottom: 0.75em;
	line-height: 1.2em;
}

#content a:hover, #content a:focus {
	background-color: yellow; /* #7d80ff; */
}

/* --- menu --- */
div#menu {
	position: absolute;
	top: 13em;
	left: 0;
	width: 190px;
	color: #ffff00;
	background-color: transparent;
	font-size: 75%;
	margin: 0;
	padding: 0;
	line-height: 1.25em; /* border: 1px solid green; */
}
div#menu img {
	margin: 0; padding: 0;
}
div#menu ul a, div#menu a {
	color: #ffff00;
	text-align: right;
	font-weight: normal;
}
div#menu ul {
	margin: 5px 0 0 5px; padding: 0;
	border-bottom: 1px solid #808000; /* top is on the li */
}
div#menu ul li {
	margin: 0; padding: 0;
	list-style-type: none;
	border-top: 1px solid #808000;
}
div#menu ul a {
	display: block;
	text-decoration: none;
	padding: 5px 20px 5px 0; /* right padding = border of leftside */
}
div#menu a.active {
	font-weight: bold;
	color: #010471;
	background-color: #f3f2cb;
	padding-right: 20px;
}
div#menu ul li.sub {
	list-style-type: none;
	border-top-style: none;
	border-bottom-style: none;
}
#logoblock {
	text-align: center;
	margin: 80px 15px 10px 5px;
	padding: 10px 0 10px 0;
	color: #010471;
	background-color: #D8D8B2;
	/* border: 1px solid white; */
}
#logoblock p {
	margin: 0; padding: 0;
}
#logoblock a {
	color: #010471 !important;
	background-color: transparent !important;
}
#logoblock a.active {
	font-weight: bold;
	margin-left: 20px;
}
#logoblock img {
	float: none;
}
#logoblock address {
	clear: left;
	position: static;
	margin: 10px 0 0 0; padding: 0;
	font-style: normal;
	font-size: 100%;
	text-align: center;
	background-color: transparent;
}
/* --- footer --- */
#footer {
	margin-right: 20px;
	margin-left: 0;
	padding: 0 2px 0 2px;
	text-align: center;
}
#footer p {
	font-size: 85%;
}
#footer a.active {
	font-weight: bold;
}
#copyright {
	margin-left: 0;
}

