html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset
{
margin: 0;
padding: 0;
border: 0;
}
body{
	font-family: Arial, Verdana, sans-serif;
	color: #333;
	font-size: small;
	line-height: 1.3;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
a{
	color: #000;
	text-decoration: none;
}
a:link{
	color: #000;
	text-decoration: none;
}
a:visited{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
h1{
	font-family: Arial, Verdana, sans-serif;
	font-size: 125%;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px;
}
h2{
	font-family: Arial, Verdana, sans-serif;
	font-size: 125%;
	padding-bottom: 5px;
	color: #A18F76;
	font-weight: bold;	
}
h3{
	font-family: Arial, Verdana, sans-serif;
	font-size: 125%;
	padding-bottom: 5px;
	color: #A18F76;
}
h4{
 font-family: Arial, Verdana, sans-serif;
 font-size: 125%;
 padding-bottom: 5px;
 color: #A18F76;
}
h5{
	font-family: Arial, Verdana, sans-serif;
	font-size: 120%;
	padding-bottom: 5px;
	color: #000;
}
h6{
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	padding-bottom: 5px;
	color: #000;
}
ul{
	list-style-type: disc;
}
ul ul{
	list-style-type: none;
	margin-bottom: 0px;
}
ul ul ul{
	list-style-type: none;
}
.title {
	font-weight: bold;
	color: #333;
}
.red {
	font-weight: bold;
	color: #B5121B;
}
.ochre {
	font-weight: bold;
	color: #AD8B3B;
}
.brown {
	font-weight: bold;
	color: #7F715E;
}
.em {
	font-style: italic;
}
		

/************* breadCrumb styles ***************/

#breadCrumb{
	color: #333;
	font-size: 80%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	clear: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #404040;
	background-color: #FFF;
}
#breadCrumb a{
	color: #333;
}
#breadCrumb a:hover{
	color: #7F715E;
	text-decoration: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#logo{
	width: 262px;
	height: 121px;
	top: auto;
	background-repeat: no-repeat;
	background-image: url(../images/ERA-logo_02.gif);
	background-position: right;
}

#navBar{
	float: left;
	width: 262px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#content{
	float: left;
	width: 65%;
	clear: none;
	color: #333;
	background-color: #FFF;
}
#inner {
	margin: 0px;
	width: 100%;
	border: 0px;
}
#wrapper {
	width: 100%;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../images/head-bkg_03.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
}
#innerwrapper {
	width: 100%;
	background-image: url(../images/menu-bkg.gif);
	background-color: #FFF;
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
/************* #topNav styles **************/

#topNav{
	color: #000;
	background-color: #FFF;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 10px;
	height: 20px;
}
#topNav img{
	float: left;
}
#azIndex {
	float: right;
	padding-top: 0px;
	font-size: 85%;
	clear: none;
	background-color: #fff;
	padding-right: 20px;
}	
.topNav a {
	padding: 0 4px 0 0;
}
.topNav a:link {
	color: #000;
}
.topNav a:visited {
	color: #7F715E;
}
.topNav a:hover {
	color: #7F715E; text-decoration: underline;
}
.paginationNav {
	padding: 10px;
}
.topNav a:active {
	color: #ccc; text-decoration: underline;
}
/************** .feature styles ***************/

.feature{
	font-size: 90%;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 0px;
}
.feature p{
	padding-bottom: 10px;
}

.feature ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-top: 0px;
}
.feature ul ul {
	list-style-type: circle;
	padding-left: 20px;
	margin-top: 10px;
}
.feature ol {
	margin-top: 0px;
	margin-left: 30px;
}

/* 
ul,ol {
	margin-bottom:20px;
}
*/
.feature li {
	margin-top: 0px;
	margin-bottom: 10px;
}
.nobreak li	{
	margin-top: 0px;
}

.feature img{
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.feature h1{
	text-align: left;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 10px;
	color: #A18F76;
	font-size: 120%;
	font-weight: bold;
}
.quote {
	float: right;
	border: 1px solid #7F715E;
	width: 150px;
	margin-left: 15px;
	background-color: #F4F3EE;
	margin-top: 0px;
	margin-bottom: 15px;
	clear: none;
	margin-right: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 100%;
	line-height: 1.5;
	color: #333;
}
.designation {
	border: 1px solid #333;
	width: 85%;
	background-color: #F4F3EE;
	clear: none;
	padding: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
}
.feature a:link {
	color: #000; text-decoration: underline;
}
.feature a:visited {
	color: #7F715E; text-decoration: underline;
}
.feature a:hover {
	color: #7F715E; text-decoration: none;
}
.feature a:active {
	color: #000; text-decoration: underline;
}
#logopsctlt {
	float: left;
}
#logotec {
	float: left;
}
#logowta {
	padding: 5px;
}

/************** .story styles *****************/

.story{
	clear: both;
	font-size: 90%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.story p{
	padding: 0px 0px 10px 0px;
}
.story ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-top: 10px;
}
.story ul ul {
	list-style-type: circle;
	padding-left: 20px;
	margin-top: 10px;
}

.story ol {
	margin-top: 10px;
	margin-left: 30px;
	list-style-type: circle;
}

/* 
ul,ol {
	margin-bottom:20px;
}
*/
.story li {
	margin-top: 10px;
}

.story a:link {
	color: #000; text-decoration: underline;
}
.story a:visited {
	color: #5D7D81; text-decoration: underline;
}
.story a:hover {
	color: #5D7D81; text-decoration: none;
}
.story a:active {
	color: #000; text-decoration: underline;
}
.story img{
	float: right;
	padding: 0px;
	border: 1px solid #666;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

/************** .bookmark styles *****************/

.bookmark{
	clear: both;
	font-size: 85%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 30px;
	margin-left: 0px;
	width: 100%;
	background-color: #FFF;
}
.bookmark p{
	padding: 0px 0px 10px 0px;
}

.bookmark a:link {
	color: #000; text-decoration: underline;
}
.bookmark a:visited {
	color: #000;
}
.bookmark a:hover {
	color: #5476B5; text-decoration: none;
}
.bookmark a:active {
	color: #000; text-decoration: underline;
}
.bookmark img{
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 15px;
	clear: inherit;
}
/************* #paginationNav styles ***************/

#topPage {
	float: left;
	padding: 10px;
	font-size: 80%;
}
#previousNext {
	float: right;
	padding: 10px;
}

.paginationNav p{
	padding: 0px 0px 10px 0px;
	
}

.paginationNav a:link {
	color: #000; text-decoration: underline;
}
.paginationNav a:visited {
	color: #000;
	text-decoration: underline;
}
.paginationNav a:hover {
	color: #A18F76; text-decoration: none;
}
.paginationNav a:active {
	color: #000; text-decoration: underline;
}


/************* #bottomInfo styles ***************/

#bottomspace{
	clear: both;
	border-top-color: #404040;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #FFF;
}
#bottomInfo{
	clear: both;
	background-color: #404040;
	padding-left: 25px;
	color: #fff;
}
.foot {
	font-size: 85%;
}
.foot a:link {
	color: #DCD8CC; 
}
.foot a:visited {
	color: #fff;
}
.foot a:hover {
	color: #fff; text-decoration: underline;
}
.foot a:active {
	color: #fff; text-decoration: underline;
}


/*********** #pagename styles ***********/

#pagename{
	position: relative;
	font-size: 90%;
	background-color: #5476B5;
	top: auto;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {
	list-style: none;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	font-size: 90%;
	background-color: #B5121B;
	top: auto;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}
#sectionLinks a {
	display: block;
	background-image: url(../images/arrow-category.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	white-space: normal;
	width: 212px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
a em {
font-style: normal;
text-decoration: underline;
    }
#sectionLinks a:hover{
	background-color: #fff;
	text-decoration: none;
	background-image: url(../images/arrow-roll.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*********** #sectionLinkstwo styles ***********/
#sectionLinkstwo{
	position: relative;
	font-size: 90%;
	background-color: #B5121B;
	top: auto;
}
#sectionLinkstwo h3{
	padding: 10px 0px 2px 10px;
}
#sectionLinkstwo a {
	display: block;
	background-image: url(../images/arrow-category.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	white-space: normal;
	width: 212px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#sectionLinkstwo a:hover{
	background-color: #fff;
	text-decoration: none;
	background-image: url(../images/arrow-roll.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	font-size: 90%;
	background-color: #F4F3EE;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 50px;
	top: auto;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-size: 100%;
	font-weight: bold;
	color: #333;
}
.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	padding-left: 10px;
	padding-right: 3px;
	white-space: normal;
	width: 163px;
}
