@charset "UTF-8";
/* CSS Document */
/* body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ 
	/*
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
}    BODY CSS IS IN slideshow.css */
body {
	background-color: #000000;
	/*width: 1000px;*/
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#bodyIndex {
	border: 1px solid #CCCCCC;
	height:750px; /*615 for hoodoos*/
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#bodyBio {
	border: 1px solid #CCCCCC;
	height: 675px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#bodyContact {
	border: 1px solid #CCCCCC;
	height: 650px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#bodyWebsites {
	background-color: #000000;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	height: 1340px;
	font-family: Arial, Helvetica, sans-serif;
}
#bodyPrivTerm
{
	border: 1px solid #CCCCCC;
	height:700px; /*615 for hoodoos*/
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
/* ---------------------------------------------------------- */
/* ---------------------- TEXT STYLES  ---------------------- */
/* ---------------------------------------------------------- */
.textCenter {
	text-align: center;
}
.textCenterItalic {
	font-style: italic;
	text-align: center;
}
.textCenterItalicPadded {
	font-style: italic;
	text-align: center;
	padding-top: 4px;
}
.text80pcnt {
	font-size: 80%;
}
.textCenter80pcnt {
	font-size: 80%;
	text-align: center;
}
.text90pcnt {
	font-size: 90%;
}
.textItalic {
	font-style: italic;
}
.textBold {
	font-weight: bold;
}
.textBoldItalic {
	font-style: italic;
	font-weight: bold;
}
.text95pcnt {
	font-size: 95%;
}
.textColorBlue009 {
	color: #009;
}
/* =========================== END TEXT STYLES  =========================== */

/* ---------------------------------------------------------- */
/* ----------------- BORDERS & BACKGROUNDS ------------------ */
/* ---------------------------------------------------------- */
.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.leftBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.rightBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.allBorders {
	border: 1px solid #999999;
}
/* =========================== END BORDERS & BACKGROUNDS  =========================== */

/* ---------------------------------------------------------- */
/* ------------------------- LINKS -------------------------- */
/* ---------------------------------------------------------- */
/* a {
	text-decoration: none;
}
a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	color: #009;
	text-decoration: none;
}
a:hover {
	color: #990033;
	text-decoration: underline;
}
a:active {
	color: #990033;
	text-decoration: none;
}*/

/* =========================== END LINKS  =========================== */

/*-------------------------------------------------------------------------------- */
/* --------------- Miscellaneous classes for reuse ------------------------------- */
/*-------------------------------------------------------------------------------- */
.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*=======================End Miscellaneous Classes ============================= */
#copyright {
	font-size: 12px;
	color: #999999;
	text-align: center;
	display: block;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 27px;
}
#copyrightIndex {
	font-size: 12px;
	color: #999999;
	text-align: center;
	display: block;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 27px;
}
#copyrightContact {
	font-size: 12px;
	color: #999999;
	text-align: center;
	display: block;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 27px;
}
#copyrightUnder {
	font-size: 12px;
	color: #999999;
	text-align: center;
	display: block;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 357px;
}
#copyrightBio {
	font-size: 12px;
	color: #999999;
	text-align: center;
	display: block;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 44px;
	clear: both;
	float: none;
}
#copyrightWebDesign {
	font-size: 12px;
	color: #999999;
	text-align: center;
	display: block;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 27px;
}
#heading {
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
	margin-bottom: 14px;
}
#headingContact {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#heading img{
	text-align: center;
}
#spryMenuIndex {
	position: relative;
	top:-69px;
	width: 112px;
	left: 820px;
	height: 34px;
}
#spryMenuContact {
	position: relative;
	top:-477px;
	width: 112px;
	left: 820px;
	height: 34px;
}
#spryMenuUnder {
	position: relative;
	top:-179px;
	width: 112px;
	left: 820px;
	height: 34px;
}
#spryMenuBio {
	position: relative;
	top:-475px;
	width: 112px;
	left: 820px;
	height: 34px;
}
#spryMenuWeb {
	position: relative;
	top:-510px;
	width: 112px;
	left: 820px;
	height: 34px;
}
#centerSection {
	margin-top: 16px;
}
#centerSectionPrivTerm {
	margin-top: 16px;
	font-size: 10px;
	color: #FFF;
}
#imgindex {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	margin-bottom: 24px;
	border: 1px solid #333;
}
#imgindexHoodoos {
	margin-right: auto;
	margin-left: auto;
	width: 567px;
	margin-bottom: 24px;
}
#inputForm {
	margin-top: 16px;
}
#contactResponse {
	color: #EEEEEE;
}
#contactResponse a {
	color: #CCCCCC;
}

#contactResponse a:hover {
	color: #FF0000;
}
.bioText {
	margin-top: 0px;
	text-align: justify;
	color: #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 34px;
}
#bioImage {
	float: right;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-top: 8px;
	margin-left: 24px;
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 2px;
}
#bio {
	margin-top: 27px;
	color: #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 1px;
	padding-top: 6px;
	height: 450px;
	clear: both;
	float: none;
	margin-bottom: 0px;
	display: block;
}
#privTerm {
	margin-top: 27px;
	color: #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 1px;
	padding-top: 6px;
	height: 450px;
	clear: both;
	float: none;
	margin-bottom: 0px;
	display: block;
}
#webDesign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EEE;
	text-align: justify;
	padding: 10px;
	width: 826px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
#webGallery {
	height: 250px;
	width: 846px;
	margin-right: auto;
	margin-left: auto;
}
#webdevHeading {
	margin-top: 0px;
	font-size: 20px;
	color: #EEE;
	font-style: italic;
}
.errorMsg {
	font-size: 10pt;
	color: #FF0000;
	margin-left: 4px;
}
#purchaseContainer {
	background-color: #999;
	/*height: 800px;*/
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}
tr.altRowLight td {
	background-color: #BBB;
	font-size: 14px;
	color: #333;
}tr.altRowDark td {
	background-color: #AAA;
	font-size: 14px;
	color: #333;
}
#purchaseContainer table tr td h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
#purchaseContainer table tr td h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 24px;
}
#purchaseContainer table {
	text-align: center;
}
#purchaseContainer table .altRowLight .smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
}
.purchaseUndercon {
	font-size: 16px;
	color: #CCC;
	text-align: center;
	margin-top: 80px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
}
.purchaseViewCart {
	text-align: right;
	padding-right: 70px;
	padding-top: 16px;
}
.cartButton {
	vertical-align: top;
	margin-top: 5px;
}
#purchaseContainer table tr td h2 a {
	color: #006 !important;
	text-decoration: underline !important;
}
#purchaseContainer table tr td h2 a:hover {
	color: #F90 !important;
	text-decoration: underline !important;
}#purchaseContainer table tr bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}.purchaseBottomBorder {
	border-bottom-width: 2px;
	border-bottom-style: outset;
	border-bottom-color: #666 !important;
}
#whiteBottomText {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #DDD;
	text-align: center;
	font-style: italic;
	margin-bottom: 5px;
}
#whiteBottomText a:link {
	color: #69F;
}
#whiteBottomText a:visited {
	color: #96C;
}
#whiteBottomText a:hover {
	color: #F00;
}

