﻿
/* body */

body
{
	font-size: 0.8em;
	font-family:  'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: black;
	background-color: white;
	min-width: 760px;
}

div.bg
{
	background-image: url(../media/pagebg.gif);
	background-position: 10em;
}

/* display control */

.textonly
{
	display: none;
}

/* header */

div.header
{
	background-color: #ffcc33;
	height: 105px;
}

div.header div.logo
{
	float: left;
	height: 8em;
	width: 22em;
	background-color: white;
	width: 250px;
	height: 105px;
}

div.header div.logo img
{
	margin: 10px;
	border: 0;
}

div.header div.masthead
{
	background-image: url(../media/masthead.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 105px;
	width: auto;
	margin-left: 250px;
}

div.header div.masthead h1
{
	display: none;
}

div.header div.masthead p
{
	display: none;
}

/* main menu */

div.mainmenu
{
	background-color: black;
	padding: 0.4em;
	height: 1.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-right: solid 1px #888888;
	margin: 0;
}

div.mainmenu ul li.last
{
	border: 0;
}

div.mainmenu ul li a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

div.mainmenu ul li a:hover
{
	color: #ffcc33;
}


/* sidebar menu */

div.sidemenu
{
	background-color: black;
	width: 10em;
	float: left;
}

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;
}

div.sidemenu ul li a:hover
{
	color: #ffcc33;		
}

div.sidemenu ul li a.subscribe
{
	padding-right: 18px;
	background-image: url(../media/rss.png);
	background-repeat: no-repeat;
	background-position: 5.6em 0.6em;
}





/* content placeholder */

div.contentarea
{
	margin: 2em;
}



/* footer */

div.pagefooter
{ 
	clear: both;
	font-size: 0.8em;
	border-top: solid 1px #696969;
	height: auto;
	background-color: white;
	color: #696969;
	text-align: right;
	padding: 1em 1em;
}


/* right column */

div.rightcol
{
	float: right;
	width: 14.5em;
}

div.rightcol div.campaigns
{
	text-align: left;
}

div.rightcol div.campaigns img
{
	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;
}

