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

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;
	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: #000000;
	background-color: #FFF;
	background-image: url(../images/hansen_bkgd.jpg);
	background-repeat: repeat;
}
.thrColFixHdr #container {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/hansen_bg.jpg);
	background-repeat: repeat-y;
	background-position: 5px;
} 

.thrColFixHdr #mainContent .class3 a:link {
	color: #00F;
	text-decoration: none;
	
}
.thrColFixHdr #mainContent .class3 a:visited {
	color: #F00;
	text-decoration: none;
	
}
.thrColFixHdr #mainContent .class3 a:hover {
	text-decoration: underline;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #007FFF;
	text-decoration: none;
}
a:hover {
	color:#F00;
	text-decoration: none;
}
#bhome a#home {
	color: #F00;
} 
#babout a#about {
	color: #F00;
} 
#bphotos a#photos {
	color: #F00;
} 
 
#bcontact a#contact {
	color: #F00;
} 

.thrColFixHdr #header {
	height: 125px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFF;
	text-align: center;
} 

.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.thrColFixHdr #container #navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	background-color: #5F5F5F;
	height: 25px;
	padding-top: 5px;
	color: #FFF;
	text-align: center;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 260px;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
} 

.thrColFixHdr #container #mainContent .images {
	text-align: center;
}
.thrColFixHdr #container #mainContent .leftversion {
	text-align: left;
}
.thrColFixHdr #container #mainContent h2 {
	font-size: 20px;
}
.thrColFixHdr #container #mainContent .services {
	color: #060363;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #060363;
	border-bottom-color: #060363;
}
.thrColFixHdr #container #mainContent .emphasize {
	width: 400px;
	font-size: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #060363;
	padding: 3px;
}

.thrColFixHdr #maincontent .class4 {
	float: right;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
}
.thrColFixHdr #container #sidebar1 h3 {
	font-size: 16px;
}
.thrColFixHdr #container #sidebar1 h4 {
	font-size: 11px;
	color: #060363;
	margin-top: 1px;
	padding-top: 1px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
}
.thrColFixHdr #container #sidebar2 h4 {
	font-size: 11px;
	color: #060363;
	margin-top: 1px;
	padding-top: 1px;
}

.thrColFixHdr #container #sidebar2 h3 {
	font-size: 16px;
}
.thrColFixHdr #container  .images1 {
	text-align: center;
}

h1, h2, h3, h4 {
	color: #060363;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #5F5F5F;
} 
.thrColFixHdr #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 */
	font-size: 11px;
	text-align: center;
	color: #FFF;
}
.fltrt { /* 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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 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;
}
