@charset "utf-8";
body  {
	background: #ffffff;
	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: #000000;
	font-family: Trebuchet MS, Verdana, Arial;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	/*background-position: center;*/
}

.twoColFixLtHdr #container { 
	width: 960px;  /* was 780; original text: 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 */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
} 
.twoColFixLtHdr #header {
	background: #ffffff;
	width: 960px;
	height: 190px; /*was 198*/
	font-size: 12px;
	background-repeat: repeat-x;
	background-image: url(images/background_crop.gif);
	} 
	.twoColFixLtHdr #header_images {
	background: #ffffff;
	width: 960px;
	height: 50px; /*was 198*/
	font-size: 12px;
	background-repeat: repeat-x;
	background-image: url(images/background_crop.gif);
	} 
	
	
	
	
	
	
	
/*	.twoColFixLtHdr #header img {
	padding-left:223px;
} 
	
.twoColFixLtHdr #footer img {
	padding-left:220px;
} 	*/
	
.twoColFixLtHdr #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 */
	color: #8d4040;
	/*display: none;*/
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-weight:normal;
	padding-left: 220px;
}

.twoColFixLtHdr #header_images 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 */
	color: #8d4040;
	/*display: none;*/
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-weight:normal;
	padding-left: 220px;
}



.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* 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: #ffffff;
	padding: 15px 15px 15px 15px;
	font-size: 12px;
	line-height: 1.2;
	font-variant: normal;
	color: #000000;
	background-color: #ffffff;
}

.twoColFixLtHdr #sidebar1 p {
	
	font-size: 12px;
	line-height: 1.2;
	font-variant: normal;
	margin-top: -1px;
	
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
	background: #ffffff;
	border-right-color: #8d4040;
	border-left-color: #8d4040;
	border-left-style: solid;
	border-right-style: solid;
	border-width: 1px;
} 
.twoColFixLtHdr #footer {
	width: 960px;
	background:#ffffff;
	font-size: 12px;
	text-align: left;
} 
/*original below*/
/*.twoColFixLtHdr #footer {
	padding: 8px 10px 8px 10px;
	background:#ffffff;
	font-size: 12px;
	text-align: center;
} 
*/

.twoColFixLtHdr #footer_images {
	width: 960px;
	background:#ffffff;
	font-size: 12px;
	text-align: left;
} 



.twoColFixLtHdr #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 */
	padding-left: 220px;
	line-height: 1.2px;
}

.twoColFixLtHdr #footer_images 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 */
	padding-left: 220px;
	line-height: 1.2px;
}






.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;
	font-size: 12px;
}
.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;
}


   /*caption for left floated image;http://www.cs.tut.fi/~jkorpela/www/captions.html*/      


div.imageleft {
	float: left;
	margin-left: 0em; /*was 0.2*/
	margin-right: 0.6em;
	padding: 0em;
	margin-bottom: -0.6em;
}
.imageleft div {
	text-align: left;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-size: 12px;
	color: #999999;
	border-bottom: dotted 1px #999999;
	margin-bottom: 0.5em;
} 

     /*caption for right floated image;http://www.cs.tut.fi/~jkorpela/www/captions.html*/      
div.imageright {
  float: right;
  margin-left: 0.6em;
  margin-right: 0em; /*was +0.2*/
  padding: 0em;
  margin-bottom: -0.6em;
}
.imageright div {
	text-align: left;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-size: 12px;
	color: #999999;
	border-bottom: dotted 1px #999999;
	margin-bottom: 0.5em;
} 

hr {color: #8d4444;}
   
.twoColFixLtHdr #mainContent h1 {
	color: #90aa87;
	font-family: Trebuchet MS, Verdana, Arial;
	display: none;
}

h2 {
	color: #8d4040;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 14px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 3px;
	font-weight:normal;
}
	#box
 {   
 font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.25 !important;
	font-size: 14px !important;
	color: #000000;   
    width:718px;
		margin: 0 auto;
		padding:5px;
		text-align:left;
        border: solid 1px #8d4040;;
        background-color: #f8f6f6;
        margin-top: 5px;
        margin-bottom: 5px;
    }
	
	/* box drop shadoww from http://www.cssplay.co.uk/menu/shadow2.html */
	
	.out {
	display:block;
	
	background:#bbb; /*shadow*/
	border:1px solid #ddd;
	position:relative;
	margin: 0 auto;
  }
.in {
	text-align:left;
	
	background:#fff; /*box background*/
	border:1px solid #8d4040;
	position:relative;
	padding:5px;
	font-weight:normal;
  }
.ltin {
	left:-4px;
	background-color: #fafae7;
  }
.tpin {
  top:-4px;
  }
.narrow {width:740px;} /* change to suit */
h4 {font-weight:bold; color:#000;}
/* end of http://www.cssplay.co.uk/menu/shadow2.html */


.twoColFixLtHdr #sidebar1 h3 {
	font-size: 14px;
	line-height: 1;
	font-variant: normal;
	font-family: Trebuchet MS, Verdana, Arial;
	color: #8d4040;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 3px;
	font-weight:normal;
}

/*for the icon in the normal flow of text*/
    img.newwindowicon
    {
    width: 18px;
    height: 16px;
    border: none;
    vertical-align: middle;
    }

.absolute_box
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	position: absolute;
	height: 50px;
	width: 150px;
	top: 120px;
	left: 200px;
}

.twoColFixLtHdr #mainContent ul {
	list-style-image: url(images/two_red_dots.gif);
	list-style-type: circle;
	list-style-position: outside;
	line-height: 17px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	} 
    .twoColFixLtHdr #mainContent li {
	margin-bottom: 10px;
	margin-left: 0px;
	}


.twoColFixLtHdr #sidebar1 ul {
	list-style-image: url(images/two_red_dots.gif);
	list-style-type: circle;
	list-style-position: outside;
	line-height: 12px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	} 
    .twoColFixLtHdr #sidebar1 li {
	margin-bottom: 12px;
	margin-left: 0px;
	}



	
 p.toplink
{
	display: block;
	width: 20px;
	padding: 0.5em;
	margin: 0 auto;
	margin-top: 350px;
	color: #777;
	background: #fafae7;
	border: solid 1px #8d4040;
}

#boxsmall
{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.25 !important;
	font-size: 14px !important;
	color: #000000;
	width:450px;
	margin: 0 auto;
	padding:5px;
	text-align:left;
	border: solid 1px #8d4040;
	;
	background-color: #f8f6f6;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* box drop shadoww from http://www.cssplay.co.uk/menu/shadow2.html */
	
	.out {
	display:block;
	background:#bbb; /*shadow*/
	border:1px solid #ddd;
	position:relative;
	margin: 0 auto;
	background-color: #F6F6F6;
  }
.in {
	text-align:left;
	
	background:#fff; /*box background*/
	border:1px solid #999999;
	position:relative;
	padding:5px;
	font-weight:normal;
  }
.ltin {
	left:-4px;
	background-color: #ffffff;
  }
.tpin {
  top:-4px;
  }
.narrow {
	width:500px;
	
} /* change to suit */
h4 {
	font-weight:bold;
	color:#000000;
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: -6px;
	height: inherit;
}
/* end of http://www.cssplay.co.uk/menu/shadow2.html */

.spiderpic{
position: relative;
z-index: 0;
padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	
}

.spiderpic:hover{
background-color: transparent;
z-index: 50;
text-decoration: none;
font-size:12px;
}
.spiderpic span{ /*CSS for enlarged image*/
position: absolute;
/*background-color: #8d4040;*/
background-color: #f2f2f2;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none; /*original*/

}
.spiderpic span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;

}
.spiderpic:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position: absolute;
top: -220px;
left: 320px; /*position where enlarged image should offset horizontally */

}

#footer a:link {
 	 color: #000;
     background-color: transparent;
     text-decoration: underline;
     }
#footer a:visited {
 	 color: #000;
     background-color: transparent;
     text-decoration: underline;
     }
#footer a:hover {
 	 color: #FF0000;
     background-color: transparent;
     text-decoration: none;
     }
#footer a:active {
     color: #000;
     background-color: transparent;
     text-decoration: none;
     }


#sidebar1 a:link {
 	 color: #000;
     background-color: transparent;
     text-decoration: underline;
     }
#sidebar1 a:visited {
 	 color: #000;
     background-color: transparent;
     text-decoration: underline;
     }
#sidebar1 a:hover {
 	 color: #FF0000;
     background-color: transparent;
     text-decoration: none;
     }
#sidebar1 a:active {
     color: #000;
     background-color: transparent;
     text-decoration: none;
     }

.twoColFixLtHdr #mainContent a:link {
 	 color: #000;
     background-color: transparent;
     text-decoration: underline;
     }
.twoColFixLtHdr #mainContent a:visited {
 	 color: #000;
     background-color: transparent;
     text-decoration: underline;
     }
.twoColFixLtHdr #mainContent a:hover {
 	 color: #FF0000;
     background-color: transparent;
     text-decoration: none;
     }
.twoColFixLtHdr #mainContent a:active {
     color: #000;
     background-color: transparent;
     text-decoration: none;
     }







 /*from http://www.tanfa.co.uk/ and http://css.maxdesign.com.au/listamatic/vertical13.htm*/
img {border: 0;}
    
#navcontainer
{
	background: ##F8F8F8;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 0;
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-style: normal;
	margin-top: -15px;
/*text-transform: lowercase;*/
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;

}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 0.3em 0 0.3em 0.3em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #000;
	text-decoration: none;
	background: #fafae7;
	font-size: 14px;
}



#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
	background: #8d4040;
	color: #FFFFFF;
}


ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #FF0000;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}

#form_format p {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-size: 14px ;
	color: black;
	}

#form_format
 {   
 
	
    
	color: #000000;   
    width:700px;
		margin: 0 auto;
		padding:0px;
		text-align:left;
        border: solid 2px #a7a4ad;
        background-color: #e8f7e2;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

div.imageheader {
  float: right;
  margin-left: 0;
  margin-right: 25px;
  padding: 0em;
  margin-bottom: -0.6em;
}
.imageheader div {
	text-align: right;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-size: 12px;
	color: #999999;
	margin-bottom: 0.5em;
} 


div.imagefooter {
  float: right;
  margin-left: 0;
  margin-right: 25px;
  padding: 0em;
  margin-bottom: 10px;
}
.imagefooter div {
	text-align: right;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	font-size: 12px;
	color: #999999;
	margin-bottom: 0.5em;
} 

#flashcontent {
 margin-top: 20px;
margin-bottom: 20px;
}