body {
	font: 78%/1.5 arial, helvetica, sans-serif;
	background: #660000;
	text-align: center;
	padding: 0;
	margin: 2em;	
}

hr {
	color: #660000;
	background-color:#660000;
	height: 1px;
	border:0pt none;
}

#container {
	width: 815px;
	background: #fff;
	text-align: left;
	margin: auto;	
}

#header {
	padding: 0.1em;
	background: url('http://www.sjbci.org/images/sjbcibanner.jpg') center no-repeat;
   height: 214px; 
	width: 815px;	
}

#footer, #footer a {
	clear: left;
	background: #660000;
	color:white;
	text-align:center;
	text-decoration:none;
	padding: .5em;
	margin-top: 1em;
}

p {
	margin: 0 0 1em 0;
}

ul { list-style-image: url(http://sjbci.org/images/chevrons.jpg) ;
	list-style-type: circle;
}

#tabnav ul {
	list-style-image: url() ;
}

/*style for content --everything btn header and footer*/
#content {
	clear: left;
	padding: 0px 15px;
	overflow: hidden;
}

.twoCol {
	background: #fff url(http://sjbci.org/images/div.jpg) repeat-y 63.5% 1em;
}

.oneCol {
	background: #fff url();
	line-height:1.3;
}

#content a {
	color: #000000;
	/*color: #7C6240;*/
   text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
	background-color: #efefef;
}

/*left hand content on all pages*/
#mContent { /*should be used for oneCol pages*/
	float: left;
	display: inline; /* for IE */
	width: 70%;
	margin-right: 10px;
	line-height:1.3;
	overflow: hidden;
}

#lContent { /*should be used for twoCol pages*/
	float: left;
	display: inline; /* for IE */
	width: 62%;
	padding-right: 12px;
	margin-bottom: .7em;	
	
	overflow: hidden;
}

/*right hand content on all pages*/
#rContent {
	float: left;
	display: inline; /* for IE */
	width: 34.5%;
	padding-left: 15px;
	margin-bottom: .7em;
}

/*container for side modules on main page */
#mSide {
	float: RIGHT;
	overflow: hidden;
	width: 27%;	
	display: inline; /* for IE */
}

/* side modules on main page */
.divSide {	
	border: 1px solid #CCCFC2;
	background-color: #EEEEEE;	
	margin-bottom: 10px;
	padding:5px;
	color:#000000;
}

.divSide strong {
	font-weight: bold;
	color:#504f4c;
}

/*styles for main title and subtitles for all pages*/
.mTitle, .mTitle a {
	font-size: 18px;
	font-weight:bold;
	font-family: garamond, serif;
}

.sTitle {
	font-variant: small-caps; 
	letter-spacing:2px;
	margin-left:20px;	
	margin-top:-100px;	
}



/*style for main and sub topics for all pages*/
.mTopic {
	font-size: 16px;
	color: #660000;
	font-weight: bold;
	margin-bottom: 0;
}

.sTopic {
	font-size: 13px;
	color: #504f4c;
	margin-bottom: 0;
	font-variant: small-caps; 
	background-image : url(http://sjbci.org/images/chevrons.jpg);
	background-repeat : no-repeat;
	background-position : left;
	padding-left : 18px;
}

/*style specific to history page*/
.history {
	margin-left:20px;
}

.history .mTopic {
	margin-left:-20px;
}

/*navigation menu*/
#nav, #nav ul { /* all lists */
	float: left;
	width: 815px;
	list-style: none;
	line-height: 1.2em;
	background: #660000;
	font-weight: bold;
	padding: 0px;
	border: solid #504f4c;
	border-width: 1px 0;
	margin: 0 0 1em;
}

#nav a {
	display: block;
	color:#ffffff;
	text-decoration: none;
	padding: 0.25em 1.7em;
	width: 134px; 
	w\idth: 90px;
}

#nav a:hover {
	color:white;
}

#nav li {  /* all list items */
	float: left;
	padding: 0;
	width: 134px;  /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background:white;
	width: 14.4em;
	w\idth: 13.9em;
	height: auto;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li li {
	padding-right: 1em;
	width: 13em;
}

#nav li ul a {
	width: 13em; /* width needed or else Opera goes nuts */
	w\idth: 10.4em;
	color:#660000;
}

#nav li:hover, #nav li.sfhover {
	background: #504f4c; /*#851803*/
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav 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 {
	left: auto;
}
