﻿
/* body */

body
{
	font-size: 0.8em;
	font-family:  Verdana, Arial, Sans-Serif;
	color: black;
	background-color: white;
}

div.bg
{
	background-image: url(../media/pagebg.gif);
	background-position: 10em;
}

/* display control */

.textonly
{
	display: none;
}

/* default anchors */

a 
{
	color: #c62121;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* header */

div.header
{
	background-color: #c62121;
	position: relative;
}

div.header div.logo
{
	height: 7em;
	padding: 0;
	vertical-align: middle;
	float: left;
}

div.header div.logo img
{
	border: 0;
}

div.header div.logo h1
{
	display: none;
}

div.header div.masthead
{
	height: 7em;
}

div.header div.masthead p
{
	color: White;
	text-align: right;
	font-weight: bold;	
	padding: 1em;
}

/* main menu */

div.mainmenu
{
	background-color: black;
	padding: 0.4em;
}

div.mainmenu ul
{
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
}

div.mainmenu ul li
{
	display: block;
	float: left;
	width: auto;
	padding: 0 1em 0 1em;
	border-left: solid 1px #888888;
	margin: 0;
}

div.mainmenu ul li.first
{
	border: 0;
}

div.mainmenu ul li a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

div.mainmenu ul li a:hover
{
	color: red;
}


/* sidebar menu */

div.sidemenu
{
	background-color: black;
}

div.sidemenu ul
{
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #888888;
}

div.sidemenu ul li a
{
	display: block;
	border-top: solid 1px #888888;
	height: 3em;
	font-size: 0.9em;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 0.4em;
	list-style-type: none;
}

div.sidemenu ul li a:hover
{
	color: #c62121;		
}

div.sidemenu ul li a.subscribe
{
	padding-right: 18px;
	background-image: url(../media/rss.png);
	background-repeat: no-repeat;
	background-position: 6.4em 0.4em;
}

/* content placeholder */

div.contentarea
{
	margin: 2em;
}

/* footer */

div.pagefooter
{ 
	font-size: 0.8em;
	border-top: solid 1px #696969;
	height: auto;
	background-color: white;
	color: #696969;
	text-align: right;
	padding: 1em 1em;
}

/* content */

h2
{
	font-size: 1.4em;
	font-weight: bold;
	margin: 1em 0 0.6em 0;
}

h3
{
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 0.4em;
	margin-bottom: 0.4em;
	margin-top: 2em;
}

p
{
	margin-bottom: 1em;
	margin-left: 1em;
}

.nowrap
{
	white-space: nowrap;
}

div.contentarea img.right
{
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
}

div.contentarea img.left
{
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 1em; 
}

/* right column */

div.rightcol
{
	margin-bottom: 1em;
}

/* breadcrumb trails */

div.breadcrumb
{
	font-size: 0.9em;
	padding-bottom: 0.2em;
	color: #696969;
	border-bottom: solid 1px #696969;
}

/* Site Map */

div.sitemap a
{ 
	font-weight: bold; 
}

div.sitemap ol
{
	margin-top: 2em;
}

div.sitemap ul
{
	margin-bottom: 1em;
}

div.sitemap li
{
	margin-bottom: 0.4em;
}


/* links page */

ul.links
{
	margin: 2em 1em 0 1em;
	padding: 0;
}

ul.links li
{
	list-style-type: none;
	height: auto;
	margin: 0 0 2em 0;
	clear: left;
}


ul.links li a img
{
	float: left;
	border: solid 1px  #696969;
	margin: 0 1em 1em 0;
}
