/* JRCM 03 */ 
/* Template created for JRCM */
/* 2011.06.11 by John Russell */

/** Global Reset - to help achieve browser consistency **/ 
* {margin: 0; padding: 0; border: 0; outline: 0;}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {margin:0.5em 0;}
li,dd {margin-left:1em;}
fieldset {padding:.5em;}
/** End Global Reset **/

/* Basic Default Styles */
body {
	font-size:75%;  /** Aids browser consistency **/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.75;  /** Allows text resizing **/
	color: #000;
	margin: 5px, 0px, 5px, 10px;
	background: rgb(35,55,4) url('../images/bkg_green.jpg') repeat;
  }
a:link {
	text-decoration: none;
	font-weight: normal;
	color: #000;
   }
a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000;
   }
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
   }
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000;
   }	 

blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
} 

.highlight {
background-color:yellow;
}

.modifydate {
font-style:italic;
font-size:10px;
color:#333;
}
.tool-tip {
background-color:#fff;
padding:8px 12px;
font-size:75%;
}
.button {
padding:4px 7px;
border:#333333;
}
.button a:hover {
font-weight:bold;
}

/* h1 = heading for top of text */
h1 	{
	font-size:1.83em;
	font-weight: bold;
	margin: 0;
	color: #000;
	}
h2	{
	font-size:1.25em;
	font-weight: bold;
	margin: 0;
	color: #000;
	}
h3	{
	font-size:1em;
	font-weight: bold;
	margin: 0;
	color: #000;
	}
p{
	color: #000;
}
p.ind{
	margin-left: 1em /* 12px */
	}
p.small{
	font-size:.833em;
	}
.small{
	font-size:.833em;
	}	
.bold {
	font-weight: bold;
	}
ol, ul {
	line-height: 140%;
	}
ol li, ul li {
	margin-left: 2.5em; 
	margin-bottom: .625em; 
	margin-top: .625em;
	}
/* Joomla specific - Start */
.componentheading , .contentheading {
	font-size:1.83em; 
	color:#000;
	font-weight:bold;
	/*	font-size:2.25em;
	font-family:"Times New Roman",Georgia,Serif; */
	}
.contentpane {
	color:#000;
	}
/* Format Article List */	
.articlenum {  /* style numbers */
	font-weight:normal;
	color:#666;
	padding-right:0.5em;
	font-style:italic;
	}
.articleauthor {  /* style author */
	font-weight:normal;
	color:#000;
	font-style:normal;
	}
.sectiontablefooter {
	color:#000;
	}
.sectiontableentry1 {
	/* font-size:1.1em; */
	font-weight:bold;
	background-color:#fff;
	line-height:200%;
	}
.sectiontableentry2 {
	font-weight:bold;
	line-height:200%;
	}
.sectiontableentry1 a:link, .sectiontableentry2 a:link  {
	color: #000;
	font-weight:bold;
	}
.sectiontableentry1 a:visited , .sectiontableentry2 a:visited  {
	color: #333;
	font-weight:bold;
	}
.sectiontableentry1 a:hover, .sectiontableentry2 a:hover  {
	color: #000;
	font-weight:normal;
	}
/* joomla specific - End*/	
/* start main body */
#container {
	position: absolute;
	left:50%;
	width: 900px;
	height:675PX;
	margin: 0 0 0 -450px;
	border: 0px;
	background-image:url(../images/JRCM.03.jpg);
	background-repeat:no-repeat;
	}
#header	{
	position: absolute;
	top: 25px;
	left: 80px;
	width: 300px;
	height:75px;
	background-image:url(../images/JRCM_Logo03a.png);
	background-repeat:no-repeat;
	}
#content {
	position: absolute;
	top: 150px;
	left: 200px;
	width: 630px;
	height:450px;
	padding:0 15px 0 0;
	color: #000;
	overflow: auto;
	border: 0;
	}
#searchdiv {
	position: absolute;
	top: 90px;
	right: 55px;
	width: 400px;
	height:40px;
	padding:0;
	color: #fff;
	overflow: visible;
	border: 0px;
	text-align:right;
	}
.inputboxSearchClass {
	font-style:italic;
	color:#999;
	}	
/* Breadcrumb - Start */
#breadcrumb {
	position: absolute;
	top: 123px;
	left: 200px;
	width: 400px;
	height:20px;
	padding:0;
	color: #fff;
	overflow: visible;
	border: 0px;
	text-align:left;
	font-size: 9px; /* Set default for div */
	}
.breadcrumbs {
	color: #fff;
	}
#breadcrumb a:link, #breadcrumb a:visited  {
	color: #ffcc00;
	font-weight:normal;
	}
#breadcrumb a:hover  {
	color: #fff;
	font-weight:normal;
	}
/* Breadcrumb - End */
/* Left - Start */
#left {
	position: absolute;
	top: 150px;
	left: 35px;
	width: 140px;
	height:450px;
	padding:0;
	color: #fff;
	overflow: visible;
	border: 0px;
	text-align:right;
	font: 1em; /* Set default for div */
	}
#left a:link  {
	color: #fff;
	text-decoration:none;
	font-weight:normal;
	}
#left a:visited  {
	color: #fff;
	text-decoration:none;
	font-weight:normal;
	}	
#left a:hover  {
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	}
/* hide login image */
#com-form-login img {
	display: none;
	}
/* form button */

.button {
   font-size:84%;
   font-family:Tahoma,sans-serif;
   background-color:#CCDDCC;
   border-top-style:solid;
   border-top-color:#99AA99;
   border-top-width:2px;
   border-bottom-style:solid;
   border-bottom-color:#99AA99;
   border-bottom-width:2px;
   border-left-style:solid;
   border-left-color:#BBCCBB;
   border-left-width:5px;
   border-right-style:solid;
   border-right-color:#BBCCBB;
   border-right-width:5px;
}
.button:hover {
   background-color:#D7EADE;
}

/* Left - End */
#copyright a {
color:#fff;
}
#copyright {
	position: absolute;
	top: 612px;
	right: 55px;
	height: 15px;
	width: 200px;
	color: #fff;
	border: 0px;
	text-align:right;
	}