@charset "UTF-8";

#headerContainer {
	background: url(headerBg.jpg) repeat-x center top;
	width: 100%;
	height: 786px;
	margin: 0 auto;
}
#header {
	background: url(AKA_header.jpg) no-repeat center top;
	margin: 0 auto;
	width: 950px;
	height: 422px;
}
body {
	margin: 0px;
}	
a.purpose {
	display: block;
	width: 212px;
	height: 114px;
	text-decoration: none;
	background:url(AKA_purposeBn.jpg);
}
a.purpose:hover {
	background-position: -212px 0;
}
a.contact{
	display: block;
	width: 197px;
	height: 114px;
	text-decoration: none;
	background:url(AKA_contactBn.jpg);
	}

a.contact:hover {
	background-position: -197px 0;
}
a.portfolio {
	display: block;
	width: 221px;
	height: 114px;
	text-decoration: none;
	background:url(AKA_portfolioBn.jpg);
}
a.portfolio:hover {
	background-position: -221px 0;
}	
#topheader {
	width: 950px;
	height: 308px;
}
#bottomheader {
	width: 950px;
	height: 114px;
}
#topNav {
	width: 100%;
}
#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style: none;
}
#topNav li {
	float: left;
	position: relative;
	list-style-type: none;
	list-style: none;
}
#portfolio {
	background-color: #d5d4d4;
	width: 100%;
	height: 556px;
	margin: 0 auto;
}
#portfolioContent {
	margin: 0 auto;
	width: 880px;
	padding: 0;
}
a.link {
	font: 10px Verdana, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.link:hover {
	text-decoration: underline;
	color:#000000;
}
#contactContainer {
	background:url(contactContainerBg.jpg) repeat;
}
#contactForm {
	background:url(contactBg.png) no-repeat;
	width: 951px;
	height: 472px;
	margin: 0 auto;
}
#form {
	padding-left: 90px;
	margin: 0 auto;
	float: left;
}
.contactText {
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light"; 
	font-weight: bold; 
	font-size: 24px; 
	color: #333333; 
}
.submitBn {
	display: block;
	width: 128px;
	height: 29px;
	text-decoration: none;
	background:url(submitBn.png);
}
.submitBn:hover {
	background-position: -128px;
}
.imgteaser {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
}
.imgteaser a:hover {
	cursor: pointer;
}
.imgteaser a img {
	margin: 0;
	border: none;
}
.imgteaser a .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 14px;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light"; 
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter:alpha(opacity=90);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /*--IE 8 Transparency--*/
}
.imgteaser a:hover .desc{
	display: block;
	font-size: 14px;
	font-family: "Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light"; 
	background: #111;
	filter:alpha(opacity=90);
	opacity:.90;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 0px;
	padding: 10px;
	margin: 0;
	width: 740px;
}
.imgteaser a:hover .desc strong {
	display: block;
	font-size:1.5em;
}
.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}
.slideshowView {
	background-color:transparent;
	margin: 0 auto;
}
 #prev {
	background:transparent url(AKA_leftarrow.jpg) no-repeat scroll left top;
	width: 70px;
	height: 70px;
}
#prev:hover {
	background: transparent url(AKA_leftarrowHover.jpg) no-repeat scroll left top;
}
#next {
	background:transparent url(AKA_rightarrow.jpg) no-repeat scroll left top;
	width: 70px;
	height: 70px;
}
#next:hover {
	background: transparent url(AKA_rightarrowHover.jpg) no-repeat scroll left top;
}
#slideshowContainer1 {
	margin-top: 124px;
	padding: 0;
	float: left;
}
#slideshowContainer2 {
	margin: 0;
	padding: 0;
	float: left;
}
#slideshowContainer3 {
	margin-top: 124px;
	padding: 0;
	float: left;
}


