/* Copyright (C) 2007 Alex Collins
   All Rights Reserved.
*/
.title {
	font-weight: bold;
	margin-top: 0;
	top: 1px;
	font-size: 53px;
	color: #FFFFFF;
}

.title a {
	font-size: 53px;
}

.slogan {
	position: absolute;
	font-size: 20px;
	color: #D0D0D0;
	font-style: italic;
	top: 70px;
}

.error {
	color: #FF0000;
	font-size: 16px;
}

body {
	height: 100%;
	background: #DFDFDF;
	background-image: url(/images/topgrad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #000000;
	font-family: Georgia,Helvetica,Arial,Sans-Serif;
	font-size: 11pt;
	margin:0px;
}

a {
	color: #7AA6A9;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: 1px inset;
}

div.content {
	position: absolute;
	top: 5.5em;
	left: 1em;
	width: 70%;
}

div.content a {
	font-size: 10pt;
}

div.rss_box {
	position: absolute;
	top: 7.1em;
	right: 5px;
}

div.rss_box a {
	font-size: 8pt;
}

div.rss_box a:hover {
	background-color: #7AA6A9;
}

div.rss_box a:hover {
	text-decoration: underline;
	background-color: #7AA6A9;
	color: #DFDFDF;
}

div.toolbox {
	color: #D0D0D0;
	position: absolute; 
	top: 1px;
	right: 5px; 
	text-align: right;
}

div.toolbox a {
	color: #FFFFFF;
}

div.titles {
	position: fixed;
	top: 1px;
	left: 1px;
}

div.menu {
	background-color: #DDE7A8;
	width: 100%;
	margin:0pt;
	padding:0pt;
}


div.menuitem {
	left: 10px;
	background-color: #7AA6A9;/* #DDE7A8; */
	text-decoration: none;
	border-style: groove;
	border-color: #DFDFDF;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-width: 3px;
	/*color: #808080;*/
	color: #DDE7A8;
}

div.menuitem a {
	color: #FFFFFF;
}

div.menuitem:hover {
	background-color: #DDE7A8;
	border-color: #DFDFDF;
}

.footer {
	padding-top: 1em;
	font-size: 8pt;
}

.footer > a {
	font-size: 8pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-weight: bold;
}

img {
	border-style: none;
}

p.centre {
	text-align: center;
}

p.right {
	text-align: right;
}

#ss {
	cursor: pointer;
}

label {
	padding-right: 1em;
}

/* form styles */
input, textarea {
	border-style: solid;
	border-width: thin;
	border-color: #000000;
}

fieldset {
	border-style: none;
}
/* END FORM STYLES */

/* nav styles */
/** Thanks to http://phoenity.com/newtedge/horizontal_nav/ for the following concepts (customised somewhat by myself) **/
ul.nav,
.nav ul {
/*Remove all spacings from the list items*/
	top: 4.0em;
	position: absolute;
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	width: 100%;
}

ul.nav {
	display: table;
	background-color: #7AA6A9;
	color: #DFDFDF;
	font-weight: bold;
}

ul.nav a {
	text-decoration: none;
	color: inherit; /*369;*/
	background-color: inherit;

}

ul.nav>li {
	display: table-cell;
	position: relative;
	padding: 2px 4px;
}

.nav ul li a {
	padding: 2px 5px;
}

.blogMnu a { 
	text-decoration: underline;
}

/*** Menu colors (customizable) ***/

ul.nav li:hover,
ul.nav li a:hover {
	background-color: #DFDFDF;
	color: #7AA6A9; 
}

ul.nav li:active,
ul.nav li a:active {
	background-color: #DFDFDF;
	color: #7AA6A9;
}

ul.nav,
.nav ul {
	border-bottom: 1px solid #D0D0D0;
}

li.nav,
.nav li {
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

li.nav_filler,
.nav_filler li {
	width: 100%;
	border-right: none;
	border-bottom: inherit;
}

li.nav_active {
	background-color: #DFDFDF;
	color: #7AA6A9;
}

#nf:hover {
	background-color: #7AA6A9;
	color: #DFDFDF;
}

.tbl_lalign {
	text-align: left;
}
