@charset "iso-8859-1";
/* CSS Document */

html,body{				/*section has to do with setting the website center vertically and horizontally*/
	height:100%;
	margin:0;
	padding:0;
}

body{					/*section mainly edits menu font choices, page background color, alignment with top left corner*/
	background:white;
	font: 12px Helvetica, sans-serif, Verdana, Arial;
	text-align:center;
	letter-spacing: 0.9px;
	min-width:740px;	/*has to do with setting the website center vertically and horizontally*/
	min-height:560px;	/*has to do with setting the website center vertically and horizontally*/
	padding: 0;
	margin: 0px;
}

#vertical{				/*section has to do with setting the website center vertically and horizontally*/
	float: left;
	height: 45%;
	margin-top: -300px;	/* half vertical height*/
	width: 100%;
}

#hoz {					/*section has to do with setting the website center vertically and horizontally, plus background image*/
	width:740px;
	margin-left:auto;
	margin-right:auto;
	height:610px;
	border:0px ;
	background:#fff url(../media/site_images/background/jjp-bg-main.jpg);
	background-repeat: no-repeat;
	overflow:none;		/* allow content to scroll inside element */
	text-align:left;
	clear:both;
}

#container {			/*edits the alignment of the menu text choices*/
	text-align: left;
}

#gallery {				/*edits the placement of the gallery menu on the page*/
	float: left;
	width: 90px;
	margin: 0px;
	padding: 81px 0px 3px 33px;
}

#about {				/*edits the placement of the about menu on the page*/
	float: left;
	width: 70px;
	margin:0px;
	padding: 81px 0px 3px 214px;
}

#contact {				/*edits the placement of the contact menu on the page*/
	float: left;
	width: 70px;
	margin:0px;
	padding: 81px 0px 3px 213px;
}

#content {				/*edits the size and placement of the main content window - where the ssp galleries will go*/
	float: left;
	height: 480px;
	width: 660px;
	margin: 0px 0px 17px 42px;
	clear: both;
}

#info {				/*edits the placement of the bottom page contact info*/
	padding: 0px 0px 0px 66px;
	font: 12px Helvetica, sans-serif, Verdana, Arial;
	letter-spacing: 2px;
	color: #999999;
	clear: both;
}

/*--------------------------------------Universal Code to edit GALLERY, ABOUT, and CONTACT MENUS--------------------------------------*/

#nav, #nav ul, #nav2, #nav2 ul, #nav3, #nav3 ul {
	float: left;
	width: 10px;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #eee;
	border-width: 0px 0;
	margin: 0 0 0px 0;	/*edits the alignment of the entire menu, separation between menu choices, stroke around entire sub menus - width and color*/
	z-index: 10;
}

#nav a, #nav2 a, #nav3 a {
	display: block;
	width: 10px;
	w\idth: 6px;
	color: #adadad;
	text-decoration: none;
	padding: 3px 15px;  /*edits font color of all menu items, padding in between menu choices*/
	z-index: 10;
}

#nav a.arrow, #nav2 a.arrow, #nav3 a.arrow {
	background: url(../media/site_images/buttons-menu/menu-arrow-down.gif) left no-repeat;	/*menu icon letting viewers know of any secondary menus*/
}

#nav li ul a, #nav2 li ul a, #nav3 li ul a {
	width: 287px;	/*edits spacing of words on the menu items, whether they fall on one row or not*/
}

#nav li li li, #nav2 li li li, #nav3 li li li {
	padding-right: 0px;
	width: 287px;	/*edits width of rollover bar on secondary menu choices*/					
}

#nav li ul ul, #nav2 li ul ul, #nav3 li ul ul {		
	margin: -10px 0 0 145px; 
	w\idth: 287px;	/*edits the placement and box width of the secondary menu items*/
} 

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul, #nav3 li:hover ul ul, #nav3 li:hover ul ul ul, #nav3 li.sfhover ul ul, #nav3 li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul, #nav3 li:hover ul, #nav3 li li:hover ul, #nav3 li li li:hover ul, #nav3 li.sfhover ul, #nav3 li li.sfhover ul, #nav3 li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover, #nav2 li:hover, #nav2 li.sfhover, #nav3 li:hover, #nav3 li.sfhover {
	background: #eee;	/*edits the rollover bar color for all menu choices*/
}


/*--------------------------------------Code to edit details of the GALLERY MENU--------------------------------------*/

#nav li {
	float: left;
	padding: 0px;
	width: 100px;		/*edits the rollover bar width for the GALLERY MENU*/
}

#nav li ul {
	position: absolute;
	left: -999px;
	height: auto;
	width: 0px;
	w\idth: 155px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;		/*edits width of primary menu box and stroke width for GALLERY MENU*/
}

#nav li li {
	padding-right: 0px;
	width: 155px;	/*edits width of rollover bar on primary menu choices for GALLERY MENU*/
}

/*--------------------------------------Code to edit details of the ABOUT MENU--------------------------------------*/

#nav2 li {
	float: left;
	padding: 0px;
	width: 75px;		/*edits the rollover bar width for the ABOUT MENU*/
}

#nav2 li ul {
	position: absolute;
	left: -999px;
	height: auto;
	width: 0px;
	w\idth: 145px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;		/*edits width of primary menu box and stroke width for ABOUT MENU*/
}

#nav2 li li {
	padding-right: 0px;
	width: 145px;	/*edits width of rollover bar on primary menu choices for ABOUT MENU*/
}

/*--------------------------------------Code to edit details of the CONTACT MENU--------------------------------------*/

#nav3 li {
	float: left;
	padding: 0px;
	width: 90px;		/*edits the rollover bar width for the CONTACT MENU*/
}

#nav3 li ul {
	position: absolute;
	left: -999px;
	height: auto;
	width: 0px;
	w\idth: 115px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;		/*edits width of primary menu box and stroke width for CONTACT MENU*/
}

#nav3 li li {
	padding-right: 0px;
	width: 115px;	/*edits width of rollover bar on primary menu choices for CONTACT MENU*/
}

/*------------------------------------Code to edit TEXT LINKS-------------------------------------*/

#link a:link {
	color: #999999;
	text-decoration: none;
}

#link a:visited {
	color: #999999;
	text-decoration: none;
}

#link a:hover {
	background-color: #ddd;
}

/*-----------------------------------Styling for the IE6 error message-------------------------------*/

#IE6 {
	font:  12px Helvetica, sans-serif, Verdana, Arial;
	color: #fff;
	width: 1100px;
	height: 25px;
	background-color: #bbbbbb;
	text-align: justify;
	padding: 5px 5px 5px 5px;
}
