@charset "UTF-8";

/* --- YouTube - Ralph Phillips -- */

/*** UNIVERSAL RESET RULE ***
zeros the margin and padding of the body element to account for 
differing browser defaults ***/
*
{
	margin: 0px;
	padding: 0px;
}
.mainNavBox
{
	margin: 20px 0px 0px 70px;
	padding: 10px 0px 30px;
	height: auto;
	width: 960px;
	clear: both;
	z-index: 1000;
}

.hNavBar
{
	margin: 0px;
	padding: 5px 0px 0px;
	height: 50px;
	width: 1070px;
	background: url(none) repeat-y;
	z-index: 10000;
}

/*** STYLE HORZIONTAL NAV MENU ***/
ul#hNavMenu, ul.sub1, ul.sub2
{
	list-style-type: none;
	font-size: 1em;
	z-index: 10000;
}

ul#hNavMenu li
{
	width: 230px;
	text-align: center;
	position: relative;
	float: left;
	margin-right: 10px;
}

ul#hNavMenu a
{
	text-decoration: none;
	display: block;
	width: 230px;
	height: 25px;
	line-height: 25px; /* block background color */
border: 1px solid footer04 .png mid04.p4.png;
	border-radius: 5px;
	color: #FFFFFF; /* colors text of all anchors */
	background: #6174d8;
	border: 1px solid #0000FF;
}

ul#hNavMenu .sub1 li
{ /* use this technique (border: 1px solid red;) to make sure that the borders touch. If there is a gap the nav system will drop out when the cursor goes into no-mans land in-between the nav blocks */
}

ul#hNavMenu .sub1 a
{ /* add space between the vertical buttons without creating a gap */
	margin-top: 1px;
}

ul#hNavMenu .sub2 a
{
	margin-left: 10px;
}

ul#navMenu li:hover > a
{
}

ul#hNavMenu li:hover a:hover
{
	color: #000;
	background: #FFF5E3;
}

ul#hNavMenu ul.sub1
{ /* layout with "block". When finished switch to "none" which will hide the sub menus */
	display: none;
	position: absolute;
	top: 24px;
	left: 0px;
}

ul#hNavMenu li:hover .sub1
{ /* displays sub menu */
	display: block;
}

ul#hNavMenu .sub1 li:hover .sub2
{ /* displays sub menu */
	display: block;
}

/*** VISUAL INDICATORS ***/
.darrow
{
	font-size: 11pt;
	position: absolute;
	top: 5px; /* number of pixels down from the top */
	right: 4px;
	color: #FFFFFF;
}

.rarrow
{
	font-size: 10pt;
	position: absolute;
	top: 7px; /* number of pixels down from the top for vertical alignment */
	right: 4px;
	color: #EEE;
}

/*** START VERTICAL NAVIGATION ***/
.vNavBar
{
	text-align: left;
	margin: 35px 0px 20px 70px;
	float: left;
	width: 180px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	height: auto;
	background: #6174d8 url(none) repeat-y;
	border: 2px solid #0000FF;
	color: #000;
	padding: 0px 0px 10px;
}

.vNavBarGallery
{
	text-align: left;
	margin: 10px 0px 20px 70px;
	float: left;
	width: 180px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	height: auto;
	background: #6174d8 url(none) repeat-y;
	border: 2px solid #0000FF;
	color: #000;
	padding: 0px 0px 10px;
}

.vNavBarSS
{
	text-align: left;
	margin: 25px 0px 0px 100px;
	padding: 10px 0px;
	float: left;
	width: 180px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	height: auto;
	background: #000000;
	border: 1px solid #CCC;
}

.vNavMenu
{
	width: 178px;
	height: auto;
	overflow: visible;
	margin: 0px;
	padding: 5px 0px 10px;
	float: left;
}

.vNavMenu ul
{
	margin: 0;
	padding: 0;
	line-height: 30px;
}

.vNavMenu li
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background-color: none;
	float: left;
}

.vNavMenu ul li a
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	width: 178px;
	display: block;
	color: #fff;
}

/*targets first unordered list*/
.vNavMenu ul ul
{
	position: absolute;
	visibility: hidden;
	top: 32px;
}

/*creats a hover effect*/
.vNavMenu ul li:hover ul
{
	visibility: visible;
}

.vNavMenu ul li:hover
{
	background: #fff5e3;
}

.vNavMenu a:hover
{
	color: #000000;
}

/*styling for sub level - text-shadow:1px 1px #000;*/
.vNavMenu a:hover
{
	color: #000;
}

/*bring the 2nd tier up level with the link*/
.vNavMenu ul ul ul
{
	position: absolute;
	visibility: visible;
	top: -0px;
}

.botNavBarHome
{
	margin: 0px 0px 0px 50px;
	height: 200px;
	background: url(../_images/trim/botNav08J.png) no-repeat;
	border-left: 0px none;
	width: 905px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom-width: 0px;
	color: #fc8005;
	border-bottom-style: none;
}

.botNavBar
{
	margin: 0px 0px 0px 75px;
	padding: 10px 0px 0px;
	height: 100px;
	background: url(../_images/trim/botNav06.png) no-repeat;
	border-left: 1px solid #ED0;
	width: 900px;
	border-top: 2px solid #edo;
	border-right: 1px solid #ed0;
	border-bottom-width: 1px;
	border-bottom-color: #E00;
	color: #e9ceb2;
}

.botNavSlider
{
	margin: 0px;
	padding: 0px;
	height: auto;
	vertical-align: top;
	display: inline;
	list-style: none;
	position: relative;
	float: left;
	width: 999px;
	font-size: 0.9em;
}

.botNavMenu
{
	margin: 15px 0px 20px;
	padding: 0px;
	height: 22px;
	width: 900px;
}

.botNavMenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.botNavMenu ul li
{
	float: left;
	margin-right: 0px;
	text-align: center;
	padding: 0px 10px;
}

.botNavMenu ul li a
{
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-weight: bold;
	color: #EBF764;
	font-size: 1.1em;
	text-decoration: none;
}

.botNavMenu ul li a:link, .botNav ul li a:visited
{
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #FF0;
}

.botNavMenu ul li a:hover, .botNav ul li a:active
{
	color: #e9ceb2;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

/*** STYLE BOTTOM NAV PANEL ***/
#botNav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .9em;
}

#botNav ul li a
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #e9ceb2; /* white */
}

#botNav ul li a:link
{
	color: #e9ceb2;	/* grey */
}

#botNav ul li a:visited
{
	color: #928c8c;
}

#botNav ul li a:active
{
	color: #00E; /* dark blue */
	text-decoration: none;
}

#botNav ul li a:hover
{
	text-decoration: none;
	color: #6ff; /* green */
	font-weight: bold;
}

.box1
{
	padding: 10px 10px 10px 30px;
	float: left;
	height: auto;
	width: 163px;
}

.box2
{
	padding: 10px;
	float: left;
	height: auto;
	width: 163px;
}

.box3
{
	padding: 10px;
	float: left;
	height: auto;
	width: 163px;
}

.box4
{
	padding: 10px;
	float: left;
	height: auto;
	width: 163px;
}

.box5
{
	padding: 10px 10px 10px 30px;
	float: right;
	height: auto;
	width: 110px;
}
