@charset "UTF-8";
@font-face {
	font-family: 'Lato';
	src: url('/font/lato-reg-webfont.eot'); /* IE9 Compat Modes */
	src: url('/font/lato-reg-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/font/lato-reg-webfont.woff') format('woff'), /* Modern Browsers */
	     url('/font/Lato.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('/font/lato-reg-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
	}

body {
	background-image: url(../images/ak_bkrnd.jpg);
	font-family: Lato, Helvetica, sans-serif;
}
#wrapper {
	width: 900px;
	margin: auto;
}
#wrapper hr, #homewrapper hr {
	clear: both;
	margin-bottom: 20px;
}

#homewrapper {
	width: 900px;
	margin: auto;
}

#header {
	width: 900px;
	height: 50px;
	margin: auto;
}
#header img {
	margin-left: -5px;
	margin-top: 25px;
	float: left;
}
#navigation {
	width: 520px;
	float: right;
	margin-top: 22px;
	margin-right: -10px;
}
#navigation ul {
	list-style-type: none;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#navigation ul li {
	display: inline;
}
#navigation ul a {
	display: block;
	text-decoration: none;
	margin-right: 0px;
	display: inline;
	color: #000;
	background-color: #CCC;
	padding: 5px 10px;
}
#spacer {
	height: 5px;
	border-bottom: thin dashed;	
	margin-bottom: 50px;
}
#info {
	padding: 30px 0px 30px 0px;
	margin-bottom: 0px;
}
#info h1 {
	font-weight: normal;
	margin-left: 2px;
}
div.photoinfo {
	padding: 0px 0px 10px 0px;
}
#col1 {
	width: 222px;
	float: left;
	background-color: #5089C4;
	-webkit-box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* Safari and Chrome */
	-moz-box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* Firefox */
	-ms-box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* Internet Explorer */
	-o-box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* Opera */
	box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* CSS3 */
	-webkit-border-radius: 5px; /* Safari & Chrome */
	-moz-border-radius: 5px; /* Firefox */
	-ms-border-radius: 5px; /* Internet Explorer */
	-o-border-radius: 5px; /* Opera */
	border-radius: 5px; /* W3C */
}
#col1 h1, #col2 h1, #col3 h1, #col4 h1 {
	font-size: 26px;
	text-align: center;
}
#col1 img, #col2 img, #col3 img, #col4 img {
	margin-left: 13px;
	margin-bottom: 20px;
	border: #CCC 5px solid;
}
#col1:hover, #col2:hover, #col3:hover, #col4:hover {
	background-color: #999;
}
#col2 {
	width: 222px;
	float: left;
	margin-left: 4px;
	background-color: #E9C754;
	-webkit-box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* Safari and Chrome */
	-moz-box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* Firefox */
	-ms-box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* Internet Explorer */
	-o-box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* Opera */
	box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* CSS3 */
	-webkit-border-radius: 5px; /* Safari & Chrome */
	-moz-border-radius: 5px; /* Firefox */
	-ms-border-radius: 5px; /* Internet Explorer */
	-o-border-radius: 5px; /* Opera */
	border-radius: 5px; /* W3C */
}

#col3 {
	width: 222px;
	float: left;
	margin-left: 4px;
	background-color: #E98654;
	-webkit-box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* Safari and Chrome */
	-moz-box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* Firefox */
	-ms-box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* Internet Explorer */
	-o-box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* Opera */
	box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* CSS3 */
	-webkit-border-radius: 5px; /* Safari & Chrome */
	-moz-border-radius: 5px; /* Firefox */
	-ms-border-radius: 5px; /* Internet Explorer */
	-o-border-radius: 5px; /* Opera */
	border-radius: 5px; /* W3C */
}

#col4 {
	width: 222px;
	float: left;
	margin-left: 4px;
	background-color: #2F8C6E;
	-webkit-box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* Safari and Chrome */
	-moz-box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* Firefox */
	-ms-box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* Internet Explorer */
	-o-box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* Opera */
	box-shadow: 0px 2px 15px 3px rgba(0,0,0,0.3); /* CSS3 */
	-webkit-border-radius: 5px; /* Safari & Chrome */
	-moz-border-radius: 5px; /* Firefox */
	-ms-border-radius: 5px; /* Internet Explorer */
	-o-border-radius: 5px; /* Opera */
	border-radius: 5px; /* W3C */
}

a:link {
	text-decoration: none;
	color: #000;
}
div.clearfloat {
	clear: both;
}
div.webimg {
	float: left;
	margin-bottom: 25px;
}
div.webtext {
	float: left;
	width: 540px;
	margin-left: 50px;
}
.webtext p {
	font-size: 14px;
	margin-left: 1px;
	margin-right: 20px;
	line-height: 16px;
}
.webtext a {
	text-decoration: none;
	color: #036;
}
.webtext a:hover {
	text-decoration: underline;
}
div.videotext {
	float: right;
	width: 390px;
	margin-left: 20px;
}
.videotext p {
	font-size: 14px;
	margin-left: 1px;
	margin-right: 20px;
	line-height: 16px;
}
#info ul {
	line-height: 1.4em;
	margin-right: 25px;
}
#info .title {
	font-weight: bold;
	margin-bottom: -10px;	
}

div.graphicsimg {
	float: left;
	margin-bottom: 25px;
	margin-right: 15px;
}

a:visited {
	color: #000;
}
a.links {
	color: #039;
}
a.links:hover {
	text-decoration: underline;
}
#gallery {
	width: 800px;
	height: 650px;
	margin-left: 0px;
}
#footer {
	width: 900px;
	margin-top: 30px;
	margin-bottom: 10px;
	border-top: #000 2px solid;
}
p.copyright {
	font-size: 12px;
	text-align: right;
}
