@charset "utf-8";
/* CSS Document */

body  {
	font-family: 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: #FFFFFF;
	background-image: url(images/bggradient.jpg);
	background-repeat: repeat-x;
}
p {
	margin-top: 1em;
}
.twoColFixLtHdr #container { 
	width: 960px;
	background: url(images/background.png) left repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF;
	height: 70px;
	padding: 20px 10px 10px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #menu {
	padding: 0 0 30px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF; 
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	margin: 0 0 0 20px;
	background: url(images/bgsidebargradient.jpg) repeat-x;
	min-height: 635px;
	width: 183px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 11px 15px;
}
.twoColFixLtHdr #sidebar1 p{
font-size: 90%;
color: #FFF;
}
.twoColFixLtHdr #mainContent {
	margin: 10px 20px 10px 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	position: relative
}
.twoColFixLtHdr #mainContent p{
font-size: 90%;
color: #5b6059;
text-align: left;
}
.twoColFixLtHdr #mainContent h3{
font-size: 100%;
color: #5b6059;
}
.twoColFixLtHdr #mainContent h4{
font-size: 85%;
color: #5b6059;
}
.twoColFixLtHdr #mainContent h5{
font-size: 12px;
color: #5b6059;
}
.twoColFixLtHdr #mainContent h6{
font-size: 12px;
color: #5b6059;
margin:0 auto;
}
.twoColFixLtHdr #white_background {	
	padding: 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align: center;
	min-height: 540px;
}
.twoColFixLtHdr #white_background p {
	margin-top: 0;
}
.twoColFixLtHdr #home_page_white {	
	width: 620px;
	height: 540px;
	margin: 0px 0px 0px 25px;
	background:#FFFFFF;
	text-align: center;	
}
#caption {
	width: 400px;
	margin: 0px 0px 0px 25px;
	float: left;
	text-align: left;
	padding: 3px
}
#buttons {
	width: 208px;
	float: left;
	text-align: right;
	padding: 3px
}
.twoColFixLtHdr #footer { 
	margin: 0;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
}
#copyright {
	width: 400px;
	height: 40px;
	float: left;
	text-align: left;
	padding: 3px;
	background: #FFFFFF; 
} 
#footer_buttons {
	width: 508px;
	height: 40px;
	float: left;
	text-align: right;
	padding: 3px;
	background:#FFFFFF; 
}
.twoColFixLtHdr #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: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
	color: #5b6059;
}
.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;
}
#mainContent #prints {
	width: 325px;
	position: relative;
	margin-left: 172px;
	text-align: left;
}
#mainContent #printslandscape {
	width: 390px;
	position: relative;
	margin-left: 139px;
	text-align: left;
}
#mainContent #printspano {
	width: 450px;
	position: relative;
	margin-left: 109px;
	text-align: left;
}


