@charset "utf-8";
/* CSS Document */

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #666666;
	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: #200000;
}

p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#200000;
margin-left:50px;
margin-right:20px;
}

.smallprint{
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
color:#200000;
border-top: 1px solid #999999;
padding-top:3px;
}

a{color:#200000;}
a:active{text-decoration:underline;}
a:link{text-decoration:underline;}
a:hover{text-decoration:underline;}

.twoColFixLtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
} 
.twoColFixLtHdr #header { 
	padding: 0 10px 0 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 #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 */
}

#header img{
margin-left:-20px;
margin-top:0;
}
.twoColFixLtHdr h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7BA1C3;
	padding-top:1em;
	margin-left:50px;
	text-transform:uppercase;
	}

.twoColFixLtHdr h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #7BA1C3;
color:#ffffff;
margin-left:50px;
	margin-right:20px;
	padding-top:3px;
	padding-bottom:3px;

	}
	
	
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top:15px; 
	padding-right:20px; 
	padding:0;
	background-color: #ffffff;/* the background color will be displayed for the length of the content in the column, but no further */
	border-right:1px solid #999999;
	margin:0;
	min-height:600px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:600px;
} 
.twoColFixLtHdr #footer { 
	padding:0; 
	padding-right:10px;  
	padding-left:20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#200000;
}
.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;
}

#sidenav{
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
line-height:25px;
color:#200000;
padding:0;
padding-left:10px;
padding-top:20px;
margin:0;
width:150px;
padding-left:10px;
}

#sidenav td{
width:150px;

}

#sidenav a{
font-size:14px;
color:#200000;
text-decoration:none;
	font-weight: bold;
	padding:0;
	margin:0;
	display:block;
	padding-left:10px;

}
	
	#sidenav a:hover{
	color: #ffffff;
	background:#7BA1C3;
	text-decoration:none;
	padding:0;
	margin:0;
	display: block;	
	padding-left:10px;

	}
	
#tabletop{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #200000;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width:100%;
	padding:0;
	margin:0;
}

#tabletop td {
border-right:1px solid #999999;
width:160px;
text-align:center;
	padding:-5;
	margin:0
}
#tabletop a {
	display: block;
	width: 100%;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	padding:0;
	margin:0
}
#tabletop a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7BA1C3;
	padding:0;
	margin:0
	}
	
#bottomnav	{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #200000;
margin-top:0;
padding:4px;
margin-left:150px;
}


	#bottomnav a{
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	padding:0;
	margin:0;
	padding:4px;

}
	
	#bottomnav a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7BA1C3;
	padding:0;
	margin:0;
	padding:4px;
	}
	
#logo{
background:url(../../gfx/logo_2008.gif) no-repeat;
width:87px;
height:128px;
margin:0;
padding:0;
margin-top:10px;
margin-left:15px;
}

.thumb{
overflow: hidden;
float:left;
margin-left:-70px;
margin-top:5px;
display:block;
width:80px;  
height:80px;
border:1px solid #999999;
padding:2px;
}

.thumbImages{
overflow: hidden;
margin-top:10px;
margin-left:0px;
border:1px solid #999999;
padding:2px;
width:80px;  
height:80px;

}

.spacer {
margin-bottom:60px;
}

.noparagraph{
margin-top:9em;
}

.magnify {
margin-left:-75px;
border:none;
width:64px;
height:26px;
position:relative;
float:left;
margin-top:8em;
}

.magnified{
padding:2px;
margin:0;
border: 1px solid #999999;
margin-top:30px;
margin-left:-50px;
margin-bottom:20px;
}


/*#mainContentMagnify{ 
	margin-top: 15px;  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. 
	margin-left:50px;*/
	/* padding:0; remember that padding is the space inside the div box and margin is the space outside the div box 
	min-height:600px;
	}*/

.top{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#200000;
margin-left:640px;
margin-right:10px;
margin-bottom:5px;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top:1em;
	text-transform:uppercase;
}


.galleria { list-style: none; overflow: hidden; padding: 0; }

.galleria li { display: block; width: 75px; height: 75px; overflow: hidden; float: left; margin: 0 10px 10px 0; }

.galleria li a { display: none}
.galleria li div { position: absolute; display: none; top:0; left: 180px; }
.galleria li div img { cursor: pointer}
.galleria li.active div img,.galleria li.active div { display: block; }
.galleria li img.thumb { display:block; }
.galleria li .caption { display: block; padding-top: 0.5em; }
* html .galleria li div span { width: 400px; } /* MSIE bug */	


.caption { display: none; font-style: normal; color: #333333; margin: 2.0em 0em 0em 0em; }


.gallery_demo { margin-top: 2.0em !important; }
.gallery_demo li { width: 75px; height: 60px; margin: 0em 0.25em 0.25em 0em; }

