@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

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

html, body { height: 100%; }

.background-main 
	{
	background: #C4CED6 url("picts/background-main-1.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}





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





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

.image-fixspace	{ font-size: 1px; line-height: 1px; }





/* FLOATS */

.left-float	{ float: left; }

.right-float	{ float: right; }

.float-margin1	{ margin-right: 7px; margin-bottom: 2px; }

.float-margin2	{ margin-right: 12px; margin-bottom: 2px; }

.floatclear 	{ height: 0px; clear: both; font-size: 1px; line-height: 0px; padding: 0px; margin: 0px; }

.text-nowrap	{ overflow: hidden; min-width: 150px; }





/* NON-MENU LINK COLORS */

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

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





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

body, div, table {
		color: #000000;
		font: 600 15px "Open Sans", arial, sans-serif;
		line-height: 140%;
		}

.title		{
		color: #000000;
		font: 700 24px "Open Sans", arial, sans-serif;
		line-height: normal;
		letter-spacing: -1px;
		margin-bottom: 20px;
		}

.colortitle	{ color: #6633CC; }

.subtitle	{ color: #000000; font: 700 20px "Open Sans", arial, sans-serif; line-height: normal; margin-bottom: 3px; }

.smalltitle	{ color: #000000; font: 700 15px "Open Sans", arial, sans-serif; line-height: normal; }

.smalltext	{ font-size: 13px; }

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

.hilite2	{ color: #003366; font-weight: 600; }

.hilite3	{ color: #ED982F; font-weight: 600; }

.hilite4	{ color: #990066; font-weight: 600; }





/* REMOVES MARGINS ON HEADING TAG TITLES (FOR SEO) */

h1, h2, h3, h4	{ margin: 0px 0px 0px 0px; text-align: left; }





/* SERVICES & CLIENTS LISTS */

.lists		{
		color: #009999;
		margin-top: 10px;
		margin-bottom: 10px;
		}

.lists span	{ color: #000000; }





/* PAGE WIDTHS HEIGHTS */

.pageheight-min { min-height: 50px; }

#pagewrapper	{
		max-width: 100%;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto 0 auto;
		padding: 0px 0px 0px 0px;
		}

.contentloc	{
		margin: 0 auto;
		padding: 0px 0px 0px 0px;
		}

#contentwrapper	{
		max-width: 600px;
		min-width: 600px;
		margin: 36px 150px 80px auto;
		background:rgb(240,250,255);		/* BACKGROUND FALLBACK */
		background:rgba(230,240,245,0.85);	/* 75% TRANSPARENT BACKGROUND */
		}

.content-box	{
		text-align: left;
		padding: 50px 50px 50px 50px;
		}





/* HEADER LOGOS */

.logo-mobile	{
		display: none;
		background:rgb(0,30,80);		/* BACKGROUND FALLBACK */
		background:rgba(0,30,80,0.80);	/* 80% TRANSPARENT BACKGROUND */
		}

.logo-mobile img	{
			width: 100%;
			max-width: 315px;
			vertical-align: bottom;
			margin-top: 3px;
			}

.logoh		{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 270px;
		height: 83px;
		z-index: 1103;
		}

.logov		{
		position: absolute;
		top: 133px;
		left: 6px;
		width: 93px;
		height: 512px;
		}

.logoh a, .logo-mobile a, .logov a	{ outline: 0; }

.logo-slogan-box {
		position: absolute;
		top: 0px;
		width: 100%;
		margin: 0 auto;
		border: solid green 0px;
		z-index: 1102;
		}

.logo-slogan	{
		color: #FFF3AA;
		font-size: 15px;
		font-weight: 400;
		text-align: center;
		padding: 12px 10px 0px 50px;
		}





/* IMAGE BORDERS */

.img-borders	{
		border: #FFFFFF 4px solid;
		}

.img-about	{
		max-width: 150px;
		height: auto;
		margin-right: 10px; margin-bottom: 2px;
		border: #FFFFFF 6px solid;
		}

.HoverBorder	{
		border: #FFFFFF 4px solid;
		vertical-align: bottom;
		margin-bottom: 6px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
	/* FADE UP */
		-webkit-transition: all 0.3s;
		transition: all 0.3s ease;
		}

a:hover .HoverBorder {
		border: #FF9933 4px solid;
		}





/* PARAGRAPH SPLIT BARS (WITH DOTS) TEST FOR MOBILE IF CHANGED! */

.page-splits 	{ 
		font-size: 1px;
		line-height: 1px;
		height: 2px;
		margin-top: 36px;
		margin-bottom: 30px; /* EDIT .dot-box BELOW IF CHANGED */
		padding: 0px;
		border-top: #62738B 1px solid;
		}

.split-dot	{
		background-color: #A3ADB9;
		width: 10px;
		height: 10px;
		margin: 0px auto 0px auto;
	/* CORNER ROUNDING */
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		border-radius: 8px;
		border: #414E60 1px solid;
		}

.dot-box	{
		background-color: transparent;
		width: 35px;
		height: 12px;
		margin: 0px auto -12px auto;
		position: relative;
		top: -38px;
		}

.split-smalltopmargin { margin-top: 5px; }





/* STICKY FOOTER */

/* IF YOU EDIT HEIGHT, PADDING OR BORDERS EDIT #pagewrapper -margin ABOVE */

#footerloc	{
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		z-index: 2000;
		}

.footerdiv	{
		color: #FFFFFF;
		font: 12px "Open Sans", arial, sans-serif;
		text-align: right;
		background:rgb(0,0,80);		/* BACKGROUND FALLBACK */
		background:rgba(0,30,80,0.80);	/* 80% TRANSPARENT BACKGROUND */
		padding: 15px 8px 10px 8px;
		border: solid #999999;
		border-width: 0px 0px 0px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.footersplit	{ 
		font-size: 1px;
		line-height: 1px;
		height: 2px;
		padding: 0px;
		margin: 5px auto 0px auto;
		max-width: 400px;
		border-bottom: #87B4E7 1px solid;
		}

.ft-cell	{
		display: inline-block;
		padding: 2px;
		margin-bottom: 5px;
		background-color: transparent;
		}

.ft-spons img	{
		display: block;
		width: 100px;
		height: 50px;
		}

.ft-top img	{
		display: block;
		width: 26px;
		height: auto;
		}

/* FOOTER LINK COLORS */

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

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





/* HOME PAGE */

.bottom-links	{
		color: #62738B;
		padding: 6px 0px 7px 0px;
		margin: 30px 0px 30px 0px;
		border: solid #62738B;
		border-width: 1px 0px 1px 0px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		}

.bottom-links a { margin-left: 8px; margin-right: 8px; }





/* HOMEPAGE IMAGE ROW */

.home-boxes-outer {
		  min-width: 290px;
		  text-align: center;
		  margin: 0 auto;
		  }

.home-boxes	  {
		  display: inline-block;
		  text-align: center;
		  max-width: 31%; /*  EDIT Media Queries #3!! */
		  min-width: 31%; /*  EDIT Media Queries #3!! */
		  box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  -webkit-box-sizing: border-box;
		  }

.home-boxes-text  {
		  font-size: 13px;
		  text-align: center;
		  max-width: 200px;
		  padding: 0px 8px 0px 8px;
		  margin: 0 auto;
		  }

.home-boxtitle	  {
		  font-size: 16px;
		  font-weight: 400;
		  padding: 0px 0px 2px 0px;
		  margin: 0px 0px 5px 0px;
		  border-bottom: #ED982F 1px solid;
		  }

.home-boxes img	  {
		  width: 100%;
		  max-width: 154px;  /* MAX WIDTH INCLUDES BORDER */
		  height: auto;
		  box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  -webkit-box-sizing: border-box;
		  }





/* TOP MAIN IMAGE ON SOME PAGES */

.image-bar	{
		width: 100%;
		max-height: 275px;
		overflow: hidden;
		color: #FFFFFF;
		text-align: center;
		background-color: #000000;
		padding: 0px;
		margin: 0px 0px -30px 0px;
		border-bottom: #FFFFFF 0px solid;
	/* DROP SHADOW */
		-moz-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.20);
		-webkit-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.20);
		box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.20);
		}

.main-image	{
		max-width: 2000px;
		min-width: 260px;
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 0px auto;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: #000000 0px solid;
		}





/* SPONSORS PAGES */

/* ROW OF 2 IMAGES */

.boxesX2-outer	{
		min-width: 290px;
		text-align: center;
		margin: 0 auto;
		}

.boxesX2	{
		display: inline-block;
		text-align: center;
		max-width: 50%; /*  EDIT Media Queries #3!! */
		min-width: 50%; /*  EDIT Media Queries #3!! */
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}

.boxesX2-text  {
		  font-size: 13px;
		  text-align: center;
		  padding: 0px 8px 0px 8px;
		  margin: 0 auto;
		  }

.boxesX2 img	  {
		  width: 98%;
		  max-width: 210px;  /* MAX WIDTH INCLUDES BORDER */
		  height: auto;
		  box-sizing: border-box;
		  -moz-box-sizing: border-box;
		  -webkit-box-sizing: border-box;
		  }

.spons-medal	{ width: 100px; height: auto; }

.spons-rad	{
	/* CORNER ROUNDING */
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-khtml-border-radius: 8px;
		border-radius: 8px;
		}

.pp-box		{
		display: inline-block;
		padding: 15px;
		background: #122C58;		/* BACKGROUND FALLBACK */
		margin: 10px auto 10px 0px;
		border: #FFFFFF 3px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-khtml-border-radius: 6px;
		border-radius: 6px;
		}

.pp-margin	{ margin: 0px; }





/* GALLERY PAGES */

.background-gallery 
	{
	background: #142137 url("picts/background-gallery.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

#contentbox-gallery { max-width: 100%; margin: 0 auto; }

.gal-pad	{ padding: 10px 10px 28px 10px; }


/* GALLERY OVERALL MAXIMUM WIDTH */

.gal-canvas	{
		width: 80%;
		max-width: 1000px;
		padding: 0px 0px 0px 0px;
		margin: 0 auto;
		}

/* GALLERY % CELL WIDTH OF EACH THUMB BOX */

.galrow-box	{
		float: left;
		width: 33.3%;
		}

.galrow-box:nth-child(3n+1)
		{
		clear:both;
		}

/* EDIT NEXT CLASS FOR THE THUMBNAILS MAX WIDTH */

.Galthumb-box	{
		color: #FFFFFF;
		font-size: 13px;
		line-height: 150%;
		text-align: center;
		background:rgb(60,60,60);		/* BACKGROUND FALLBACK */
		background:rgba(0,60,110,0.60);	/* 60% TRANSPARENT BACKGROUND */
		padding: 10px 10px 10px 10px;
		margin: 0px auto 25px auto;
		max-width: 302px;
		min-height: 100px;
		}

.Galthumb	{
		width: 100%;
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0px auto 0px auto;
		}

.Galborder	{
		border: #FFFFFF 5px solid;
		margin-bottom: 6px;
		vertical-align: bottom;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

a:hover .Galborder 
		{
		border: #A4AAC4 5px solid;
		}





/* GALLERY MENU */

#gal-menu	{
		text-align: right;
		padding: 0px 8px 2px 8px;
		}

#gal-menu a	{
		font-family: "Droid Sans", arial, sans-serif;
		font-size: 15px;
		font-weight: 400;
		line-height: normal;
		text-align: center;
		display: inline-block;
		padding: 5px 22px 5px 22px;
		margin: 3px 2px 3px 1px;
		min-width: 20px;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

#gal-menu a:link,
#gal-menu a:visited,
#gal-menu a:active	{
			color: #FFFFFF;
			text-decoration: none;
			background:rgb(0,30,80);		/* BACKGROUND FALLBACK */
			background:rgba(0,30,80,0.80);	/* 80% TRANSPARENT BACKGROUND */
			border: #FFFFFF 0px solid;
			}

#gal-menu a:hover	{
			color: #FFFFFF;
			background:rgb(0,30,80);		/* BACKGROUND FALLBACK */
			background:rgba(200,60,0,0.80);	/* 80% TRANSPARENT BACKGROUND */
			text-decoration: none;
			border: #2983FB 0px solid;
			}





/* PRODUCTS STORE */

.price 		{ padding: 10px 0px 5px 0px; }

.price span	{
		color: #0066FF;
		font-size: 17px;
		font-weight: 600;
		text-decoration: none;
		border-bottom: #FF6600 1px solid;
		}

.Cart-details	{
		color: #000000;
		font: 14px "Droid Sans", arial, sans-serif;
		font-weight: 400;
		line-height: normal;
		text-align: left;
		overflow: hidden;
		min-width: 180px;
		padding: 0px 0px 0px 0px;
		}

.Cart-box	{
		max-width: 575px;
		padding: 16px;
		margin: 0px auto 5px auto;
		background-color: #F5F7F8;
		border: solid #C3D0D4;
		border-width: 1px 1px 1px 1px;
		/* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		}

.Cart-image-box	{
		float: left;
		padding-right: 15px;
		padding-bottom: 4px;
		width: 36%;
		max-width: 181px; /* WIDTH INCLUDES BORDER */
		min-width: 125px;
		}

.Cart-image	{ width: 100%; height: auto; }

.paypal-icon	{
		width: 100%;
		max-width: 231px;
		margin: 3px 0px 0px 0px;
		}

.cartdrop 	{
		font: 13px arial, sans-serif;
		color: #000000;
		width: 150px;
		margin-top: 1px;
		margin-bottom: 4px;
		}

input[type=submit].button-order 
	 	{
		color: #FFFFFF;
	       	font: normal 17px "Droid Sans", arial, sans-serif;
		text-align: center;
		background-color: #0066CC;
	        background-image: url("picts/button-order.png");
        	padding: 9px 5px 9px 5px;
        	margin: 4px 0px 2px 0px;
		cursor:pointer;
		width: 150px;
		-webkit-appearance: none;
        	border: #000000 0px solid;
	/* CORNER ROUNDING */
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	/* DROP SHADOW */
		-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
		}

input[type=submit].button-order:hover 
	 	{
		color: #FFFFFF;
		background-color: #158ED0;
        	border: #000000 0px solid;
		}

/* VIEW CART BUTTON -UNUSED - FUTURE USE */

.viewmargin			{ margin: 0px; }

input[type=submit].viewcart-but	{
				width: 231px;
				margin: 20px 0px 3px 0px;
				}





/* CONTACT PAGE */

.contact-area	{ max-width:  520px; }

.contact-left	{ float: left; max-width: 285px; padding: 0px 40px 0px 0px; }

.contact-right	{ float: left; max-width: 235px; padding: 0px 0px 0px 0px; }


/* CONTACT PAGE GOOGLE MAP */

#map-canvas	{
		width: 235px;
		height: 170px;
		margin-top: 6px;
		border-top: #788395 5px solid;
		border-bottom: #788395 5px solid;
		}





/* CONTACT PAGE SOCIAL ICONS */

.soc-box	{ padding-top: 6px; }

.soc-icons	{
		background-color: #A3ADB9;
		padding: 20px;
		margin: 2px;
		float: left;
	/* CORNER ROUNDING */
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		border-radius: 0px;
		border: transparent 3px solid;
		}

.soc-1		{ background-color: #3C599F; }

.soc-2		{ background-color: #28A9E0; }

.soc-3		{ background-color: #FFFFFF; }

.soc-4		{ background-color: #291818; }

.soc-5		{ background-color: #E96517; }

img.soc-icons:hover { border: #B0C4CD 3px solid; }





/* FAQ PAGE */

.faq-box	{
		display: none;
		margin: 0px 0px 0px 0px;
		padding: 10px 20px 10px 20px;
		border: #999999 0px solid;
		}

.faqicon	{ margin-top: 6px; margin-right: 2px; }





/* SITE MAP PAGE */

.background-sitemap 
	{
	background: #C4CED6 url("picts/background-sitemap.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

.map-links	{ padding-right: 15px; }

.searchmargin	{ margin: 2px 0px 8px 0px; }

.searchbox	{ padding: 0px; }

.searchbutton	{ margin: 3px 0px 0px 0px; }

.searchform 	{
		color: #000000;
		font: 12px arial, sans-serif;
		background-color: #FFFFFF;
		width: 180px;
		height: 18px;
		margin: 4px 3px 4px 0px;
		border: #62738B 1px solid;
		}

.splits-small	{
		width: 60%;
		max-width: 250px;
		margin: 6px auto 4px 0px;
		}





/* RESPONSIVE VIDEO */

.videobox	 {
		 max-width: 700px;
		 margin: 0 auto;
		 padding: 0px 0px 0px 0px;
		 }

.video-container {
		 min-width: 200px;
		 padding-top: 0px;
		 padding-bottom: 56.25%;
		 margin: 0px auto 0px auto;
		 height: 0;
		 overflow: hidden;
		 position: relative;
		 z-index: 100;
		 }
 
.video-container iframe,
.video-container object,
.video-container embed {
		 width: 100%;
		 height: 100%;
		 position: absolute;
		 top: 0;
		 left: 0;
		 z-index: 100;
		 }





/* HIDE MENU AND OTHER ITEMS FOR PRINTING */

@media print {
.printhide 	{ display: none; }
.centered-btns_nav, .centered-btns_nav.next { display:none; }
}
@media screen{
.printonly 	{ display: none; }
}





/* MENU ICON BAR (& SOCIAL ICONS) */

.menubar	{
		min-height: 50px;
		min-width: 700px;  /* MAKE WIDER TO STOP WRAPPING */
		}

.menubar a	{ outline: 0; }

.menubar-color	{
		background:rgb(0,0,50);		/* BACKGROUND FALLBACK */
		background:rgba(0,30,80,0.40);	/* 40% TRANSPARENT BACKGROUND */
		display: table;
		width: 100%;
		margin-bottom: 0px;
		border-top: #87B4E7 0px solid;
		border-bottom: #FFFFFF 0px solid;
		}

.menu-icon-box	{ background-color: transparent; float: right; display: inline-block; }

.menuicon	{
		float: left;
		text-align: center;
		width: 36px;
		height: 36px;
		background-color: transparent;
		padding: 7px 7px 7px 7px;
		border-left: #999999 0px solid;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

.menuicon img	{ display: block; margin: 0 auto; }

.menuicon:hover	{ background-color: #0373A3; }





/* CLICK MENU TOP LEVEL CODE */

#menu-box 	{ position: relative; top: 0px; left: 0px; float: left; z-index: 1000; }

.menu-icon	{ display: block; float: right; }

#menu-top	{
		width: 75px;
		height: 50px;
		background-color: transparent;
		border-right: #999999 0px solid;
	/* FADE UP */
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s;
		}

#menu-top:hover	{ background-color: #0373A3; }





/* START POPOUT MENU STYLES */

#menu-sub 	{
		background:rgb(0,0,50);		/* BACKGROUND FALLBACK */
		background:rgba(45,78,119,0.88);	/* 88% TRANSPARENT BACKGROUND */
		display: none;
		position: absolute;
		top: 50px;
		left: 0px;
		z-index: 1001;
		width: 310px;  /* DO NOT EXCEED 310 */
		padding: 10px 0px 10px 0px;
		border: solid #87B4E7;
		border-width: 0px 0px 0px 0px;
	/* CORNER ROUNDING - BOTTOM CORNERS */
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	/* DROP SHADOW */
		-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.30);
		-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.30);
		box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.30);
		}

.menu		{
		font: normal 15px "Open Sans", arial, sans-serif;
		padding: 7px 6px 7px 20px;
		margin: 0px 4px 0px 4px;
		display: block;
		border-top: #999999 0px solid;
		background-image: url("menu-icons/menu-bullet-off-white.png");
		background-position: 6px 12px;
		background-repeat: no-repeat;
	/* CORNER ROUNDING */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
		}

/* CREATES 2ND COLUMN (DELETE FOR ONE COLUMN, THEN EDIT WIDTH ABOVE) */

.menu		{
		float: left;
		width: 121px;
		}

a.menu:link, a.menu:visited, a.menu:active 
		{
		color: #FFFFFF;
		background-color: transparent;
		text-decoration: none;
	/* FADE UP */
		-webkit-transition: background-color 0.5s;
		transition: background-color 0.5s ease;
		}

a.menu:hover 	{
		color: #FFFFFF;
		background-color: #0373A3;
		background-image: url("menu-icons/menu-bullet-on-white.png");
		background-position: 6px 12px;
		background-repeat: no-repeat;
		text-decoration: none;
		}

