@charset "UTF-8";
/* CSS Document */


#menu-main {
	text-align: center;
	width:100%;
	background-color:#FFF;
	border-bottom:2px solid #F60;
	height:25px;
	z-index:100;
	position:fixed;/* position:fixed; /* Allows menu to stay on top of page during scroll */
}


/* Centered Container */
#centeredmenu {
	margin: 0 auto;
	padding: 0;
	width:960px;
	overflow:visible;
	font-family:"parasine-std", Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
}
/* Main Menu */
#main-menu {
	margin: 0 auto;
	padding: 0;
	width:960px;
	overflow:visible;
	font-family:"parasine-std", Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
	float: left;
	top: 10px;
	position: relative;
}
#main-menu ul {
	width: 960px;
	margin:0;
	list-style: none;
	list-style-type:none;
	list-style-position: inherit;
	left:415px;
	position: relative;
	height:29px;
	display:inline-block;
	vertical-align:middle;
}
#main-menu ul li {
	float: left;
}
/* Utility Menu */
#utility-menu {
	margin: 0 auto;
	padding: 0;
	width:960px;
	height: 10px;
	overflow:visible;
	font-family:"parasine-std", Helvetica, sans-serif;
	font-size:12px;
	
}
#utility-menu ul {
	width: 960px;
	margin:0;
	list-style: none;
	list-style-type:none;
	list-style-position: inherit;
	left:10px;
	position: relative;
	top: -7px;
}
#utility-menu ul li {
	font-family:"parasine-std", Helvetica, sans-serif;
	font-size:12px;
}
/* Top Level Alt Color Link */
#utility-menu ul li a {
	color: #000;
	font-weight:bold;
}
/* Top Level Alt Color Link */
#utility-menu ul li a:hover {
 color: # 333;
	font-weight:bold;
}
/* Top Level Alt Color Link */
#utility-menu ul li.alt-black a {
	color: #000;
	font-weight:normal;
}
/* Top Level Alt Color Link */
#utility-menu ul li.alt-black a:hover {
 color: # 333;
	font-weight:normal;
}
/* Top Level Links */
#centeredmenu ul li a {
	display: block;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	line-height: normal;
	text-decoration:none;

}
/* Top Level Active Link */
#centeredmenu ul li.active a {
	color:#F60;
}
/* Top Level Link Hover */
#centeredmenu ul li a:hover {
	color:#F60;
}


/* Contact Level Links */
#menu-contact-link-number {
	text-decoration:none;
	color:#09F;
	font-weight:normal;
	font-size:12px;
	position:relative;
	top: -10px;
	left: 175px;
	height:15px;
	width: 150px;
	display:inline-block;
	vertical-align: text-bottom;
}

#menu-contact-link-number a {
	color: #000;
	text-decoration:none;
}
#menu-contact-link-number a:hover {
}
/* Button Border Seperator */




/*  -------------------- */
/*  -------------------- */
/*  -------------------- */



/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

		
		}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#menu-main {
			display:none;
}
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
#menu-main {
			display:none;
}

		
		}


