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

html,body {
	margin:0;
	padding:0;
/*	height:100%;*/
}
img#bg {
   position:fixed;
   top:0;
   left:0;
   width:100%;
   height:100%;
 }
#content {
   position:relative;
   width:900px;
   height:800px;
   margin:35px auto 0 auto;
   z-index:1;
 }
 <!--The Top 3 selectors are being used to stretch the background image so there's no repeats and float the content over this image-->
#logo {
	width:800px;
	position:relative;
	margin-left:35px;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	/*background-color:#06F;*/
	border-top:solid 2px #000;
}
.logoPrint {
	display:none;
}

h2 {
	font-family:Rockwell, Stencil, Verdana, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
	margin-bottom:.5em;
}

h3 {
	font-family:Rockwell, Stencil, Verdana,Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
	margin-bottom:.5em;
}
p  {
	text-indent:.5em;
}

#mainText  {
    font-family: Verdana,Arial,Sans-Serfif;
	background-color:#5FC0CE;
	/* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
	filter: alpha(opacity=75);
	/* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
	opacity: 0.75;
	/* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.75;
	width: 800px;
	height:auto;
	margin-top:18px;
	margin-right:auto;
	margin-left:auto;
	padding: .5em 1em 1em 1em;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	text-align:justify;
	line-height:1.5em;
	position:relative;
}
#mainText2 {
    font-family: Verdana,Arial,Sans-Serfif;
	/*background-color:#06F;*/
	width: 800px;
	height:auto;
	margin-top:18px;
	margin-right:auto;
	margin-left:auto;
	padding: .5em 1em 1em 1em;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	text-align:justify;
	line-height:1.5em;
	position:relative;
}
#mainText p {
	text-indent:.75em;
}
#nav a, #nav a:link {
	height: 35px;
	width:165px;
	display:block;
	border-width:1.5px;
	position:relative;
	float:left;
	/*background-image:url(../images/graphics/redbutton.png);*/
	text-decoration:none;
	color:#DDE9F5;
	font-weight:strong;
	font-style:italic;
	font-size:1.5em;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	padding:2px 2px 2px 2px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	margin-bottom:5px;
}
#nav a:hover {
	background-position:-165px 0px;
	color:#fff;
}
#photos {
	width:550px;
	height:550px;
	padding:1em;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	position:relative;
	background-color:#4479D4;
	/* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
	filter: alpha(opacity=75);
	/* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
	opacity: 0.75;
	/* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.75;
}
#photos img { 
    margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
	padding:4px;
	border: 2px solid #00C;
}

#formContainer {
	width:500px;
	float:left;
	margin-top:15px;
	margin-left:50px;
	margin-bottom:50px;
	padding:1em 0 1em 1em;
	font-family:Verdana, sans-serif;
	font-size:1em;
	background-color:#4479D4;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}
#formContainer h2 {
	color:#000;
	font-size:1.5em;
	border-bottom:2px solid #000;
	margin-bottom: .5em;
	padding-bottom: 2px;
}
#contactInfo {
	background-color:#4479D4;
	/* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
	filter: alpha(opacity=75);
	/* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
	opacity: 0.75;
	/* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.75;
	border-bottom:2px solid #000;
	border-top:2px solid #000;
	width:175px;
	height:auto;
	margin-top:15px;
	margin-left:10px;
	padding:5px 10px;
	float:left;
}
#contactInfo h2 {
	color:#000;
	font-size:1.5em;
}
#contactInfo p {
	text-align:center;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:1em;
}
.address {
	margin-bottom:10px;
}
.phoneNum {
	margin:5px 5px 0 7px;
	padding:0;
	display: inline;
	text-align:center;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:1em;
}

.house {
	margin:5px, auto;
	border-bottom:solid 1px #000;
}
.label {
	float:left;
	text-align:right;
	margin-right:15px;
	width:10em;
    background-color:#29497F;
	color:#DDE9F5;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;
	/* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
	filter: alpha(opacity=75);
	/* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
	opacity: 0.75;
	/* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.75;
}
.rich {
	float: left;
	margin-right:20px;
	margin-bottom:6px;
	width: 200px;
	height: 300px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.cass {
	float: left;
	margin-right:20px;
	margin-bottom:6px;
	width: 200px;
	height: 260px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}


input {
	float:left;
	font-family:courier, monospace;
	font-size:1em;
	color:#993300;
}
#submit {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#000;
    margin: 5px auto 5px auto;
}
	
.clearSubmit {
	clear:both;
	height:2px;
	margin-bottom:5px;
	margin-top:20px;
}
.clear {
	clear:both;
	margin-bottom:10px;
	height:2px;
}
.descrip {
	background-color:#5FC0CE;
	padding:2px,2px;
	text-align:center;
}
.imgborder {
	border: 2px solid;
}