@charset "utf-8";

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* 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: 1px solid #750B6E;
	border-right: 1px solid #750B6E;
	border-bottom: 1px solid #750B6E;
	overflow: hidden;
	border-top-color: #750B6E;
}

/* 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.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	background-color: #BBB;
	border-top: 1px solid black;
	border-bottom: 1px solid #750B6E;
	margin: 0px;
	padding: 4px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size: 1.2em;
	font-weight: bold;
}

/* 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: auto;
}

/* 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 {
	background-color: #750B6E;
	color: #CCC;
}

/* 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 {
	color: #FFF;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #FFF;
}

/* 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: #CCC;
}

/* 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: #750B6E;
	color: #CCC;
}
.AccordionPanelContent p {
	margin-right: 5px;
	margin-left: 210px;
}
/*	END Custom Spry code	*/

.pcaItem {
	padding-top: 20px;
}

#container {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
#header {
	width: 960px;
	background-image: url(../images/bannerbkg.png);
	background-repeat: repeat-x;
	/*margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-color: #06C;
	background-attachment: scroll;
	
	background-position: center center;
	
	padding-top: 0px;*/	
}
#banner {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 960px;
	background-color: #FFF;
}
/*html > body #header {
	height: auto;
	min-height: 180px;
}*/

#design_r1_c3 {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	height: 20px;
	margin-bottom: 0;
	width: 960px;
}
#design_r2_c3 {
	margin-left: 10px;
	margin-top: 0px;
	display: inline;
	float: left;
	height: 146px;
	margin-bottom: 0;
	width: 10px;
}
#design_r2_c5 {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	height: 146px;
	margin-bottom: 0;
	width: 20px;
}
#design_r2_c7 {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	height: 146px;
	margin-bottom: 0;
	width: 20px;
}
#design_r2_c9 {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	height: 146px;
	margin-bottom: 0;
	width: 20px;
}
#design_r2_c11 {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	height: 146px;
	margin-bottom: 0;
	width: 40px;
}
#design_end_l {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	height: 146px;
	margin-bottom: 0;
	width: 10px;
}
#design_end_r {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	height: 146px;
	margin-bottom: 0;
	width: 10px;
}


#pellogo {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	height: 146px;
	margin-bottom: 0;
	width: 240px;
}
#photol,#photom,#photor {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	height: 146px;
	margin-bottom: 0;
}

#navMain {
	color: #750b6e;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin-right: 48px;
	display: inline;
	float: left;
	margin-bottom: 0;
	line-height: 1;
	width: 960px;
}

/*html > body #navMain {
	height: auto;
	min-height: 52px;
}*/
#navMain ul {
	margin: 0px;
	padding: 0px;
}
#navMain li{
	text-decoration:none;
	list-style:none;
	float:right;
	margin-right: 40px;
	margin-top: 10px;
}

#navMain a:link,#navMain a:visited, #navMain a:hover,#navMain a:focus {
	color: #750b6e;
	font-weight: normal;
	text-decoration: none;
	padding: 0 4px;
}
#navMain a:visited {
	color: #551a8b;
	padding: 0 .2em;
}
#navMain a:hover, #navMain a:focus {
	color: ;
	font-weight: normal;
	border-width:0 2px;
	border-color:#750b6e;
	border-style:solid;
	padding: 0 2px;
}

h1,h2,h3,h4,h5,h6{
	color: #666;
	margin-bottom: 0.5em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
h1 {
	color: #750B6E;
}
blockquote {
	margin:1em 20px;
	font-size:1.2em;
	line-height:1.4em;
	font-style: italic;
	color: #333;
	border: thin solid #750B6E;
	padding: 0.5em;
}
/*div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}*/
.border {
	margin-left: 0px;
	margin-top: 0px;
	display: inline;
	float: left;
	margin-bottom: 0;
	background-image: url(../images/navborder.gif);
	background-repeat: repeat-x;
	width: 960px;
	height: 9px;
}

.box {
	border: thin solid #666;
	background-color: #FEF1FD;
	padding: 5px;
}
.callout {
	font-size: 1.6em;
	color: #750B6E;
	font-weight: bold;
}

