html {
	font-family: Verdana, sans-serif;
/*	font-family: Helvetica, Arial, sans-serif;*/
}

body {
	background: #fff;
	margin: 0;
	padding: 0 0 32px;
}

a {
	color: #acacac;
}

img {
	border: 0;
}

.header {
	display: block;
	height: 97px;
}

.leftheader {
	height: 65px;
	width: 139px;
	background: #acacac;
	margin: 32px 0 0 33px;
	float: left;
	_display: inline; /* IE hack */
}

.logo {
	width: 166px;
	height: 67px;
	background: #26397e;
	float: left;
	padding: 30px 0 0 18px;
}

.rightheader {
	height: 65px;
	width: 480px;
	background: #acacac;
	margin: 32px 0 0 0;
	float: left;
}

.nav {
	width: 672px;
	height: 44px;
	background: #464646;
	display: block;
	padding-left: 407px;
}

.nav a {
	display: block;
	background: #464646;
	text-align: center;
	float: left;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	font-size: 0.7em;
	text-decoration: none;
	padding: 0;
	height: auto;
	width: auto;
}

.nav a:hover,
.nav a:focus,
.nav a.selected {
	background: #26397e;
}

.nav a span {
	display: block;
	height: 0;
	padding: 9px 0 0;
	margin: 18px 0 17px;
	background: url(../images/nav.gif) 0 0 no-repeat;
	overflow: hidden;
}

.nav .projects span {
	width: 56px;
	margin-left: 36px;
	margin-right: 36px;
}

.nav .projects:hover span,
.nav .projects:focus span,
.nav .projects.selected span {
	background-position: 0 -9px;
}

.nav .profile span {
	width: 45px;
	margin-left: 41px;
	margin-right: 42px;
	background-position: -56px 0;
}

.nav .profile:hover span,
.nav .profile:focus span,
.nav .profile.selected span {
	background-position: -56px -9px;
}

.nav .contact span {
	width: 57px;
	margin-left: 36px;
	margin-right: 35px;
	background-position: -101px 0;
}

.nav .contact:hover span,
.nav .contact:focus span,
.nav .contact.selected span {
	background-position: -101px -9px;
}

.nav .projects span {
	background-position-x: 0;
}

.nav .profile span {
	background-position-x: -56px;
}

.nav .contact span {
	background-position-x: -101px;
}

.nav .selected span {
	background-position-y: -9px;
}

.sidenav {
	width: 139px;
	height: 388px;
	margin-left: 33px;
	background: #acacac;
	float: left;
	padding-top: 8px;
	_display: inline; /* IE hack */
}

.sidenav a {
	text-decoration: none;
	display: block;
	width: 134px;
	background: #acacac;
	text-transform: uppercase;
	color: white;
	font-weight: normal;
	font-size: 0.75em;
	text-align: right;
	padding-right: 5px;
	padding: 10px 5px 10px 0;
}

.sidenav a:hover,
.sidenav a:focus {
	background: #8d8d8d;
}

.sidenav a.selected,
.sidenav a.selected:hover,
.sidenav a.selected:focus {
	background: #fff;
	color: #26397e;
}

.templatecontent {
	background-color: #FFFFFF;
	position: absolute;
	left: 172px;
	top: 141px;
	width: 907px;
	margin-bottom: 32px;
	z-index: 1;
}

.aboutus {
	width: 451px;
	float: left;
	text-align: justify;
	font-size: 0.75em;
	color: white;
}

.contactus {
	width: 579px;
	background: #26397e;
	float: left;
	text-align: justify;
	font-size: 0.75em;
	color: white;
}

.aboutus,
.contactus {
	background: #26397e url(../images/aia.gif) 20px 465px no-repeat;
	padding: 5px 20px 79px;
	height: 466px;
}

.aboutimage,
.contactimage {
	float: left;
}

.content {
	width: 184px;
	height: 495px;
	background-color: #26397e;
	float: left;
	overflow: hidden;
}

.homepage {
	background-image: url(../images/aia.gif);
	background-position: 15px 576px;
	background-repeat: no-repeat;
	padding-bottom: 55px;
}

#slideshow img {
	position: absolute;
	left: 184px;
	top: 0;
}

#slideshow .hidden {
	visibility: hidden;
}

.projects {
	padding-top: 8px;
	height: 477px;
	background: #26397e;
	color: #fff;
}

.project {
	width: 184px;
}

.projects .selected {
	background: #464646;
}

.projectname {
	display: block;
	text-decoration: none;
	width: 144px;
	height: 34px;
	color: white;
	font-weight: normal;
	font-size: 0.75em;
	padding: 5px 20px;
	line-height: 35px;
	margin: 0;
}

a.projectname:hover,
a.projectname:focus {
	background-color: #acacac;
}

.projectdesc p {
	margin: 0;
}

.projectdesc .details {
	text-transform: uppercase;
	margin-bottom: 1.5em;
}

.projectdesc {
	width: 144px;
	color: white;
	font-size: 0.75em;
	padding: 0 20px 20px;
	display: none;
}

.projects .selected .projectdesc {
	display: block;
}

.noprojects {
	font-size: 0.75em;
	font-style: italic;
	padding: 5px 20px;
	margin: 0;
}

#projectimages,
.largeimagesinner {
	width: 723px;
	height: 485px;
	float: left;
}

#projectimages {
	overflow: hidden;
}

.largeimagesinner {
	display: none;
}

#projectimages .selected {
	display: block;
}

#projectimages img {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 184px;
	z-index: 2;
}

#projectimages .selected img.selected {
	display: block;
	visibility: visible;
}

.connector {
	width: 179px;
	height: 8px;
	background: #26397e;
	margin-left: 184px;
	position: absolute;
	z-index: 9;
	overflow: hidden;
	top: 0;
	left: 0;
}

.contentfooter {
	height: 65px;
	width: 907px;
	margin-top: 485px;
	_margin-top: 0;
	background-color: white;
}

.pagecount {
	width: 144px;
	height: 20px;
	background: #26397e;
	padding: 30px 20px 15px 20px;
	color: white;
	font-size: 0.8em;
	float: left;
}

.pagecount span {
	float: left;
	line-height: 20px;
	margin-right: 5px;
}

.pagebutton {
	height: 20px;
	width: 20px;
	text-align: center;
	color: white;
	float: left;
	line-height: 20px;
	text-decoration: none;
}

.pagecount .selected,
.pagebutton:hover,
.pagebutton:focus {
	background: #acacac;
	float: left;
}

#thumbnailsouter {
	width: 480px;
	height: 65px;
	float: left;
	overflow: hidden;
	background: #acacac;
}

.thumbnailclipbox {
	padding: 0;
	width: 406px;
	height: 58px;
	*position: relative;
	overflow: hidden;
	float: left;
}

.thumbnailinner {
	position: relative;
	left: 0;
	padding: 0;
	width: 2000px;
	height: 58px;
	white-space: pre;
}

.thumbnails {
	width: 470px;
	height: 58px;
	padding: 3px;
	float: left;
	display: none;
}

#thumbnailsouter .selected {
	display: block;
}

.carouselleft,
.carouselright {
	background: url(../images/arrows.gif) 0 -29px no-repeat;
	width: 15px;
	height: 0;
	float: left;
	padding: 29px 0 0 0;
	margin: 14px 10px 0 8px;
	overflow: hidden;
	cursor: pointer;
}

.carouselright {
	background-position: -15px -29px;
	margin: 14px 0 0 10px;
}

#thumbnailsouter .disabled {
	background-position-y: 0;
	cursor: default;
}

.carouselleft.disabled {
	background-position: 0 0;
}

.carouselright.disabled {
	background-position: -15px 0;
}

.carouselleft {
	background-position-x: 0;
}

.carouselright {
	background-position-x: -15px;
}

.thumb {
	height: 50px;
	width: 50px;
	float: left;
	background: #8d8d8d;
	border: 4px solid #acacac;
}

a.thumb:hover,
a.thumb:focus {
	border-color: #8d8d8d;
}

.thumbnailinner .selected,
.thumbnailinner .selected:hover,
.thumbnailinner .selected:focus {
	border-color: #464646;
}

#captions {
	background-color: white;
	width: 243px;
	float: left;
	position: relative;
}

#captions.homepage {
	top: 485px;
	border-left: 480px solid #acacac;
	height: 10px;
}

#captions .caption {
	visibility: hidden;
	font-size: 0.8em;
	margin: 15px 30px 0 18px;
	color: #464646;
	position: absolute;
	top: 0;
	left: 0;
}

#captions .selected {
	visibility: visible;
}

.copyright {
	position: absolute;
	top: 690px;
	left: 172px;
	font-size: 0.5em;
	color: #acacac;
	padding: 1em 0;
	margin: 0;
}

.closer {
	top: 690px;
}