.noprint { display: none; }


:focus {
	outline: 0;
}

h1,h2 {
	font-family: "Times New Roman"; 
}
h1 { color: #DAA520; margin-bottom: 10px;}


html { width: 100%; }


body {
	height: 7in;
	/*background: #AA78C1 url("images/whitePageBg.gif") repeat-y center;*/
	
	/* GLOBAL Fonts and Colors */
	color: #000;
	/* font-family:arial,sans-serif; */
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:small;
}

ul { margin-left: 20px; }
li { list-style-position: outside; } 

blockquote {
	margin: 10px 30px 10px 30px;
}
img {
	border: 0;									/* this squashes a Firefox bug */
	vertical-align: bottom;								/* this squashes an IE bug */
}

fieldset { margin: 0; }

#container {
	background-position: bottom left;
	margin: 0 0 -28px 0; /* total height of footer column */
	min-height: 100%;

/*
	background: url("/images/whitePageBg.gif")  repeat-y center;
*/

}

.dataHeader { background-color: #682D2D; }
.dataOdd { background-color: #303030; }
.dataEven {  background-color: #3F3F3F; }

.accent { color: #DAA520; }
.grey { color: #888888; } 


.pictureFrame {
	padding: 1px;
	border 1px solid #000;
	background-color: #111;
}

html>body #container {
	height: auto;
}

* html #container {
	height: 100%;
}


#header {
	margin: 0 auto; 
	margin-top: 0px; /* pushed down slightly */
	background: #700000;
	width:850px;
	height: 80px;
	border: 2px solid #DAA520;
	color: #DAA520;
	
}

/*
#headerMenuBar {
	position:relative;
	top:52px;
	right:3px;
	left:311px;
	width:387px;
	height:32px;
}
*/




/* TABBED MENUS */
#headerMenu {
	margin: 0 auto; 
	height:26px;
	width: 798px;
	background: #CCC url("/images/navGrey.gif") repeat-x;
	font-size:90%;
	line-height:normal;
}
#headerMenu ul {
	margin:0;
	/*padding:10px 10px 0;*/
	list-style:none;
}
#headerMenu li {
	float:left;
	height: 28px;
	/*background:url("images/tabs/left_grey.gif") no-repeat left top;*/
	margin:0;
	/*padding:0 0 0 9px;*/
}
#headerMenu a {
	display:block;
	height: 15px;
	background:url("/images/navGrey.gif");
	padding-top: 5px;
	padding-left: 10px;
	padding-right:10px;
	padding-bottom: 6px;
	/*padding:2px 15px 4px 6px;*/
	text-decoration:none;
	font-weight:normal;
	font-family: cursive;
	font-size:12px;
	color:#888;
}
#headerMenu a:hover {
	color:#EEE;
	background-image:url("/images/navBlue.gif");
}
#headerMenu #current {
	/*background-image:url("/images/navGold.gif");*/
}
#headerMenu #current a {
	background-image:url("/images/navGold.gif");
	color:#333;
	padding-bottom: 4px;
}


/* /TABBED MENUS */



#navBox {
	width: 219px;
	float: left;
	color: #B22222;
	padding-bottom:4px;
}


#contentTABLE tr { vertical-align: top; }



#content {
	clear:both;
	width: 796px;
	margin: 0 auto;
	padding-top:10px;
	background: #2B2B2B;
	color: #000;
	
/*
	background: #FFF fixed url("images/globe_sm.jpg") no-repeat 50% 10%;
*/


	/* content area styles go here - afterall, this is just the outer container for the content */
	
}
	#content .wrapper {
		/* actual content wrapper styles go here */
		padding-left: 10px;
		padding-right: 10px;
	}


#contentCol {
	width: 620px;
	padding: 0;
	margin:0;
	float: left;
	
}



#clear-footer {
	clear: both;
	height: 50px;
}

fieldset {
	padding: 5px;
	border: 1px solid #AA7871;
}

#footer {
	/*background: #584273;*/
/*
	background: url("images/bgfooter.gif") repeat-x bottom;
*/
	background: #2B2B2B;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	padding-left: 3px;
	padding-bottom:3px;
	margin: 0 auto;
	width: 795px;
	height: 25px;
	color:#555; 
	font-size: x-small;


}

#contentFooter {
	margin: 0 auto;
	width: 800px;
	height: 40px;
/*
	background: url("images/footerbg.gif") 0px 0px no-repeat;
*/
}

		#contentFooterMenuBar {
			padding:3px;
			height:17px;
		}
		
		#contentFooterCopyright {
			width:289px;
			padding-bottom:3px;
			bottom:0px;
			right:0px;
			text-align:center;
		}




legend {
	color: #584273;
}

/*
http://traffichoopla.com/

*/
/***********************************/

.toolbutton, .toolbutton2, .toolbutton3{
background-color: #584273;
border: 2px #584273 outset;
padding: 1px 4px;
color: white;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.toolbutton:visited, .toolbutton3:visited{
color: #FFD;
}

.toolbutton2:visited {
	color: navy;
}

.toolbutton2{
color: navy;
background-color: #bde6f3;
border-color: #bde6f3;
margin-left: 6px;
}

.toolbutton3{
background-color: #ebe587;
border-color: #ebe587;
margin-left: 6px;
}

.toolbutton:hover, .toolbutton3:hover{
border-style: inset;
color: white;
background-color: #AA78C1;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}


.toolbutton:active, .toolbutton2:active, .toolbutton3:active{
color: black;
}

.toolbutton2:hover{
border-style: inset;
color: navy;
background-color: #dbf2f9;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/

}

.toolbutton3:hover{
background-color: #f4f1bc;
}

a:link, a:visited {
	color: #D4A01F;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	background-color: #D4A01F;
	text-decoration: none;
}

.infobox {
	border: 2px solid black;
	background-color: #AAA;
	color: black;
	padding: 7px;
}

a.infobox:link, a.infobox:visited { background-color: #CCCCCC; color: #222222; }
a.infobox:hover { color #FFF; }

a.navmenu:link, a.navmenu:visited { color: #DAA520; }
a.navmenu:hover { color: black; background-color: #DAA520; }

#vertmenu {
/*
font-family: Verdana, Arial, Helvetica, sans-serif;
*/
font-size: 100%;
width: 130px;
padding: 0px;
margin: 0px;
margin-right: 20px;
margin-bottom: 20px;
float: left;
border: 1px solid #C39C4E;
}

#vertmenu h1 {
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
display: block; 
background-color:#FF9900;
font-size: 90%; 
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:125px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #AAAAAA;
width:125px;
background-color: #2B2B2B;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}



.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */


.bubplastic.horizontal {
	width: 100%;
	height: 27px;
	padding: 0;
	background: #000000 url("/images/bubplastic-images/bg-bubplastic-h-red.gif") top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url("/images/bubplastic-images/bg-bubplastic-h-red.gif") top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 35px;
	float: left;
/*
	text-transform: uppercase;
*/
/*
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
*/
	font-family: cursive;
	font-size: 100%;
	color: #DAA520;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url("/images/bubplastic-images/bg-bubplastic-h-red.gif") top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 250px;
	margin: 0;
	padding: 0;
	display: block;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(/images/bubplastic-images/bg-bubplastic-h-red.gif) top left no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 35px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(/images/bubplastic-images/bg-bubplastic-h-red.gif) top left no-repeat;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(/images/bubplastic-images/bg-bubplastic-h-red.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU */



/* AQUA HOVER */
.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background: transparent url(/images/bubplastic-images/bg-bubplastic-h-aqua.gif) top left no-repeat;
}
.bubplastic.aqua ul li a:hover span.menu_ar,
.bubplastic.aqua ul li.highlight a span.menu_ar {
	background: transparent url(/images/bubplastic-images/bg-bubplastic-h-aqua.gif) top right no-repeat;
}


/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: transparent url(/images/bubplastic-images/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(/images/bubplastic-images/bg-bubplastic-h-blue.gif) top right no-repeat;
}


/* GRAY HOVER */
.bubplastic.gray ul li a:hover,
.bubplastic.gray ul li.highlight a {
	background: transparent url(/images/bubplastic-images/bg-bubplastic-h-gray.gif) top left no-repeat;
}
.bubplastic.gray ul li a:hover span.menu_ar,
.bubplastic.gray ul li.highlight a span.menu_ar {
	background: transparent url(/images/bubplastic-images/bg-bubplastic-h-gray.gif) top right no-repeat;
}


/* LIME HOVER */
.bubplastic.lime ul li a:hover,
.bubplastic.lime ul li.highlight a {
	background: transparent url(/images/bubplastic-images/bg-bubplastic-h-lime.gif) top left no-repeat;
}
.bubplastic.lime ul li a:hover span.menu_ar,
.bubplastic.lime ul li.highlight a span.menu_ar {
	background: transparent url(/images/bubplastic-images/bg-bubplastic-h-lime.gif) top right no-repeat;
}


/* ORANGE HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
	background: transparent url(/images/bubplastic-images/bg-bubplastic-h-orange.gif) top left no-repeat;
}
.bubplastic.orange ul li a:hover span.menu_ar,
.bubplastic.orange ul li.highlight a span.menu_ar {
	background: transparent url(/images/bubplastic-images/bg-bubplastic-h-orange.gif) top right no-repeat;
}


/* PINK HOVER */
.bubplastic.pink ul li a:hover,
.bubplastic.pink ul li.highlight a {
	background: transparent url(/images/bubplastic-images/bg-bubplastic-h-pink.gif) top left no-repeat;
}
.bubplastic.pink ul li a:hover span.menu_ar,
.bubplastic.pink ul li.highlight a span.menu_ar {
	background: transparent url(/images/bubplastic-images/bg-bubplastic-h-pink.gif) top right no-repeat;
}


/* PURPLE HOVER */
.bubplastic.purple ul li a:hover,
.bubplastic.purple ul li.highlight a {
	background: transparent url(/images/bubplastic-images/bg-bubplastic-h-purple.gif) top left no-repeat;
}
.bubplastic.purple ul li a:hover span.menu_ar,
.bubplastic.purple ul li.highlight a span.menu_ar {
	background: transparent url(/images/bubplastic-images/bg-bubplastic-h-purple.gif) top right no-repeat;
}


/* RED HOVER */
.bubplastic.red ul li a:hover,
.bubplastic.red ul li.highlight a {
/*
	color: #DAA520;
*/
	background: transparent url("/images/bubplastic-images/bg-bubplastic-button.gif") top left no-repeat;
}
.bubplastic.red ul li a:hover span.menu_ar,
.bubplastic.red ul li.highlight a span.menu_ar {
	background: transparent url("/images/bubplastic-images/bg-bubplastic-button.gif") top right no-repeat;
}

#test li {
	display: block;
	border: solid 1px red;
}
