/* ECRP Home */
body {
    font-family: verdana,georgia;
    font-size: small;
	margin: 0 auto;
	background: #ccc repeat-x left;
	/*background: #3399CC repeat-x left;*/
    /*background: #990000 repeat-x left;*/
	/*background: #3399CC repeat-x left;*/
}
#container {
	background: #FFFFFF repeat;
	width: 96%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0 10px 0 0;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
    border: 1px solid #000;
}
#pageHeader {
	height: 105px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	margin-bottom: 1em;
	float: left;
	text-align: left;
	background: url(../images/maroon-bg.gif) repeat-y top left;
}
#pageTitle {
	height: 105px;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
    background: url(../images/ecrp-title.gif) no-repeat top right;
}

#pageH1 {
	font: bold 2em Verdana, Arial, Helvetica, sans-serif;
	margin: 1em;
	float: left;
	white-space: pre;
	text-align: left;
	color: #000000;
	vertical-align: text-center;
}

div#main {
  margin-left: 20%;
}
div#menu {
  width: 20%;
  float: left;
  padding: 0 0 0 10px;
}
div#footer {
  clear: both;
  border-top: 1px solid #000;
  float:center;
}
p {
  margin: 0.5em 1em;
}

/*****Menu Style*****/
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
	border-bottom: 1px solid #ccc;
}
ul#nav li#nav {
	position: relative;
}

li#nav ul#nav {
	position: absolute;
	left: 139px;
	top: 0;
	display: none;
}
/* Styles for Menu Items */
ul#nav li a {
	display: block;
    text-decoration: underline;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
}

ul#nav .a-selected {
	display: block;
	text-decoration: none;
	color: #990000;
	background: #fff; /* IE6 Bug */
	padding: 5px 5px 5px 20px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
    background: url(../images/bullet.gif) no-repeat center left;
}


/* Holly Hack. IE Requirement \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */

li:hover ul#nav, li.over ul#nav { display: block; } /* The magic */

/**********Main Section*******/
h2 {
    font-size:medium;
    font-weight:bold;
    border-bottom:2px #00a8de solid;
    width:94%;
    padding-top:5px;
    padding-left:25px;
    padding-bottom:5px;
    margin-bottom:10px;
    float:left;
    background:url(../images/head.gif) no-repeat left;
 }

.box-title {
    font-size:medium;
    font-weight:bold;
    margin:3px;
    padding: 3px;
    clear:left;
    color: #990000;
    background: #ccc;
    border: none;
}

#news-box {
    background:#fff;
    float:left;
    margin-top:15px;
    width: 80%;
    border:2px #ccc dotted;
    position:relative;
    z-index:3
}
#news-box #indent p {
  text-indent:-1.2em; padding-left:1.3em
}
#news-box .left-pad {
  padding-left:1.3em
}

.box-item {
  background: #990000;
  font-size:1.2em;
  font-weight:bold;
  margin-top:0;
  width:135px;
}

#news-box em {
    color:#990000;
    text-decoration:none;
    font-style:normal;
    font-weight:bold
}


/********Square boxes*********/
dl {
	width: 240px;
	margin: 0 0 20px 0;
	padding: 0;
	background: #ccc url(../images/head_bottom.gif) no-repeat bottom left;
}

dt {
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 130%;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: #999 url(../images/box_top.gif) no-repeat top left;
}

dd {
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
	color: #666;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	background: url(../images/arrow.gif) no-repeat 0 3px;
}

#blue dt {
	background-color: #69c;
}
#blue {
	background-color: #9cf;
}

#red dt {
	background-color: #933;
}

#red {
	background-color: #c99;
}

#green dt {
	background-color: #9c6;
}

#green {
	background-color: #cf9;
}
