/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000066;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	text-align: center;
} 

* {
	margin: 0;
	padding: 0;
}


div#container {
	width: 774px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000066;
	text-align: left;
	background-color: #ffffff;
}


div#header{
	width: 774px;
	height: 50px;
	background: url(../images/pa_logo.gif) #ffffff no-repeat top left;
	text-align: right;
}


/*span.person {
	position: relative;
	top: 0px;
	left: 0px;
}

span.title {
	position: relative;
	right: 0px;
} */

div#topnav{
	width: 774px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: #180970;
	text-align: left;
}

div#topleftnav {
	padding-left: 10px;
	padding-top: 4px;
	color: #ffffff;
	font-weight: bold;
	float: left;
}

div#toprightnav {
	padding-top: 7px;
	padding-left: 93px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	float: left;
}

div#topleftnav a, div#topleftnav a:visited, div#toprightnav a, div#toprightnav a:visited {
	text-decoration: none;
	color: #ffffff;
}

div#topleftnav a:hover, div#toprightnav a:hover {
	text-decoration: none;
	color: #ed1c24;
}

div#intro_topa {
	width: 774px;
	height: 146px;
	text-align: left;
}

div#intro_topb {
	width: 774px;
	height: 135px;
	text-align: left;
}

div#intro_topc{
	width: 774px;
	height: 39px;
	text-align: left;
}

div#intro_bottom {
	height: 150px;
	text-align: center;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 16px;
	background-color: #180970;
}

div#intro_bottom_left {
	width: 258px;
	height: 120px;
	padding-top: 30px;
	float: left;
}

div#intro_bottom_middle {
	width: 258px;
	height: 120px;
	padding-top: 30px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	float: left;
}

div#intro_bottom_right {
	width: 256px;
	height: 120px;
	padding-top: 30px;
	float: left;
}

div#intro_footer {
	padding-top: 60px;
	color: #ffffff;
	font-size: 9px;
	font-weight: normal;
}


#intro_bottom_left a, #intro_bottom_left a:visited, #intro_bottom_middle a, #intro_bottom_middle a:visited,
#intro_bottom_right a, #intro_bottom_right a:visited
{
	text-decoration: none;
	color: #ffffff;
}

div#intro_bottom_left a:hover, div#intro_bottom_middle a:hover, div#intro_bottom_right a:hover {
	text-decoration: none;
	color: #ed1c24;
}

div#main {
	width: 774px;
	text-align: left;
}

div#main_left {
	width: 498px;
	height: auto;
	padding: 10px;
	border-right: 1px solid #000066;
	float: left;
}

div#main_left ul {
	padding: 0px 20px 10px 20px;
	list-style-type: disc;
}

div#main_right {
	width: 235px;
	height: auto;
	margin-left: -1px;
	border-left: 1px solid #000066;
	padding: 10px;
	float: left;
}

div#main_right ul {
	padding: 10px 10px 10px 30px;
	list-style-type: decimal;
}

div#footer {
	width: 774px;
	height: 72px;
	padding: 0px;
	text-align: left;
	font-size: 9px;
	background: url(../images/footer.gif) #ffffff no-repeat bottom left;
}

div#leftfooter {
	width: 498px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
	float: left;
}

div#rightfooter {
	width: auto;
	padding-left: 12px;
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
	float: left;
}

div#formright {
	width: 210px;
	height: 350px;
	border: 1px solid #3d3d3d;
	background-color: #eeeeee;
	line-height: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
}

.label {
	margin-left: 0px;
	font-weight: normal;
	font-size: 10px;
	float: left;
}

#formright input {
	font-size: 10px;
	width: 145px;
	padding-right: 0px;
	margin-top: 3px;
	float: right;
}

#formright select {
	font-size: 10px;
	width: 150px;
	padding-right: 0px;
	margin-top: 3px;
	float: right;
}

#formright textarea {
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 206px;
	padding-right: 0px;
	margin-bottom: 10px;
}

#formright input#submit {
	font-size: 10px;
	width: 80px;
	margin-left: 0px;
	font-weight: normal;
	float: left;
}

#formright input#reset {
	font-size: 10px;
	width: 80px;
	padding-right: 0px;
	float: right;
}


div#formrightlogin {
	width: 210px;
	height: 80px;
	border: 1px solid #3D3D3D;
	background-color: #EEEEEE;
	line-height: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
}

#formrightlogin input {
	font-size: 10px;
	width: 145px;
	padding-right: 0px;
	margin-top: 3px;
	float: right;
}

#formrightlogin input#submit {
	font-size: 10px;
	width: 80px;
	margin-left: 60px;
	font-weight: normal;
	float: left;
}

div#menuAccordion {
	overflow: hidden;
	width: 498px;
	border-bottom: 1px solid black;
}

div#menuAccordionSubtitle {
	text-decoration: underline;
}

#menuAccordion input {
	font-size: 10px;
	width: 345px;
	margin-top: 3px;
	float: right;
}

#menuAccordion input#checkbox {
	width: 16px;
	height: 16px;
	margin-left: 10px;
	vertical-align: bottom;
	float: left;
}

#menuAccordion span#checkboxlabel {
	font-size: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
	font-weight: normal;
	float: left;
}

div#signupchbx {
	float: none;
	margin-top: 0px;
	margin-left: 106px;
}

#menuAccordion select {
	font-size: 10px;
	width: 100px;
	margin-top: 3px;
	margin-right: 249px;
	padding-left: 5px;
	float: right;
}

#menuAccordion option {
	font-size: 10px;
	width: 80px;
	padding-left: 5px;
	float: none;
}


#menuAccordion textarea {
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 206px;
	margin-bottom: 10px;
}

#main_left input#submit {
	margin-top: 10px;
	font-size: 10px;
	width: 80px;
	font-weight: normal;
	float: left;
}

#main_left input#reset {
	margin-top: 10px;
	font-size: 10px;
	width: 80px;
	float: right;
}


/* 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-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;

}

/* 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 {
	background-color: #c1c1c1;
	background-image:  url(../images/a9c0ce_close_tab.gif);
	background-repeat: no-repeat;
	color: #000066;
	font-weight: bold;
	padding: 3px;
	cursor: pointer;
	-moz-user-select: none;
}

/* 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: hidden;
	padding-left: 10px;
	padding-right: 20px;
	text-align: left;
	background-color: #eeeeee;
	line-height: 25px;
}


.AccordionPanelContent a:link{
	color: #000000 !important;
	font-weight: normal !important;
}

.AccordionPanelContent a:visited{
	color: #000000 !important;
	font-weight: normal !important;
}

.AccordionPanelContent a:hover{
	color: #cc0000 !important;
	font-weight: normal !important;
}

.AccordionPanelContent a:active{
	color: #cc0000 !important;
	font-weight: normal !important;
}

.AccordionPanelOpen .AccordionPanelContent {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #eeeeee;
}

/* 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: #180970;
	background-image:  url(../images/c1c1c1_close_tab.gif);
	background-repeat: no-repeat;
	border-bottom: 0;
	color: #ffffff;
}

/* 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: #cc0000;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #cc0000;
}

/* 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: #c1c1c1;
	background-image:  url(../images/a9c0ce_close_tab.gif);
	background-repeat: no-repeat;
}

/* 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: #180970;
	/*background-image:  url(../images/e6e6e6_close_tab.gif);*/
	background-image:  url(../images/c1c1c1_close_tab.gif);
	background-repeat: no-repeat;
}

a:link {
	text-decoration: none;
	color: #000066;
}

a:visited {
	text-decoration: none;
		color: #000066;
}

a:hover {
	text-decoration: none;
	color: #ed1c24;
}

a:active {
	text-decoration: none;
		color: #000066;
}

h1 { 
	color: #000066;
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 10px;
}

h2 { 
	color: #000066;
	font-weight: bold;
	font-size: 14px;
}

p {
	padding-bottom: 10px;
}

.emphasize {
	font-style: italic;
}

.inlinetitle {
	font-weight: bold;
}

.screenshot {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.normal {
	font-weight: normal;
	font-size: 12px;
}

.smalltext {
	font-size: 10px;
}

.superscript {
	font-size: 8px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
.clearfix .hello .brandname {
	display: inline-table;
}
*/

/* backslash hack hides from IE mac\*/
/* * html .clearfix .hello .brandname {height: 1%;} */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */
