/*------------------------------------------
GENERAL PREFERENCES
------------------------------------------*/
/*Please check reset.css for other primary settings. 
How this CSS is arranged:
I have laid out the general properties first followed by the default style guide. After this, the CSS is divided according to the sections of a page: Header section, section containing the  left and right contents and then the footer (and then the home only section). Each section declares their unique styles first THEN declares their specific modifications to the style guide afterwards. for other styles concerning IE, please look at the IE CSSes accordingly.
*/

body {
	background-image: url(../_images/tmp-bg-grey-noise.jpg);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #5C5C5C;
}

#top-band {
/*the green band across the top*/
	width:100%;
	height: 5px;
	background: #00703C;
	position: absolute;
	top: 0;
}
/*------------------------------------------
ELEMENTS IN HEADER SECTION
------------------------------------------*/
/*---------------------for the general div*/
#header-section1 { 
/*wraps and positions the section that contains the header, intranet my lassale and search functions*/
	width: 100%;
	padding:  0 0 10px 0;
}

/*---------------------HEADER bar itself and its links*/
#header1 { /*sets up the general properties of the header*/
	width: 953px;
	/*height: 63px;*/
	overflow: auto;  
 	border: 1px solid #003f22;
	background-color: #003F22;
	color: #5C5C5C;
	/*background-image: url(_images/tmp-bg-darkgreen-noise.jpg);*/
	/*effects*/
	/*box-shadow: inset 0 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff; */
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#header1 img
{
    float: left;
}
#header1 h3
{
    float: right;
	color: #ffffff;
	background-color: #003F22;
	font-family: Helvetica, Arial, sans-serif;
	padding: 43px 5px 4px 0px;
}
/*------------------------------------------
FOOTER
------------------------------------------*/
#footer {
padding: 10px 0 15px 5px;
	width: 958px;
	height: 40px;
	margin: 8px 0 0 0;
	clear:both;
}
#footer p, #footer a {
	color: #5C5C5C;
	font: 1.1em Helvetica, Arial, sans-serif
}
#footer a:hover {
	color: #00703C;
	text-decoration: underline;
}
/*------------------------------------------
content sections
------------------------------------------*/

#center-wrapper {
	padding: 1px 0 0 0;
	margin: auto;
	width: 960px;
}

#both-contents-wrapper {
	background-image: url(../_images/tmp-bg-grey-noise.jpg);
	padding: 1px 0 0 0;
	border: 1px solid #b1aeae;
	border-bottom: 10px solid #00703C;
	min-height: 430px;
	margin: 5px 0 0;
	width: 953px;
	height: 100%;
	clear: both;
	/*effects*/
	box-shadow: inset 0 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/*------------------------------------------
STYLE GUIDE
------------------------------------------*/

/*TYPOGRAPHY & LINKS*/
h1 { /*SECTION TITLE-stylizes the title inside the box*/
	margin: 10px 4px 0 4px;
	color: Green;
	text-align: center;
	text-shadow: 0px 1px 0px #000;
	font-size: 1.6em;
}
h2 { /*SUBSECTION TITLE-stylizes the links below the SECTION TITLE, refers to the sections within this group*/
	/*color: #424242;*/
	color: Green;
	font-size: 1.40em;
/*	color: #a1d884; */
}	
h3 { /*ARTICLE HEADING-stylizes the headings of articles inside the RIGHTCONTENT DIV*/
	color: Green;
	font-size: 1.25em;
}
h4 { /*ARTICLE SUBHEADING- stylizes subsequent subheadings of an article inside the RIGHTCONTENT DIV*/
	color: #424242;
/*	color: #5C5C5C; */
}
h5 { /*ARTICLE SUBHEADING- stylizes subsequent subheadings of an article inside the RIGHTCONTENT DIV*/
	color: #424242;
/*	color: #5C5C5C; */
}
h6 { /*ARTICLE SUBHEADING- stylizes subsequent subheadings of an article inside the RIGHTCONTENT DIV*/
/*	color: #00703C; */
}
p {/*paragraph text in the right-content*/
	margin: 5px 0 5px 0;
	color: #5C5C5C;
	font: 1em Helvetica, Arial, sans-serif;
/*	line-height: 1.2em; */
}
p.caption {
	color: #5C5C5C;
	font: 1.1em Helvetica, Arial, sans-serif
}
p.quote {
width: 60%;
margin: 5px 0 5px 100px;
display: inline-block;
border-left: dashed 1px #5C5C5C; 
background: #D9D9D9;
}

a { /*general, unless specified, links follow the following rules*/
/*	color: #00703C;
/*	font: 1.2em Ms Reference Sans serif, Helvetica, Arial, sans-serif; */
    color: #00cc00;	
    text-decoration: none;
}
a:hover {
	color: #00703C;
	text-decoration: underline;
}

/*IMAGES*/
#right-content img {
padding: 5px;
}
#right-content img.left {
float: left;
padding: 5px;
}
#right-content img.right {
float: right;
padding: 5px;
}
#right-content img.center {
display: block;
margin: auto;
padding: 5px;
}


/*TABLES*/
table {
margin: 15px auto;
border-bottom: 3px solid #5C5C5C;
}
table caption {
padding: 7px;
background: #D9D9D9;
border-bottom: 1px solid #5C5C5C;
color: #5C5C5C;
font: 1em Helvetica, Arial, sans-serif;
font-weight: bold;
line-height: 1.1em;
}
thead td {
font-weight: bold;
border-bottom: 1px dotted #5C5C5C;
}
td {
color: #5C5C5C;
font: 1em Helvetica, Arial, sans-serif;
line-height: 1.1em;
padding: 5px;
/* text-align: center; */
}
table tr:hover {
background: #a1d884;
}

/*LISTS*/
ol {
	font-family: Calibri, Arial, sans-serif;
	/*list-style-position: !important;*/
	/* list-style-type: !important; */
	padding: 0 0 0 15px;
}
#right-content ul {
padding: 0 0 0 15px;
}
ol li, #right-content ul li {
	color: #5C5C5C;
	/*list-style-type: !important; */
/*	font: 1.3em Helvetica, Arial, sans-serif; */
/*	line-height: 1.4em; */
	
}
#right-content ul li {
	list-style-type: disc !important; 
/*	font-family: Helvetica, Arial, sans-serif; */
	/*font-size: inherit;
   list-style-position: inside;*/
}

table tbody tr td ul li {
	list-style-type: disc !important;
	font-size: inherit !important;
}

/*OTHERS*/
dd  {/*paragraph text in the right-content*/
	margin: 10px 0 5px 0;
	color: #5C5C5C;
	font: 1.3em Helvetica, Arial, sans-serif;
	line-height: 1.4em;
}
dt { /*ARTICLE SUBHEADING- stylizes subsequent subheadings of an article inside the RIGHTCONTENT DIV*/
	color: #5C5C5C;
	font: bold 1.5em Helvetica, Arial, sans-serif;
}

#error_msg {
    color: Red;
  }

