@charset "utf-8";

@import url(print.css) print;

/* ===================================================================
        General Styles
*/

body {
	margin: 0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #333333;
	
	background-color: #ffffff;
}

img { border: 0px; }

a { color: #007dc3; text-decoration: underline;}

a:hover	{ color: #ef8014; text-decoration: underline; }

div, p, ul, ol, li { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; line-height: normal; font-size: 11px; font-weight: normal; }

fieldset { padding: 0px; margin: 0px; border: 0px; }

/* table, tr, td { padding: 0px; margin: 0px; border-collapse: collapse; } */

input { padding: 0px; margin: 0px; }

.clear { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }

.hide { display: none; }

.show { display: block; }

/* ===================================================================
		Header
*/

.header-hold {
	height: 100px;
	background-image: url(../images/utility/header-background-repeat-new.gif);
	background-repeat: repeat-x;
	text-align: center;
}


.header {
	width: 894px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

.header h1 {
	padding-top: 15px;
	padding-left: 11px;
	padding-bottom: 17px;
}

/* ------------------------------------------
		Client Login
*/

.header .client-login {
	position: absolute;
	top: 30px;
	right: 20px;
	font-size: 10px;
}

.header .client-login a {
	background-image: url('/images/utility/client-login-lock.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	color: #007dc3;
	text-decoration: none;
}

.header .client-login a:hover {
	text-decoration: underline;
}


/* ------------------------------------------
		Contact
*/

.header .contact {
	position: absolute;
	top: 30px;
	right: 20px;
	font-size: 10px;
}

.header .contact a {
	background-image: url('/images/utility/double-arrow.gif');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 14px;
	color: #007dc3;
	text-decoration: none;
}

.header .contact a:hover {
	text-decoration: underline;
}





/* ------------------------------------------
		Nav Structure
*/

.header .nav-hold {
	height: 55px;
	background-image: url('../images/utility/footer-orange-left-edge.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.header .nav {
	height: 55px;
	margin-left: 10px;
	background-image: url('../images/utility/footer-orange-right-edge.gif');
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #ffffff;
}

.header .nav .section {
	border-left: 1px solid #ffffff;
	height: 55px;
	float: left;
}

.header .nav .section .title {
	width: 286px;
	height: 25px;
	background-color: #007dc3;
	border-bottom: 1px solid #003ea5;
}

.header .nav .section-middle .title {
	width: 298px;
}

.header .nav .section li {
	list-style: none;
	float: left;
}

/* ------------------------------------------
		For Automated Active Nav
*/

.header .nav .section li.active {
	display: none;
}

.aboutus .header .nav .section li.show-aboutus { display: block; }
.aboutus .header .nav .section li.hide-aboutus { display: none; }

.services .header .nav .section li.show-services { display: block; }
.services .header .nav .section li.hide-services { display: none; }

.our-impact .header .nav .section li.show-our-impact { display: block; }
.our-impact .header .nav .section li.hide-our-impact { display: none; }

.our-clients .header .nav .section li.show-our-clients { display: block; }
.our-clients .header .nav .section li.hide-our-clients { display: none; }

.reports .header .nav .section li.show-reports { display: block; }
.reports .header .nav .section li.hide-reports { display: none; }

.blog .header .nav .section li.show-blog  { display: block; }
.blog  .header .nav .section li.hide-blog  { display: none; }

.contact-us .header .nav .section li.show-contactus { display: block; }
.contact-us .header .nav .section li.hide-contactus { display: none; }

/*
.careers .header .nav .section li.show-careers { display: block; }
.careers .header .nav .section li.hide-careers { display: none; }
*/

/* ===================================================================
		Footer
*/

.footer-hold {
	background-image: url('../images/utility/footer-background-repeat.gif');
	background-repeat: repeat-x;
	text-align: left;
}

.footer {
	width: 894px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url('../images/utility/footer-orange-left-edge.gif');
	background-repeat: no-repeat;
	background-position: left;
}

.footer .bar-hold {
	background-image: url('../images/utility/footer-orange-right-edge.gif');
	background-repeat: no-repeat;
	background-position: right;
}

.footer .bar {
	height: 30px;
	width: 872px;
	margin-left: 11px;
	background-image: url('../images/utility/repeat-blue.gif');
	background-repeat: repeat-x;
	text-align: left;
}

.footer .bar p {
	color: #ffffff;
	padding: 9px 11px 0 11px;
	float: left;
	width: 414px;
	font-size: 9px;
}

.footer .bar p.links {
	text-align: right;
}

.footer a, .footer a:hover {
	color: #ffffff;
}
