@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-image: url(images/Tile_Home.jpg);
	text-align: center;
}


#outContainer {
	width: 960px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}
#inContainer {
	padding: 0px;
	width: 960px;
	height: 100%;
	text-align: left;
} 

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".default #sidebar1 p" rule.
*/
 #sidebar {
	width: 960px;
	height: 100%;
	position: fixed;
	top: 0px;
	right: auto;
	background-position: left top;
	background-repeat: repeat-y;
}
.sidebarImg  {
	padding-top: 25px;
	padding-bottom: 7px;
	margin-right: 0px;
	background-image: url(images/trans_black_dark.png);
	padding-right: 41px;
	padding-left: 41px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-repeat: repeat;
	background-position: left top;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
#mainContent {
	width: 783px;
	top: 0px;
	right: 177px;
	position: absolute;
	margin: 0;
	text-align: left;
} 

#header {
	height: 227px;
	width: 783px;
	float: left;
	z-index: 20;
	position: fixed;
	background-position: left top;
} 
.headerImg {
	background-image: url(images/trans_black_dark.png);
	padding-top: 33px;
	padding-right: 75px;
	padding-bottom: 29px;
	padding-left: 200px;
	background-repeat: repeat;
}
#altSidebar {
	position: fixed;
	height: 100%;
	width: 175px;
	padding-left: 25px;
	background-image: url(images/trans_black_dark.png);
	padding-top: 15px;
	margin-top: 227px;
}
#contentFrame {
	background-image: url(images/Alpha_Gragient_M.png);
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 72px;
	margin-top: 227px;
	margin-bottom: 0px;
	margin-left: 140px;
	float: left;
	background-repeat: repeat;
	background-position: left;
	width: 493px;
	padding-right: 72px;
}
.Quote_Highlight {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: -15px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 0px;
	padding-left: 0px;
}
.Text_Highlight {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-right: 0px;
	position: relative;
	left: -2px;
	bottom: -1px;
	line-height: 24px;
}
#Slideshow {
	height: 220px;
	width: 783px;
	position: absolute;
	top: 132px;
	left: 0px;
	background-position: top;
}
.SlideshowSpacer {
	display: block;
	margin-top: 352px;
	margin-bottom: 0px;
	font-size: 1px;
	clear: both;
}
.ScrollSpacer {
	display: block;
	margin-top: 352px;
	margin-bottom: 0px;
	font-size: 1px;
}

.anchorOffset {
	display: block;
	height: 227px;
}


.Images-Right {
	float: right;
	margin-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Images-Left {
	margin-right: 25px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#mainContent    li   {
	margin-left: 0px;
	line-height: 19px;
}

p {
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h1 {
	text-align: left;
	display: block;
	margin-top: 30px;
	font-size: 28px;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-bottom: 0px;
	letter-spacing: 1px;
	margin-left: 212px;
	font-weight: bold;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
}
h3 {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
h4 {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding-top: 16px;
	text-transform: uppercase;
}
h5 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 7px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
	text-indent: 30px;
}
blockquote {
	margin-right: 30px;
	margin-left: 30px;

}


h6 {
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	color: #FFFFFF;
	line-height: 20px;
}
ul    {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


/* Miscellaneous classes for reuse */
.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.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;
}


/* 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 {
	overflow: hidden;
	background-repeat: repeat;
	position: absolute;
	top: 132px;
	right: 0px;
	padding-top: 30px;
	background-image: url(images/trans_black_dark.png);
	height: 100%;
}



/* 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 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: cccc99;
	margin: 0px;
	padding: 0px;
}
.Accordion      li      {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccc99;
	display: block;
	text-indent: 20px;
	height: auto;
	list-style-type: none;
}
.Accordion a {
	line-height: 32px;
	color: #FFFF99;
	display: block;
	text-decoration: none;
	font-size: 12px;
}



.Accordion  li a:hover {
	background-image: url(images/trans_black.png);
}
.AccordionPanelTab/* 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.
 */
 {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	display: block;
	font-size: 12px;
	height: 31px;
	width: 177px;
	text-indent: 12px;
	line-height: 31px;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0px;
	background-color: #333333;
}
#SwapAbout,#Tab0:hover {
	background-color: #856a50;
}
#SwapExperience,#Tab1:hover {
	background-color: #804040;
}
#SwapProspective,#Tab2:hover    {
	background-color: #66913C;
}
#SwapNews,#Tab3:hover  {
	background-color: #373768;
}
#SwapLearning,#Tab4:hover  {
	background-color: #66335E;
}
#SwapAds,#Tab6:hover,#Tab6   a:hover    {
	background-color: #666699;
	color: #FFFFFF;
}
#SwapSupport,#Tab5:hover,#Tab5  a:hover {
	background-color: #Ce763c;
	color: #FFFFFF;
}
.AccordionPanelTabHover {
	color: #FFFFFF;
}

/* 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 {
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	background-image: url(images/trans_black.png);
	width: 177px;
}
.AccordionPanelOpen   /* 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.
 */
.AccordionPanelTab   {



}
.AccordionPanelOpen .AccordionPanelTabHover {
	background-color: #323338;
}

/* 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: #323338;


}

/* 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 {
}
.style_white {
	color: #FFFFFF;
}
.hoverDefault {
	cursor: default;
}
.style_bold, b {
	font-weight: bold;
}
.style_right {
	text-align: right;
	display: inline;
}
.style_small {
	font-size: 12px;
	letter-spacing: 1px;
}
#photo_credits, #photo_credits:hover{
	position:absolute;
	left:0px;
	width:783px;
	height:250px;
	z-index:200;
	bottom: 0px;
	font-size: 9px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	cursor: default;
}
.photo-credits, #mainContent   .photo-credits  a {
	font-size: 9px;
	letter-spacing: 1px;
	color: #FFFF99;
}
.amazon {
	padding-right: 24px;
	padding-left: 2px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

