﻿@import "columns.css";
/* Type */

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}

body, th, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"trebuchet MS", arial, sans-serif;
	font-weight:normal;
}

p {
	padding:0px 0px 10px 0px;
}

h1 {
	font-size:24px;
	line-height:24px;
	margin-bottom: 0.5em;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 0.2em;
	color: #981906;
}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {
	font-size:12px;
}
h6 {font-size:11px;}



a {
	color:#981906;
}
a:hover {
	color:#981906;
}
a.PurpleBoxLink {
	color:#981906;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
a.PurpleBoxLink:hover {
	color:white;
}
a.rss-link {
	display:block;
	background-position:left center;
	background-repeat:no-repeat;
	background-image:url(../design/rss-icon.gif);
	padding:2px 0px 2px 20px;
	color:orange;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
a.rss-link:hover {
	color:white;
}

/* Layout */

body
{
	margin:0 0 0 0;
	padding:0 0 20px 0;
	text-align:center;
	background-color:#5B182A;
	background-image:url('../images/design/body-bg-lg.jpg');
	background-position:center top;
}

#Wrapper
{
	width:980px;
	margin:10px auto 10px auto;
	text-align:left;
	position:relative;
}

#WrapperTop
{
	width:980px;
	height:10px;
	font-family:monospace;
	font-size:0;
	line-height:0;
	background-image:url(../images/design/wrapper-top-long.gif);
}

#WrapperBtm
{
	width:980px;
	height:10px;
	font-family:monospace;
	font-size:0;
	line-height:0;
	background-image:url(../images/design/wrapper-bottom-long.gif);
}
#WrapperMid
{
	background-color:white;
}

#Logo
{
	width:280px;
	height:80px;
	padding-left:25px;
	padding-top:10px;
}
#Logo a
{
	display:block;
	width:270px;
	height:80px;
	background-image:url(../images/design/mosaic-logo.gif);
	background-repeat:no-repeat;
}

#Logo a span
{
	display:none;
}


#Strapline
{
	position:absolute;
	left:758px;
	top:54px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#981906;
	width: 203px;
	text-align: center;
	vertical-align: middle;
}



#Navigation
{
	background-image:url(../images/design/navigation-bar.gif);
	width:920px;
	height:20px;
	margin:10px auto 10px auto;
	padding:10px 10px 10px 10px;
}

#ContentArea
{
	padding:10px 20px 10px 20px;
}

#Footer
{
	padding:0px 20px 5px 20px;
	font-size:11px;
	color:#333333;
	text-align:center;
}

/* Navigation */

#Navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Navigation ul li {
	display: block;
	float: left;
}
#Navigation ul li a {
	border-left:dotted 1px white;
	text-decoration: none;
	display: block;
	color:#DEC068;
	padding:2px 32px 2px 32px;
	font-family:"trebuchet MS", arial, sans-serif;
	text-transform: lowercase;
	line-height:14px;
	font-size:14px;
}
#Navigation ul li a.First {
	border-left:none;
}
#Navigation ul li a:hover {
	color:#981906;
}



.ClearBoth
{
	font-size:0;
	font-family:monospace;
	line-height:0;
	clear:both;

}

