/* Custom body & container & image panel divs */

body {
	font-family:"Century Gothic", "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color:#FFFFFF;
	height: 100%;
	font-size: 11px;
}

.index {
	background-color: #747D8D;
	background-image:url(images/backgrounds/index_bgn.jpg);
	background-repeat: no-repeat;
}

.services{
	background-color: #91907C;
	background-image:url(images/backgrounds/services_bgn.jpg);
	background-repeat: no-repeat;
}

.fci_confidential{
	background-color: #305874;
	background-image:url(images/backgrounds/fci_confidential_bgn.jpg);
	background-repeat: no-repeat;
}

.dialogue_of_equals {
	background-color: #5B6854;
	background-image:url(images/backgrounds/dialogue_of_equals_bgn.jpg);
	background-repeat: no-repeat;
}
.planning {
	background-color: #184026;
	background-image:url(images/backgrounds/360_planning_bgn.jpg);
	background-repeat: no-repeat;
}

.planning_a {
	background-color: #90A4C0;
	background-image:url(images/backgrounds/360_planning_1_bgn.jpg);
	background-repeat: no-repeat;
}

.brand_knowledge_bank {
	background-color: #3B301E;
	background-image:url(images/backgrounds/brand_knowledge_bank_bgn.jpg);
	background-repeat: no-repeat;
}

.brand_knowledge_bank_a {
	background-color: #5E6EAC;
	background-image:url(images/backgrounds/brand_knowledge_bank_1_bgn.jpg);
	background-repeat: no-repeat;
}

.contact_us {
	background-color: #2F5396;
	background-image:url(images/backgrounds/contact_us_bgn.jpg);
	background-repeat: no-repeat;
}

.future_frontiers{
	background-color: #6877B1;
	background-image:url(images/backgrounds/future_frontiers_bgn.jpg);
	background-repeat: no-repeat;
}

.who_we_are{
	background-color: #545C66;
	background-image:url(images/backgrounds/who_we_are_bgn.jpg);
	background-repeat: no-repeat;
}

#container	{
	margin: 0px;
	width: 1000px;
	padding: 0px 0px 25px 0px;
	}
	
#main_image_panel	{
	margin: 22px 0px 0px 25px;
	width: 337px;
	height: 224px;
	position: relative;
	}
		
/* Default Elements */

h1	{
	font-size: 24px;
}

h2{
	font-size: 18px;
}

h3	{
	font-size: 14px;
}

h4	{
}

p	{
	font-size: 13px;
}

ul	{
	font-size: 13px;
}

li	{
	font-size: 13px;
}

img	{
	border: 0px;
	}

/* Layout Elements */
#logo_panel	{
	width: 136px;
	height:25px;
	margin: 18px 0px 0px 25px;
	position: relative;
	}	
	
#navigation	{
	margin: 22px 0px 0px 25px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	}	
	
#subnav	{
	margin: 8px 0px 0px 25px;
	height: 12px;
	position: relative;
	}		

#headline	{
	margin: 22px 0px 0px 25px;
	font-weight: bold;
	position: relative;
	}

#copy_panel	{
	margin: -230px 0px 0px 425px;
	padding-right: 20px;
	width: 500px;
	height: 335px;
	position: relative;
	}

#copy_panel_who_we_are	{
	margin: 0px 0px 0px 20px;
	padding-right: 20px;
	width: 900px;
	height: 335px;
	position: relative;
	}		

.sub_panel	{
	width: 420px;
	padding: 0px 10px 20px 10px;
	float: left;
	}	

.feature_panel	{
	width: 475px;
	margin-bottom: 15px;
	padding:15px;
	background-color: #FEDA94;
	color: #000000;
	filter: alpha(opacity=70);
	}	
	
#footer_panel	{
	margin: 5px 0px 0px 25px;
	width: 800px;
	text-align: left;
	padding: 0px 25px 0px 0px;
	margin-bottom: 0px;
	}
	
.clearer {
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
	}
	
.float_right	{
	float:right;
	margin: 0px 5px 5px 5px;
	}
	
/* Custom Fonts */
.footer	{
	font-size: 12px;
	font-weight: bold;
	color: #FECA67;
	}

.credit	{
	font-size: 8px;
	color: #FFFFFF;
	}	

.small	{
	font-size: 10px;
	}	
	
.orange	{
	color: #006699;
	}	
	
.black	{
	color: #000000;
	}		
	
/* Links */

a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FECA67;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.feature {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.feature {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.feature {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.feature {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.navigation:link {
	color: #FECA67;
	text-decoration: none;
}
a.navigation:visited {
	color: #FECA67;
	text-decoration: none;
}
a.navigation:hover {
	color: #FF9900;
	text-decoration: underline;
}
a.navigation:active {
	color: #FECA67;
	text-decoration: none;
}	