body {
	background-color: #0B0D1E;
	background-image: url(dark-background.png);
	background-attachment: fixed;
	color: white;
	background-position: left bottom;
	margin-top: 1em;
	font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	color: white;
}

blockquote p {
	font-size: 1.25em;
	line-height: 1.5em;
	color: #B8D0DB;
	font-family: Georgia;
	font-style: normal;
}

blockquote p a {
	color: #B8D0DB;
}


a {
	color: white;
}

a:hover {
	color: #B8D0DB;
}

p, dd {
	line-height: 2em;
}
dt {
	margin-top: 1em;
}

#container {
	width: 780px;

	margin-left: auto;
	margin-right: auto;

	text-align: left;
}

    
    
#header  {
	height: 14em;
	margin-bottom: 2em;
}

    #header h1 {
        height: 161px;
        background-image: url(Signamite-logo.gif);
        background-repeat: no-repeat;
        text-indent: -10000px;
        margin-left: -35px;
    }
    
        #header h1 a {
            display: block;
            height: 100%;
        }
    
#introText {
    height: 14em;
    position: relative;
}

    #introText p {
        position: absolute;
        bottom: 0;
        margin-bottom: 0;
        line-height: 1.9em;
    }
    
#imageMain {
    clear: both;
	margin-top: 2em;
	margin-bottom: 3em;
	width: 780px;
}

    #imageMain span {
        height: 124px;
        display: block;
        float: left;
        overflow: hidden;
    }
    #imageMain img {
        height: 124px;
    }

    #imageMain h2, .altHeading {
    	letter-spacing: 1em;
    	text-align: center;
    	font-size: 1em;
    	margin-top: 1em;
    	color: #6C7E7F;
    }
    
    


.block.first h3 {
   font-size: 1.25em;
}

.block.first blockquote.first {
	margin-top: 0;
	width: 260px;
	float: left;
	margin-right: 20px;
	margin-left: 0;
}

.block.first blockquote p {
    margin-left: 0;
}

.block.first {
    border-top: 0;
}

.block {
	border-top: 1px #475454 dotted;
	padding-bottom: .1em;
	clear: both;
}

.block.active {
	background-image: url(dark-background.png);
	background-attachment: fixed;
}
.courses.active {
	background-image: url(none);
}
.bodyText.active {
	background-image: url(dark-background.png);
/*
	background-attachment: fixed;
	background-position: left top;
*/
}
    .block blockquote {
        margin-left: 0;
    }

.block h3.title {
    margin: 0;
    margin-left: 280px;
    line-height: 4em;
    cursor: pointer;
    letter-spacing: .2em;
    font-size: 1em;
    border-bottom: 0;
}

.excerptText {
    /*margin-top: .25em;*/
}

.block h3 {
    margin-top: 2em;
    border-bottom: 1px #475454 dotted;
}
.block.first h3 {
    border-bottom: none;
}

.block .excerptText {
    margin-top: .25em;
}

.contact label,
.label,
.special label{
    width: 260px;
    margin-right: 20px;
    display: block;
    float: left;
    font-size: 1.25em;
	line-height: 1.5em;
	color: #B8D0DB;
	font-family: Georgia;
	font-weight: normal;
	text-align: right;

}

input.zemText,
textarea.zemTextarea,
select.zemSelect {
	float: left;
	display: block;
	width: 300px;
	margin-bottom: 2em;
	margin-right: 140px;
	background-color: #F7FFCD;
}
input.zemText:focus,
textarea.zemTextarea:focus,
select.zemSelect:focus {
	background-color: white;
}

textarea.zemTextarea {
    height: 4em;
}

.zemSubmit {
    margin-left: 280px;
    margin-bottom: 2em;
}

.zemError {
	margin-left: 280px;
	margin-bottom: 2em;
}
.checkboxGroup label {
	font-weight: normal;
	margin-right: 1em;
}

.formNote {
    margin-left: 280px;
    clear: both;
}





.endGame, #foot {
    padding-top: 2em;
}

.endGame {
    text-align: center;
    padding-top: 12em;
}


.endGame img {
    width: 100px;
    height: 100px;
}


#foot  p {
    text-align: center;

}

.endGame p {
    margin-top: 8em;
}
#foot  p img {
    float: none;
}

.makeMeBold, .zemThanks, .zemError {
	color: #FF4D07;
}