﻿.page
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    background-image: url(HeaderGradient.png);
    height: 65px;
}

#logo
{
    float: left;
    padding-right: 20px;
    padding-top: 3px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
	overflow: hidden;
}

h2
{
	margin-bottom:  0px;
}

#main
{
    padding: 30px 30px 15px 80px;
    background-color: #fff;
    margin-bottom: 10px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#frontPageMain
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    clear: both;
}

#content
{
	float: left;
	width: 700px;
}

.mainPageContent
{
	text-align: center;
}

.mainPageContent img
{
	padding-top: 50px;
	padding-bottom: 20px;
}

.mainPageContent input[type=text]
{
	width: 300px;
}

.mainPageFeatured
{
	padding-top: 120px;
	padding-bottom: 30px;
}

.mainPageFeatured span
{
	font-weight: bold;
}

#advert
{
	float: right;
	width: 170px;
}

#frontPageAdvert
{
	clear: both;
	text-align: center;
}

ul
{
	list-style:		square
}

li
{
	padding: 3pt;
}

.opmlFeedIcon
{
	vertical-align: text-bottom;
}

.opmlFeedIconSection
{
	clear: both;
}

.rssFeedIcon
{
	vertical-align: text-bottom;
}

.rssFeedIconSection
{
	clear: both;
}

.rssFeedDescription
{
	font-style: italic;
}

.rssFeedImageLink
{
	float: left;
	margin: 0px 8px 8px 0px;
}

.rssFeedImage
{
}

.rssItem
{
	margin-bottom: 10px;
}

.rssItemTitle
{
	font-weight: bold;
}

.rssItemBody
{
}

.rssItemFooter
{
	clear: both;
}

.rssItemImage
{
	float: left;
}

cite,.cite,.cite:link
{
	color: green;
	font-style: normal
}

.contactLabel
{
	line-height: 30px;
	float: left;
	width: 120px;
}

.contactBreak
{
	clear: both;
}

.contactField
{
	width: 350px;
}

.contactWorking
{
	margin-top: 20px;
	text-align: center;
	font-size: large;
}

.contactSent
{
	margin-top: 20px;
}

.contactError
{
	color: Red;
}

.tinymce
{
	width: 600px;
}

.error
{
	padding: 1px 1px 1px 1px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

ul#menu li
{
	float: left;
    background: transparent url('ToolbarInactive.png') repeat;
	margin: 0px 5px 0px 10px;
	padding: 0px 8px 0px 8px;
	border-style: solid;
	border-top: none;
	border-width: 1px;
	border-color: #ff9900;
}

ul#menu li a
{
	display: block;
	padding: 0px 2px 0px 2px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

ul#menu li.active
{
    background: transparent url('ToolbarActive.png') repeat;
}

ul#menu li.active a
{
    color: Black;
}
