/* CSS Document - Linked Stylesheets */
@import url("yui/reset-min.css");

@import url("png-fix.css");

/* Site wide styles (PRINT STYLESHEET) */
HTML { font-size: 62.5%; background-color:#E4E6D8; }
P { padding: 5px 0px; }
BODY { font-family:Helvetica, Arial, sans-serif; font-size:11px; color:#333333; }
A:link, A:visited { text-decoration:none; }
A:hover, A:active { text-decoration:underline; }


/* Page Layout Styles */
#pageWrapper { width:680px; margin:0; }
#pageBackground { width:680px; margin:0; }


/* Header Area */
#logoHeaderArea { width:100%; background-image:url('../images/header-bkg.jpg'); background-position:right top; background-repeat:no-repeat; }
#topSubNavigation { display:none; }
#topNavigationArea { display:none; }


/* Footer Area */
#pageFooter { width:680px;  padding:0; }
#footerGraphic { display:none; }
#footerLinks { text-align:right; color:#333333; font-family:Helvetica, Arial, sans-serif; font-size:11px; }
#footerLinks A { color:#333333; }



/* Sub Page Specific Styles */
#subLeftSidebar { display:none; float: left; width:185px; margin: 16px 20px 0; }

#subContentArea { float: left; width:415px; margin:8px 5px 0 10px; }
#subContentArea H1, #subRightSidebar H1, #subContentAreaWide H1 { font-size:16px; font-weight:bold; color:#4E76A6; }
#subContentArea H2, #subRightSidebar H2, #subContentAreaWide H2 { font-size:12px; font-weight:bold; color:#4E76A6; margin-top:5px; }
#subContentArea P, #subRightSidebar P, #subContentAreaWide P { color:#000000; line-height:1.4em; }
#subContentArea A.arrow { font-size:11px; color:#5C8727; font-weight:bold; padding-left:15px; line-height: 20px; background-image:url('../images/postit-arrow.png'); background-position:left; background-repeat:no-repeat;}
.subContentColumn1 { float:left; width:205px; margin-right:7px; }
.subContentColumn2 { float:left; width:205px; margin-left:7px;}

#subContentAreaWide { float: left; width:680px; margin:8px 0 0; }

#subRightSidebar { float: left; width: 230px; margin: 8px 10px 0; }

.arrow { font-size:11px; color:#5C8727; font-weight:bold; padding-left:15px; background-image:url('../images/postit-arrow.png'); background-position:left; background-repeat:no-repeat;}
.icon { color:#636363; font-weight:bold; padding-left:25px; background-position:left; background-repeat:no-repeat; }
.print { background-image:url('../images/icon-print.jpg'); }
.email { background-image:url('../images/icon-email.jpg'); }
.broch { background-image:url('../images/icon-brochure.jpg'); }

.registerIcons { float:right; width:210px; margin-left:50px; }
#registerFrameBkg { width:680px; height:860px; overflow:hidden; background-image:url('../images/clipboard-bkg.png'); background-repeat:no-repeat; background-position:top; }
#registerFrameContent { height:690px; margin: 122px 100px 33px 68px; }
