BODY	{
	SCROLLBAR-BASE-COLOR: #9B9FA8;
	BACKGROUND-IMAGE: url("picts/score.jpg");
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	text: #000000;
	}
	


/* PAGE LINK AND MENU LINK COLORS */

a:link		{ color: #e45f06; text-decoration: none; }

a:visited	{ color: #e45f06; text-decoration: none; }

a:active	{ color: #e45f06; text-decoration: none; }

a:hover		{ color: #7f2a05; text-decoration: underline; }


/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE 		{ COLOR: #666666; FONT: 12px verdana, arial, sans-serif; font-weight: normal; }

.title 		{ COLOR: #000000; FONT: 19px arial, verdana, sans-serif; font-weight: bold; }

.subtitle 	{ COLOR: #2b2a2a; FONT: 16px arial, verdana, sans-serif; font-weight: bold; }

.footertext 	{ COLOR: #514f4; FONT: 12px arial, verdana, sans-serif; font-weight: normal; line-height: 2;}

.sidebartext 	{ COLOR: #000000; FONT: 11px verdana, arial, sans-serif; font-weight: bold; }

.menutext 	{ COLOR: #000033; FONT: 12px verdana, arial, sans-serif; font-weight: normal;}

.price	 	{ COLOR: #0066FF; FONT: 16px arial, verdana, sans-serif; font-weight: bold; }

.just 		{ text-align: justify; line-height: 1.5; COLOR: #514f4f;}

.formmargin	{ margin: 0px; margin-top: 5px; }


.sidebar		{
			width: 200px;
			border-right: #9B9FA8 1px solid;
			}
			
			

/* CONTACT PAGE CODE */

.contact 	{ COLOR: #0066FF; FONT: 14px verdana, arial, sans-serif; font-weight: bold }


.formbutton 	{ FONT: 12px arial, verdana, sans-serif; }


.shadeform	{
		FONT: 12px arial, verdana, helvetica, sans-serif;
		background-image: url("picts/shadeform.gif");
		WIDTH: 200PX;
		BORDER: #000000 1px solid;
		}


.textarea	{
		FONT: 12px arial, verdana, helvetica, sans-serif;
		background-image: url("picts/shadeform.gif");
		WIDTH: 250PX;
		HEIGHT: 150PX;
		BORDER: #000000 1px solid;
		}


.dropdown 	{
		COLOR: #333333;
		WIDTH: 200PX;
		FONT: 12px arial, verdana, helvetica, sans-serif;
		}


/* IMAGE BORDERS */

.borders	{ BORDER: #000000 1px solid; }

.iconborder	{ BORDER-BOTTOM: #9B9FA8 5px solid; }


/* PAGE LINES & BORDERS */

.page-splits		{
			border-top: #9B9FA8 1px solid;
			border-bottom: #FFFFFF 1px solid;
			background-color: #9B9FA8;
			color: #9B9FA8;
			height: 2px;
			}

.pagebar	{
		background-color: #9B9FA8;
		background-image: url("picts/bar.jpg");
		height: 15px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


.pagebar-left	{
		background-image: url("picts/sidebar-BG.jpg");
		width: 60px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}
		
.pagebar-right	{
		background-image: url("picts/sidebar-BG.jpg");
		width: 60px;
		border: solid #000000;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


.pagebar-bottom	{
		background-color: #9B9FA8;
		background-image: url("picts/bar.jpg");
		height: 18px;
		border: solid #000000;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}


.shadow		{
		background-image: url("picts/shadow.gif");
		background-repeat: repeat-x;
		}

		
		
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
cursor: crosshair;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;


top: 0;
left: -375px; /*position where enlarged image should offset horizontally */

}
