@charset "UTF-8";

@import url("index.css");
@import url("ourstory.css");
@import url("leaders.css");
@import url("contact.css");
@import url("connect.css");
@import url("services.css");
@import url("news.css");
@import url("building.css");
@import url("featuredwork.css");
@import url("whatwebelieve.css");
@import url("portfolio.css");
@import url("sitemap.css");


/* START GLOBAL */

body {
	font-family:verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#666666;
	line-height:1.3;
	margin-top: 5px;
	behavior:url("styles/csshover.htc");
}
#content {
	height: 580px;
	width: 960px;
	margin : 0 auto;
	padding-bottom:15px;
	margin-bottom:10px;
	margin-top: 0px;
	border-bottom: #f1a42b solid 2px;
}

h2 {
	font-family:Helvetica, sans-serif;
	color:#333333;
	margin: 0 ;
	padding-bottom:15px;
	font-size:15px;
}

h3 {
	font-family:Helvetica, sans-serif;
	color:#333333;
	margin: 0 ;

	font-size:15px;
}

#tagline {
	font-family:Verdana, sans-serif;
	font-style:italic; 
	padding-bottom:15px;
}

#story {
	font-family:Verdana, sans-serif;
}

.Pager {
	color: #f1a42b;
}
.Pager2 {
	color: #7fc8ef;
}

/* NAVIGATION START */

#nav {
	line-height:1.4;
	height: 120px;
	width: 960px;
	margin: 0 auto;
	display:block;
}
#nav a {
	font-weight: normal;
	text-decoration: none;
	color: #777777;
	font-size: 11px;
}
#nav a:hover {
	color: #f1a42b;
}
#nav #leftnav {
	list-style-type: none;
	float: left;
	padding-left:-7px;
}
#nav #leftnav li, #rightnav li {
	padding-bottom: 10px;
}
#nav #rightnav {
	list-style-type: none;
	float: right;
	text-align: right;
}

#nav #rightnav li ul{
	visibility:hidden;
	width:0px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
}
#nav ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #888888;
}
#nav ul li {
	position: relative;

}
#nav li ul {
	position: absolute;
	left: 150px;
	top: 0;
	display: none;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	background: #fff;
	border-bottom: 0;
}

#nav ul ul li  {
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
}

#nav ul ul li a {
	display: block;
	text-decoration: none;
	background: #ffffff;
	border-bottom: 0;
	margin-left: 5px;
	margin-top: 5px;
}


#nav ul ul li a:hover {
	color: #81bf45;
}

#nav ul li:hover ul {
	display: block;
}
#nav li ul li ul {
	visibility:hidden;
}
#nav li ul li:hover ul {
	visibility:visible;
}


/* NAVIGATION END */


#copyright {
	color: #888888;
	font-size: 9px;
	width: 960px;
	margin: 0 auto;
	display:block;
}

#copyright a {
	color: #888888;
	font-size: 9px;		
	text-decoration: none;
}

#topnavi {
	float: center;
	text-align: right;
	height: 20px;
	width: 960px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-top: 0px;
	color: #888888;
}

#topnavi a {
	font-weight: normal;
	text-decoration: none;
	font-size: 9px;
	color: #888888;
}
#topnavi a:hover {
	color: #f1a42b;
}



/* END GLOBAL */

/* LANDING PAGES */

#landingsublinks {
	margin-top: 0px;
	margin-left: 0px;
	color: #666666;
	line-height:1.8;
}

#landingsublinks a {
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}
#landingsublinks a:hover {
	color: #f1a42b;
}


