/* CSS Document */

body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	font-size: 62.5% /* 16px × 62.5% = 10px */;
}

html,body { width: 100%; height: 100%; }
/* Do not forget this is applied to both HTML and BODY */

*	{margin: 0; padding: 0; }
/* creates no space after return*/


p	{ font-size: 1.2em; color: #000000; line-height: 1.6em; }
	
p span	{ margin-left: 75px; }	
	
a:link, a:visited	{ font-size: 1.2em; color: #000000; text-decoration: none; padding: 5px; }
	
a:hover a:active { font-size: 1.2em; color: #ac2a2b; text-decoration: none; background:#fff  url(jwrImages/chromebg.gif) repeat-y; padding: 5px;}	
	
h1	{ color:#AC2a2B; font-size: 2.2em; font-weight: bold; }

h2	{ color:#AC2a2B; font-size: 1.8em; font-weight: bold; }
	
h3	{ color:#000000; font-size: 1.6em; font-weight: bold; line-height: 1.6em; }

h4	{ color:#000000; font-size: 2.0em; font-weight: bold; line-height: 1.6em; font-style:italic;
}
	
h5 {
	color:#000000;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	
}
	
#header	{
	width: 760px;
	z-index: 3;
	
	}
	
	

#navHor ul {
	width: 760px;
	background-color: #999;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	left: 0px;
	border-top-width: 1px;
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 10px 0 10px 0;
	}

#navHor ul li { display: inline;  }

#navHor ul li a {
font-size: 1.3em;
text-decoration: none;
color: #000;
padding: 0 30px 0 30px;
}

#navHor ul li a:hover {
font-size: 1.3em; color: #ac2a2b; text-decoration: none; background:#fff  url(jwrImages/chromebg.gif) repeat-y; 
	padding: 0 30px 0 30px; 
	}	






 /*start drop down*/

#menu {
	height: 360px;
	width: 250px;
	float: left;
	z-index: 10;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
	position: relative;
	}

#menu a {
	display: block;
	margin: 0;
	text-align: right;
	line-height: 30px;
	}
	
#menu a:hover	{
	background:#fff  url(jwrImages/chromebg.gif) repeat-y;
	}
	

#menu ul	{
	list-style:none;
	margin:0;
	padding:0;
	z-index: 500;
	height: 45px;
	}
	
#menu li	{
	position: relative;
	width: 155px;
	}
	
#menu ul ul	{
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	z-index: 500;
	}
	
#menu ul ul ul	{
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 500;
	}	
	

	
#menu ul ul li	a	{
	text-align: left;
	width: 225px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid;
	border-bottom-color: #FFF;
	border-bottom-width: 1px;
	background-color: #333;
	color: #fff;
	line-height: 15px;
	z-index: 500;
	}
	
	
	
#menu ul ul li	a:hover	{
	text-align: left;
	width: 225px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: solid;
	border-bottom-color: #999;
	border-bottom-width: 1px;
	color:#000;
	z-index: 500;
	}

	
	
div#menu ul li:hover ul,
div#menu	ul ul li:hover ul	{
	display: block;
	}
	
	
div#menu ul ul,
div#menu ul li:hover ul ul	{
	display: none;
	}



/* end drop down menu*/


#content	{
	width: 465px;
	height: auto;
	float: right;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 40px;
	padding-right: 30px;
	z-index: 2;
}	

#content a {
	color: #AC2a2b;
	text-decoration:underline;
	
	}

#address	{
	width: 760px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 1em;
	padding: 5px 0 5px 0;
	background-color: #999999;
	position: absolute;
	top: 572px;
	left: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
	clear: both;
	z-index: 6;
	text-align: center;
}

