html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #cebf98 url(images/page_bg.jpg);
	text-align: center;
	color: #74653D;
	padding-bottom: 0px;
	padding-top: 0px;
	vertical-align: middle;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	position: relative;
	background: url(images/body_bg.gif) repeat-y;
	top: 0px;
	border-top: 10px solid #9a8a65;
}

#header {
	position: absolute;
	top: 0;
	left: 243px;
	width: 526px;
	height: 279px;
	background-image: url(genslides/genslidebg.jpg);
}

/* left below adjusts the brown area behind menu*/
#left {
	float: left;
	width: 250px;
	height: 850px;
}
#logopic {
	width: 230px;
	height: 230px;
	background: center url(images/CP3logo5.jpg) no-repeat;
	text-align: center;
	padding-left: 18px;
}
#logo h1 {
  padding-top: 30px;
  font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

/* +++++++++++++++++++++++++++++++++Root = Vertical, Secondary = Vertical+++++++++++++++++++++++++++++++++ */
ul#navmenu {
margin: 2px 15px 20px 0px;
 background: #2a2a2a url(images/nav_left.jpg) no-repeat; 
 }

/*=============decreAse the 1st px bckgrnd to move white arrow toward left=========*/
ul#navmenu li { 
left: 15px;
top: 5px;

width: 100%;
  background: 150px 5px url(images/arr_white.gif) no-repeat;
  font: 15px "arial narrow", arial, sans-serif;
  }
  
ul#navmenu ul {

  background: #2A2A2A;
		}



ul#navmenu .important {

  background: 150px 5px url(images/arr_orange.gif) no-repeat;
}
ul#navmenu .important a {
  color: #E9C379;
}



ul#navmenu:after /*From IE 7 lack of compliance*/{
	border-bottom:none;
	clear: both;
	display: block;
	font: 20px "arial narrow", arial, sans-serif;
	content: ".";
	height: auto;
	visibility: hidden;
	}

ul#navmenu li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: block; /*For IE*/
	position: relative;
	}

/* Root Menu */
ul#navmenu a {
border-bottom:1px solid #fff;
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #959595;
  display: block;
  width: 40%;
  padding: 2px 90px 3px 20px;
	height: auto !important;
	height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {

color:#A0703F;
	}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	position:relative;
	margin:-10px 0px 4px 20px;
	background: #4E4845;
	color: #FFffff;
	width:50px;
	}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: #4E4845;
	color: #A0703F;
	}


/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
	}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
	}


/* END  NAVIGATION  MENU  ITEMS ============================================*/


#news {
	background: url(images/news_bg.jpg) repeat-y;
	padding-left: 37px;
	padding-right: 22px;
	padding-bottom: 3px;
	text-align: justify;
	height: 275px;
	font-weight: normal;
}
#news h2 {
  font-size: 12px;
  color: #BE8B06;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}
#news a {
  color: #74653D;
  font-weight: bold;
  text-decoration: underline;
}
#news a:hover {
  color: #38301A;
}
#news .more {
  font-size: 9px;
}
#news .hr-dots {
  background: center url(images/dots.gif) repeat-x;
  height: 10px;
}




#right {
	float: right;
	width: 515px;
	padding-right: 9px;
	padding-top: 301px;
	height: 500px;
}
#right h2 {
  font: 18px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}
#welcome {
  margin-right: 20px;
}
#profile {
	position:static;
	width:100%;
	height:100%;
	background: #000000;
	visibility: visible;
}

#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}


#maudslide{
	position:static;
	width:515px;
	height:500px;
	z-index:1;
	left: 200px;
	top: 100px;
	visibility: visible;
}


#indu-img {
  background: url(images/pic_3.jpg) no-repeat;
}
#spacer {
  height: 2em;
}

#footer {
  background: url(images/footer_bg.gif) repeat-y;
}
#copyright {
  text-align: center;
  padding: 22px 0px 30px 00px;
  font-size: 9px;
  color: #715F36;
  font-weight: bold;
}
#footerline{
	background: url(images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}

#srvall {
	background:#C4AE7C;
	align: center;
margin: 20px 0px -10px 20px;
	height: 70px;
	width:220px;
	font-size:12px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;

}
