@charset "UTF-8";

/* Universal style rule */
*{
 /* Block all browser default margins and padding */
  margin:0;
  padding:0;
 
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/Siding-texture-small.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;
	background-color: #B9B9C7;
	background-image: url(../images/new-header.png);
	height:300px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #nav {
	font-size:90%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color=#000000;
	background-color:#B9B9C7;
}
.oneColFixCtrHdr #mainContent {
	padding: 50px 20px;
	width: 95%;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
.oneColFixCtrHdr #mainContent h1 {
	
	width: 95%;
	background-color: #FFFFFF;
	margin-top:10px;
	margin-bottom:20px;
	border-bottom: dashed 1px #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

.oneColFixCtrHdr #mainContent h2 {
	margin-top:15px;
	margin-bottom:20px;
	padding: 10px;
	width: 95%;
	background-color: #FFFFFF;
	border-top: dashed 1px #000000;
	border-bottom: dashed 1px #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

.oneColFixCtrHdr #mainContent p {
	line-height:135%;
	margin-bottom:1.5em;
}

.oneColFixCtrHdr #mainContent p a {
	color:#990000;
	text-decoration:none;
}

.oneColFixCtrHdr #mainContent p a:visited {
	color:#990000;
	text-decoration:none;
}


.oneColFixCtrHdr #mainContent p a:hover {
	color:#990000;
	text-decoration:underline;
}

.oneColFixCtrHdr #mainContent ul {
margin-left:20px;

}
.oneColFixCtrHdr #mainContent ul li {
margin-bottom:10px;
}

.oneColFixCtrHdr #mainContent ul li a{
color:#990000;
	text-decoration:none;
}

.oneColFixCtrHdr #mainContent ul li a:visited {
	color:#990000;
	text-decoration:none;
}


.oneColFixCtrHdr #mainContent ul li a:hover {
	color:#990000;
	text-decoration:underline;
}

.oneColFixCtrHdr #mainContent blockquote {
	margin: 5px 25px;
	background-color: #B9B9C7;
	border:1px dashed #FFFFFF;
	padding:15px;
}


/* The containing box for the gallery. */ 
.oneColFixCtrHdr #photos 
 { 
	    position:relative; 
	    width:730px; 
	    height:1000px; 
	    margin:20px auto 0 auto; 
	    border:1px solid #aaa; 
	    }

/* Removing the list bullets and indentation */ 
.oneColFixCtrHdr #photos ul { 
	    padding:0; 
	    margin:0; 
	    list-style-type:none; 
	    width:198px; 
	    height:1000px; 
		margin:5px; 
	    float:right; 
	    } 
.oneColFixCtrHdr #photos li { 
	    float:left; 
	    } 


/* Remove the images and text from sight -- note that this will make everything disappear-- this is OK */ 
.oneColFixCtrHdr #photos a.gallery span { 
	    position:absolute; 
	    width:1px; 
	    height:1px; 
	    top:5px; 
	    left:5px; 
	    overflow:hidden; 
	    background:#fff; 
	    }
												

/* change the thumbnail border color */ 
.oneColFixCtrHdr #photos a.gallery:hover { 
	    border:1px solid #fff; 
	    } 

/* styling the :hover span */ 
.oneColFixCtrHdr #photos a.gallery:hover span { 
	    position:absolute; 
	    width:372px; 
	    height:1000px; 
	    top:10px; 
	    left:75px; 
	    color:#000; 
	    background:#fff; 
	    } 

.oneColFixCtrHdr #photos a.gallery:hover img { 
	    border:1px solid #fff; 
	    float:left; 
	    margin-right:5px; 
	    } 


/* Footer styles */
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #B9B9C7;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 75%;
}
.oneColFixCtrHdr #footer p a {
	color:#990000;
	text-decoration:none;
}
.oneColFixCtrHdr #footer p a:hover {
	color:#990000;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer p a:visited {
	color:#990000;
	text-decoration:none;
}

