@charset "UTF-8";

/* main styles */

body {
	background-repeat: repeat;
	background-color: #000000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
}

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 48px;
}

#header {
	width: 780px;
	height: 75px;
	background: #07263f url(/images/interface_elements/header_bg.gif) top left repeat-x;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#logo {
	width: 238px;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 8px;
}


#logo h1 {
	margin: 0;
	padding: 0;
	display: block;
	background: url(/images/akona_logo.gif) top left no-repeat;
	background-position: 40px 8px;
	height: 75px;
	display: none;
}

#logo span {}

#main {
	width: 780px;
	float: left;
	margin: 0;
	padding: 0;
	background: #646464 url(/images/interface_elements/gradient_bg.gif) repeat-x;
} 


/* basic typography */

a {
	color: #07263f;
	text-decoration: none;
}


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


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande", Tahoma, sans-serif;
}

p {
	margin: 0;
	padding: 0;
	font-size: 70%;
	color: #292929;
	line-height: 1.5em;
}

.smalltext { /* text like news, results, etc. */
	font-size: 90%;
	color: #292929;
	line-height: 1.5em;
}

p.extraMarginBottom {
	margin-bottom: 1.5em;
}

.doubleSpace {
	padding-bottom: 1em;
	}

.removeBottomMargin {
	margin-bottom: 0;
	}

.indent {
	margin-left: 2em;
	margin-right: 2em;
	}

ul, ol, li {
	margin: 0;
	padding: 0;
}

ul, ol {
	font-size: 70%;
	color: #292929;
	line-height: 1.5em;
}

ul ul {
	font-size: 100%;
}

.bold {
	font-weight: bold;
	}

.italic {
	font-style: italic;
}


/* navigation */

#navigation {
	float: left;
	width: 542px;
	height: 27px;
	margin: 0;
	padding: 0;
	margin-top: 48px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#navigation ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#navigation a {
	float: left;
	padding-right: 3px;
	background: url(/images/navigation/nav_divider.gif) top right no-repeat;
	}
	
#navigation a.last{
	padding-right: 0;
	background: none;
	}


/* footer */


#footer {
	width: 780px;
	font-size: 60%;
	color: #bfbfbf;
	margin: 10px 0;
	padding-bottom: 10px;
	float: left;
	}
	
#footer a {
	color: #bfbfbf;
}	



/* home page only styles */

	
	/* flash */
	
	#flashIntro {
		width: 585px;
		height: 250px;
		background: #000;
		float: left;
	}
	
	/* news */
	
	#news {
	float: left;
	width: 195px;
	height: 250px;
		}
	
	#newstitle {
		background: #e0922f;
		color: #000;
		height: 21px;
		}
		
	#newstitle h6 {
		background:  url(/images/home_page/whats_new_title_hp.gif) left top no-repeat;
		margin: 0;
		padding: 0;
		height: 21px;
	}	
	
	#newstitle span {
		display: none;
	}
	
	#newscontent {
	margin: 0 0 0 10px;
	height: 217px;
	overflow: auto;
	padding-top: 6px;
	padding-bottom: 6px;
		}
	
	#newscontent p {
	margin-bottom: 15px;
	padding-right: 8px;
		}
	
	
	/* results */
	
	#results {
		float: left;
		width: 780px;
	/*	background: #bfbfbf; url(/images/home_page/resultsbox_bg.gif) top left repeat-y;*/
		}
	
	#resultstitle {
		background: #6f6f6f url(/images/home_page/results_title_hp.gif) left top no-repeat;
		margin: 0;
		padding: 0;
		height: 24px;
		clear: left;
	}	
	
#resultstitle h5 {
		display: none;
		color: #bfbfbf;
	}
	
	.resultbox {
	width: 195px;
/*	height: 175px;
*/	float: left;
	background: #bfbfbf;
	min-height: 190px;
	}
	
	
	.resultbox p {
	color: #292929;
	line-height: 1.5em;
	}
	
	.borderright {
		width: 194px;
		border-right: 1px solid #6f6f6f;
	}
	
	.borderleft {
		border-left: 1px solid #6f6f6f;
	}
	
.resultbox p {
		margin: 12px;
		}
		

/* end home page only styles */


/* sub page styles */

#leftcolumn {
	width: 228px;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #A3A3A3;
	border: 0;
	}
	
#leftcolumnContentTop {
	background-color: #7E7E7E;
	margin: 0;
	padding: 0;
	}


#leftcolumnContentTop h3 {
	color: #07263f;
	font-size: 100%;
	padding: 20px 18px 18px;
}

#leftcolumnContentTop li {
	list-style-image: url(/images/interface_elements/li_disc.gif);
}

#leftcolNavigation ul {
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande", Tahoma, sans-serif;
	font-size: 80%;
	color: #2c2c2c;
	margin: 0 44px;
	padding-bottom: 22px;
}

#leftcolNavigation li {
	padding: 0 0 6px 0;
	}


#maincontent {
	width: 552px;
	margin-left: 228px;
	}

#main h2 {
	background: #000000 url(/images/interface_elements/subpg_titlebar.jpg) no-repeat top left;
	float: left;
	padding-top: 12px;
	margin: 0;
	display: block;
	color: #e0922f;
	font-size: 150%;
	letter-spacing: 1px;
	font-weight: lighter;
	min-height: 42px;
	}
	

#main h2.leftnavpgs {
	width: 524px;
	padding-left: 28px;
	}

#main h2.fullpage {
	width: 758px;
	padding-left: 22px;
/*	font-family: "Century Gothic", "Trebuchet MS", "Lucida Sans", Tahoma, sans-serif;
*/	font-family: "Trebuchet MS", "Lucida Sans", Tahoma, sans-serif;
}	

	
#resultsample {
	width: 552px;
	background-color: #FFF;
	float: left;
	}
	
#resultstext {
	width: 496px;
	background-color: #BFBFBF;
	float: left;
	margin: 0;
	padding: 0;
	padding: 20px 28px;
	}

#resultstext p {
	margin-bottom: 18px;
	}
	
	
#samplecontrol {
	float: left;
	width: 552px;
	height: 18px;
	margin: 0;
	padding: 0;
	background-color: #E1E1E1;
	border-bottom: 1px solid #292929;
}

#samplecontrol ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#samplecontrol ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#samplecontrol ul li.sampletitle {
	width: 350px;
	float: left;
	margin-left: 28px;
}

#samplecontrol ul li.prevsample {
	margin: 0 4px;
}

#samplecontrol ul li.nextsample {
	float: right;
	margin: 0 28px 0 0;
}


#samplecontrol span {
	cursor: pointer;
	color: #07263f;
	}


#text {
	width: 496px;
	background-color: #BFBFBF;
	float: left;
	margin: 0;
	padding: 0;
	padding: 20px 28px;
	}

#text p {
	margin-bottom: 18px;
	}

#text ul {
	padding: 0 1.4em;
	margin-bottom: 18px;
}

#text ul li {
}


/* Services page */

#services {
	float: left;
	width: 780px;
	background: #969696 url(/images/interface_elements/services_bg.gif) repeat-x;
}

.servicesbox {
		width: 195px;
		float: left;
		background-position: 0 48px;
	}

div.svcsspace {
	height: 130px;
}

.servicesbox p {
	margin: 0 12px 8px;
	}

#services .borderright {
	width: 194px;
	border-right: 1px solid #8A8A8A;
	}

#services .svcsimgs {
	margin-top: 6px;
}

#services h4.servicetitle {
	padding: 10px 12px 0 12px;
	background: url(/images/interface_elements/services_nav_bg.gif) repeat-x;
	color: #07263f;
	height: 54px;
	font-size: 100%;
	line-height: 1.2em;
}

#services ul {
	margin: 0 16px;
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}

#services ul li {
	margin: 0;
	padding: 0;
}

#servicesnav {
	width: 780px;
}	

#servicesnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#servicesnav ul li {
	width: 194px;
	height: 22px;
	line-height: 22px;
	background-color: #A3A3A3;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	text-align: center;
	border-right: 1px solid #ACACAC;
}


#servicesnav li.last{
	width: 195px;
	border-right: none ;
	}

#servicesnav li.current {
	background-color:  #919191 !important;
	border-bottom: 1px solid #888888;
	margin-bottom: -1px;
	}

li#researchnav {
	background-image:url(/images/services/Research_nav_bg.jpg); 
	background-repeat:no-repeat; 
}

li#designnav {
	background-image:url(/images/services/InteractiveDesign_nav_bg.jpg); 
	background-repeat:no-repeat; 
}

li#projectmanagenav {
	background-image:url(/images/services/ProjectManage_nav_bg.jpg); 
	background-repeat:no-repeat; 
}

li#appdevnav {
	background-image:url(/images/services/AppDev_nav_bg.jpg); 
	background-repeat:no-repeat; 
}


#servicesnav a {
	color: #07263f;
	font-family:"Trebuchet MS", "Lucida Sans", "Lucida Grande", Tahoma, sans-serif;
	font-size: 90%;
	font-weight: bold;
	display: block;
}

.servicespg p {
	margin-left: 12px;
	margin-right: 12px;
	}
	
.servicespg a {
	font-weight: bold;
	text-decoration: underline;
	}	


/* images */

.alignRight {
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
}

.alignLeft {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.imgVspace {
	margin: 1em 0 1.6em;
}


/* sub pages general */

#content {
	width: 585px;
	float: left;
	background-color: #9C9C9C;
	min-height: 200px;
}

#content h3.sectiontitle {
	color: #07263f;
	font-size: 110%;
	margin-bottom: .5em;
	text-transform: lowercase;
	}
	

#rightColumn {
	float: left;
	width: 195px;
	padding-bottom: 20px;
}

#rightColumn h4.aboutlinks {
	padding: 10px 12px 6px 12px;
	background: #b1b1b1;
	color: #07263f;
	line-height: 1.2em;
	font-size: 90%;
}

#rightColumnContent {
	padding: 10px 12px 0 12px;
}

#rightColumnContent p {
	line-height: 1.8em;
	font-size: 70%;
}


.hr {
	width: 100%;
	border-top: 1px solid #8d8d8d;
	height: 1px;
}

div.pagedesc {
	margin: 1em 22px;
	float: left;
	width: 541px;
	}

#content .pagedesc p {
	margin-bottom: 1em;
	}
	
	
#content .pagedesc ul {
	margin-bottom: 1em;
	margin-left: 3em;
	}	
	
#content .pagedesc li {
	margin-bottom: .4em;
	}	
	
table.capabilities	{
	width: 520px;
	table-layout: fixed;
	border: 0;
	margin-bottom: 1em;
}

table.capabilities td	{
	width: 50%;
	vertical-align: top;
	}


/* Job descriptions */

#joblistings {}

#joblistings a {
	font-weight:normal;
	}

#joblistings .hr {
	width: 100%;
	border-top: 1px dotted #646464;
	height: 1px;
	margin-bottom: 1em;
}




/*column boxes*/


	.columnbox {
		width: 194px;
		float: left;
	}
		
	.columnbox p {
		margin: 0 12px 22px;
		}


/* privacy page */

.privacypg {
	font-size: 90%;
	}
	
	
/* forms */

#SEMcontact {
	padding-left: 2em;
	}

label {
	margin: 0;
	padding: 0;
	padding-top: 3px;
	font-size: 70%;
	color: #292929;
	line-height: 1.5em;
	float: left;
	display: block;
	width: 12em;
	text-align: right;
	font-weight: bold;
}

input, select {
	margin: 0 0 1.4em .7em; 
	float: left;
	}

#submit {
	margin-left: 13em;
	font-size: 70%;
	}

	
#SEMcontact br {
	clear: left;
	}



/* misc */

.clearfloat {
	clear: both;
	font-size: 1px;
	height: 0pt;
	line-height :0px;
}
