@charset "UTF-8";
body  {
	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 */
	background-color: #ffffff;
}
.thrColFixHdr #container {
	width: 1024px;  /* 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 */
	text-align: left;
	position: relative;
} 
.thrColFixHdr #header {
	position: relative;
	top: 50px;
	color: #ffffff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
	height: 62px;
	float: none;
	clear: none;	  /* 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. */
} 
.thrColFixHdr #header a:hover {
	color: #d75900;
}

.thrColFixHdr #header h1 {
	 /* 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 */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	margin: left 20
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	border: #DDD 1px solid;  /* padding keeps the content of the div away from the edges */
	margin-top: 15px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 {
	position: relative;
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* 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 */
	height: 480px;
	background: #1e1f21; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: auto;
	
}
.thrColFixHdr #sidebar2 a
{
display: block;
margin: auto;
text-align: center;

}
.thrColFixHdr #sidebar2 a:hover
{
color: #1e1f21;
}
.thrColFixHdr #mainContent {
	margin: auto;
	position: relative;
	width: 1024px;
	height: 375px;
	background-color: #363739;
} 
.thrColFixHdr #mainContent a {
display: block;
margin: auto;
text-align: center;

}
.thrColFixHdr #mainContent a:hover {
color: #1e1f21;
}
.thrColFixHdr .footer {
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff;
	position: relative;
	bottom: 165px;
} 
.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 */
	text-align: center;
}
.thrColFixHdr #footer { 
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ffffff; 
} 
.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 */
}

.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;
}
.thrColFixHdr #righttext {
	text-align: right;
	padding: 3px;
	float: right;
	height: auto;
	width: 200px;
}


.more {
    display: none;
}

a.showLink, a.hideLink {
    text-decoration: none;
    color: #b50000;
    padding-left: 8px;
    background: transparent url('../../down.gif') no-repeat left; 
}

a.hideLink {
    background: transparent url('../../up.gif') no-repeat left; 
}
a.showLink:hover, a.hideLink:hover {
    border-bottom: 1px dotted #1e1f21;
	color: #1e1f21; 
}


#navcontainer { width: 200px; }

.thrColFixHdr #sidebar1 ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Helvetica, Arial, sans-serif;
}

.thrColFixHdr #sidebar1 a
{
display: block;
padding: 3px;
width: 160px;
background-color: #ffffff;
border-bottom: 1px solid #ddd;
}

.thrColFixHdr #sidebar1 a:link, #navlist a:visited
{
color: #b50000;
text-decoration: none;
}

.thrColFixHdr #sidebar1 a:hover
{
background-color: #b50000;
color: #ffffff;
}



#logo_image {
	float: left;
}

#header_choices {
	float: right;
}
.style_white_text {
	color: #ffffff;
	line-height: normal;
	text-decoration: none;
	font-size: 16px;
}
.stylewhite a {
	color: #1e1f21;
	text-decoration: none;
}
.stylewhite {
	text-decoration: none;
}
.stylewhite a {
	text-decoration: none;
}
.stylewhite a:link {
	color: #1e1f21;
	text-decoration: none;
}
.stylewhite a:hover {
	color: #d75900;
	text-decoration: none;
}
.stylewhite a:visited {
	color: #1e1f21;
	text-decoration: none;
}


p {
	font-family: Helvetica, Arial, sans-serif;
	color: #363739;
	font-size: 15px;
	text-indent: 20px;
	text-align: justify;
}
.left { 
	float: left; 
	margin: 0 .5em .5em 0; 
	position: relative;
} 
.right {
	float: right;
	position: absolute;
	left: 832px;
	top: 37px;
	width: 158px;
}

.styleparagraph p {
	font-family: helvetica, arial;
	text-indent: 0;
}
	
.styleparagraph h3 {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.styleparagraph h1 {
	text-align: center;
	color: #1e1f21;
}
.styleparagraph h6 {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}


	

.whitelink {
	font-family: Helvetica, Arial;
	color: #d75900;
	text-decoration: underline;
}
.whitelink a {
	color: #1e1f21;
	text-decoration: underline;
}

.whitelink a:link {
	color: #1e1f21;
	text-decoration: underline;
}
.whitelink a:hover {
	color: #d75900;
}
#whitelink {
	font-family: Helvetica, Arial;
	color: #fff;
	text-decoration: underline;
	display: inline;
}

.footer #whitelink a {
	font-family: Helvetica, Arial;
	color: #fff;
	text-decoration: underline;
	z-index: 5000;
}
.footer #whitelink a:link {
	color: #1e1f21;
	text-decoration: underline;
}
.footer #whitelink a:hover {
	color: #d75900;
}


.footer a:hover { 
	color: #d75900;
}
#footer a:hover { 
	color: #d75900;
}
#logo {
	position: absolute;
	z-index: 10000;
	left: 0px;
	top: 15px;
}
#motto {
	width: 1024px;
	background-color: #1e1f21;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	text-indent: 35px;
	font-size: 24px;
	z-index: 10000;
}
#background {
	background-color: #1e1f21;
	height: 480px;
}
.image_button {
	border: none;
	padding: none;
}
.image_button a {
	border: none;
	padding: none;
	
}
.image_button a:hover {
	background-color: #d75900;
}
img {
	border: none;
}
img a {
	border: none;
}
img a:hover {
	border: solid 2px;
	border-color: #d75900;

}
a.img:hover {
	padding: 2px;
	background-color: #d75900;
}


.sidebar_white {
	text-align: center;
}
.sidebar_white a {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.sidebar_white a:link {
	text-decoration: none;
	color: #ffffff;
}

.sidebar_white a:hover {
	background-color: #ffffff;
	color: #1e1f21;
	text-decoration: none;
	width: 166px;
}
.sidebar_white a:visited {
	text-decoration: none;
	color: #ffffff;
}
.sidebar_white a:active {
	text-decoration: none;
	color: #ffffff;
	
	
}

#links ul {
	list-style-type: none;
	width: 250px;
	position: absolute;
	top: 28px;
	left: -33px;
} 

#links li {
	border: none;
	
}

#links li a { 
        color: #ffffff;
        display: block;
        font: 120% Arial, Helvetica, sans-serif;
        text-decoration: none;
		padding-top: 5px;
		line-height: 150%;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 250px;
}

#links li a:hover {
        background: #ffffcc;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}
#opening_blurb {
	position: absolute;
	top: 216px;
	left: 35px;
	width: 400px;
	background-color: #1e1f21;
}
#opening_blurb p {
	
	font-family: "Helvetica CY", Helvetica, Arial;
	font-size: 18px;
	background-color: #1e1f21;
	color: #ffffff;
	text-indent: 0;
}
.photo-meta-data { 
		background: url(../../images/home/transpBlack.png); 
		padding: 10px; 
		height: 80px; 
		margin-top: -100px; 
		z-index: 11000; 
		color: white; 
		width: 726px; 
		position: relative;
		font-family: Helvetica, Arial;
		font-size: 24px;
		line-height: 150%;
}
.photo-meta-data span 	{ 
	font-size: 15px;
	line-height: normal;
}
.panel			{ float: left; height: 100%; position: relative; width: 419px; }
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }


#hoverblock ul {
	position: relative;
	list-style-type: none;
	top: 10px;
	margin: auto;
	padding-left: 35px;
	
} 

#hoverblock li {
	border: none;
	float: left;
	width: 210px;
	margin-right: 36px;
}

#hoverblock li a { 
        color: #ffffff;
		background-color: #d75900;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
        text-decoration: none;
		line-height: 130%;
		text-align: center;
}

 * html #hoverblock li a {  /* make hover effect work in IE */
	width: 210px;
}

#hoverblock li a:hover {
        background-color: #ffffcc;
		color: #363739;
}

#hoverblock a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#hoverblock a em2 {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}


#page_content {
	position: relative;
	bottom: 160px;
	margin: 34px;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 12px;
}
.copyright {
	font-size: 12px;
	text-align: center;
}
.address_bar2 {
	font-size: 14px;
	font-weight: bold;
	color: #d75900;
	text-align: center;
}
