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




/* DEFAULTS - MARGINS SPACING */

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

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




/* 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%; }

.nobreak	{ white-space: nowrap; }

.just 		{ text-align: justify; }

img 		{ border: 0; }

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

.blockimage	{ display: block; }

.formmargin	{ margin: 0px; }




/* NON-MENU LINK CODE */

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

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




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

div, table	{
	color: #000000;
	font-weight: normal;
	line-height: normal;
	font-family: arial, sans-serif;
	font-size: 14px;
}

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

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

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

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

.mobi-phone .phonetitle	{ color: #000000; }

.testimonial	{ color: #006699; font-weight: bold; font-style: italic; }

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




/* WIDTHS, HEIGHT, MARGINS, PADDING */

.pagewrapper		{
			min-width: 930px;
			max-width: 1150px;
			margin: 0 auto;
			border: solid #999999;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}

.pageheight		{ min-height: 640px; }

.pageheight-video	{ min-height:  816px; }

.contentwidth		{ width: 90%; }

.contentpad		{ padding: 12px 15px 5px 15px; }

.content-minwidth	{ width: 400px; height: 10px; }



/* MOBILE WIDTH & BORDERS (See also the style-mobi.css ) */

.pagewrapper-mobile	{
			min-width: 200px;
			max-width: 500px;
			margin: 0 auto;
			border: solid #999999;
			border-width: 0px 0px 0px 0px;
			/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
			}




/* BACKGROUNDS */

.content-background	{ background-color: #FFFFFF; background-image: none; }

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

.mobile-outer-background {
			 background-color: #E2E2E2;
			 background-image: url("picts/background-outer.jpg");
			 background-repeat: repeat-x;
			 background-attachment: fixed;
			 }




/* LOGO HEADER */

.header		{
		width: 100%;
		background-color: #00314E;
		border-bottom: #000000 0px solid;
		}

.header-mobile-icon	{ display: block; margin: 0px 0px 0px auto; }

/* FULL SITE HEADER ICON */

.headermobile-width 	{ width: 140px; }



/* START PLAIN TEXT HEADER CODE */

.logolayerlink	 { display: block; padding: 0px 0px 0px 10px; }

.textlogo	 { font: 35px arial, sans-serif; font-weight: normal; line-height: 60px; }

.textlogo-mobile { font-size: 19px; line-height: 48px; }

a.textlogo:link, a.textlogo:visited, a.textlogo:active, .textlogo 

		 { color: #FFFFFF; text-decoration: none; }

a.textlogo:hover { color: #C0C0C0; text-decoration: none; }

.TextHeaderHeight { height: 70px; }





/* HOME PAGE JQUERY SLIDESHOW */

.rslides_container li div {
	color: #FFFFFF;
	font: 15px arial, sans-serif; font-weight: bold;
	text-align: center;
	background: #000000;  /* BACKGROUND FOR NON-CSS3 */
	background: rgba(0,40,100,0.6);  /* BACKGROUND 60% OPACITY */
	width: 100%;
	padding: 5px;
	position: absolute; left: 0px; top: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}



/* HOME JQUERY SLIDESHOW (HOME & SETS) (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.rslides_container	{
			background-color: #F0F0F0;
			max-width: 902px;  /* WIDTH INCLUDES BORDER */
			min-width: 250px;
			text-align: center;
			cursor: pointer;
			margin: 0 auto;
			position: relative;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			border: #C0C0C0 1px solid;
  		/* CORNER ROUNDING */
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-khtml-border-radius: 0px;
			border-radius: 0px;
			}

#homeJQ > .centered-btns_nav	{ display: block; }  /* HIDES HOME ARROWS */

/* HOME SLIDESHOW ROUND ACTIVE BUTTON STYLES */

.centered-btns_tabs	{
			width: 100%;
			position: absolute;
			bottom: 10px;
			left: 0px;
			margin: 0 auto;
			text-align: center;
			z-index: 499;
			background-color: transparent;
			}

/* NORMAL BUTTON STATE */

.centered-btns_tabs a 	{
			font-size: 15px;
			line-height: 26px;
			font-weight: bold;
			color: #FFFFFF;
			text-decoration: none;
			width: 24px;
			height: 24px;
			background-color: #00314E;
			border: #00314E 2px solid;
		/* CORNER ROUNDING */
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			margin: 0px 2px 0px 1px;
			}

/* HOVER BUTTON STATE */

.centered-btns_tabs a:hover 
			{ background-color: #990000; border: #990000 2px solid; }

/* ACTIVE BUTTON STATE */

.centered-btns_here a, .centered-btns_here a:hover  
			{ background-color: #CC0000; border: #CC0000 2px solid; cursor: default; }





/* SOCIAL ICONS */

.socialtext	   { color: #60B0E6; font: 11px verdana, arial, sans-serif; font-weight: normal; }

.socialspace	   { padding: 2px 0px 2px 0px; }

.sidebar-social    {
		   padding: 0px 0px 1px 0px;
		   }

.footer-social	   {
		   width: 150px;
		   padding: 0px 10px 0px 10px;
		   }

.mobile-social	   {
		   padding: 10px 10px 10px 10px;
		   }

.socialicon		{ margin: 1px; display: block; }

.socialicon:hover	{
			margin: 0px;
			border: #3399FF 1px solid;
			}

/* SOCIAL ICON ALIGNMENT */

.sidebar-social table	{ margin: 0 auto 0 0; }

.footer-social table	{ margin: 0 auto; }

.mobile-social table	{ margin: 0 auto; }

.mobile-social div.socialtext	{ text-align: center; }




/* FOOTER OPTIONS */

#FooterFRM	{ visibility: visible; }

.footer-frame	{
		width: 100%;
		height: 285px;
		display: block;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
		border: #000000 0px solid;
		}

.footer-page	{
		background-image: none;
		background-color: #00314E;
		background-image: url("picts/background-footer.png");
		background-repeat: repeat-x;
		}

.footer-outer 	{
		width: 100%;
        	border-top: #999999 0px solid;
        	border-bottom: #999999 0px solid;
		}

.footer-pad	{ padding: 20px 14px 0px 14px; }

.footer-text	{color: #A6C3D3; font: 14px arial, sans-serif; font-weight: normal; }

.footer-title 	{
		color: #FFFFFF;
		font: 17px arial, sans-serif;
		font-weight: bold;
		padding-bottom: 5px;
		margin-bottom: 3px;
		border-bottom: #4EAAFF 1px solid;
		}

.footer-copyright
		{
		color: #B0C3CE;
		font: 10px verdana, arial, sans-serif;
		font-weight: normal;
		background-color: #033C63;
		padding: 15px 3px 15px 3px;
		text-align: center;
		border-top: #2D516C 0px solid;
		}

table.footer-links td 	{
			padding: 5px 30px 5px 30px;
			border-right: #175D90 1px solid;
			}

.footer-image		{
			margin: 30px 0px 3px 10px;
			border: #FFFFFF 2px solid;
			}

.footer-image-table	{ margin-left: 20px;}

.footer-links	{ line-height: 30px; }

.footerlinks-1	{ width: 33%; }

.footerlinks-2	{ width: 33%; }

.footerlinks-3	{ width: 33%; }

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

.toparrow	{ margin: 3px auto 15px auto; }




/* FOOTER LINK COLORS */

.footer-copyright a:link, .footer-copyright a:visited, .footer-copyright a:active, 
.footer-links a:link, .footer-links a:visited, .footer-links a:active 

			{ color: #8CD3FF; text-decoration: none; }

.footer-copyright a:hover, .footer-links a:hover 

			{ color: #FFFFFF; text-decoration: underline; }




/* MOBILE FOOTER (See also the style-mobi.css ) */

.footer-mobile .footer-copyright 
			{ padding: 12px 3px 12px 3px; }




/* RIGHT SIDEBAR */

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

.SBtext		{ color: #B0C3CE; font: 12px arial, sans-serif; font-weight: normal; }

.R-sidebarwidth { width: 250px; }

.R-sidebarpad	{ padding: 10px 10px 10px 10px; }

.sidebarBG	{
		background-color: #033C63;
		border-left: #999999 0px solid;
		}

.sidebarR-image	{
		margin-top: 20px;
		margin-bottom: 20px;
		display: block;
		border: #FFFFFF 2px solid;
		}

.sideR-textbox	{ margin: 0px 0px 20px 0px; }

.sidebar-banner	{ max-width: 200px; display: block; margin: 35px auto 0 auto; }




/* SIDEBAR IMAGE LINKS */

.sidelinks	{ padding: 6px 0px 6px 0px; }

.sidelinks a.slink	{
		font-size: 14px;
		display: inline-block;
		padding: 5px 5px 29px 24px;
		background-image: url("picts/arrow-tab-white.png");
		background-repeat: no-repeat;
		background-position: 0px 4px;
		}

.SBtext a:link, .SBtext a:visited, .SBtext a:active 
			{ color: #8CD3FF; text-decoration: none; }

.SBtext a:hover		{ color: #FFFFFF; text-decoration: underline; }

.sidelinks-img		{ display: block; }




/* PAGE BARS AND BORDERS */

.page-splits	{
		font-size: 1px;
		line-height: 1px;
		height: 3px;
		margin: 6px 0px 6px 0px;
		padding: 0;
		border: solid #CCCCCC;
		border-width: 1px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.single-splits	{
		height: 2px;
		border-width: 0px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.side-splits	{
		margin: 10px 0px 10px 0px;
		border: solid #335277;
		border-width: 1px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.map-splits	{ margin: 15px 0px 15px 0px; }

.pagebar	{
		background-color: #CCCCCC;
	        background-image: url("picts/bar.jpg");
		background-repeat: repeat;
        	border-top: #999999 0px solid;
        	border-bottom: #999999 0px solid;
		height: 18px;
		font-size: 1px;
		line-height: 1px;
		}




/* PAGE TOP BANNERS */

.banimage	{ width: 750px; border-right: #000000 1px solid; }

.banimage-background 
		{ background-color: #00314E; }

.banimage-end	{ background-image: url("picts/top-picture-end.jpg"); }




/* IMAGE SPACING, SIZES ALIGNMENT & BORDERS */

.iborders		{ border: #1691FF 1px solid; }

.menu-image1		{
			margin: 15px 0px 0px 0px;
			border: #FFFFFF 0px solid;
			}

.menu-image2		{
			margin: 15px 0px 0px 0px;
			border: #FFFFFF 0px solid;
			}

.img-respond		{ width: 100%; height: auto; }




/* ARROW CODE FOR ITEM LISTS AND PAGE ARROWS */

.lists	{
	color: #666666;
	line-height: 20px;
	list-style-image: url("picts/bullet-red.png");
	}

.arrow-black, .arrow-blue, .arrow-green, .arrow-orange, .arrow-red, .arrow-teal 
	{
	font: 11px verdana, arial, sans-serif;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 2px 0px 2px 22px;
	margin: 7px 0px 0px 10px;
	}

.arrow-black	{ background-image: url("picts/arrow-black.png"); }

.arrow-blue 	{ background-image: url("picts/arrow-blue.png"); } 

.arrow-green  	{ background-image: url("picts/arrow-green.png"); }

.arrow-orange 	{ background-image: url("picts/arrow-orange.png"); }

.arrow-red	{ background-image: url("picts/arrow-red.png"); }

.arrow-teal	{ background-image: url("picts/arrow-teal.png"); }

.arrow-nomargin	{ margin: 7px 0px 0px 0px; }

.arrow-bold	{ font-family: arial, sans-serif; font-weight: bold; }

.arrow-line	{
		font: 12px arial, sans-serif;
		font-weight: bold;
		border-top: #CCCCCC 1px solid;
		padding-top: 6px;
		margin: 7px 0px 0px 0px;
		background-position: 0px 5px;
		}

/* ARROW HIGHLIGHT LINKS */

a.hilitelink:link, a.hilitelink:visited, a.hilitelink:active 
			{ color: #FF3053; text-decoration: none; }

a.hilitelink:hover	{ color: #0033FF; text-decoration: underline; }




/* VIDEO PAGE CODE */

.video-sidebar	{
		width: 30px;
		background-color: #BBBBBB;
		}

.vs-left	{ border-right: #999999 0px solid; }

.vs-right	{ border-left: #999999 0px solid; }

.video-textarea { width: 640px; margin-top: 10px; }

.videostyle	{
		position: relative;
		z-index: 10;
		margin: 0 auto;
		padding: 0;
		border: #000000 0px solid;
		}

/* VIDEO MENU */

.menu-videos	{
		background-color: #033C63;
		padding: 0px 5px 0px 5px;
		margin-top: 0px;
		margin-bottom: 0px;
		border-bottom: #999999 0px solid;
		}

table.vid-menu-pad td	{ padding: 10px 4px 10px 4px; }

#video-overlay	{
		position: relative;
		top: -48px;
		left: 0px;
		width: 28px;
		height: 28px;
		margin:0 auto -28px auto;
		z-index: 10;
		}

.vid-hover	 	{ border: #FFFFFF 1px solid; }

a:hover .vid-hover 	{ border: #99FFFF 1px solid; }

.vid-thumb 		{
			width: 100px;
			height: 67px;
			display: block;
			border: #FFFFFF 2px solid;
			}




/* TOP MENU */

.top-menu	{
		background-color: #002B47;
		text-align: right;
		padding: 1px;
		vertical-align: top;
		border-bottom: #3D5868 1px solid;
		}

.top-menu a:link, .top-menu a:visited, .top-menu a:active 
		{
		color: #F0F0F0;
		font: 12px arial, helvetica, sans-serif;
		font-weight: bold;
		text-align: center;
		background-color: transparent;
		text-decoration: none;
		display: inline-block;
		margin: 2px;
		padding: 5px 5px 5px 5px;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

.top-menu a:hover 
		{
		color: #FFFFFF;
		background-color: #335277;
		text-decoration: none;
		}




/* HIDE MENU AND ITEMS FOR PRINTING */

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




/* GALLERY & CART */

.gallerytext		{
	font-size: 14px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.gallerytitle 		{ color: #000000; font: 14px verdana, arial, sans-serif; font-weight: bold; font-variant: small-caps; }

.price	 		{ color: #993366; font: 16px arial, sans-serif; font-weight: bold; text-decoration: underline; }

.Galborder	 	{ border: #999999 1px solid; padding: 2px; vertical-align: bottom; transition: all 0.5s ease; -webkit-transition: all 0.5s; }

a:hover .Galborder 	{ border: #FF0000 1px solid; padding: 2px; vertical-align: bottom; }

.cartmargin		{ margin: 5px 0px 0px 0px; }

.view-cart-margin	{ margin: 3px 0px 6px 0px; }

.close-up		{ position: relative; top: 3px; }

.galbox		{
		background-color: transparent;
		border-top: #2D516C 0px solid;
		border-right: #2D516C 0px solid;
		border-bottom: #2D516C 0px solid;
		border-left: #2D516C 0px solid;
		}

.galbox-inner	{ width: 100%; }

.galbox-pad	{ padding: 12px 12px 12px 12px; }

.galbox-left	{ width: 136px; padding-right: 0px; }

.cartdrop	{
		color: #000000;
		font: 12px arial, sans-serif;
		width: 136px;
		margin: 0px 0px 5px 0px;
		}

.carticon	{ margin-top: 0px; display: block; }

table.plainGalTable td	{ padding: 3px 3px 3px 3px; }

.plainGalCell		{ max-width: 136px; text-align: center; margin: 0 auto; }


/* ORDER BUTTONS */

input[type=submit].button-order	
		{
		color: #FFFFFF;
	       	font: bold 13px arial, sans-serif;
		text-align: center;
		background-color: #3566F7;
	        background-image: url("picts/button.png");
		-webkit-appearance: none;
        	padding: 6px 0px 6px 0px;
		margin: 5px 0px 3px 0px;
		cursor: pointer;
		width: 132px;
        	border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		}

input[type=submit].button-order:hover 
		{
		color: #FFFFFF;
		background-color: #CE005F;
		}

input[type=submit].view-cart	{ width: 230px; }




/* CONTACT PAGE CODE */

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

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

.shadeform	{
		color: #000000;
		font: 13px arial, sans-serif;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		width: 175px;
		border: #7F9DB9 1px solid;
		}

.dropdown 	{
		color: #000000;
		text-align: left;
		font: 12px arial, sans-serif;
		background-color: #FFFFFF;
		width: 175px;
		}

.textarea	{
		color: #000000;
		font: 13px arial, sans-serif;
		text-align: left;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		width: 235px;
		height: 145px;
		border: #7F9DB9 1px solid;
		}

.submitbutton 	{ font-size: 13px; width: 110px; }




/* LINKS PAGE CODE */

table.searcharea td	{ padding: 6px 3px 6px 3px; }

.searcharea		{ margin: 5px 0px 2px 0px; }

.linksmargin	{ margin: 0px; }

.searchterms 	{
		font: 13px arial, sans-serif;
		background-color: #FFFFFF;
		background-image: url("picts/shadeform.png");
		color: #000000;
		width: 100px;
		border: #336699 1px solid;
		}

.searchbutton 	{
		background-color:#00314E;
		font: 11px arial, sans-serif;
		font-weight: bold;
		color: #FFFFFF;
		height: 20px;
		cursor:pointer;
		text-align: center;
		padding-left: 2px;
		padding-right: 2px;
		border: #FFFFFF 1px solid;
		}




/* NEWS PAGE */

.news-table	   { width: 100%; }

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

.news-image	   { width: 80px; }




/* STAFF PAGE */

.staff-table	   { width: 100%; }

table.staff-table td { padding: 6px 6px 6px 6px; }

.staff-image	   { width: 80px; }




/* PDF PAGE */

.pdf-table	{ width: 100%; }

.pdf-icons	{ width: 90px; }




/* SITE MAP PAGE */

.map-align		{ width: 250px; margin-left: 60px; }

.searchmargin		{ margin: 0px; }

.searchbox		{ padding: 0px; }

.sitesearchterms	{ width: 120px; margin: 4px 3px 4px 0px; }

.sitesearchbutton	{ width: 58px; }




/* MOBILE SELECT OVERLAY */

.SOLbackground {
	background-color: #FFFFFF;
	filter: alpha(opacity=60);
	-moz-opacity:.60;
	opacity:0.60;
	}
  
.SOLselect {
	background-color: #033C63;
	border: #033C63 4px solid;
/* CORNER ROUNDING */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	}

.SOLinner	{
		color: #FFFFFF;
		font: 15px arial, sans-serif;
		font-weight: bold;
		line-height: normal;
		}

.SOLinner a	{ font: 34px arial, sans-serif; }

.SOLclose	{
	background-color: #CC0000;
	border: #CC0000 4px solid;
/* CORNER ROUNDING */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	}

/* MOBILE SELECT LINK COLORS */

a.selectlink:link, a.selectlink:visited, a.selectlink:active 
			{ color: #99DDFF; text-decoration: none; }
a.selectlink:hover	{ color: #FFFFFF; text-decoration: underline; }




/* MOBILE HOME MENU CODE */

a.menulink-mobile:link, a.menulink-mobile:visited, a.menulink-mobile:active 
		{
		color: #F0F0F0;
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		line-height: 41px; /* THIS CONTROLS MENU BUTTON HEIGHT */
		background-color: #033C63;
		background-image: url("mobile/picts-mobi/menu-arrow-white.png");
		background-position: top right;
		background-repeat: no-repeat;
		padding: 0px 10px 0px 10px;
		margin: 0px auto 0px auto;		
		display: block;
		cursor: pointer;
		min-width: 200px;
		border: solid #999999;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

a.menulink-mobile:hover
		{
		color: #FFFFFF;
		background-color: #335277;
		background-image: url("mobile/picts-mobi/menu-arrow-white.png");
		border: solid #999999;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}




/***************
Media Queries - ARE LOCATED IN THE style-mobi.css IN THE "mobile" FOLDER
***************/
