/* CSS Document */

* { font-family: Arial, Helvetica, sans-serif; }
html, body { 
	margin: 0 auto;
	padding: 0; 
	height: 100%;
	background: #e7e3d0;
	text-align: center;
}

p, li {
	font-size: 10pt;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

td {
	font-size: 13pt;
	font-family: Arial, Verdana, sans-serif;
	color: #514813;
}

h1 {
	font-size: 28px;
	margin-left: -2px;
	color: #735e20;
}

h2 {
	font-size: 18px;
	margin-left: -2px;
	color: #735e20;
}

a {
	color: #735e20;
}

a:hover {
	color: #e7e3d0;
}

#main-background {
	/* Base page layout - constrain width, give a background colour */
	width: 970px;
	margin: 0px auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	background: #e7e3d0; 
	text-align: center;
}

#fixed {
	background: url(../images/jcap-fixed.jpg) no-repeat top left;
	height: 932px;
}

#main-sides {
	background: url(../images/jcap-slice.jpg) repeat-y top left;
}

#mask-bottom {
	background: url(../images/jcap-back.gif) repeat bottom left;
	height: 20px;
	
}

#show-header {
	/* Put up the header image */
	height: 154px;
	width: 970px;
	background: url(../images/jcap-head.jpg) no-repeat top left;
}



div.pics img {
	float: left;
	padding: 10px 10px 10px 10px;
}

jcapImage {
	background: url(../images/image-back.gif) repeat-x bottom right;
	padding: 5px 7px;
	float: left;
}

#content {
	margin: 0px 210px 0px 190px;
	text-align: left;
	width: 555px;
	font-size: 11pt;
	padding: 7px 14px;
	padding-bottom: 215px;
	clear: both;
}

#contentImage {
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 7px 14px;
	clear: both;
}

body#image #content {
	margin: 0px;
}

#footer-menu {
	font-size: 11px;
	padding-right: 10px;
	padding-bottom: 7px;
	text-align: right;
	background: #e7e3d0; 
	color:  #b8b7b7;
}

#footer-menu a {
	text-decoration: none;
	color: #b8b7b7;
	padding: 5px;
	display: inline block;
}

#footer-menu a:hover {
	text-decoration: none;
	color: #ffffff;
}

#show-dots {
	background: transparent url(../images/jcap_dots.gif) repeat-y top left;
	padding: 1px 0 20px 0;
}

#background {
	background: url(../images/jcap-foot.jpg) no-repeat bottom left;
	padding-bottom: 6px;
	height: 1%;
}

#middle {
	min-height: 463px;
	/* background: transparent url(../images/jcap_mid.jpg) repeat-y;  */
	background-position: 0px 0px;
}




.error { color: red; }

div.errorbox {
  font-size: 10pt;  width: 600px;  border: 5px solid red;
  text-align: left;  color: red;  padding: 5px; margin: 0px auto;
	-moz-box-sizing: border-box; }

div.errorbox ul    { margin: 0 2em; }
div.errorbox ul li { margin: 2px; font-size: 9pt; }


/*
 * Form Styles
 */

@media print {
	body { width: 640px; }
	#container { width: 640px; }
	#page { width: 640px; }
	#content { width: 640px; float:left; }
	#rightbox { width: 640px; float:left; }
	#footer { width: 640px; padding: 0px; float:left; }
	#header { display: none; }
	#leftbar { display: none; }
	#logo { display: none; }
	#menu { display: none; }
	#leftbg { display: none; }
	.yb-spacer { display: none; }
}

/*** Nav bar styles ***/
#bgmenu {
	background: url(../images/jcap-menu-script.jpg) no-repeat 205px 0px;
	padding: 0 0 0 205px;
	height: 1%;
	text-align: left;
}

div.pdmenu {
/*	padding: 170px 0 205px 190px; */
	padding: 0px 0 0px 5px;
	font-weight:bold;
}

.pdmenu ul {
	margin: 0;
	padding: 0 0 25px 0;
	list-style-type: none;
	
}

.pdmenu li  {
/*	width:100px; */
	margin: 0 -1px 0 0;
	font-size: 18px;
	padding: 0;
	color:blue;
	text-decoration:none;
	float:left;
}

.pdmenu a {
	text-decoration: none;
	display: block;
	color: #735e26;
	padding: 5px;
}

.pdmenu a:hover {
	text-decoration: none;
	color: #b8b7b7;
}

.pdmenu li ul {
	display: none;
}

.pdmenu li:hover ul {
	visibility: visible;
	display: inline;
	position:absolute;
	z-index:1;
	/* width:100px; */
	padding: 5;
	margin: 20;
	float: left;
	color: #00cc00;
}

.pdmenu li li {
	display: inline;
	margin: 0 -1px 0 -30;
	padding: 0;
	color: #00FF00;
	font-weight: bold;
	text-decoration:none;
	float:left;
	border: none;
}	

.pdmenu li li a {
	padding: 2px 2px 2px 10px;
	padding: 0;
	color: green;
	float: left;
}

.support {
	clear: both;
}

#gallery {
	padding: 10px 0px 0px 0px;

}

#gallery .thumb {
	float: left;
	width: 120px;
	margin: 2px 2px 2px 2px;
	height: 150px;
	text-align:center;
}

#gallery img {
	padding: 2px 2px 2px 2px;
}

#gallery .caption {
	font-size: 8pt;
	text-align: center;
}

.story {
	border: inset #e7e3d0;
	padding: 5px 5px;
	font-size: 12px;
}
