@charset "UTF-8";
body  {
	font: 95%/150% Arial, Helvetica, sans-serif;
	background: #272727 url(/images/page-bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 0 0 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: #272727;
}

.spp09 #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ededed;
	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. */
} 

.spp09 #header {
	background: #ededed url(/images/header-bg2.jpg) no-repeat;
	height: 100px;
	padding: 0 0 0 100px;  /* 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. */
} 

.spp09 #header img {
	padding: 5px 0 0 0; 
} 

.spp09 #slider {
	height: 216px;
	padding: 0;  /* 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. */
} 

.spp09 #navigation {
	height:80px;
	padding: 0;  /* 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. */
	margin: 0 0 15px 0;
	background: #dedede url(/images/nav-bg.jpg) repeat-x;
	border-bottom:1px solid #CCCCCC;
} 

/*  ---------------------------Left Column ------------------------------------------ */

.spp09 #leftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
}


.spp09 #sidebar1Header {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	background: #fff url(/images/small-box-header.gif) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: -10px;
}

.spp09 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 10px 10px 10px;

	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.spp09 #sidebar1 p {	
	padding: 10px; /* padding keeps the content of the div away from the edges */
}

.spp09 #sidebar1 h3 {
	color: #fff;
	font: normal 95% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 10px 10px 15px 15px;
}

.spp09 #sidebar3Header {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	background: #fff url(/images/small-box-header.gif) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: -10px;
}

.spp09 #sidebar3 {
	float: left; /* since this element is floated, a width must be given */

	width: 180px; /* 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 */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.spp09 #sidebar3 p {	
	padding: 10px; /* padding keeps the content of the div away from the edges */
}

.spp09 #sidebar3 h3 {
	color: #fff;
	font: normal 95% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 10px 10px 15px 15px;
}

/*  ---------------------------Right Column ------------------------------------------ */
.spp09 #rightColumn {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
}

.spp09 #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 10px 10px -10px; /* padding keeps the content of the div away from the edges */
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.spp09 #sidebar2Header {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	background: #fff url(/images/small-box-header.gif) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: -10px;
}

.spp09 #sidebar2 p {	
	padding: 10px; /* padding keeps the content of the div away from the edges */
}

.events {
        font-size: 90%;
}

.spp09 #sidebar2 h3 {
	color: #fff;
	font: normal 95% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 10px 10px 15px 15px;
}

.spp09 #sidebar3 p {	
	padding: 10px; /* padding keeps the content of the div away from the edges */
}

.spp09 #sidebar3h3 {
	color: #fff;
	font: normal 95% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 10px 10px 15px 15px;
}

.spp09 #sidebar4 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 10px 10px 10px -10px; /* padding keeps the content of the div away from the edges */
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.spp09 #sidebar4Header {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	background: #fff url(/images/small-box-header.gif) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-top: -10px;
}

.spp09 #sidebar4 p {	
	padding: 10px; /* padding keeps the content of the div away from the edges */
}

.spp09 #sidebar4 h3 {
	color: #fff;
	font: normal 95% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 10px 10px 15px 15px;
}


/*  ---------------------------Center Column ------------------------------------------ */


.spp09 #mainContentHeader {
	float: left; /* since this element is floated, a width must be given */
	width: 558px; /* 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 */
	background: #fff url(/images/large-box-header.gif) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: -10px 0 10px 0;
	
}

.spp09 #mainContentHeader h3 {
	color: #fff;
	font: normal 95% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 10px 10px 15px 15px;

}

.spp09 #mainContent {
	margin: 0 0 10px 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	width: 558px; /* 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: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
        min-height: 600px;
        
} 


.spp09 #catalogContent {
	margin: 0 0 10px 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	width: 938px; /* 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: 10; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
} 


.spp09 #mainContent  p {
     padding: 0 10px 5px 10px;
}

.spp09 #mainContent  h1 {
     font: normal 140% Arial, Helvetica, sans-serif;
     padding: 0 10px 5px 10px;
}

.spp09 #mainContent  h2 {
     font: normal 120% Arial, Helvetica, sans-serif;
     padding: 5px 10px 5px 10px;
}
.spp09 #mainContent  h3 {
     font: bold 110% Arial, Helvetica, sans-serif;
     padding: 5px 10px 5px 10px;
}
.spp09 #mainContent blockquote{
    padding: 0 0 0 20px;
}

.unordered-list{ 
    padding: 0 0 0 30px;
    list-style-type: circle;
}

#mainContent img {
    padding: 5px;
}

.videos {
    margin: 10px 0 0 15px;
}

#mainContent a img{
    text-decoration: none;
    border: 0px;
    outline: none;
}

.goBack {
        font-size: 11px;
        margin-left: 18px;
}

.photogalleryTable{
     width: 100%;
}

.photogalleryNavigation{
     border-top: 3px solid #ff6600;
}

.photogalleryNavigation a{
     font: normal 110% Arial, Helvetica, sans-serif;
}

/*  ---------------------------Footer ------------------------------------------ */


.spp09 #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#272727;
	margin: 10px 0 0 0;
} 

.spp09 #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:#ededed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
}

.spp09 #footer a:link {       
        color: #999999;        
        text-decoration: none;
}

.spp09 #footer a:active {
        color: #ff6600;
        text-decoration: underline;
}

.spp09 #footer a:hover span {
        color: #ff6600;
        text-decoration: underline;
}
.spp09 #footer a:visited {        
        color: #dedede;        
        text-decoration: underline;
}

.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;
}

/*- Menu Tabs E--------------------------- */

    #NavTabs {
	float:left;
	width:100%;
	
	font-size:100%;
	line-height:normal;
      }
      
    #NavTabs ul {
        margin:0;
        padding:10px 10px 15px 80px;
        list-style:none;
}
      
    #NavTabs li {
	display:inline;
	margin:0;
	padding:0;
}
      
#NavTabs a {
	float:left;
	 margin: 0 20px 0 0;
	padding:0 0 0 4px;
	text-decoration:none;
 }
      
#NavTabs a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#FFF;
}
      
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#NavTabs a span {
	float:none;
}    /* End IE5-Mac hack */

#NavTabs a:hover span {
	color:#ff6600;
	text-decoration:underline;
}

#NavTabs a:hover {
	background-position:0% -46px;
}

#NavTabs a:hover span {
	background-position:100% -46px;
}

#NavTabs #current a {
	background-position:0% -46px;
 }
 
#NavTabs #current a span {
	background-position:100% -46px;
        }
/* ----------------------------------------------------------------------  */
#secondaryNav { /* none needed */ }


ul#SecondaryNavlist {
        margin: 0 0 0 68px;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}

ul#SecondaryNavlist li {
        float: left;
        font-family: arial, sans-serif;
        font-size: 85%;
        font-weight: bold;
        margin: 0;
        padding: 15px 0 4px 30px;
        
}

#SecondaryNavlist a, #navlist a:link {
        margin: 0;
        padding: 5px 12px 4px 12px;
        color: #00236f;        
        text-decoration: underline;
}

ul#SecondaryNavlist li#active {
        color: #ff6600;
        text-decoration: underline;
}

#SecondaryNavlist a:hover {
        color: #ff6600;
        text-decoration: underline;
}
.author {
display:none;
}
span.date {
display:none;
}
