/* colors */

/*

#e5357f
#8988c1
#90c756
#00a8d5
#f5a253

*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}


#wrapper {
	width: 800px;
	border: 1px solid #000000;
	margin: 15px auto;
	position: relative;
}

#header {
	height: 83px;
	border-bottom: 1px solid #000000;
	position: relative;
}

#global-navigation {
	width: 205px;
	border-right: 1px solid #000000;
	background-color: #f5a253;
	list-style: none;
}

#global-navigation li {
	width: 200px;
	height: 27px;
}

#global-navigation li a {
	display: block;
	width: 205px;
	height: 27px;
	text-indent: -9999px;
}


#global-navigation li.clients a {
	background: url(images/home-globalnav-clients.png) no-repeat center center;
	border-bottom: 1px solid #000000;
}
#global-navigation li.agency a{
	background: url(images/home-globalnav-agency.png) no-repeat center center;
	border-bottom: 1px solid #000000;
	margin-top: 1px;
}
#global-navigation li.contact a{
	background: url(images/home-globalnav-contact.png) no-repeat center center;
	margin-top: 1px;
}

#global-navigation li a:hover {
	background-color: #FFFFFF;
}


#logo {
	position: absolute;
	right: 10px;
	top: 0;
}


#right-column {
	width: 199px;
	position: absolute;
	right: 0;
	
}


#messaging {
	border-left: 100px solid #90c756;
	padding: 20px;
	width: 460px;
	font-size: 1.6em;
	line-height: 1.8em;
	border-right: 1px solid;

}

#news {
	background-color: #90c756;
	padding: 16px;
	color: #ffffff;
	border-bottom: 1px solid #000000;
}

	#news h1 {
		padding-bottom: 8px;
		font-size: 1.1em;
	}
	
	#news ul {
		margin-left: 16px;
	}
	
	#news ul li {
		padding-bottom: 6px;
		font-size: 1.1em;
	}

	#news ul li a{
		color: #000000;
		text-decoration: none;
	}
		#news ul li a:hover {
		color: #ffffff;

	}
	
	
#feature {
	padding: 16px;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.4em;
	position: absolute;
	top: 340px;
}
#feature p{
	margin-bottom: 1em;
}
/* home page flash */

#flash-area {
	width: 600px;
	height: 540px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	position: relative;
}

#flash-area iframe {
	width: 600px;
	height: 540px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}



#flash-area div.SWF {
	display: none;
}


ul#projects-links {
	list-style:none;
	margin: 0;
	padding: 0;
	position: absolute;
	color: #ffffff;
	top: 500px;
	right: 0;
	
}
ul#projects-links li {
	float: left;
}

ul#projects-links li a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(images/project-circle.gif) 0 0 no-repeat;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	padding-left: 2px;
}
ul#projects-links li a:hover , ul#projects-links li.active a {
	background: url(images/project-circle.gif) -40px 0 no-repeat;
	color: #8988c1;


}

ul#projects {
	border-top: 1px solid #000000;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 450px;
	left: 0;
	width: 600px;

}

ul#projects li {
	display: none;
	width: 600px;

}

ul#projects li p{
	font-style: italic;
	line-height: 1.4em;
	padding: 12px 20px;
	height: 25px;
	background: #ffffff;
}	

ul#projects li h2 {
	background: #8988c1;
	color: #ffffff;
	line-height: 40px;
	padding-left: 20px;

}