@charset "UTF-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

body.home {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(../images/background_home.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-color:#000000;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-color:#000000;
}

img {
	border:none;
}
h1 {
	font-size:22px;
	font-weight:100;
	line-height:250%;
	margin-bottom:-0.6em;
}
h2 {
	font-size:18px;
	font-weight:100;
	margin-bottom:0em;
	line-height:140%;
	color:#FCE240;
}
a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#fce240;
	text-decoration:none;
}
a:active {
	color:#FFFFFF;
	text-decoration:none;
}
p {
	font-size:14px;
	font-weight:100;
	line-height:140%;
	margin-right:2em;
}
li.about {
	font-size:14px;
	font-weight:100;
	line-height:140%;
	margin-left:2.5em;
}
#container {
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width:1000px;
	height:130px;
}
.logo {
	width:243px;
	height:75px;
	padding-left:3em;
	padding-top:0.5em;
	padding-bottom:.7em;
}
.navbar {
	height:25px;
	margin-top:1.16em;
	width:1000px;
}
.navlinks {
	color:#FFFFFF;
	font-size:14px;
	padding-left:2.5em;
	padding-top:0.32em;
}
.socialicons {
	left:873px;
	position:relative;
	top:-23px;
	width:105px;
}
#content {
	color:#FFFFFF;
	margin:4em 2em 2em 7.3em;
	width:870px;
	padding-top:1.5em;
}
#contentHome {
	color:#FFFFFF;
	margin:4em 2em 2em 7.3em;
	width:870px;
}
#footer.home {
	color:#FFFFFF;
	float:left;
	height:20px;
	margin-top:1.5em;
	padding-top:3em;
	position:absolute;
	top:1160px;
	width:1000px;
}
#footer {
	color:#FFFFFF;
	float:left;
	height:20px;
	margin-top:1.5em;
	padding-top:3em;
	position:absolute;
	top:920px;
	width:1000px;
}

.content_images {
	color:#FFFFFF;
	left:50%;
	margin-left:-435px;
	position:relative;
	width:850px;
}
#slideshow {
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}
.lefttext {
	border-right:thin solid #FFFFFF;
	height:150px;
	margin:2em;
	padding-right:2em;
	text-align:right;
	width:220px;
}
.righttext {
	left:270px;
	padding-left:2em;
	position:relative;
	text-align:left;
	top:-120px;
	width:500px;
}

:focus {
	outline: 0;
}
/* Layout */
.boundingBox {
	margin: 0 auto;
	width: 916px;
}
/* Content - Portfolio Listing */

ul#portfolio-filter {
	height:44px;
	line-height:40px;
	padding:0 0 0 0px;
}
ul#portfolio-filter li {
	display: inline;
}
ul#portfolio-filter a {
	margin-right: 0.5em;
	padding: 0.5em 1em;
	background: #FFF;
	color: #AAA;
	font-weight: bold;
	text-decoration: none;
}
ul#portfolio-filter a:hover, ul#portfolio-filter a.current {
	color: #888;
}
ul#portfolio-filter a.current {
	background-color: #FCE240;
}
ul#portfolio-list {
	margin: 0px 0 0 0;
	padding: 0;
	list-style: none;
}
ul#portfolio-list li {
	width: 200px;
	height: 200px;
	display: block;
	float: left;
	margin-bottom:3em;
	margin-right:1.7em;
}
ul#portfolio-list li a {
	display: block;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #CDCDCD;
	background: #eee;
}
ul#portfolio-list li p {
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	margin: 5px 0;
}
