@charset "UTF-8";
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(../images/space-bgd.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.iconTable {
	padding: 0px;
}

/*body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}*/

#header {
	z-index: 1000; /*change to 1 for MSIE*/
	padding: 0px;
	width: 100%;  /*change to 800px for MSIE*/
	height: 156px;
	top: 0px;
	margin: 0 auto;
	position: fixed;
	background-image: url(../images/menuShadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content {
	height: 100%;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top: 100px;
	background-color: #FFFFFF;
}

#gallery {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#galleryDscr   {
	text-align: left;
	margin: 20px;
}
.galleryHead {
	font-size: x-large;
	font-weight: bold;
	color: #666666;
}
.galleryHeadSm {
	font-size: large;
	font-weight: bold;
	color: #666666;
}
.galleryHeadSmB {
	font-size: medium;
	font-weight: bold;
	color: #666666;
}
.galleryBody {
	font-size: small;
	font-weight: normal;
	color: #666666;
	text-align: left;
}

.galleryBodyRed {
	font-size: small;
	font-weight: normal;
	color: #FF0000;
}

.galleryBodySmall {
	font-size: x-small;
	font-weight: normal;
	color: #333333;
}

.copyright {
	font-size: x-small;
	text-align: center;
	display: block;
	color: #333333;
	font-weight: bold;
}

#bodyFooter {
	background-image: url(../images/bodyBlend.png);
	display: block;
	padding: 0px;
	background-position: 50% center;
	width: 800px;
	height: 150px;
	background-color: transparent;
	background-repeat: repeat-x;
	position: relative;
	bottom: -80px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 0;
}

#footer {
	background-image: url(../images/topearth.png);
	z-index: 1000;
	left: 0px;
	bottom: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: fixed;
	background-position: 50% 0;
	width: 100%;
	height: 25%;
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
}

#copyright {
	z-index: 1001;
	display: block;
	position: fixed;
	bottom: 5px;
	width: 100%;
	overflow: visible;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
}

#copyrightsub{
	width:800px;
	height:100%;
	padding:0px;
	margin:0px;
}

/*------------------CSS rollovers for Services page------------------*/
a.gotoWeb {
	display: block;
	width: 200px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/gotoWeb.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	right: 0px;
}
a:hover.gotoWeb {
	background-position: 0px -60px;
}

a.gotoPrint {
	display: block;
	width: 200px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/gotoPrint.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	right: 0px;
}
a:hover.gotoPrint {
	background-position: 0px -60px;
}

a.gotoLogo {
	display: block;
	width: 200px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/gotoLogo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	right: 0px;
}
a:hover.gotoLogo {
	background-position: 0px -60px;
}

a.gotoPhoto {
	display: block;
	width: 200px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/gotoPhoto.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	right: 0px;
}
a:hover.gotoPhoto {
	background-position: 0px -60px;
}

a.gotoDigital {
	display: block;
	width: 200px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/gotoDigital.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	right: 0px;
}
a:hover.gotoDigital {
	background-position: 0px -60px;
}

a.gotoFilemaker {
	display: block;
	width: 200px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/gotoFilemaker.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	right: 0px;
}
a:hover.gotoFilemaker {
	background-position: 0px -60px;
}

a.gotoSign {
	display: block;
	width: 200px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/gotoSign.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	right: 0px;
}
a:hover.gotoSign {
	background-position: 0px -60px;
}

a.gotoCad {
	display: block;
	width: 200px;
	height: 60px;
	text-decoration: none;
	background-image: url(../images/gotoCad.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	right: 0px;
}
a:hover.gotoCad {
	background-position: 0px -60px;
}
