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

body {
	color: #ababab;
	font-size: 0.8em;
	font-family: Geneva, Verdana, Helvetica, Arial,  sans-serif;
	background-color: #000000;
	text-align: center;
	min-width: 723px;
	margin: 0px;
	background-image: url(../images/template/body-background.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
a:link {
	color: #9e1b32;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #a0a0a0;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #ed002c;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #82233c;
	font-weight: bold;
	text-decoration: underline;
}
img {
	border-style: none;
}
p {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 5px;
	margin-bottom: 0px;
	letter-spacing: .1em;
	line-height: 1.4em;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 25px;
	letter-spacing: 0.1em;
	padding: 0px;
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 0.9em;
}
h5 {
	font-size: 0.8em;
}
ul {
	padding-right: 100px;
	padding-left: 100px;
	list-style-type: square;
	letter-spacing: .1em;
	line-height: 1.5em;
}
p+h2 {margin-top: 2em;
}
h1+h2 {margin-top: 2em;
}
li {
}
ol {
	margin-right: 25pt;
	margin-left: 40pt;
	list-style-type: decimal;
	white-space: normal;
}
ol ol {
	margin: 0 50pt 0 25pt;
	list-style-type: lower-alpha;
	list-style-position: inside;
}
#container {
	position: relative;
	top: 0;
	width: 723px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
}
#header {
	width: 723px;
	background-image: url(../images/template/header.png);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding: 0px;
	height: 107px;
	text-align: left;
}
#logo {
	float: left;
	height: 87px;
	width: 147px;
	position: relative;
}
div#navigation {
/* using div#navigation fixes IE clitch with sub menuess */
	position: relative;
	z-index: 999;
	width: 400px;
	height: 35px;
	font-size: 10px;
	color: #ababab;
	line-height: 11px;
	margin-left: 300px;
	padding-top: 50px;
	font-family: Palatino Linotype, Georgia, Times New Roman, Times, serif;
}
div#navigation ul {
	list-style: none;
	list-image: none;
	margin: 0;
	padding: 0;
	position: absolute;
	
}
div#navigation li {
	position: relative;
	float: left;
	width: auto;
	text-align: center;
}
div#navigation ul ul {
	position: absolute;
	left: -9999px;
	letter-spacing: normal;
	word-spacing: normal;
}


div#navigation li.submenu:hover ul.level2{
	display: block;
	top: 31px;
	left: 0px;
	width: 100px;
	text-align: left;
	background-image: url(../images/template/drop-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 118px;
}

div#navigation li.submenu:hover ul.level2 li{
	width: 100px;
	text-align: left;
	height: 25px;
}

div#navigation a {
	display: block;
	text-decoration: none;
	color: #ababab;
	padding-top: 10px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 8px;
}


div#navigation a:hover {
   	display: block;
	color: #ababab;
	background-image: url(../images/template/home-o.png);
	background-repeat: repeat-x;
}

div#navigation li.submenu:hover ul.level2 a:hover {
	background-image: none;
	color: #ffffff;
}

#content {
	height: 100%;
	background-image: url(../images/template/content-bg.png);
	background-repeat: repeat-y;
	background-position: center;
	width: 722px;
	padding: 0px;
	clear: left;
	margin: 0px;
}

#maincontent {
	height: 100%;
	min-height: 300px;
	text-align: left;
	width: 675px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
    _margin-left: 20px;
}
#footer {
	font-size: 0.7em;
	background-image: url(../images/template/footer.png);
	background-repeat: no-repeat;
	background-color:#000000;
	text-align: center;
	clear: both;
	margin: 0px;
	padding: 0px;
	
	color: #ababab;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #ababab;
	font-weight: normal;
}
#footer a:hover {
	color: #ababab;
}
#footer-nav {
	margin: 0px;
	height: 33px;
	width: 640px;
	padding-top: 31px;
	padding-left: 80px;
	font-size: 10px;
}
#footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-nav li {
	float:left;
	text-align: center;
	
}
#footer-nav a:link, #footer-nav a:visited {
	float:left;
	display: block;
	text-decoration: none;
	color: #ababab;
	padding-top: 10px;
	padding-left: 9px;
	padding-right: 9px;
}
#footer-nav a:hover {
	display: block;
	color: #ababab;
	background-image: url(../images/template/footer-o.png);
	background-repeat: repeat-x;
	height: 33px;
	}




#pano{
	z-index: 0;
}


fieldset {
	border: thin solid #3E3E3E;
	height: 35em;
}
.form-float-left {
	float: left;
	position: relative;
	margin-top: -10px;
	
}
.float-left {
	float: left;
	padding: 10px;
}
.smallicons {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 35px;
	padding-left: 10px;
	min-height: 150px;
}


#contact-form fieldset {
	width: 250px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 35px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


legend {
	color: #ababab;
}

.contact-container {
	clear: both;
	position: relative;
}

#contact-form h2 {
	margin-bottom: 10px;
	margin-top: 20px;
}

#spgd-contact-info {
	clear: both;	
	
}

.spgdcontact {
	border-top-width: 2px;
	border-top-style: groove;
	border-top-color: #ababab;
	margin-top: 20px;
	padding-top: 5px;
	margin-right: 25px;
	margin-left: 25px;
	position: relative;
}
#webportfolio {
	list-style-type: none;
}
#webportfolio li {
	clear: both;
}
#webportfolio li h2 {
	padding-top: 15px;
}
#webportfolio li img {
	margin: 15px 10px 5px;
	float: left;
	border: solid 2px #000;
}
.image-border {
	border: 4px solid #3E3E3E;
}
.centeralignment {
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
.silver {
	color: #a0a0a0
}
.no_disc {
	list-style: none;
	list-image: none;
	margin: 0;
	padding: 0;
	margin: 12px 50px;
	
	}
.list-float-left {
	width: 300px;
	float: left;
	padding: 0;
	list-style-type: none;
}
.space_list {
	margin-bottom: 0.8em;
}
.image_float {
	text-align: center;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
.image_float_h {
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	float: right;
}
.clear-both {
	clear: both;
}
.image_float_right {
	text-align: center;
	float: right;
	margin: 5px;
	border: 4px solid #3E3E3E;
}
.bevel_border {
	border-color: black silver silver gray;
	border-style: solid;
	border-width: 3px 2px 2px 3px;
	outline: solid 1px black;
}
input {
	font-size: 1em;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	margin: 2px;
	border: solid 2px #8c2135;
	background-color: #3E3E3E;
	color: #ababab;
}
select {
	font-size: 1em;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	margin: 2px;
	border: solid 2px #8c2135;
	background-color: #3E3E3E;
	color: #ABABAB;
}
textarea {
	font-size: 1em;
	font-family: "Calisto MT", "Times New Roman", Georgia, "Palatino Linotype", Times, serif;
	margin: 2px;
	border: solid 2px #8c2135;
	color: #ababab;
	background-color: #3E3E3E;
}
input.pano-buttons {
	color: #a0a0a0;
	font-size: 1em;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #8c2135;
	width: 150px;
	padding: 2px;
}
input.buttons {
	color: #a0a0a0;
	font-size: 1em;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-image: url(../images/template/button-bg.png);
	background-repeat: no-repeat;
	width: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 38px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
input.buttons a:hover {
	background-image: url(../images/template/button-o.png);
}
#login-box {
	width: 301px;
	float: right;
	margin-top: 10px;
}
#books {
	margin: 0px;
	padding: 15px;
}
.empasis {
	font-family: "Comic Sans MS", "Fine Hand", "Fine Hand LET", ArdleysHand, "Monotype Corsiva", fantasy;
	font-size: 1.8em;
	font-style: italic;
	padding: 15px;
}
#360pano {
	border: 5px solid #666666;
	position: relative;
	height: 100%;
	width: 100%;
	
}
#info {
	padding-top: 50px;
	padding-bottom: 100px;
}
