/*##### START: Reset Style #####*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
/*##### END: Reset Style #####*/

body {
	padding: 0 360px 0 360px;
	margin: 0;
	text-align: center;
	background: #9d8752;
}

#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 41%;
	max-width: 200px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background: #cc9900;
	margin: 0 -360px 0 -360px;
	min-width: 600px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; }


/* * --- stop copying, but be sure to grab IE's max-width, just above the body-tag --- * * * * * * * * * * * * * * */

body { font-family: Tahoma, sans-serif; }

#sidebar {
	width: 20%;
	float: left;
	display: inline;
	text-align: left;
	margin-left: 6%;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .9em;
  padding-left: 2px;
	padding-top: 0;
  background: url(gifs/bgkLeft.gif) repeat-y;/*  100% 0 */

}

#content {
	width: 62%;
	margin-right: 8%;
	text-align: justify;
	display: inline;
	float: right;
	padding-bottom: 3em;
}

.header {
  width: 100%;
  color: #000000;
  padding: 5px 0;
  text-align: center;
  background: url(gifs/logo-n353pj.gif) no-repeat 50px 7px;
} /* "jello" BG is made to be in fixed position here */

/*\*/
* html .header {background-position: 10px 3px;}
/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

.header span {color: #000000;}

/*********** Nav Bar Rules *************/

#navbar ul li a:link, #navbar ul li a:visited {
  color: #d68e2b;
  background-color: #74633c;
  text-decoration: none;
  border-left: solid #ffcd59 15px;
  border-right: solid #000000 1px;
  border-top: solid #000000 1px;
  border-bottom: solid #000000 1px;
  margin: 1px;
  padding: 1px;
  display: inline;

}

#navbar ul li a:hover {
  color: #9d1840;
  background-color: #fff95d;
  border-left: solid #74633c 15px;
  border-right: none #808000 1px;

}

#navbar a.current {
  text-decoration: none;

}

#navbar ul li {
  margin: 0px; padding: 0px; list-style-type: none; display: inline;

}

#navbar ul {
  margin: 0px; padding: 0px;

}

#footer {
  width: 99%;
  margin: 8px;
  text-align: center;
  font-size: xx-small;
  clear: both;
  border: solid 1px #dad080;
}

/*
p,
label {
	margin: .95em 0em .95em 0em;
	font-size: 13px;
	line-height: 1.2;
}
*/

/* http://positioniseverything.net/easyclearing */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
  clear: both;

}

/* * * Decorative Styles * * */
h1 {
	font-family: Georgia, serif;
	text-align: center;
	padding: 10px 0 5px 0;
	margin: 0;

}

h2 {
	background: black;
	color: white;
	padding: 2px;
}

p { }

.fill { color: #aaa; }

.back {text-align: right; padding: 3px 10px 0 0;}

.alignright {margin: 30px 0; text-align: right;}

.small {font-size: .8em;}

.return {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20em;
  text-align: right;
  font-size: .9em;
  line-height: 1.4;

}

.return a {
  color: #000000;

}

#sidebar a {color: #686;}

/************ Email Form Rules ************/

#email_form {

  font-weight: bolder;
  width: 95%;
  background-color: #c0c0c0;
  border: solid 2px #dad080;
  margin: 2px;

}
#email_form form {

  /*margin: 0 0 2em -20%;  */
    position: relative;

}

#email_form form p {

  width: 100%;
  clear: both;

}

#email_form form p label {

  float: left;
  margin: 3px;

}

#email_form form p input, form p textarea, form p select {

  float: right;
  margin: 3px;

}




/************ Quote Form Rules ************/

#quote-form {
  font-weight: bolder;
  width: 400px;
  background-color: #c0c0c0;
  border: solid 2px #dad080;


}

#quote-form form {
  /*margin: 0 0 2em -20%;*/
  position: relative;

}

#quote-form form p {
  width: 400px;
  clear: both;

}

#quote-form form p label {
  float: left;

}

#quote-form form p input, form p textarea, form p select {
  float: right;

}


/* * * Form Styles * * */

/* form {
  margin: 0 0 2em -20%;
  position: relative;

}
*/

/*\*/
* html form {height: 0;}
/* Holly hack */

/*

label input {
  width: 40%;

}

label span {
	display: block;
	float: left;
	width: 40%;
	text-align: right;
	padding-right: 2%;
}

label.max {
  padding-top: 25px;

}

.submit {
  text-align: center;
  padding-top: 20px;

}

*/

/************** CKEditor Style Requirements ****************/


div.editable {
	border: solid 2px Transparent;
	padding-left: 15px;
	padding-right: 15px;
}

div.editable:hover {
	border-color: black;
}

/*
Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

fieldset
{
	margin: 0;
	padding: 10px;
}

form
{
	margin: 0;
	padding: 0;
}

pre
{
	background-color: #F7F7F7;
	border: 1px solid #D7D7D7;
	overflow: auto;
	margin: 0;
	padding: 0.25em;
}

#alerts
{
	color: Red;
}

#footer hr
{
	margin: 10px 0 15px 0;
	height: 1px;
	border: solid 1px gray;
	border-bottom: none;
}


#outputSample
{
	width: 100%;
	table-layout: fixed;
}

#outputSample thead th
{
	color: #dddddd;
	background-color: #999999;
	padding: 4px;
	white-space: nowrap;
}

#outputSample tbody th
{
	vertical-align: top;
	text-align: left;
}

#outputSample pre
{
	margin: 0;
	padding: 0;
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla*/
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

/********************** sidebarnav requirements ********************/

#sidebarnav {
   width:180px;
   float:left;
   /*background-color:#dfdfdf;*/
   border-right:1px solid #999999;
   padding-bottom:10px;
}

/* Menu link styles */
.mainMenuLink{
   display:block;
   width:160px;
   padding:2px 5px;
   text-decoration:none;
   color:#993300;
   margin:4px;
   border:1px solid #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size:13px;
   font-weight:bold;
}

.mainMenuLinkSelected{
   display:block;
   width:160px;
   padding:2px 5px;
   text-decoration:none;
   color:#993300;
   background-color:#f5f5f5;
   margin:4px;
   border:1px solid #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size:13px;
   font-weight:bold;
}

.mainMenuLink:hover{
   background-color:#cccccc;
}

.mainMenuLinkSelected:hover{
   background-color:#cccccc;
}

.subMenuLink{
   display:block;
   text-indent:15px;
   width:160px;
   padding:2px 5px;
   text-decoration:none;
   color:#993300;
   margin:4px;
   border:1px solid #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size:11px;
}

.subMenuLinkSelected{
   display:block;
   text-indent:15px;
   width:160px;
   padding:2px 5px;
   text-decoration:none;
   color:#993300;
   background-color:#cfcfcf;
   margin:4px;
   border:1px solid #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size:11px;
}

.subMenuLink:hover{
   background-color:#cccccc;
}

.subMenuLinkSelected:hover{
   background-color:#cccccc;
}