
/*  

	PROJECT NAME main.css
	VERSION 1.1 
	
	CONTENTS ----------
		
		0.  IMPORTS
		1.  BODY
		2.  GENERAL
		3.  SCAFFOLD
		4.  COMPONENTS
	
	------------------
		
	PALETTE ----------
	
		blue #00718f;
		pink #b43f82
		body text #000000
		home #ee3324
		redtheme  #ee3324
		greentheme #41ad49
		orangetheme #f6891f
		purpletheme #9b5ba4
		bluetheme #212e84
	
	------------------
	
*/

/* 0. IMPORTS
----------------------------------------------------------------------- */


@import url(reset.css); /* RESET CSS */



/* 1. BODY
----------------------------------------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: url(../images/siteBG.gif) repeat-y #fff top center;
}



p {
	line-height: 18px;
}



/* hides the access menu */
ul#nav_access { 
	position:absolute; 
	top:-9999px; 
	left:-9999px; 
}

/* 2. GENERAL 
----------------------------------------------------------------------- */


/* 2.1 Lists */

ul { list-style:none; margin-bottom: 15px;color:#000000;}
ul li, ol li { 
	margin: 0; 
}

ul.generic-list li {
	padding-left: 24px;
	
}

ol { list-style:decimal inside;}
ol li { color:#000;}

dl { 
	font-size: 1em; 
	line-height:1.5em; 
	margin-bottom: 1.5em; 
} 
dt { font-weight:bold; }

.clear {
	clear: both;
	height: 1px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}


/* 2.3 Type Embellishments */

abbr { border-bottom:1px dotted #999; cursor:help;}
abbr:hover { border-bottom:1px dotted #666; }
del { color:#999; }
strong { font-weight:bold; color:#333; }
em { font-style:italic; color:#666;}
sup { font-size: 75%; position: relative; top: -5px;}


/* 2.4 Headings */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	 
}

h1 {
	font-size: 20px; 
}

h2 { 
	font-size: 14px;	
}

body.Quotation h1, body.pages h1 {
	float: left;
	margin: 15px 0 0 24px;
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}

body.Quotation h1 span {
	font-size: 14px;
	position: relative;
	top: -3px;
}


/* 2.4 Links */


a:link, a:visited {
	text-decoration: none;
	color: #00718f;
	-webkit-transition: color linear .3s; 
}

a:hover, a:focus {
	color: #b43f82;
}



/* 2.5 Images */




/* 3. SCAFFOLD 
----------------------------------------------------------------------- */

#container {
	width: 975px;
	height: auto;
	clear: both;
	margin: 0 auto;
	padding: 0;
	display: block;
}

#header {
	height: 205px;
	clear: both;
	position: relative;
	padding: 20px 15px 0 15px;
}

body.redtheme #header {
	background: url(../images/home-slashBG.gif) no-repeat top right;
}

body.greentheme #header {
	background: url(../images/envrio-slashBG.gif) no-repeat top right;	
}

body.orangetheme #header {
	background: url(../images/folio-slashBG.gif) no-repeat top right;	
}

body.purpletheme #header {
	background: url(../images/project-slashBG.gif) no-repeat top right;	
}

body.bluetheme #header {
	background: url(../images/direct-slashBG.gif) no-repeat top right;	
}

#logo {
	width: 209px;
	height: 147px;
	float: left;
}

#logo a {
	display: block;
	width: 209px;
	height: 147px;
	overflow: hidden;
	text-indent: -56000px;
}

body.redtheme #logo {
	background: url(../images/homelogo.gif) no-repeat top left; 
}

body.greentheme #logo {
	background: url(../images/envriologo.gif) no-repeat top left; 
}

body.orangetheme #logo {
	background: url(../images/foliologo.gif) no-repeat top left;	
}

body.purpletheme #logo {
	background: url(../images/projectlogo.gif) no-repeat top left;	
}

body.bluetheme #logo {
	background: url(../images/directlogo.gif) no-repeat top left;	
}

#topstrap {
	float: left;
	width: 405px;
	height: 50px;
	margin: 75px 0 0 172px;
}

#topstrap h1, #topstrap h2 {
	text-indent: -56000px;
	display: block;
	overflow: hidden;
}

#topstrap h1 {
	width: 405px;
	height: 32px;
	background: url(../images/headerstrap.gif) no-repeat top left;
	clear: both;
}

#topstrap h2 {
	float: right;
	margin: 2px 0 0 0;
}

#topstrap h2.phone {
	background: url(../images/phone.gif) no-repeat bottom left;
	width: 140px;
	height: 15px;
}

#topstrap h2.email {
	background: url(../images/email.gif) no-repeat top left;
	width: 206px;
	height: 15px;
	margin-left: 15px;
}

#topstrap h2.email a {
	display: block;
	width: 206px;
	height: 15px;
}

#hero, #slideshow {
	padding: 0 0 15px 0;
	clear: both;
	width: 945px;
	margin: 0 auto;
}

#hero.home, #hero.testimonials {
	height: 255px;
	border-bottom: 4px solid #ee3324;
}

#hero.home {
	background: url(../images/flash.jpg) no-repeat;
}

#slideshow {
	position: relative;
	z-index: 5;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity: 0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity: 1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}



#slideshow.direct {
	height: 255px;
	border-bottom: 4px solid #212e84;
}

#slideshow.projectmanagement {
	height: 255px;
	border-bottom: 4px solid #9b5ba4;
}

#slideshow.environmental {
	height: 255px;
	border-bottom: 4px solid #41ad49;
}

#slideshow.portfolio {
	height: 255px;
	border-bottom: 4px solid #f6891f;
}

#hero.about, #hero.policy, #hero.contact {
	height: 105px;
	border-bottom: 4px solid #ee3324;
}

body.greentheme #hero.furtherinfo {
	height: 105px;
	border-bottom: 4px solid #41ad49;
}

body.orangetheme #hero.furtherinfo {
	height: 105px;
	border-bottom: 4px solid #f6891f;
}

body.purpletheme #hero.furtherinfo {
	height: 105px;
	border-bottom: 4px solid #9b5ba4;
}

#clickfurther a {
	display: block;
	width: 365px;
	height: 18px;
	color:#fff;
	font-size:12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	margin: 205px 0 0 550px;
	padding: 6px 10px 4px 10px;
	position:absolute;
	z-index:10;

background: url(../images/goforth.gif) no-repeat top right;
}

body.greentheme #clickfurther a {
	background-color: #41ad49;
}

body.greentheme #clickfurther a:hover {
	background-color: #2c7631;
}

body.orangetheme #clickfurther a {
	background-color: #f6891f;
}

body.orangetheme #clickfurther a:hover {
	background-color: #ba7635;
}

body.purpletheme #clickfurther a {
	background-color: #9b5ba4;
}

body.purpletheme #clickfurther a:hover {
	background-color: #77467e;
}

body.bluetheme #clickfurther a {
	background-color: #212e84;
}

body.bluetheme #clickfurther a:hover {
	background-color: #151d54;
}

#hero.furtherinfo a {
	display: block;
	width: 365px;
	height: 18px;
	color:#fff;
	font-size:12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	margin: 60px 0 0 545px;
	padding: 6px 10px 4px 10px;
	position:absolute;
background: url(../images/goback.gif) no-repeat top left;
	z-index:1;
}

body.greentheme #hero.furtherinfo a {
	background-color: #41ad49;
}

body.greentheme #hero.furtherinfo a:hover {
	background-color: #2c7631;
}

body.orangetheme #hero.furtherinfo a {
	background-color: #f6891f;
}

body.orangetheme #hero.furtherinfo a:hover {
	background-color: #ba7635;
}

body.purpletheme #hero.furtherinfo a {
	background-color: #9b5ba4;
}

body.purpletheme #hero.furtherinfo a:hover {
	background-color: #77467e;
}

body.bluetheme #hero.furtherinfo a {
	background-color: #212e84;
}

body.bluetheme #hero.furtherinfo a:hover {
	background-color: #151d54;
}

body.bluetheme #hero.furtherinfo {
	height: 105px;
	border-bottom: 4px solid #212e84;
}


#contentarea {
	clear: both;
	padding: 25px 15px 15px 15px;
	width: 945px;
	height: auto;
	display: block;
	overflow: auto;
}

#contentarea p {
	padding-right: 75px;	
}

body.redtheme #contentarea {
	background: url(../images/contentBG-home.gif) bottom left no-repeat;
}

body.greentheme #contentarea {
	background: url(../images/contentBG-enviro.gif) bottom left no-repeat;
}

body.orangetheme #contentarea {
	background: url(../images/contentBG-folio.gif) bottom left no-repeat;
}

body.purpletheme #contentarea {
	background: url(../images/contentBG-project.gif) bottom left no-repeat;
}

body.bluetheme #contentarea {
	background: url(../images/contentBG-direct.gif) bottom left no-repeat;
}

#contentarea span {
	font-size: 11px;
}

#contentarea span b {
	font-weight: normal;
	color: #ee3324;
}

#footer {
	width: 945px;
	height: 20px;
	background: url(../images/footer.png) no-repeat;
	clear: both;
	margin: 0 auto;
	padding: 10px 15px 5px 15px;
	display: block;
	color: #fff;
	font-size: 10px;	
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
}

body.redtheme #footer {
	background-color: #ee3324;
}

body.greentheme #footer {
	background-color: #41ad49;
}

body.orangetheme #footer {
	background-color: #f6891f;
}

body.purpletheme #footer {
	background-color: #9b5ba4;
}

body.bluetheme #footer {
	background-color: #212e84;
}




/* 4. COMPONENTS 
----------------------------------------------------------------------- */

/* 4.1 Main Navigation */

#mainNav {
	clear: both;
	width: 960px;
	height: 26px;
	display: block;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

#mainNav ul.nav li, #mainNav ul.nav li a {
	float: left;
	width: 145px;
	height: 18px;
}

body.redtheme #mainNav ul.nav li a {
	border-bottom: 4px solid #ee3324;
}

body.redtheme #mainNav ul.nav li a:hover {
	border-bottom: 8px solid #ee3324;
}

body.greentheme #mainNav ul.nav li a {
	border-bottom: 4px solid #41ad49;
}

body.greentheme #mainNav ul.nav li a:hover {
	border-bottom: 8px solid #41ad49;
}

body.orangetheme #mainNav ul.nav li a {
	border-bottom: 4px solid #f6891f;
}

body.orangetheme #mainNav ul.nav li a:hover {
	border-bottom: 8px solid #f6891f;
}

body.purpletheme #mainNav ul.nav li a {
	border-bottom: 4px solid #9b5ba4;
}

body.purpletheme #mainNav ul.nav li a:hover {
	border-bottom: 8px solid #9b5ba4;
}

body.bluetheme #mainNav ul.nav li a {
	border-bottom: 4px solid #212e84;
}

body.bluetheme #mainNav ul.nav li a:hover {
	border-bottom: 8px solid #212e84;
}

#mainNav ul.nav li {
	margin-right: 15px;
}

#mainNav ul.nav li.last {
	margin-right: 0px;
}

#mainNav ul.nav li.home a {
	text-indent: -56000px;
	display: block;
	overflow: hidden;
	background: url(../images/navigation/nav.gif) no-repeat top left;
}

body.redtheme #mainNav ul.nav li.home a.active {
	background: url(../images/navigation/nav.gif) no-repeat 0 -18px;
	border-bottom: 8px solid #ee3324;
}

#mainNav ul.nav li.about a {
	text-indent: -56000px;
	display: block;
	overflow: hidden;
	background: url(../images/navigation/nav.gif) no-repeat -161px 0;
}

body.redtheme #mainNav ul.nav li.about a.active {
	background: url(../images/navigation/nav.gif) no-repeat -161px -18px;
	border-bottom: 8px solid #ee3324;
}

#mainNav ul.nav li.services a {
	text-indent: -56000px;
	display: block;
	overflow: hidden;
	background: url(../images/navigation/nav.gif) no-repeat -320px 0;
}

body.greentheme #mainNav ul.nav li.services a.active {
	background: url(../images/navigation/nav.gif) no-repeat -320px -18px;
	border-bottom: 8px solid #41ad49;
}

body.orangetheme #mainNav ul.nav li.services a.active {
	background: url(../images/navigation/nav.gif) no-repeat -320px -18px;
	border-bottom: 8px solid #f6891f;
}

body.purpletheme #mainNav ul.nav li.services a.active {
	background: url(../images/navigation/nav.gif) no-repeat -320px -18px;
	border-bottom: 8px solid #9b5ba4;
}

body.bluetheme #mainNav ul.nav li.services a.active {
	background: url(../images/navigation/nav.gif) no-repeat -320px -18px;
	border-bottom: 8px solid #212e84;
}

#mainNav ul.nav li.testimonials a {
	text-indent: -56000px;
	display: block;
	overflow: hidden;
	background: url(../images/navigation/nav.gif) no-repeat -480px 0;
}

body.redtheme #mainNav ul.nav li.testimonials a.active {
	background: url(../images/navigation/nav.gif) no-repeat -480px -18px;
	border-bottom: 8px solid #ee3324;
}

#mainNav ul.nav li.policy a {
	text-indent: -56000px;
	display: block;
	overflow: hidden;
	background: url(../images/navigation/nav.gif) no-repeat -640px 0;
}

body.redtheme #mainNav ul.nav li.policy a.active {
	background: url(../images/navigation/nav.gif) no-repeat -640px -18px;
	border-bottom: 8px solid #ee3324;
}

#mainNav ul.nav li.contact a {
	text-indent: -56000px;
	display: block;
	overflow: hidden;
	background: url(../images/navigation/nav.gif) no-repeat -800px 0;
}

body.redtheme #mainNav ul.nav li.contact a.active {
	background: url(../images/navigation/nav.gif) no-repeat -800px -18px;
	border-bottom: 8px solid #ee3324;
}

/* 4.2.1 DROPDOWN */

body.redtheme ul.nav li ul.drop {
	border-top: 3px solid #ee3324;
}

body.greentheme ul.nav li ul.drop {
	border-top: 3px solid #41ad49;
}

body.orangetheme ul.nav li ul.drop {
	border-top: 3px solid #f6891f;
}

body.purpletheme ul.nav li ul.drop {
	border-top: 3px solid #9b5ba4;
}

body.bluetheme ul.nav li ul.drop {
	border-top: 3px solid #212e84;
}

ul.nav li ul.drop {
	position: absolute;
	width: 645px;
	z-index: 9999;
	font-size: 11px !important;
	top: 0px;
	margin-top: 25px;
	margin-left: -35px;
	left: -3000px;
	clear: both;
	padding: 15px 0 180px 15px;
	border-bottom: 0px;
	height: auto !important;
	display: block;
	background: transparent url(../images/dropdown.png) bottom left no-repeat;	

}

ul.nav a {
	font-size: 11px !important;
}

ul.nav li ul.drop li a {
	text-indent: 0px !important;
	background: none !important;
}

ul.nav li ul.drop li ul.drop {
	float: left;
	width: 145px;
	height: auto;
	margin: 40px 15px 0 0;
	padding: 0;
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	border-top: none;
	display: block;
	background: none;
}

ul.nav li ul.drop li ul.drop li {
	clear: both;
	height: 30px;
	width: 145px;
	padding: 5px 0;
	display: block;
}

ul.nav li ul.drop li ul.drop li a {
	width: 150px;
}

ul.nav li ul.drop li.environmental a {
	text-transform: uppercase;
	color: #41ad49;
	padding-bottom: 5px;
	border-bottom: 1px solid #e9eaea !important;
}

ul.nav li ul.drop li.portfolio a {
	text-transform: uppercase;
	color: #f6891f;
	padding-bottom: 5px;
	border-bottom: 1px solid #e9eaea !important;
}

ul.nav li ul.drop li.projectmanagement a {
	text-transform: uppercase;
	color: #9b5ba4;
	padding-bottom: 5px;
	border-bottom: 1px solid #e9eaea !important;
}

ul.nav li ul.drop li.direct a {
	text-transform: uppercase;
	color: #232f84;
	padding-bottom: 5px;
	border-bottom: 1px solid #e9eaea !important;
}

ul.nav li ul.drop li ul.drop {
	background: white;
	
}

ul.nav li ul.drop li ul.drop a {
	text-transform: none;
	font-weight: normal;
	color: #999;
}

ul.nav li ul.drop li ul.drop a:hover {
	text-transform: none;
	font-weight: normal;
	color: #000;
}


.nav li:hover ul.drop, .nav li.sfhover div.drop-box { /* lists nested under hovered list items */
	left: auto;
}

.nav ul.drop a:hover, .nav ul.drop li.active a {
	text-shadow: none;
	color: #3d3d3d !important;
	background: rgba(255,255,255,.7);
}



/* 4.2 CONTENTAREA */

#leftsidebar {
	width: 305px;
	float: left;
}

#leftsidebar img {
	clear: both;
	margin: 15px 0 0 0;
}

#leftsidebar h1 {
	font-weight: normal;
	font-size: 18px;
	line-height: 26px;
	padding: 15px 45px 0 0;
}

#leftsidebar h1 strong {
	font-weight: bold;
}

body.redtheme #contentarea #leftsidebar h1 {
	border-top: 28px solid #ee3324;
}

body.greentheme #contentarea #leftsidebar h1 {
	border-top: 28px solid #41ad49;
}

body.orangetheme #contentarea #leftsidebar h1 {
	border-top: 28px solid #f6891f;
}

body.purpletheme #contentarea #leftsidebar h1 {
	border-top: 28px solid #9b5ba4;
}

body.bluetheme #contentarea #leftsidebar h1 {
	border-top: 28px solid #212e84;
}

#textarea {
	width: 625px;
	float: right;
	line-height: 20px;
	padding: 0 0 30px 15px;
}

#textarea p {
	line-height: 20px;
}


#textarea dl.show-hide {
	min-height: 500px;
}

#textarea dl.show-hide dt {
	cursor: pointer;
	padding-bottom: 5px;
}

#textarea dl.show-hide dt:hover {
	color: #999;
}

#textarea dl.show-hide dd {
	border-top: 1px dashed #ee3324;
	padding: 15px 0;
	clear: both;
	line-height: 20px;
	border-bottom: 1px dashed #ee3324;
	margin: 15px 0;
}

#textarea h1 {
	font-size: 24px;
	clear: both;
	display: block;
	color: #939598;
	padding-bottom: 15px;
	font-weight: normal;
}

body.greentheme #textarea ul li {
	background: url(../images/envriobullet.gif) no-repeat left top;
	padding-bottom: 15px;
	line-height: 20px;
	padding-left: 15px;
}

body.greentheme #textarea ul li strong {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #41ad49;
}

body.greentheme #textarea h3 {
	font-weight: bold;
	color: #41ad49;
	padding-bottom: 15px;
}

body.orangetheme #textarea ul li {
	background: url(../images/foliobullet.gif) no-repeat left top;
	padding-bottom: 15px;
	line-height: 20px;
	padding-left: 15px;
}

body.orangetheme #textarea ul li strong {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #f6891f;
}

body.orangetheme #textarea h3 {
	font-weight: bold;
	color: #f6891f;
	padding-bottom: 15px;
}

body.orangetheme #textarea em {
	background: url(../images/folioquotemarks.gif) no-repeat top left;
	font-size: 16px;
	color: #f6891f;
	padding-left: 40px;
}

body.redtheme #textarea em {
	background: url(../images/quotemarks.gif) no-repeat top left;
	padding-left: 40px;
	padding-bottom: 5px;
}

body.redtheme #textarea em span {
	font-size: 14px;
	line-height: 24px;
}


body.purpletheme #textarea ul li {
	background: url(../images/projectbullet.gif) no-repeat left top;
	padding-bottom: 15px;
	line-height: 20px;
	padding-left: 15px;
}

body.purpletheme #textarea em {
	color: #9b5ba4;
}

body.purpletheme #textarea h4 {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
}

body.purpletheme #textarea ul li strong {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #9b5ba4;
}


body.purpletheme #textarea 
{
	font-weight: bold;
	color: #9b5ba4;
	padding-bottom: 15px;
}

body.bluetheme #textarea ul li {
	background: url(../images/directbullet.gif) no-repeat left top;
	padding-bottom: 15px;
	line-height: 20px;
	padding-left: 15px;
}

body.bluetheme #textarea ul li strong {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #212e84;
}


body.bluetheme #textarea h3 {
	font-weight: bold;
	color: #212e84;
	text-transform: uppercase;
	padding-bottom: 15px;
}

#logos {
	height: 110px;
	clear: both;
	display: block;
	padding-bottom: 50px;
}

#logos a {
	float: left;
	margin: 0 30px 0 0;
	height: 112px;
}

#logos a.rp {
	text-indent: -650000px;
	overflow: hidden;
	width: 112px;
	display: block;
	background: url(../images/ramesesfoliologo.gif) no-repeat bottom left;
}

#logos a.rp:hover {
	background: url(../images/ramesesfoliologo.gif) no-repeat top left;
}

#logos a.re {
	text-indent: -650000px;
	overflow: hidden;
	width: 113px;
	display: block;
	background: url(../images/ramesesenvirologo.gif) no-repeat bottom left;
}

#logos a.re:hover {
	background: url(../images/ramesesenvirologo.gif) no-repeat top left;
}


#logos a.rpm {
	text-indent: -650000px;
	overflow: hidden;
	width: 157px;
	display: block;
	background: url(../images/ramesesprojectmanagement.gif)  no-repeat bottom left;
}

#logos a.rpm:hover {
	background: url(../images/ramesesprojectmanagement.gif) no-repeat top left;
}


#logos a.rd {
	text-indent: -650000px;
	overflow: hidden;
	width: 110px;
	display: block;
	background: url(../images/ramesesdirectlogo.gif) no-repeat bottom left;
}

#logos a.rd:hover {
	background: url(../images/ramesesdirectlogo.gif) no-repeat top left;
}


#textarea fieldset {
	border-bottom: 1px dashed #ee3324;
	padding: 15px 0;
	clear: both;
}

#textarea input.text {
	width: 400px;
	border: 1px solid #999;
	padding: 2px;
	margin: 5px 0;
		clear: both;
}

#textarea textarea {
		width: 400px;
		padding: 2px;
		margin: 5px 0;
		clear: both;
		
	border: 1px solid #999;
}



