
/* MENU CONTAINER */

#jcfmenucontainer {
	height: 24px;
	background: transparent;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
    padding-left: 0px;
	margin-left: 5px;
	margin-right: 7px;
}

#jcfmenu {
	position: relative;
	display: block;
	height: 24px;
	font-size: 11px;
	font-weight: bold; 
	font-family: Arial,Verdana,Helvitica,sans-serif;
}

#jcfmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: auto;
}

#jcfmenu ul li { 
	display: block;
	float: left;
	margin: 0px 1px 0px 0px;
}
	
#jcfmenu ul li a {
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	padding: 5px 15px 0px 15px;
	height: 19px;
	width: 88px;
	background: transparent url('http://www.jubileecf.com/content/images/12.gif') no-repeat top left;
}

#jcfmenu ul li a:hover {
	color: white;
	background: transparent url('http://www.jubileecf.com/content/images/13.gif') no-repeat top right;
}

#jcfmenu ul li a.current, #foxmenu ul li a.current:hover {
	color: black;
	background: white;
}

/* DEFAULT TYPOGRAPHY */

h1 { font-family: Helvetica, Arial, Sans-serif; font-size: xx-large; font-weight: bold; }
h2 { font-family: Helvetica, Arial, Sans-serif; font-size: x-large; font-weight: normal; }
h3 { font-family: Helvetica, Arial, Sans-serif; font-size: large; font-weight: normal; }
h4 { font-family: Trebuchet MS, Verdana, serif; font-size: 13px; font-weight: normal; }
h5 { font-family: Helvetica, Arial, Sans-serif; font-size: 12px; font-weight: normal; }
h6 { font-family: Helvetica, Arial, Sans-serif; font-size: x-small; }

/* CLASS TYPOGRAPHY */

.nbox_t { margin: 0px; color: #FFCC33; font-weight: bold; padding-left: 12px; padding-right: 2px; padding-top: 8px; }
.bbox_t { margin: 0px; color: #5f4460; font-weight: bold; }
.nbox_b { margin: 0px; padding-left: 20px; padding-right: 18px; font-size: 11px; }
.headline { margin: 0px; padding-left: 16px; padding-top: 10px; color: #FFCC33; font-size: 84px; padding-top: 70px; }
.dropcap { float: left; color: #ffcc33; font-size: 80px; line-height: 50px; padding-top: 0px; }
.body { line-height: 19px; }
.foottitle { margin: 0px; padding: 0px; color: #ffcc33; font-weight: bold; font-size: 17.5px; }
.footinfo { margin: 0px; padding: 0px; color: white; }
.footerinfo { margin: 0px; padding: 0px; color: #5f4460; }

/* DEFAULT LINKS */

a:link { color: #3366FF; font-weight: bold; text-decoration: none; }
a:visited { color: #3366FF; font-weight: bold; text-decoration: none; }
a:hover { color: #0099CC; font-weight: bold; text-decoration: underline; }
a:active { color: #0099cc; font-weight: bold; text-decoration: underline; } 

a.foot:link { color: #5f4460; text-decoration: none; }
a.foot:visited { color: #5f4460; text-decoration: none; }
a.foot:hover { color: white; font-weight: bold; text-decoration: underline; }
a.foot:active { color: white; font-weight: bold; text-decoration: underline; }

body {
    min-width: 817px;
	background: #835d84;
	/* background-image: url('http://www.jubileecf.com/content/images/14.gif'); */
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: center;
}

html {
	margin: 0;
	padding: 0;
}

#wrap {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 817px;
	background: none;
}

#header {
	background: yellow;
}

#nav {
	width:100%;
}

#left {
	background: none;
	float: left;
	width: 209px;
	margin: 0px;
	padding: 0px;
}

#right {
	background: #835d84; /* USE THE SAME BG AS WRAP */
	float: right;
	width: 608px;
	margin: 0px;
	padding: 0px;
}

#footer {
	background: blue;
	clear: both;
}

/* BOXES */

#lbox_top {
	background-image: url('http://jubileecf.com/content/images/3.gif');
	background-position: top;
	background-repeat: no-repeat;
	height: 21px;
	margin: 0px;
	padding: 0px;
}

#lbox_mid {
	background-image: url('http://jubileecf.com/content/images/4.gif');
	background-position: top;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#lbox_bot {
	background-image: url('http://jubileecf.com/content/images/5.gif');
	background-position: top;
	background-repeat: no-repeat;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

#bbox_top {
	background-image: url('http://jubileecf.com/content/images/6.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 180px;
	margin: 0px;
	padding: 0px;
}

#bbox_mid {
	background-image: url('http://jubileecf.com/content/images/7.jpg');
	background-position: top;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	min-height: 650px;
}

.img-thumb {
	margin: 2px;
	border: 1px solid black;
}

.img-thumb:hover {
	margin: 2px;
	border: 1px dashed #835d84;
}

.list-letters, .list-letters li {
	list-style-type: upper-alpha;
}

.list-none, .list-none li {
	list-style-type: none;
}

#bbox_bot {
	background-image: url('http://jubileecf.com/content/images/8.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 110px;
	margin: 0px;
	padding: 0px;
}

#nbox_top {
	background-image: url('http://jubileecf.com/content/images/9.gif');
	background-position: top;
	background-repeat: no-repeat;
	height: 38px;
	margin: 0px;
	padding: 0px;
}

#nbox_mid {
	background-image: url('http://jubileecf.com/content/images/10.gif');
	background-position: top;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#nbox_bot {
	background-image: url('http://jubileecf.com/content/images/11.gif');
	background-position: top;
	background-repeat: no-repeat;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

/* BOX CONTROL */

#lbox {
	text-align: center;
}

#nbox {
	margin: 0px;
	padding: 0px;
}

#bbox {
	padding: 20px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0px;
}

/* TABLE */

#foottable {
	margin: 0px;
	padding: 20px;
	padding-left: 60px;
	padding-top: 15px;
	text-align: center;
}

.leftcell {
	border-right: 1px solid;
	border-right-color: #CCCCCC;
}

.rightcell {
	padding-left: 40px;
}

