body  {
	font: 14px Helvetica, Arial, sans-serif;
	background: #E9E9E9 url(images/shadow.gif) repeat-y center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4A4537;
        line-height: 150%;
} 
.thrColFixHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
        width: 950px;
	height: 200px; 
	background: transparent url(images/header.jpg) no-repeat top left; 
	padding: 0 0 0 30px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*border-bottom: 1px solid #666666;*/
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 10px 0; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	font-size: 12px;
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 10px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0;
}
.thrColFixHdr #mainContent {
	float: left;
	width: 500px; 
	margin: 0 0 0 15px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { 
	padding: 0.5em 1em; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0092CF;
        text-align:center;
        color:#FFFFFF;
        font-size: 12px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {text-size:140%; line-height:110%; font-weight:bold; color:#0092CF;}
h2 {text-size:130%; line-height:110%; font-weight:bold; color:#0092CF;}
h3 {text-size:120%; line-height:110%; font-weight:bold; color:#019BDB;}
h4 {text-size:110%; line-height:110%; font-weight:bold; color:#0092CF;}
h5 {text-size:100%; line-height:110%; font-weight:bold; color:#0092CF;}
h6 {text-size:90%; line-height:110%; font-weight:bold; color:#0092CF;}

#breadcrumbs {
	width: 510px;
	text-align: left;
	border-bottom: dotted 1px #A2A2A2;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
}
#breadcrumbs a {color:#5B5544; font-weight:bold; text-decoration:none;}
#breadcrumbs a:hover {color:#CC5E03; font-weight:bold; text-decoration:none;}

/*---------------- Sidebar1 Text Stylings ---------------*/
.non_nav {padding:1em;}
.non_nav a {font-size:90%; color: #0092CF; text-decoration: none;}
.non_nav a:hover {color: #7BC243; text-decoration: none;}

/* Navigation */
.navigation {margin:0; font-size:100%; padding:0;}
.navigation ul {margin: 0; padding: 0; background:#61BC47; }
.navigation li {display:inline;}
.navigation li a {font:bold 90%/159% Arial; display:block; color:#FFFFFF; padding:0.5em 1em; text-decoration:none; border-top:2px solid #FFFFFF; }
.navigation li a:hover {color:#FFFFFF; background:#0092CF;}
.navigation ul ul {padding:0 0 0 0; background:#7fd467;}
.navigation ul ul li a {padding:0.3em 1em 0.3em 1.5em; font:normal normal 90%/136% Arial; border-top:1px dotted #FFFFFF;}
.navigation ul ul ul {padding:0 0 0 0.1em; background:#FFF;}
.navigation ul ul ul li a {padding:0.3em 1em 0.3em 1.5em; color: #000000; font:normal normal 90%/136% Arial; border-top:1px dotted #FFFFFF;}
.navigation ul ul li a.menu-title {font:normal normal 85%/136% Arial;}
.navigation li.closed ul {display:none;}
.navigation .menu-selected {color:#F4191F;}
.navigation a .on {color:#00FF00;}

/*---------------- Sidebar2 Text Stylings ---------------*/
.thrColFixHdr #sidebar2 a {color: #0092CF; font-weight: bold; text-decoration: underline;}
.thrColFixHdr #sidebar2 a:hover {color: #7BC243; font-weight: bold; text-decoration: none;}

/*---------------- Searchbox ----------------------------*/
#searchdiv {float: right; text-align: right; vertical-align: middle; width: 400px; padding: 0; margin: 15px 10px 0 0;}

/*---------------- Main Content Text Stylings ---------------*/
.thrColFixHdr #mainContent {font-size: 100%;}
.thrColFixHdr #mainContent a {color: #0092CF; font-weight: bold; text-decoration: none;}
.thrColFixHdr #mainContent a:hover {color: #7BC243; font-weight: bold; text-decoration: none;}
.thrColFixHdr #mainContent ul {margin:0 0 0 3em; padding:0;}
.thrColFixHdr #mainContent ul li {margin:0.8em 0;}
.thrColFixHdr #mainContent ol {margin:0 0 0 3em; padding:0;}
.thrColFixHdr #mainContent ol li {margin:0.8em 0;}
.thrColFixHdr #mainContent h3 {color: #029ADD; }
blockquote {background: #E9E9E9; margin: 5px 10px 5px 10px; padding: 5px 10px 5px 10px; border: 1px dotted #666666;}

/*--------------- Anynews Styles ---------------------*/
#mynews strong { font-size: 14px; color: #019BDB; }
#mynews p { font-size: 80%; }
#mynews h2 { font-size: 16px; }

/*-------- Mailing List Wrapper --------*/
.formwrapper {
	background:#0092CF;
	color:#FFFFFF;
	padding:1em;
}

.formwrapper input {
	margin:0.5em 0;
}


.formname {
	color:#545454;
}

.formemail {
	color:#545454;
}


/*-- News Items Table Handling --*/

#mainContent table.photo {
	margin: 0 0 5px 10px;
	font-size: 11px;
	line-height: normal;
	color: #333333;
}

#mainContent table.photo img {
	border: 1px solid #333333;
}

/* The following is some custom classes for the handling of forms on some pages of the Mark Clarke site. If you make changes to the forms in Website Baker you should be careful to ensure any class and style changes are handled here. */

/* Contact Form */

div.field_options input.error { /* Change the appearance of input fields that are in error */
	background: #CC99CC;
	border: 1px solid #FF0000;
}

div.field_options ul.fields_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.field_options li.field {
	display: block;
}