body	{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
	}





/* DEFAULTS - MARGINS SPACING */

div		{ margin: 0; padding: 0; border: 0; }

table, tr, td	{ border-collapse: collapse; border-spacing: 0; margin: 0; padding: 0; border: 0; }

body, html 	{ height: 100%; }





/* DEFAULTS - ALIGNMENT */

.td-right 	{ text-align: right; }

.td-left 	{ text-align: left; }

.td-center	{ text-align: center; }

.td-top		{ vertical-align: top; }

.td-middle	{ vertical-align: middle; }

.td-bottom	{ vertical-align: bottom; }

.center-align	{ text-align: center; }

.center-div	{ margin-left: auto; margin-right: auto; }

.right-div	{ margin-left: auto; margin-right: 0; }

.left-div	{ margin-left: 0; margin-right: auto; }





/* DEFAULTS - MISC */

.fullwidth	{ width: 100%; }

.halfwidth	{ width: 50%; }

.nobreak	{ white-space: nowrap; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }





/* NON-MENU LINK COLORS */

a:link, 
a:visited, 
a:active 	{ color: #3366CC; text-decoration: none; }

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





/* THE NEXT LINE CONTROLS THE DEFAULT FONT SIZE */

body 		{ color: #444444; font: 13px georgia, "times new roman", serif; font-weight: normal; line-height: 18px; }

.title 		{ color: #666633; font: 19px georgia, "times new roman", serif; font-weight: normal; }

.subtitle 	{ color: #006699; font: 15px georgia, "times new roman", serif; font-weight: bold; }

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

.smalltext	{ color: #666633; font: 10px arial, sans-serif; font-weight: normal; }

.list		{ color: #278DC0; line-height: 22px; }

.hilite		{ color: #FF3300; }

.hilite2	{ color: #996633; }





/* PAGE WIDTHS, HEIGHTS AND SPACING */

.outer-background	{
			background-color: #EBEEF5;
			background-image: url("../picts/blue/background-outer.jpg");
			background-repeat: repeat-x;
			}

.pageheight		{ height: 900px; }

.pagewrapper	{
		min-width: 830px;
		max-width: 1100px;
		background-color: #FFFFFF;
		border: solid #5196E4;
		border-width: 0px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.pagecontent		{ width: 100%; }

.whitespace-left	{ width: 20px; }

.whitespace-right	{ width: 30px; }

.whitespace-farright	{ width: 20px; }

.pagespacer-width	{ width: 430px; }





/* BORDERS, PAGE LINES, IMAGE ALIGNMENT */

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

.img-space		{ float: left; margin-right: 8px; margin-bottom: 1px; }

.page-splits 	{
		font-size: 1px;
		line-height: 1px;
		height: 3px;
		background-color: transparent;
		margin: 15px 0px 15px 0px;
		padding: 0px;
		border: #B4B481 1px solid;
		}





/* HEADER LOGO */

.headercolor		{ background-color: #0051D6; }

/* FONT USED FOR TEXT HEADER IN NON-FLASH BROWSERS */

.NoFlashTitle		{
			color: #FFFFFF;
			font: normal 26px arial, sans-serif;
			line-height: 90px;
			padding: 0px 12px 0px 12px;
			border: #999999 0px solid;
			}


/* HEADER SEARCH BOX STYLES */

.searchsitebutton	{
			display: block;
			margin-right: 7px;
			margin-top: 1px;
			}

.searchsiteform		{
			color: #000000;
			width: 125px;
			height: 18px;
			font: 12px arial, sans-serif;
			background-color: #FFFFFF;
			background-image: url("../picts/shadeform.gif");
			margin-right: 3px;
			margin-top: 0px;
			border: #66CCFF 1px solid;
			}

.searchbox		{
			background-color: transparent;
			margin-top: 0px;
			color: #FFFFFF;
			font: 9px verdana, arial, sans-serif;
			font-weight: bold;
			border: #999999 0px solid;
			margin-right: 10px;
			}





/* DATE CODE */

#date-location 	{
		width: 200px;
		height: 15px;
		margin-bottom: -15px;
		text-align: left;
		position: relative;
		top: -123px;
		left: 10px;
		border: #000000 0px solid;
		}

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





/* FOOTER */

.footer		{
		background-color: #EBF0FF;
		color: #666666;
		font: 10px arial, sans-serif;
		font-weight: normal;
		border-top: #CCCCCC 0px solid;
		border-bottom: #CCCCCC 0px solid;
		}

table.footer td	{ padding: 12px; }

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

.html5-icon	{ margin-top: 5px; margin-bottom: 5px; }

.footer-bottomspace	{ height: 6px; font-size: 1px; line-height: 1px; }





/* HOMEPAGE NEWS SCROLLER */

#NewsDiv	{ padding: 7px 4px 4px 4px; position: absolute; left: 0; top: 0; }

body.newswindow-page td	{ padding: 3px 0px 3px 0px; }

.scrollertitle	{
		color: #FFFFFF;
		font: 11px verdana, arial, sans-serif;
		font-weight: bold;
		border-bottom: #6191D2 1px solid;
		padding: 5px;
		background-color: #6191D2;
		}

.newstitle 	{
		color: #000000;
		font: normal 12px arial, sans-serif;
		font-weight: bold;
		border-bottom: #3399CC 1px solid;
		padding-bottom: 3px;
		margin-bottom: 3px;
		}

.newswindow	{ border: #6191D2 1px solid; }

.newswindow-page {
		margin: 0;
		padding: 0;
		border: 0;
		background-color: #FFFFFF;
		background-image: url("../picts/blue/scroller-background.jpg");
		}

.newsframe	{
		width: 127px;
		height: 200px;
		display: block;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		display: block;
		}


/* NEWS WINDOW FONTS */

body.newswindow-page, body.newswindow-page font { color: #555555; font: 11px arial, sans-serif; font-weight: normal; line-height: normal; }

.news-credits	{ color: #000000; font: 9px arial, sans-serif; font-weight: normal; line-height: normal; }


/* NEW WINDOW PAGE LINKS */

body.newswindow-page a:link, 
body.newswindow-page a:visited, 
body.newswindow-page a:active 	{ text-decoration: underline; }

body.newswindow-page a:hover	{ text-decoration: underline; }





/* CALENDAR PAGE */

blockquote.calbox 	{
		color: #444444;
		background-color: #F7F1DC;
		font: 11px georgia, "times new roman", arial, sans-serif;
		font-weight: normal;
		margin-top: -30px;
		margin-bottom: 0px;
		margin-left: 50px;
		padding-left: 10px;
		padding: 8px;
		border-top: 1px solid #E1CC89;
		border-right: 1px solid #E1CC89;
		border-bottom: 1px solid #E1CC89;
		border-left: 6px solid #ECD99C;
		} 

.calendarnum 	{ color: #CC9900; font: 25px verdana, arial, sans-serif; font-weight: normal; }

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

.icon-space	{ margin-top: 10px; margin-bottom: 3px; }

.clickon	{
		color: #339999;
		font: 11px arial, sans-serif;
		line-height: 22px;
		font-weight: normal;
		}





/* SMALL CALENDAR */

.calendar	{ border: #3366CC 1px solid; background-color: #F0F0F0; }

.calendarinner	{ border-collapse: collapse; border-spacing: 0px; }

.calspace	{ padding: 0px; }

.calendartitle	{
		color: #FFFFFF;
		background-color: #3366CC;
		font: bold 15px arial, sans-serif;
		padding: 4px;
		text-align: left;
		border-bottom: #66CC00 2px solid;
		}

.caldays	{
		width: 20px;
		height: 18px;
		background-color: #FFFFFF;
		color: #666666;
		font: normal 10px arial, sans-serif;
		border-right: #E2E2E2 1px solid;
		border-bottom: #66CC00 1px solid;
		text-align: center;
		}

.calday		{
		width: 20px;
		background-color: #DCEEDC;
		color: #000000;
		font: bold 10px arial, sans-serif;
		border-right: #E2E2E2 1px solid;
		border-bottom: #66CC00 1px solid;
		text-align: center;
		}

.caldates	{
		height: 18px;
		background-color: #FFFFFF;
		color: #666666;
		font: normal 10px arial, sans-serif;
		border-right: #E2E2E2 1px solid;
		border-bottom: #E2E2E2 1px solid;
		text-align: center;
		}

.calhilite	{
		background-color: #DCEEDC;
		color: #FFFFFF;
		font: bold 18px arial, sans-serif;
		text-align: center;
		}





/* LEFT SIDEBAR OPTIONS */

#sidebar-left	{ margin: 0px 0px 0px 0px; }

.sidebox-left	{ width: 150px; margin-top: 20px; margin-bottom: 20px; }

table.sidebox-left td { padding: 5px 5px 5px 5px; }

.sidetitle-left {
		text-align: left;
		color: #FFFFFF; font: 15px arial, sans-serif;
		font-weight: bold;
		border: #5E79A6 1px solid;
		background-color: #5B8CD1;
		}


.sidetext-left	{
		text-align: left;
		color: #2860A0; font: 11px arial, sans-serif;
		font-weight: normal;
		background-color: #FFFFFF;
		background-image: url("../picts/blue/sidebar-background.jpg");
		border-bottom: #5E79A6 1px solid;
		border-left: #5E79A6 1px solid;
		border-right: #5E79A6 1px solid;
		}

.bordersSB	{ border: #5E79A6 1px solid; }

.sidebar-more	{ margin: 5px 0px 5px 0px; }

.sidebar-spacer	{ position: relative; visibility: visible; left: 0px; top: 0px; z-index:0; }





/* RIGHT SIDEBAR NOTES AREA */

.SBright-width		 { width: 160px; }

.SBright-width-contact	 { width: 202px; }

.SBright-width-gallery	 { width: 112px; }

.SBright-width-resources { width: 250px; }

.SBright-text	{
		color: #000000;
		font: normal 11px arial, sans-serif;
		text-align: left;
		padding: 6px 6px 6px 6px;
		}

fieldset 	{
		width: 127px;
		border: #98B7E2 1px solid;
		padding: 2px 3px 6px 3px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		}


fieldset legend {
		color: #000000;
		font: bold 12px arial, sans-serif;
		border: 1px solid #6191D2;
		background-color: #F0F6F9;
		margin-bottom: 0px;
		margin-left: 4px;
		padding: 4px;
		padding-left: 5px;
		padding-right: 5px;
		}





/* SOCIAL ICONS */

.socialspace	{ padding-left: 1px; padding-right: 1px; }

.socialRspace	{ width: 0px; }

.social-sidebar	{ padding: 13px 0px 10px 19px; }

.footer-social	{ width: 130px; padding-left: 10px; }

.socialtext	{
		color: #339999;
		font: 11px verdana, arial, sans-serif;
		line-height: 24px;
		font-weight: normal;
		}





/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display: none; }
}
@media screen{
.printonly 	{ display: none; }
}





/* CONTACT AND QUOTES FORM */

.form-align		{ margin-left: 60px; }

table.form-align td	{ padding: 1px 0px 1px 0px; }

.contacttext	{ color: #444444; font: 11px  georgia, "times new roman", arial, sans-serif; font-weight: normal; }

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

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

.textarea	{
		font: 13px arial, sans-serif;
		background-image: url("../picts/shadeform.gif");
		background-repeat: no-repeat;
		text-align: left;
		width: 250px;
		border: #999999 1px solid;
		}

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

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

.form-choice 	{ color: #339999; font: 13px arial, sans-serif; font-weight: normal; }

.dropquotes	{ font: 12px arial, sans-serif; }

.submitbutton	{ font-size: 13px; margin: 10px 2px 0px 0px; }





/* START GALLERY, CART AND IMAGE VIEWERS */

.gallerywidth	{ width: 90%; }

.thumb-space	{ width: 136px; text-align: center; vertical-align: top; }

.Galborder	 	{ position: relative; left: 0px; top: 0px; border: #666666 1px solid; z-index: 10; display: block; }

A:hover .Galborder 	{ position: relative; left: 2px; top: 2px; border: #000000 1px solid; z-index: 10; display: block; }

.Galshadow	{
		background-image: url("../picts/gallery-shadow.png");
		background-repeat: no-repeat;
		width: 130px;
		height: 12px;
		}

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

.viewer-text	{ width: 600px; }

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

.Galtext	{ color: #666666; font: 12px arial, sans-serif; font-weight: normal; line-height: 18px; }

.whitespace-farright-gallery	{ width: 60px; }

.gallery-back	{
		cursor: pointer;
		background-image: url("../picts/gallery-back-white.gif");
		background-repeat: no-repeat;
		width: 70px;
		height: 52px;
		}





/* CART CODE */

.price	 	{ color: #0099CC; font: 17px arial, sans-serif; font-weight: bold; }

.thumb-space-cart { width: 150px; text-align: center; vertical-align: top; }

.cartmargin	{ margin: 6px auto 1px auto; }

.cartbox	{
		background-color: #F0F0F0;
		border: #CCCCCC 1px solid;
		padding: 8px 5px 8px 5px;
		}

.cartdropdown 	{
		color: #000000;
		font: 11px arial, sans-serif;
		font-weight: normal;
		background-color: #FFFFFF;
		width: 110px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 4px 0px;
		}





/* TEMPLATE ORDER BUTTONS */

.button-order	 	{
			color: #FFFFFF;
	       		font: bold 13px arial, sans-serif;
			text-align: center;
			background-color: #3C57E7;
	        	background-image: url("../picts/button-order-blue.gif");
        		padding: 3px 0px 3px 0px;
			cursor: pointer;
			width: 110px;
        		border: #333399 1px solid;
			}

.buttonon-order	 	{
			color: #FFFFFF;
	       		font: bold 13px arial, sans-serif;
			text-align: center;
			background-color: #FF7C2C;
	        	background-image: url("../picts/button-order-orange.gif");
        		padding: 3px 0px 3px 0px;
			cursor: pointer;
			width: 110px;
        		border: #CC6600 1px solid;
			}





/* START CODE FOR THE SLIDESHOW */

#slidenumber-loc	{
			position: relative;
			top: -37px;
			left: -205px;
			white-space: nowrap;
			width: 150px;
			height: 17px;
			margin-bottom: -17px;
			}

.slide-text		{
			color: #FFFFFF;
			font: 10px verdana, arial, sans-serif;
			font-weight: bold;
			line-height: 16px;
			background-color: transparent;
			background-image: url("../picts/background-black50.png");
			padding: 2px; padding-right: 6px;
			border: 1px solid #000000;
			}

.slide-hilite 		{ color: #C0C0C0; font-weight: bold; }

.button-gallery 	{
			background-color:#FFFFFF;
			background-image: url("../picts/button-white.gif");
			font-family: arial, helvetica, sans-serif;
			color: #0669CE;
			font-size: 11px;
			cursor:pointer;
			font-weight: bold;
			text-align: center;
			padding: 5px 5px 5px 5px;
			margin: 0px 1px 0px 1px;
			border: #3399FF 1px solid;
			}

.buttonon-gallery	{
			background-color:#FFFFFF;
			background-image: url("../picts/button-white.gif");
			font-family: arial, helvetica, sans-serif;
			color: #0669CE;
			font-size: 11px;
			cursor:pointer;
			font-weight: bold;
			text-align: center;
			padding: 5px 5px 5px 5px;
			margin: 0px 1px 0px 1px;
			border: #FF0000 1px solid;
			}





/* PAYPAL paypal.htm CUSTOM PAYMENT PAGE CODE */

.payform	{
		font: 13px arial, sans-serif;
		background-image: url("../picts/shadeform.gif");
		background-color: #FFFFFF;
		text-align: left;
		width: 125px;
		border: #999999 1px solid;
		}

textarea.payform { overflow: auto; }

.payformbox	{
		background-color: #F1F6FB;
		border: #CFD7DF 1px solid;
		}

table.paypaltable td	{ vertical-align: middle; padding: 8px 10px 8px 10px; }

.payformbutton	{ width: 125px; }





/* LINKS / RESOURCES PAGE CODE */

.searchbox-links	 {
			 background-color: #E4EAEF;
			 border: 1px solid #A2B6C7;
			 border-collapse: separate;
			 border-spacing: 3px;
			 }

table.searchbox-links td { padding: 1px 1px 1px 1px; }

.searchbox-linksmargin	 { margin-top: 23px; margin-bottom: 23px; }

.searchform 	{
		font: 13px arial, sans-serif;
		background-image: url("../picts/shadeform.gif");
		background-color: #FFFFFF;
		width: 98px;
		height: 17px;
		border: #999999 1px solid;
		}

.searchbutton 	{ font: 11px arial, sans-serif; }





/* FAQ PAGE */

.faq 		{ line-height: 30px; }

/* FAQ POPUP */

.faqbody	{ background-color: #FFFFFF; }

.faq-outer	{ width: 100%; height: 100%; }

.faq-content	{ width: 90%; }

.faq-letters	{ width: 40px; }

.faqheadline	{ border-bottom: #CCCCCC 3px solid; }

.button-popups 		{
			background-color:#FFFFFF;
			background-image: url("../picts/button-white.gif");
			color: #0669CE;
			font-family: arial, helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			text-align: center;
			cursor:pointer;
			padding: 5px 5px 5px 5px;
			margin: 0px 1px 0px 1px;
			border: #3399FF 1px solid;
			}

.buttonon-popups 	{
			background-color:#FFFFFF;
			background-image: url("../picts/button-white.gif");
			color: #0669CE;
			font-family: arial, helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			text-align: center;
			cursor:pointer;
			padding: 5px 5px 5px 5px;
			margin: 0px 1px 0px 1px;
			border: #FF0000 1px solid;
			}





/* CAREERS PAGE */

.careerarea	{ width: 86%; }





/* NEWS PAGE */

.news-table	    { width: 90%; min-width: 430px; }

table.news-table td { padding: 5px 5px 5px 5px; }

.news-image	    { width: 70px; }





/* PDF PAGE */

.pdf-table	{ width: 430px; }

.pdf-icons	{ width: 90px; }





/* STAFF PAGE */

.staff-box		{ width: 84%; min-width: 430px; }

table.staff-table td	{ vertical-align: top; padding: 12px 4px 12px 4px; }

.staff-image-width	{ width: 85px; }





/* HORIZONTAL MENU CODE - TOP & FOOTER */

.menuhorzbackground	{
			background-color: #F0F2F5;
			background-image: url("../picts/blue/menuhorz.gif");
			border-top: #CCCCCC 1px solid;
			border-bottom: #0051D6 1px solid;
			padding: 3px 3px 3px 3px;
			}

.menuhorz	{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		cursor:pointer;
		text-align: center;
		display: block;
		border: #8CB2E1 1px solid;
		padding: 4px 7px 4px 7px;
		margin: 0px 1px 0px 2px;
		}


a.menuhorz:link 	{ color: #0051D6; }


a.menuhorz:visited 	{ color: #0051D6; }


a.menuhorz:active 	{ color: #0051D6; }


a.menuhorz:hover 	{
			background-color: #88B0EC;
			border: #0051D6 1px solid;
			color: #FFFFFF;
			text-decoration: none;
			}





/* VERTICAL MENU CODE */

.menu-layer	{ z-index: 200; }

.menuwidth	{ width: 175px; }

.menubackground	{
		background-color: #7BA1DB;
		background-image: url("../picts/blue/menu-background.jpg");
		border-right: #000000 0px solid;
		}

.menushadow	{
		background-image: url("../picts/menu-shadow.png");
		background-repeat: repeat-y;
		}

.shadowwidth	{ width: 16px; }

.topline		{
			border-top: #9DB9DD 1px solid;
			}

.menu		{
		background-color: #5B8CD1;
		background-image: url("../picts/blue/menuvertoff.gif");
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		height: 28px;
		line-height: 28px;
		width: 100%;
		cursor:pointer;
		text-indent: 8px;
		text-align: left;
		display: block;
		border-bottom: #9DB9DD 1px solid;
		}


a.menu:link 	{ color: #FFFFFF; }


a.menu:visited 	{ color: #FFFFFF; }


a.menu:active 	{ color: #FFFFFF; }


a.menu:hover 	{
		color: #3366CC;
		background-color: #FFFFFF;
		background-image: url("../picts/blue/menuverton.gif");
		text-decoration: none;
		}




