@charset "UTF-8";

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */

.Accordion {
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	overflow: hidden;
	/*width: 420px;*/
}
hr {
border: 0px none;
color: #9E9E9E;
/*background-color: White;*/
height: 1px;
width: 100%;
text-align: left;
 margin-top: 4px;
 margin-bottom: 4px;
}


em {
	color: #CCCCCC;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	}


/*li {
	list-style-image: url(imgs/list.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: -20px;
}
*/
ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 8px;
	padding-top: 8px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	list-style: url(../imgs/list.gif);
	white-space: normal;
	margin-right: 0px;
	padding-right: 0px;
	}



/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-indent: 18px;
	color: #CCCCCC;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #080808 url(../menu/bg_tab01.gif) repeat-x;	
	line-height: 12px;
	height: 18px;

}/*
.AccordionPanelTab */
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 20px;
	background: url(../menu/tab_shut.gif) no-repeat left 50%; 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}


/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 130px;
	background-color: #141414;
	color: #CCCCCC;
}
.AccordionPanelContent  p       {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	bottom: 6px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 2px;
	margin-bottom: 4px;
}
/*.AccordionPanelTab h3 {
 background: url(../menu/blt_panel_clps.gif) no-repeat left 50%; 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}*/

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-indent: 18px;
	color: #CCCCCC;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #080808 url(../menu/bg_tab01.gif) repeat-x;
	line-height: 12px;
	height: 18px;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-indent: 18px;
	color: #CCCCCC;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #080808 url(../menu/bg_tab01.gif) repeat-x;
	line-height: 12px;
	height: 18px;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-indent: 18px;
	color: #CCCCCC;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #080808 url(../menu/bg_tab01.gif) repeat-x;
	line-height: 12px;
	height: 18px;
}
.AccordionPanelOpen h3 {
	margin: 0;
	padding: 2px 2px 4px 20px;
	background: url(../menu/tab_open.gif) no-repeat left 50%; 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}


/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #B5DCF7;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #F7F1B5;
}
.txt09 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.txt10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.txt11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D6D6D6;
}
.txt11black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.txt12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.txt09dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.txt10dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.txt11dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.txt12dark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.tablewhiteborder {
	border: 1px solid #B0B0B0;
}

img {
	/*border: 1px solid #B0B0B0;*/
}

#wrappertop {
	text-align: left;
	margin: auto;
	padding: 0px;
	width: 788px;
	border: 1px solid #333333;
	margin-bottom: 0px;
	background-color: #333333;
}
#wrapper {
	text-align: left;
	margin: auto;
	padding: 0px 0px;
	width: 788px;
	border: 1px solid #333333;
	margin-bottom: 0px;
	background-color: #2B2C2F;
}
#wrapperwhite {
	text-align: left;
	margin: auto;
	padding: 0px 0px;
	width: 788px;
	border: 1px solid #333333;
	margin-bottom: 0px;
	background-color: #F5F5F5;
}
#wrapperblack {
	text-align: left;
	margin: auto;
	padding: 0px 0px;
	width: 788px;
	border: 1px solid #333333;
	margin-bottom: 0px;
	background-color: #000000;
}
#header {
	margin: 0 0 15px 0;
	width: 788px;
	background: yellow;
	height: 183px;
}
/*#tmenu {
	margin: 0px 0px 0px 0px;
	width: 788px;
	background: white;
	text-align: center;
	background-color: #333333;*/
}
#tmenu {
	margin: auto;
	width: 790px;
	text-align: center;
	background-color: #333333;
}

#side-a {
	float: left;
	width: 432px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #2B2C2F;
}
#side-aLight {
	float: left;
	width: 432px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #F4F4F4;
}
#side-afull {
	float: left;
	width: 768px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#side-afull-black {
	float: left;
	width: 764px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: Black;
}

#side-afullblack {
	float: left;
	width: 768px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: Black;
}

#side-b {
	margin: 0;
	float: right;
	width: 298px;
	height: 100% /* Holly hack for Peekaboo Bug */;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*background-color: #EFEDFC;*/
	border-left: 1px solid #3F3F3F;
}
#side-bNoBorder {
	margin: 0;
	float: right;
	width: 298px;
	height: 100% /* Holly hack for Peekaboo Bug */;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*background-color: #EFEDFC;*/
	border-left: none;
}
#side-b-narrow {
	margin: 0;
	float: right;
	width: 248px;
	height: 100% /* Holly hack for Peekaboo Bug */;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*background-color: #EFEDFC;*/
	border-left: 1px solid #3F3F3F;
}

.box-grey1 {
	margin: 0;
	height: 100% /* Holly hack for Peekaboo Bug */;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #7F7F7F;
	border: 1px solid #000000;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
.box-grey2 {
	margin: 0;
	height: 100% /* Holly hack for Peekaboo Bug */;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #2B2C2F;
	border: 1px solid #000000;
	color: White;
}
.box-grey3 {
	margin: 0;
	height: 100% /* Holly hack for Peekaboo Bug */;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
	border: 1px solid #000000;
	color: White;
}
.box-gallery1 {
	margin: 0;
	height: 100% /* Holly hack for Peekaboo Bug */;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	background-color: Black;
	/*text-align: center;*/
	border: 0px none;
}

.txt11sp12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 6px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	color: #CCCCCC;
}


#footer {
	clear: both;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: Black;
	border-top: 1px solid #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #B2B2B2;
}

#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 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #DDDDDD;}
	
#footer a:link {
	color: Gray;
	text-decoration: none;
	}

#footer a:visited {
	color: Gray;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFFAFA;
	text-decoration: underline;
}

#footer a:active {
	color: Gray;
	text-decoration: underline;
	}

	
h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #D6D6D6;
	margin-top: 4px;
	margin-bottom: 0px;
	border-bottom: 1px solid #3F3F3F;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	margin-top: 4px;
	margin-bottom: 0px;
	border-bottom: 1px none #000000;
}
h5 {	font : 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-bottom: 1px;
 margin-top: 5px;
   border-bottom: 1px dashed #707070;
              text-align: left;
              text-decoration: none;
                            /*width: 200px;*/
              }

h6 {	font : bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
margin-bottom: 1px;
 margin-top: 5px;
   border-bottom: 1px dashed #3F3F3F;
              text-align: left;
              text-decoration: none;
                            width: 200px;
              }

p {
	margin-top: 6px;
	margin-bottom: 6px;
}
.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;
}

