body	{
	scrollbar-base-color: #000000;
	scrollbar-track-color: #333333;
	margin: 0px;
	padding: 0px;
	border: #000000 0px solid;
	}




/* START CODE FOR NON-MENU LINKS */


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

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

a:active	{ color: #0066FF; text-decoration: none; }

a:hover		{ color: #FF6600; text-decoration: none; }




.biglink 	{ font: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; text-decoration: none; }

.biglink:hover 	{ font: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; text-decoration: underline; }




/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

table		{ color: #000000; font: 11px verdana, arial, sans-serif; }

.title		{ color: #000000; font: 17px arial, sans-serif; font-weight: bold; }

.subtitle	{ color: #000000; font: 15px arial, sans-serif; font-weight: bold; }

.copyright	{ color: #999999; font: 9px verdana, arial, sans-serif; }

.careertitle	{ color: #339966; font: 14px verdana, arial, sans-serif; font-weight: bold; }

.phonetitle	{ color: #FFFFFF; font: 12px arial, sans-serif; font-weight: bold; }

.date-font	{ color: #FFFFFF; font: 10px verdana, arial, sans-serif; font-weight: bold; }

#date-location	{ position: absolute; top: 193px; left: 10px; }

.list 		{ color: #000000; font: 12px verdana, arial, sans-serif; font-weight: normal; }

.just 		{ text-align: justify; }

.formmargin	{ margin: 0px; }



/* PARAGRAPH HORIZONTAL RULES */

.page-splits	{ width: 100%; color: #FFFFFF; height: 3px; border: 1px solid #C0C0C0; }

.sidebar-splits	{ width: 100%; color: #000000; height: 3px; border: 1px solid #555555; }



/* LEFT AND RIGHT TEXT SPACING */

.whitespaceL	{ width: 5px; }

.whitespaceR	{ width: 10px; }




/* IMAGE BORDERS AND MARGINS */

.borders	{ border: #000000 1px solid; }

.homeimage	{ border: #6699FF 1px solid; margin-right: 10px; }



/* DROP SHADOWS */

.shadow-top	{ background-image: url("picts/shadow.gif"); background-repeat: repeat-x; }

.shadow-bottom	{ background-image: url("picts/shadow.gif");  }




/* PAGE TOP AND BOTTOM BORDERS */

.pagebars	{
		background-color: #C0C0C0;
		background-image: url("picts/bar.jpg");
		height: 25px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.pagebar-bottom	{
		background-color: #C0C0C0;
		background-image: url("picts/bar.jpg");
		height: 25px;
		border: solid #000000;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}




/* GALLERY IMAGE MOUSEOVER BORDERS AND GALLERY TEXT */


.image-border		{ position: relative; LEFT: 0px; top: 0px; border: #000000 1px solid; }

.image-borderon		{ position: relative; LEFT: 2px; top: 2px; border: #0099FF 1px solid; }

.viewer-border	 	{ border: #000000 1px solid; }

.smalltitle 		{ color: #339900; font: 10px verdana, arial, sans-serif; font-weight: normal; }

.gallerytext		{ color: #000000; font: 11px verdana, arial, sans-serif; }

.hilight		{ color: #3366FF; font: 13px verdana, arial, sans-serif; font-weight: bold; }

.picturetitle 		{ color: #000000; font: 13px verdana, arial, sans-serif; font-weight: bold; }



/* GALLERY POPUP MENU CODE */

.button-gallery 	{
			color: #000000;
	       		font: bold 11px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url("picts/button-gallery.gif");
        		padding: 1px 5px 1px 5px;
			margin: 0px 1px 0px 1px;
        		display: block;
			cursor:pointer;
			width: 90px;
			height: 20px;
        		border: #999999 1px solid;
			}


.buttonon-gallery	{
			color: #0066FF;
	       		font: bold 11px arial, serif;
			text-align: center;
			background-color: #FFFFFF;
	        	background-image: url("picts/buttonon-gallery.gif");
        		padding: 0px 5px 0px 5px;
			margin: 0px 1px 0px 1px;
        		display: block;
			cursor:pointer;
			width: 90px;
			height: 20px;
        		border: #0066FF 1px solid;
			}


/* ORDER BUTTONS */

.button-order  {
		background-image: url("picts/button-order.gif");
		background-color: #3BA843;
		font-family: arial, helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		text-align: center;
		cursor:pointer;
		padding-top: 3px;
		padding-bottom: 3px;
		border: #009900 1px solid;
		}


.buttonon-order {
		background-image: url("picts/buttonon-order.gif");
		background-color:#FF6C19;
		font-family: arial, helvetica, sans-serif;
		color: #FFFFFF;
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		text-align: center;
		cursor:pointer;
		padding-top: 3px;
		padding-bottom: 3px;
		border: #CC3300 1px solid;
		}



/* LEFT SIDEBAR OPTIONS */

#sidebarleft		{ position: relative; left: 0px; top: -30px; }

#sociallinks		{ position: relative; left: 0px; top: -33px; }

#phonediv		{ position: relative; left: 0px; top: -30px; }

a.sidelink:link		{ color: #99FF99; text-decoration: none; }

a.sidelink:visited	{ color: #99FF99; text-decoration: none; }

a.sidelink:active	{ color: #99FF99; text-decoration: none; }

a.sidelink:hover	{ color: #FFFF9C; text-decoration: none; }

.bordersSB		{ border: #999999 1px solid; }

.sidebartitle		{ color: #FFFFFF; font: 14px arial, sans-serif; font-weight: bold; }

.sidebartext		{ color: #C0C0C0; font: 11px verdana, arial, sans-serif; }

.emailtext		{ color: #FFFFFF; font: 10px arial, sans-serif; }

.sidebar-background	{
			background-image: url("picts/background-sidebar.gif");
			background-repeat: repeat-y;
			background-position: top left;
			}

.side-L-space	{ width: 15px; }

.side-R-space	{ width: 30px; }




/* RIGHT SIDEBAR OPTIONS */

.sidebarR	{ width: 2px; }




/* RIGHT END AREA */

.right-end		{ width: 25px; background-color: #000000; }

.right-end-space	{ width: 25px; }


/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}




.shadeform	{
		font: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		width: 180px;
		border: #000000 1px solid;
		}


.dropdown 	{
		color: #333333;
		background-color: #F1F4F5;
		width: 200px;
		font: 11px verdana, arial, sans-serif;
		}


.textarea	{
		font: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		width: 225px;
		height: 125px;
		border: #000000 1px solid;
		}

.submitbutton 	{ font: 9pt arial, verdana, sans-serif; }




/* LINKS PAGE */

.searchbox	{
		background-color: #F0F0F0;
		border: #CCCCCC 1px solid;
		}

.searchform 	{
		width: 110px;
		height: 20px;
		font: 11px arial, sans-serif;
		background-image: url("picts/shadeform.gif");
		border: #000000 1px solid;
		}


.searchbutton 	{
		font-size: 8pt;
		width: 35px;
		background-color: #F1F4F5;
		border: #000000 1px solid;
		}




/* START THE CODE FOR THE MENUS */


.menutable	{
		background-color: #000000;
		background-image: url("picts/menu-background.gif");
		border-bottom: #000000 1px solid;
		border-top: #000000 0px solid;
		}


.firstborder	{ border-right: #000000 1px solid; }


.menu		{
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 11px;
		padding-right: 11px;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		display: block;
		border: solid #000000;
		border-width: 0px 1px 0px 0px;
		}

		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */




a.menu:link 	{ background-image: url("picts/menu.gif");
		  background-color:#333333;
		  color: #CFCFE0;}


a.menu:visited 	{ background-image: url("picts/menu.gif");
		  background-color:#333333;
		  color: #CFCFE0; }


a.menu:active 	{ background-image: url("picts/menu.gif");
		  background-color:#333333;
		  color: #CFCFE0; }


a.menu:hover 	{  background-image: url("picts/menuon.gif");
		   background-color:#828282;
		   color: #FFFFFF; }



