body {
	font-family: 'Lato', sans-serif;
	font-size: 12pt;
	width: 100%;
	min-width: 768px;
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: #FFFFFF;
}

html {
	height: 100%;
}

input {
	font-family: 'Lato', sans-serif;
	font-size: 12pt;
}

h1 {
	font-size: 1.8em;
	line-height: 2em;
	font-weight: 700;
}

h2 {
	font-size: 1.6em;
	line-height: 1.8em;
	font-weight: 700;
}

h3 {
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: 700;
}

h4 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 700;
}

h5 {
	font-size: 1em;
	line-height: 1.1.2em;
	font-weight: 700;
}

h6 {
	font-size: .9em;
	line-height: 1.1em;
	font-weight: 700;
}

p {
	font-size: 1em;
}

a, a:link, a:visited, a:active {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}

label {
	font-size: 1em;
	font-weight: 400;
}

strong {
	font-weight: 700;
}

.redText {
	color: #CC0000;
}

.strikeoutText {
	text-decoration: line-through;
}

.strikeoutText:before, .strikeoutText:after {
	text-decoration: line-through;
	content: " ";
	width: .5em;
}

.blueText {
	color: #000099;
}

.greenText {
	color: #339900;
}

.space1em {
	height: 1em;
}

.space2em {
	height: 2em;
}

.clear:before, .clear:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
	
.clear:after {
	clear: both;
}

header, #header {
	width: auto;
	height: auto;
	background-color: #000000;
	position: relative;
	padding: 1em 1em;
	z-index: 4;
}

#logoSlider {
	width: 100%;
	height: 300px;
	background-color: #000000;
	position: relative;
}

#logoMobile {
	display: none;
	text-align: center;
	padding: 8px 0;
}

#logoMobile a {
	display: block;
}

#logoMobile a img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 100px;
}

.logoBox {
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #000000;
    background-color: rgba(0,0,0,.6);
	border-radius: 40% 2%;
	box-shadow: 0 0 24px 12px #FFFFFF;
	overflow: hidden;
	display: block;
	text-align: center;
}

.logoBox a {
	position: absolute;
	overflow: hidden;
	display: block;
	z-index: 1;
}

.logoBox img {
	position: relative;
	z-index: -2;
	overflow: hidden;
	border-radius: 1000px;
	width: 100%;
	height: 100%;
    box-shadow: 0 0 1em #000000;
}

.logoControl {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	border-radius: 1em;
	border: .15em solid #777733;
}

.logoControl.stop {
	bottom: .5em;
	right: 50%;
	background-color: #8B0000;
}

.logoBox.stopped .logoControl.stop {
	background-color: #FF0000;
}
.logoControl.stop:hover, .logoBox.moving .logoControl.stop:hover, .logoBox.moving:hover .logoControl.stop {
	background-color: #FF0000;
}

.logoControl.go {
	top: .5em;
	left: 50%;
	background-color: #556B2F;
}

.logoBox.moving .logoControl.go {
	background-color: #9ACD32;
}

.logoControl.go:hover, .logoBox.moving .logoControl.go:hover {
	background-color: #9ACD32;
}


.logoImgBox {
	position: absolute;
	height: 100%;
	top: 0;
	z-index: 1;
	left: 0;
	background-color: transparent;
	display: block;
	border-radius: 40% 2%;
	box-shadow: 0 .25em 0 0 #222;
}

.logoImgBoxInner {
	padding: .25em;
	position: relative;
	display: block;
}

.logoImgBox img {
	width: 100%;
	height: auto;
	border: none;
	border-radius: 40% 2%;
	display: none;
	position: relative;
	z-index: -2;
}

#topNav {
	width: 100%;
	height: 1.5em;
	font-size: 1.3em;
	background-color: #DDDDDD;
	text-align: center;
	position: relative;
	z-index: 5;
}

#topNav .menu {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

#topNav .menu > li {
	display: none;
}

#topNav .menu > li.parent {
	list-style: none;
	display: inline-block;
	line-height: 1.5em;
	font-weight: 700;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer;
	padding: 0;
	text-align: center;
	width: 190px;
}

#topNav .menu > li.parent > ul {
	list-style: none;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	padding: 0;
	margin: 0;
	border: 2px solid #000000;
	width: 100%;
}

#topNav .menu > li.parent > ul  > li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

#topNav .menu > li.parent > ul  > li > a{
	display: block;
	padding: .25em .5em;
	color: #FFFFFF;
}

#topNav .menu > li.parent > ul  > li > a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}

#promoLinks {
	position: absolute;
	z-index: 5;
	top: .1em;
	right: .5em;
}

#promoLinks a.promoBadge {
	display: block;
	background-color: transparent;
	margin: 0;
	padding: 0;
	margin: .25em 0 0 .25em;
	border-radius: .25em;
	border: none;
}

#promoLinks a, #promoLinks a:hover {
	text-decoration: none;
	border: none;
}

#promoLinks a.promoBadge img {
	display: block;
	border-radius: .25em;
	border: none;
}

#content {
	width: 100%;
	margin: 0 0 2em 0;
	position: relative;
	z-index: 2;
}

.contentPane {
	width: 80%;
  max-width: 850px;
	margin: 0 auto;
	padding-bottom: 3em;
}

.contentPane img {
	max-width: 90%;
	height: auto;
	margin: 1em auto;
	display: block;
	box-shadow: .5em .5em 0 0 #999999;
	border: 1px solid #666666;
}

.contentPane img.noShadow {
	box-shadow: none;
	border: none;
}

.contentPane img.pullRight {
	margin: 1em 0 1em auto;
}

.contentPane img.pullLeft {
	margin: 1em auto 1em 0;
}

.contentPane img.floatRight {
	display: inline-block;
	margin: 1em 0 1em 1em;
	float: right;
}

.contentPane img.floatLeft {
	display: inline-block;
	margin: 1em 1em 1em 0;
	float: left;
}

.contentPane table {
	padding: 0;
	margin: 1em auto;
	text-align: center;
	border-collapse:collapse;
	box-shadow: .5em .5em 0 0 #999999;
	border: 1px solid #666666;
}

.contentPane thead {
	background-color: #DDDDDD;
	padding: 0;
	margin: 0;
}

.contentPane thead th {
	background-color: #DDDDDD;
	padding: .3em .5em;
	margin: 0;
	border-bottom: 1px solid #CCCCCC;
}

.contentPane tbody {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

.contentPane tbody td {
	padding: .15em .3em;
	margin: 0;
	border-bottom: none;
}

.contentPane tbody tr.even td {
	background-color: #FFFFFF;
}

.contentPane tbody tr.odd td {
	background-color: #F0F0F0;
}

.contentPane blockquote {
	font-style: italic;
	font-family: 'Crimson Text', serif;
	font-size: 1.1em;
	line-height: 1.75em;
}

.contentPane blockquote:before {
	font-style: normal;
	content: "\201C";
	font-size: 1.75em;
	position: relative;
	top: .3em;
	padding: 0 .15em;
}

.contentPane blockquote:after {
	font-style: normal;
	content: "\201D";
	font-size: 1.75em;
	position: relative;
	top: .3em;
	padding: 0 .15em;
}

.signature {
	position: fixed;
	bottom: 2em;
	right: 1em;
	z-index: 1;
	width: 120px;
	height: auto;
	opacity: .5;
}

.signature > img {
	width: 100%;
	height: auto;
}

.breadcrumbs, .breadcrumb {
	text-align: left;
	font-size: .9em;
	color: #999999;
	position: relative;
	padding: 1em 0 0 5em;
	margin: 0 auto;
  max-width: 1000px;
}

.breadcrumbs > .showHere {
	padding-right: .25em;
}

.breadcrumb {
	list-style: none;
}

.breadcrumb > li {
	display: inline;
}

.breadcrumb > li > .divider {
	padding: 0 .35em;
}

.article-info {
	margin: 0;
	padding: 0;
	font-size: .9em;
	color: #999999;
	text-align: right;
	position: relative;
	top: -1em;
}

.article-info > dt {
	display: none;
}

.article-info > dd {
	display: block;
	margin: 0;
	padding: 0;
}

.item-page > h2 {
/*	margin-bottom: 0;*/
}

footer, #footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	background-color: #EEEEEE;
	z-index: 6;
}

.item-page:after {
	content: url('../images/argosmallblackred.gif');
	background-repeat: no-repeat;
	background-position: center top;
	height: 2em;
	margin: 3em auto;
	text-align: center;
	display: block;
}

.item-page.Gallery .sigplus-gallery{
	margin: 2em auto;
}

.item-page.Gallery .sigplus-gallery > ul > li  {
	padding: 0 2px;
}

.item-page.Gallery .sigplus-gallery > ul > li > a {
	display: block;
	padding: 0;
	border-radius: 100px;
	border-radius: 200px;
	-webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -khtml-border-radius: 200px;
	position: relative;
	background-color: #999999;
	border: 5px solid black !important;
	overflow: hidden;
}

.item-page.Gallery .sigplus-gallery > ul > li > a > img {
	display: block;
	margin: 0 !important;
	padding: 0;
	border-radius: 200px;
	-webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -khtml-border-radius: 200px;
	box-shadow: none;
	max-width: none;
	width: 100%;
	position: relative;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
}

.img_caption {
	text-align: center;
	font-size: .9em;
	color: #777777;
	clear: both;
}

@media only screen and (max-width: 1366px) {
	.contentPane {

		margin: 0 auto;
		padding-bottom: 3em;
	}
}

@media only screen and (max-width: 1100px) {
	.contentPane {

		margin: 0 auto;
		padding-bottom: 3em;
	}
}

@media only screen and (max-width: 1024px) {
	.contentPane {

	}
	.signature {
		position: absolute;
		bottom: -100px;
	}
}

@media only screen and (max-width: 767px) {
	body {
		min-width: 320px;
		width: 100%;
	}
	header, #header {
		padding: 0;
	}
	#logoMobile {
		display: block;
	}
	#logoSlider {
		display: none;
	}
	#topNav {
		width: 100%;
		height: auto;
		border-bottom: 1px solid #999999;
	}
	#topNav .menu > li.parent {
		display: block;
		line-height: 1.8em;
		padding: 0;
		margin: 0;
		text-align: left;
		border-top: 1px solid #999999;
		width: 100%;
	}
	#topNav .menu > li.parent:first-child {
		border-top: none;
	}
	#topNav .menu > li.parent > span {
		padding: 0 0 0 .5em;
		display: block;
	}
	#topNav .menu > li.parent > ul {
		display: none;
		background-color: #EEEEEE;
		padding: .1em 0 0 0;
		margin: .1em 0 0 0;
		border: none;
		position: relative;
	}
	#topNav .menu > li.parent > ul > li {
		display: block;
	}
	#topNav .menu > li.parent > ul > li > a {
		text-align: right;
		display: block;
		padding: 0 .5em;
		color: inherit;
		font-size: .9em;
		font-weight: 400;
	}
	#topNav .menu > li.parent > ul  > li > a:hover {
		color: inherit;
		text-decoration: none;
		background-color: inherit;
	}
	#promoLinks {
		position: relative;
		padding-top: .25em;
		right: none;
		text-align: center;
	}
	#promoLinks a.promoBadge {
		display: inline-block;
		background-color: transparent;
		margin: 0;
		border-radius: none;
	}
	#promoLinks a.promoBadge img {
		border-radius: none;
	}
	.signature {
		display: none;
	}
	#content {
		margin: 0;
	}
	.contentPane {
		width: 90%;
		max-width: none;
		padding-bottom: 2em;
	}
	.breadcrumbs {
		display: none;
	}
	footer, #footer {
		font-size: .7em;
	}
	.sigplus-gallery > ul > li > a {
		position: static;
	}
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
	#content img {
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) and (orientation:landscape) {
	#content img {
		max-width: 100%;
	}
}

.wdGalleryCaption {
  position: absolute;
  font-size: .8em;
  color: #999;
  text-align: center;
  width: 100%;
}

.wdGalleryDiv {
  position: relative;
  float: left;
  margin: 0 .5em .5em 0;
}

.galleryButton {
  text-align: center; 
  position: absolute; 
  top: 3.5em; 
  right: 4em;
}

.galleryButton > a {
  display: inline-block; 
  padding: .5em 1em; 
  background-color: #449955; 
  color: #FFFFFF; 
  border-radius: .5em; 
  font-size: 1.1em;
}

@media (max-width: 767px) {
  .wdGalleryDiv {
    float: none;
    margin: 0 0 .5em 0;
  }
  .galleryButton {
    position: static; 
  }
  
  .breadcrumb {
    display: none;
  }
}

#boxplus .boxplus-viewer > .boxplus-prev {
	background: transparent url(navigation.png) no-repeat scroll -57px center;
}
#boxplus .boxplus-viewer > .boxplus-next {
	background: transparent url(navigation.png) no-repeat scroll 0 center;
}

.item-pageportfolioPage {
  position: relative;
}

.item-pageportfolioPage .page-header {
  text-align: center;
  margin-top: 1em;
}

.item-pageportfolioPage .page-header h2 {
  display: inline-block;
  background-color: #eeeeee;
  padding: .5em 2em;
  margin: 0;
  border-radius: 10em .5em;
}

.item-pageportfolioPage .portfolioLinks {
  font-size: 1.1em;
  text-align: center;
  line-height: 2em
}

.item-pageportfolioPage .portfolioDescription {
  text-align: left;
  width: 66%;
  margin: 1em auto;
  border: 1px solid #dddddd;
  padding: 1em 3em;
  border-radius: 10em .5em;
}

.fadeLine { 
    margin: 25px 0;
    height: 1px;
    background: #cccccc;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#ffffff), to(#ffffff), color-stop(50%,#cccccc));
  clear: both;
}