@charset "UTF-8";
/* CSS Document */

*{
margin:0;
padding:0;
}
html {
font-size:125%;/*set the base font size to 20px*/

}
body {
	margin: 0;
	padding: 0;
	font: 90% verdana, arial, sans-serif;
	background-color:#d4d6c1;
	color: #000;
	width:840px;
	margin-left: auto;
   margin-right: auto; 
   border: thin solid #000000;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #268ED4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}
p {
	padding:1em;
	text-align:left;
	font-size:.6em;
	line-height:1.5em;
	color:000;
}

a{
	color: #FC0;
	text-decoration: none;
}

a:link{
	color: #FC0;
	text-decoration: none;
}

a:visited{
	color: #FC0;
	text-decoration: none;
}

a:hover{
	color:#C90;
	text-decoration: underline;
}

a:link.dark{
	color:#039;
	text-decoration: underline;
}

a:visited.dark{
	color:#666;
	text-decoration: underline;
}
a:hover.dark{
	color:#C60;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
padding:.5em;
}
h1{
font-family: Verdana,Arial,sans-serif;
font-size: 1.6em;
color: #334d55;

}

h2{
font-family: Arial,sans-serif;
font-size: 1.7em;
color: #FC0;

}

h3{
font-family: Arial,sans-serif;
font-size:1.5em;
color: #334d55;

}

h4{
font-family: Arial,sans-serif;
font-size: 1.4em;
font-weight: normal;
color: #333333;

}

h5{
font-family: Verdana,Arial,sans-serif;
font-size: 1.2em;
color: #334d55;

}
h6{
font-family: Verdana,Arial,sans-serif;
font-size:1.1em;
color: #ecce00;
font-weight:bold;
}


/* Header */
#header{
	background-color:#300;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color:#FC0;	
}
#headerh1{margin:1em 250px 0 1em; font-size:1em;}
#headerh2{}
#headerh3{}
#headerh4{}

div#topbar{
	background-color:#a4160b;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color:#FC0;	
	}
div#topbar p{
	color:#FC0;
	font-size:.8em;
}	
	
#topbar h2{
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
	color:#FC0;
	padding: 0px;
	font-weight:bold;
	font-style:italic;
	margin: 8px 0 0 0;
	
}
div#topbar ul{
	position:relative;
	margin : 0;
	padding : 0;
	list-style-type: none;
	color:#FC0;
}
div#topbar li {
	position:relative;
	float : left;
	width :200px;
	padding:1em;
	line-height: 110%;
	font-weight:bold;
	}
div#topbar ul em{
font-weight:normal;

}	
	
div#topbar li#two {
	float:right;
	width :300px;
	padding:0.1em;
	margin-top: 20px;
	margin-right:-2.5em;
	margin-bottom: 0;
	margin-left: 0;
	background-position: right;
}

/* Content */

#content {
	margin: 0 auto;
	padding: 0 0 0 12px;
}

#content h1{
	font-size:1em;
	margin-top:1em;
}

#content h2{
	font-size:.8em;
}
#content h3{
	font-size:.5em;
	text-align:center;
}
#content img{
float:left;
padding:12px;
margin-right:24px;
}
#content .img-caption{
	clear:both;
	font-size:.5em;
	font-weight:bold;
	text-align:center;
}

.full{
padding:0 6px 6px 0;
margin:0 50px 6px 50px;
clear:both;
}

********************************************/
/* Components                                  */
/***********************************************/


#yellowstripe{

height:60px;
width:100%;
border-top : 6px solid #FCO;
background-color:#666;
margin-top:335px;

}

#yellowstripe p{
font-size:2px;
}

#yellowstripe h2{
font-family:"Times New Roman", Times, serif;
font-size:1.1em;
font-weight:bold;
line-height:1.1em;
font-style:italic;
padding: 12px 0;
color: #FCO;
margin-left:450px;
width:350px;

}


#rightside{
	position:absolute;
	float:left;
	width:100%;
	height:150px;
	margin:80px 20px 20px 450px;
	z-index:-2;
	background-color:999;
	left: 8px;
	top: 32px;
	
}

#rightside h1{
width:430px;
height:80px;
background:url(images/hometext.jpg);
background-repeat:no-repeat;
margin:0;
padding:0;
text-indent: -9999px;
font-family:"Times New Roman", Times, serif;
font-size:1.8em;

}
#rightside h2 img{
margin-top:3px;
padding-bottom:6px;

}


div#topbar{
	float:left;
	margin: 0;
	padding: 0;
	width:100%;
	background-color:#a4160b;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	color:#FC0;
	}
	
#topbar h2{
	font-family: Verdana, Arial, sans-serif;
	color:#FC0;
	padding: 0px;
	font-weight:bold;
	font-style:italic;
	margin: 8px 0 0 0;
	
}
div#topbar ul{
	position:relative;
	margin : 0;
	padding : 0;
	list-style-type: none;
	color:#FC0;
}
div#topbar li {
	position:relative;
	float : left;
	width :200px;
	padding:1em;
	line-height: 110%;
	font-weight:bold;
	}
div#topbar ul em{
font-weight:normal;

}	
	
div#topbar li#two {
	float:right;
	width :300px;
	padding:0.1em;
	margin-top: 20px;
	margin-right:-2.5em;
	margin-bottom: 0;
	margin-left: 0;
	background-position: right;
			 }

/*--------------------MENUS--------------*/

/* Old CK08 code = OLD; migrated PCO08 code = PLYMOUTH ROCK. Rest is as notated.
*/

/* HORIZONTAL MENU */

div#listmenu {
	width: 800px;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-style: normal;
	font-weight: bold;
	text-align: left;

/* OLD */
/* Added float back in, since it messes up FF3; is fine without the rest. sdc */

	float:left;	/* causes the list to align horizontally instead of stack */
/*	position:relative; /* positioning context for the absolutely positioned drop-down */
/*	list-style-type:none;	/* removes the bullet off each list item */
/*	white-space: nowrap; */
/*	display: inline; */

/* END OLD */

/* PLYMOUTH ROCK */

margin:4px; }

/* END PLYMOUTH ROCK */

/* OLD */

div#listmenu ul {margin:0;/* indents ul from edge of container */
	
	} 
	
/* END OLD */

/* PLYMOUTH ROCK */

/* CHANGE CODE TO BELOW TO COMPLY WITH PCO08? no, pushes margin to right in FF3 sdc */

/* div#listmenu ul {margin:0 0 0 45px;
/*	font-size:12px;
/* }

/* END PLYMOUTH ROCK */

div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative;
	list-style-type:none;	
	background-color:#000; 
	
/* REMOVE BORDER RIGHT AND PADDING TO COMPLY WITH PCO08? screws things up in FF3 sdc */

	border-right:1px solid #FC0; /* creates dividing lines between the li elements */
	padding:.3em 1em;
	
 }


.home {padding:0 6px;}

/* ADD FIRST CHILD BACK IN TO COMPLY WITH PCO08? screws things up in FF3 sdc */

/*div#listmenu li:first-child {
	border-left:1px solid #FC0; /*the first vertical line on the menu */
	
div#listmenu li:hover { 
	background-color:#960;/* sets the background of the menu items */
	color:#fff;
	}

/* 	display:block appears necessary for IE7, so don't remove it sdc */

div#listmenu a {
	display:block; 
	padding:0 .5em; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#FC0;	/* sets the type color */
	}

div#listmenu a:hover {
	color:#fff;
	background-color:#960;
	}

/* the horizontal menu ends here */

/* the drop-down starts here */

div#listmenu ul li ul {
	margin: 3px 0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute;
	width:12em; 
	
/* REMOVE MARGIN LEFT AND Z-INDEX TO COMPLY WITH PCO08? IF SO, ADD left:-1px; BACK IN seems ok in FF3 sdc */

	margin-left:-4.8em;
	z-index:40;
	left:-1px;

	}
	
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #FCO; /*  three sides of each drop-down item */
	border-bottom:1px solid #FCO;
	border-right:1px solid #FCO;
	}

div#listmenu ul li ul li:first-child {
	border-top:1px solid #FCO; /*the top edge of the dropdown */
	}

/* make the drop-down display as the menu is rolled over */

div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */

div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* THE HACK ZONE - */

/* hack for IE (all flavors) so the menu has a vertical line on the left */

/* ADD margin-left:15px; TO COMPLY WITH PCO08? Seems ok in FF3 sdc */

* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; 

	}

* html a {display:block;} /* makes IE5 & 5.5 accept the padding on the link */

/* add a top line to drops and pops in IE browsers - can't read :first-child */

* html  div#listmenu ul li ul {
	border-top:1px solid #FCO;
	border-left:0px; /* stops the drop inheriting the ul border */
	}

/* end of hack zone */

/* END OF HORIZONTAL DROP DOWN MENUS */


/*---LEFT MENUs---*/

#navleft{
	width:200px;
	color:#000;
	padding:0;
	margin:0;
}	
#navleft li{	
	color:#C00;
	background-color:#e6bd59/*#f3d43e */;
	
}	

#navleft a:link {
	color:#300;
	text-decoration: none;

	}
#navleft a:visited {
   color:#333;
	text-decoration: none;
}

#navleft  li:hover {
	color:#C00;
	background-color:#f3d43e;
}

#navleft ul {
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:.2em;
	padding:0;
	
}

#navleft ul li {
	padding-left:6px;
	list-style-type:none;
	padding-top: .5em;
	text-align:left;
	text-decoration: none;
	border-bottom:1px solid #4F3644;
	background-color:#e6bd59;
}

#navleft ul li ul{
	list-style: none;
	margin:0;
	padding:0;
	background-color:#fff;
	
	
}

#navleft ul li ul li {
	padding-left:12px;
	list-style-type:none;
	padding-top: 0;
	text-align:left;
	text-decoration: none;
	border-bottom:1px solid #4F3644;
	
	
}

#sidebar{
	padding:6px;
	font-size:.5em;
	line-height:1.5em;
	color:#300;
	
}

/* Footer */

#footer {
	width:auto;
	margin: 0 auto;
	padding:6px;
	background: url(images/img02.gif) repeat-x;
	background-color:#333;
}

#footer p {
	text-align: left;
	font-size:.6em;
	color:#fff;
	padding:1.5em;
	margin:0;
	line-height:1.4em;
}

#footer a{
	color:#F90;
	text-decoration: none;
}

#footer a:link{
	color:#F90;
	text-decoration: none;
}

#footer a:visited{
	color:#F90;
	text-decoration: none;
}

#footer a:hover{
	color:#C30;
	text-decoration: underline;
}
.sitemap{
float:right;
text-align:right;
margin-top:-45px;
padding:0 6px 0 0;
font-size:.6em;
list-style-type: none;
}

#sitepage{	font-size:1.3em;
}
/*  ---- EXTRA-----*/

.img_home{
padding: 6px 12px;
}
.script{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:15px;
	font-weight:bold;
	line-height:1.4em;
	color:#FC0;
	margin-top:3em;	
	padding:.2 em;
}
.body11{
font-size:11px;
}
.red{
color:#C00;
}
.caption {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	color:#FFFFFF;
}
.address {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	color:#FC0;
}
.vendors {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	line-height: 1.1em;
	font-weight: bold;
	font-variant: normal;
	color:#FFFFFF;
	padding: 4px;
}
.lists {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	color: #003333;
	text-align: left;
	vertical-align: baseline;
	white-space: normal;
	display: block;
	list-style-type: square;
	width: auto;
}

#hometext p {
font-size:.8em;
}
.right{
text-align:right;
}

table td  { padding:0px; }
table td .pad{ padding:4px; }
