﻿/*** The contents of this file were (ostensibly) written by Owen Briggs
@ www.thenoodleincident.com, and any Copyright rests with him. No
credit for the work that has gone into researching the use of font
sizes and styles rests with ClevaTreva Designs. 100% Kudos to Owen.
This is an EDITED version of the original! You will want to play with
these settings to make your own style for fonts and color other
bits. ***/

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:100.1%; Don't change this setting. Make all other
font-sizes in % (preferred) or ems 
	color:#000000;
	}
a {
	text-decoration: none;
	font-weight: bold;
	outline: none;
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
hr {
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #ccc; /* for ie */
	background-color: #ccc; /* for everyone else */
	height: 1px;
	}
p {
	font-size: 90%;
	line-height: 1.1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em; 
	}
li {
	font-size: 90%;
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em; 
	}
ul {
	margin-top: 1.0em;
	margin-bottom: 1.0em; 
	}
td {
	font-size: 90%;
	}
hr {
	margin-top: 2.0em;
	margin-bottom: 2.0em;
	}
img {
	border: 0;
	}
/*** the following styles and notes are (c) Copyright
Big John @ www.positioniseverything.net ***/
div,p{margin:0}

.italics-test, .italics-test-side {
font-style: italic; 
text-align: justify; 
}

/***
    Added manually
***/
#mainnav {	
	height:22px;
	/***background-color:transparent;***/
	background-color:#B50C00;   /***Added 04/06/2006 applied to main navigation menu***/
	font-size:1em;
	/***background-image:url(Images/mainnav_bg.gif);***/    /***Added 04/06/2006***/
	background-repeat:repeat-x;
	background-position:bottom left;	
}

html>body #mainnav {height:21px;}

#mainnav a {}

#mainnav a:hover {}

#mainnav table {text-align:right;}

#mainnav .item {
	padding:0em 1em; 
	/***border-top:6px solid #FFFFFF;***/
	border-top:6px solid #B50C00;   /***Added 04/06/2006 applied to main menu item***/
	font-weight:bold;
	font-size:medium;
	/***color:#6D584D;***/
	color:#FFFFFF;
}

html>body #mainnav .item {border-top:6px solid transparent;} 

#mainnav .hover{}

#mainnav .selected {
	/***border-top:6px solid #FAEBE7;***/   /***Added 04/06/2006***/
	border-top:6px solid #9999FF;
	/***background-color:Blue;***/  /***Added 04/06/2006***/
	background-image:url(Images/mainnavselected.gif);
	/***background-repeat:repeat-x;***/
	background-repeat:repeat-x;
}

html>body #mainnav .selected 
{
    /***border-top:6px solid #FAEBE7;***/
    border-top:6px solid #c659c0;    /***Added 04/06/2006***/
} 

#maincontent {
	margin:2px;
	padding:4em 2em;
	/*border:1px solid #EAA6CB;*/
	/*background-color:Blue;*/  /*Added on 04/04/2006*/
	/*background-image:url(Images/maincontent_bg.gif);*/
	background-color:#FFFFFF; /*Added on 04/04/2006*/
	background-repeat:no-repeat;
	background-position:top right;
}
#maincontent .teaser {
	margin:-0.7em 0 0 0;
	color:#A68866;
}

#maincontent h2:before{content: url(Images/magnolia_small.gif);}

#maincontent fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #EEA2CD;
	color:#573922;
}

#maincontent legend {background-color:#FFFFFF;}

* html #maincontent legend {padding:0.5em;}

#maincontent label {line-height:2em;} 

#maincontent .txtBox {
    border:1px solid #DDD1C4;
    font-size:1em;
    /*background-color:#F5F2EF;*/
    background-color:White;
}

html>body #maincontent .txtBox {font-size:1.2em;}

#maincontent .txtBox:focus {background-color:White;} /*#FFFFFF;}*/
    
#maincontent caption {
    text-align:left; 
    font-weight:bold;
}

#maincontent table tr td {padding: 0.2em 0.5em;} 
/***
    End of adding
***/

