/*CONTENT CLASSES*/

html, body {

background-color: #999999;

font-family : "Trebuchet MS",  Arial, helvetica, Verdana,   Georgia, Sans-serif;
color: #252525;
margin-left : 0;
margin : 0;
padding : 0;
line-height : 150%;
}



p, li {
  font-size: .8em;
}



a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	color: #435D36;
	background-color: transparent;
}


#page-wrapper {
	
	text-align:  left;
	width:850px; 
	min-height:800px;
height:auto !important;
	margin: 10px auto;
	
	 
	border: 0px none #000000; 
}



#page-heading {
	background-image: url(images/trevorhead.jpg);
	background-position: left top; 
	margin-top: 0px;
	background-repeat: no-repeat;
	border: 1px dotted #B23e3f;
	width:850px; 
	height: 250px; 
	padding: 0px;
	background-color: #fdf1c7;
	margin: 0;
	
}

#page-body {
border-right: 1px dotted #B23e3f; 
border-left: 1px dotted #B23e3f; 
width:850px; 
float: left;
padding: 0px;

/*padding: 20px;*/
background-color: #ffffff;
}





#page-footer {
	


	width:850px; 
	 height: 80px;
	clear: both;
	padding: 0px;
	border: 1px dotted #B23e3f;
vertical-align: bottom;
	
	background-color: #ffffff;	
}


.tiny {
	 text-decoration: none; 
	color: #ffffff;
font-family : "Trebuchet MS",  Arial, helvetica, Verdana,   Georgia, Sans-serif;
	letter-spacing: 1;
	padding-top: 4;
	text-align: top;
	margin: 0;
	text-align: right;
	
	font-size: .7em;
	}	
	


	


.sig {
	 text-decoration: none; 
	color: #B23e3f;
	font-family : "Trebuchet MS",  Arial, helvetica, Verdana,   Georgia, Sans-serif;
	letter-spacing: 0;
	padding-top: 1em;
	 vertical-align: baseline;
	margin-top: 1em;
	text-align: center;
	
	font-size: .8em;
	line-height : 120%;
	}
	
	
	



	
	.footnote {

	font-size: 0.7em;
	margin-bottom: 4px;
	color: #000000;
	font-weight: normal;
	text-align: left;

	}
	
	.quote {

	font-size: 0.8em;
	font-style: italic;
	color: #B23e3f;
	font-weight: normal;
	text-align: right;

	}
	
	h1
	{
	text-decoration: none;
	color: #B23e3f;

margin-left: 0px;
margin-bottom: 10px;
margin-top: 20px;
text-align: left;
	font-size: 1.4em;
	}	
	
	
	h2
	{
	text-decoration: none;
	color: #333333;

margin-left: 0px;
margin-bottom: 0px;
margin-top: 0px;
padding-bottom: 0;
text-align: left;
	font-size: 1em;
	}	
	
	
	
.list {

	font-size: 0.8em;
	/*margin-left: -10px;*/
	color: #000000;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
	}

	
	
	
	
/*additional left div */
#left {
float:left;
width:24%;
display:table;
border-collapse:collapse;
table-layout:fixed;
margin-top: 10px;
}
/* changes to content width float parameters */
#content {
width:70%;
min-height:400px;
height:auto !important;
float:right;
/*margin-left: 10em;*/
margin-right: 1em;
margin-top: 10px;
} 




.pull-right { float: right !important; margin: 10px;padding: 4px; 
width: 200px;
font-family : "Trebuchet MS",  Arial, helvetica, Verdana,   Georgia, Sans-serif;
text-align: left;
background: #fff;
border: 1px dotted #B23e3f; border-style: none none dotted;
font-size: .7em;



}




hr 

{color: #fff; background-color: #fff; border: 1px dotted #B23e3f; border-style: none none dotted; }



#navigation {
	width: 180px;

	font-size: .9em;
	border: 0px solid #DF9729;
	margin:5px 0 0 10px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 2px solid #ffffff;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #333333;
	border-right: 0px solid #711515;
	background-color:#B23e3f; 
	color: #fff7D0;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #DF9729;
	color: #ffffff;
}



input.txt {
  color: #00008B;
  background-color: #cccccc;
  border: 1px inset #00008B;
  width: 200px;
}

input.box {
  color: #00008B;
  background-color: #cccccc;
  border: 1px inset #00008B;
  width: 200px;
  height: 200px;
}

  .btn {
  color: #000000;
  background-color: #cccccc;
  border: 1px outset #00008B;
  /*margin-left:11em;*/
  
}
  form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
 form p label {
  float: left;
  width: 30%;
  font: bold 0.9em Arial, Helvetica, sans-serif;
}





/***** Global Classes *****/
.clear { clear: both; }
.hide { display: none; }
.show { display: block; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.image-left, .image-right { margin: 0 0 5px 0; border: 0px;} 
.image-left { float: left !important; margin-right: 10px; }
.image-right { float: right !important; margin-left: 10px; margin-right: 0px; }
.border { border: 1px  dotted #B23e3f;  padding: 5px; margin: 2px; }
.align-left { text-align: left !important; }
.align-center { text-align: center !important; }
.align-right { text-align: right !important; }
.align-justify { text-align: justify !important; }
.align-middle { vertical-align: middle !important; }
.align-bottom { vertical-align: bottom !important; }
.hand { cursor: pointer; }
.auto-height { height: auto !important; }
.auto-width { width: auto !important; }


