/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

.header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #033152;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

h1{
	color: #033152;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 125%;
	line-height: 85%;
	font-weight: bold;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #033152;
	border-bottom-width: thin;

}


h2{
	color: #006699;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, sans-serif;
	font-size: 114%;
	line-height: 80%;
	font-weight: bold;
		padding: 5px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 2px;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #098F7C;
}

/***********************************************/
/* Layout styles                              */
/***********************************************/
.headerbknd{
	background-image: url(../images/provalueconsultingheader.jpg);
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: small;
	color: #cccccc;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	background-image: url(../images/footerbknd.jpg);
	background-repeat: no-repeat;
	height: 34px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


#siteInfo a:link, #siteInfo a:visited {
	font-size: 100%;
	font-weight: bold;
	color: #CCCCCC;
}
	
#siteInfo a:hover {
	color: #fff;
	}

.sitecredit{
	clear: none;
	font-size: small;
	color: #cccccc;
	margin-top: 0px;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
/************* news article styles **************/

.relatedLinks{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
		font-size: 14px;
}


/************* upcoming events **************/

.upcomingevents{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 30px;
	text-align: left;
	color: #156296;
	line-height: 15px; 
}

.upcomingevents h3{
	padding: 10px 0px 2px 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #033152;
}

.upcomingevents a{
	font-size: 15px;
	color: #666666;
	text-decoration: underline;
}

.upcomingevents p{
	font-size: 15px;
	color: #156296;
	text-indent: -25px;
	padding-left: 25px;
}


/************* header styles ****************/

#topimage{
position: relative;
min-width: 870px;
height: 16px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image: url(../images/provalueconsultingheader.jpg);
}

#globalmid{
position: relative;
min-width: 870px;
height: 254px;
color: #cccccc;
padding: 0px;
margin: 0px;
}


#pageNav{
	float: left;
	width:281px;
	padding: 0px;
}


#content{
	padding: 5px 5px 5px 5px;
	margin:0px 0px 0px 0px;

}



#positionpv{
	position: absolute;
	top: 1166px;
	left: 256px;
	margin-left: -250px;
	width: 870px;

}



/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	color: #AAAAAA;
	text-align: right;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	background-image: url(../images/provaluecss_r5_c3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
html>body .feature {
	height: auto;
	margin-left: 0px;
}


.feature img{
	float: right;
	padding: 3px 3px 3px 3px;
	background-color: #00917E;
	border: thin solid #156296;
}

.feature2 img{
	float: left;
	padding: 3px 3px 3px 3px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #156296;
	border-right-color: #156296;
	border-bottom-color: #156296;
	border-left-color: #156296;
	background-color: #00917E;
}

.feature p {
	padding: 0px 0px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 2px;
	font-size: 90%;
	margin-left: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}





.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story h4{
	color: #156296;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.story p {
	padding: 0px 0px 5px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

.story img{
	float: left;
	padding: 3px;
	margin: 10px;
}


/************ NEWS STYLES **************/

.provaluenews{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#provaluenews h3{
	border-bottom: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #033152;
	display:block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.provaluenewsa:link, .provaluenews a:visited {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	font-weight: bold;
	font-size: 14px;
		display:block;
}

.provaluenews a:hover{
	border-top: 1px solid #cccccc;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	display:block;
}

.provaluenews a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.provaluenews a.capsule:hover{
	text-decoration: underline;
		display:block;
}

.topbknd {
	background-image: url(/images/menubknd.jpg);
	background-repeat: repeat-x;
}

.footer_left {
	color: #005FA9;
	display: block;
	float: left;
}.feature .blue {
	color: #023351;
}
.signuplink {
	text-align: right;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #033152;
	display: block;
	padding-bottom: 15px;	
}

.signuplink a {
	background-color: #9DD2CC;
	padding: 4px;
	border: thin solid #023353;
	margin-bottom: 5px;
}
