/*
PpmMain.css (English)
*/

/*
Generic HTML elements
*/

html
{
	height:100%;
}

body {
	margin: 10px 10px 0;
	padding: 0;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
	color: #666666;
}

form
{
	margin: 0;
	padding: 0;
	height:100%;
}

a:link {
	color: #0C2577;
}
a:visited {
	color: #0C2577;
}
a:active {
	color: #0C2577;
}
a:hover {
	color: #3867A1;
}

p, span.p {
	margin: 0 0 0.8em 0;
	display: block;
}

img {
	border: none;
}


/* Required */
.required
{
	color:Red
}


/*
PPM Headings
*/

.ppm-H1, .ppm-H2, .ppm-H3, .ppm-H4, .ppm-H5, .ppm-H6 {
	margin: 0px 0 6px 0;
	font-family: Tahoma, Verdana, Sans-Serif;	
	font-weight: bolder;
	line-height: 1.2em;
	color: #0064D9;
	text-align:left;
}

.ppm-H1 {
	margin-bottom: 10px;
	font-size: 19px;
}

.ppm-H2 {
	margin-bottom: 10px;
	font-size: 16px;
}

.ppm-H3 {
	margin-bottom: 10px;
	font-size: 14px;
}

.ppm-H4 {
	font-size: 12px;
}

.ppm-H5 {
	font-size: 10px;
}

.ppm-H6 {
	font-size: 8px;
}


/*
Lists
*/

ul {
	list-style: none;
	margin: 0 0 0.8em 0;
	padding: 0;
}

ul li {
	padding-left: 20px;
	background: url(../images/ppm_bullet_blue.gif) no-repeat 10px 8px;
}

ol {
	margin: 0 0 0.8em 0;
	padding: 0 0 0 35px;
}

li {
	margin-bottom: 0.8em;
}

dd {
	margin: 0 15px 0.8em 15px;
}

ul li span.p {
	margin: 0;
	display: inline;
}

ul li ul {
	margin-top: 0.8em;
}


/*
Header
*/

.ppm-Header {
	margin: 0;
	height: 80px;
	font-size: 11px;
}

/* Header Logo */
.ppm-HeaderLogo {
	position: absolute;
	margin: 10px 0 0 10px;
}

/* Header navigation */
.ppm-HeaderNav {
	color: #004994;
	margin: 0 0px 0 0px;
	padding: 0;
	list-style: none;
	text-align: right;
	text-decoration: none;
	font-size: 11px;
	
}

.ppm-HeaderNav ul {
	margin-bottom:0px;
}
.ppm-HeaderNav li {
	display: inline;
	padding: 29 0 0 20px;
	margin: 0;
	background: transparent;
}
.ppm-HeaderNav a:link, .ppm-HeaderNav a:visited {
	font-family: Tahoma, Verdana, Sans-Serif;
	color: #004994;
	text-decoration: none;
}
.ppm-HeaderNav a:hover {
	text-decoration: underline;
}

.ppm-HeaderNav a.disabled:link, .ppm-HeaderNav a.disabled:visited, .ppm-HeaderNav a.disabled:hover {
	color: #999 !important;
	text-decoration: none;
	cursor: default;
}

.ppm-HeaderNav-Menu
{
	width:600px;
	height:22px;
	float:right;
}

.ppm-HeaderNav-Menu li
{
    vertical-align:middle;
}

.ppm-FirmInfoLinkHeader {
    float: right;
    padding: 0 0 0 20px;
	display:inline;
}


/* Firm Profile */

.ppm-PageTitleContainer
,.ppm-Panel-FirmInfo
{
    width:980px;
    clear:both;
}


/* Firm AIMS C6 Info */
.ppm-FirmAimsC6Info-Panel
{
    position:absolute;
    margin-top:135px;
    margin-left:140px;
    width:400px;
    
    background-color:#F2F0A6;
    border:solid 2px #DFBF7D;
}

.ppm-FirmAimsC6Info-Header
{
    height:30px;
    vertical-align:middle;
    background-color:#DFBF7D;
}

.ppm-FirmAimsC6Info-Body
{
    padding:10px;
}

.ppm-FirmAimsC6Info-Row
{
    height: 30px;
    padding-top: 15px;
}

.ppm-FirmAimsC6Info-TitleRow
{
    text-align:center;
    padding-top:7px;
}

.ppm-FirmAimsC6Info-ButtonRow
{
    text-align:center;
    padding-top:7px;
}

.ppm-FirmAimsC6Info-CellLeft
{
    width:100px;
    float:left;
    margin:0;
    font-size: 11px;
    text-align:right;
}

.ppm-FirmAimsC6Info-CellLeft1
{
    float: left;
    font-weight: bold;
    margin: 0 0 0 10px;
    text-align: left;
    width: 50px;
}

.ppm-FirmAimsC6Info-TitleCell
{
    font-weight:bold;
    color:#846937;
}

.ppm-FirmAimsC6Info-CellRight
{
    width:220px;
    float:left;
    padding-left:10px;
    font-weight:bold;
}

.ppm-FirmAimsC6Info-CellRight1
{
    width:110px;
    float:left;
    padding-left:10px;
    font-weight:bold;
}

.ppm-FirmAimsC6Info-CellLeft.Shift
{
    margin-left:0px;
    width: 80px;
}


/* Shaded Background */
.ppm-Shader
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9000;
	margin: 0;
	padding: 0;
	background-color: #444444;
	
	display:none;
}


/* Submit for Approval Dialog */
.ppm-SubmitForApprovalDialog-Panel
{
    position:absolute;
	top: 10;
	left: 10;
    width:400px;
	z-index: 9100;
    background-color:#EEEEEE;
    border:solid 2px #CCCCCC;

	display:none;
}

.ppm-SubmitForApprovalDialog-Header
{
    height:30px;
    vertical-align:middle;
}

.ppm-SubmitForApprovalDialog-Body
{
    padding:10px;
}

.ppm-SubmitForApprovalDialog-Row
{
    padding-bottom: 20px;
}

.ppm-SubmitForApprovalDialog-TitleRow
{
    text-align:center;
    padding-top:7px;
}

.ppm-SubmitForApprovalDialog-ButtonRow
{
    text-align:center;
    padding-top:7px;
}

.ppm-SubmitForApprovalDialog-Cell
{
    width:100%;
    margin:0;
    font-size: 11px;
}

.ppm-SubmitForApprovalDialog-CellLeft
{
    width:100px;
    float:left;
    margin:0;
    font-size: 11px;
    text-align:right;
}


.ppm-SubmitForApprovalDialog-TitleCell
{
    font-weight:bold;
    /*color:#846937;*/
}

.ppm-SubmitForApprovalDialog-CellRight
{
    width:220px;
    float:left;
    padding-left:10px;
    font-weight:bold;
    padding-bottom: 20px;
}

/****/






.ppm-FirmProfile 
{
	
}

.ppm-FirmProfile-Link
{
	background-image: url(../images/ppm_FirmProfile_link.png);
	background-repeat:no-repeat;
	width:129px;
	height:22px;
	display:inline-block;
	cursor: hand;
}

.ppm-FirmProfile-Div
{
    color:#FFFFFF;
    font-weight:normal;
    padding-top:5px;
    text-align:center;
}

.ppm-FirmProfile-Link:hover
{
	background-position: 0px -22px;
}

.ppm-ViewMode-Message-Edit
,.ppm-ViewMode-Message-Draft
,.ppm-ViewMode-Message-Published
{
	float:right;
	color:#999999;
	font-size:11px;
	display:block;
	text-align:right;
	/*margin-top:4px;*/
	color:#666666;
}

.ppm-BasicInfoSync-Message
{
	color:#CC0000;
	font-size:11px;
	margin-top:-8px;
	margin-bottom:4px;
}

.ppm-ViewMode-Title-Edit
,.ppm-ViewMode-Title-Draft
,.ppm-ViewMode-Title-Published
{
	width:100px;
	display:block;
	float:right;
	text-align:center;
	padding-top:4px;
	margin-left:8px;
	padding-bottom:4px;
	font-weight:bold;
}

.ppm-ViewMode-Title-Edit
{
	background:#EF8200;
	border:solid 1px #C66F04;
	color:#FFFFFF;
	font-size:10px;
}

.ppm-ViewMode-Title-Draft
{
	background:#EF8200;
	border:solid 1px #C66F04;
	color:#FFFFFF;
	font-size:10px;
}

.ppm-ViewMode-Title-Published
{
	background:#EF8200;
	border:solid 1px #C66F04;
	color:#FFFFFF;
	font-size:10px;
}


/* Messages */

.ppm-ErrorMessage
{
    color:#CC0000;
    clear:both;
    border:solid 1px #EEAAAA;
    background-color:#FFE4E4;
    padding:2px 5px 5px 5px;
    margin-bottom:8px;
}

.ppm-WarningMessage
{
    color:#666666;
    font-size:11px;
    margin-top:-8px;
    margin-bottom:20px;
    width:530px;
}

.ppm-WarningMessage input
{
    height:20px;
}

.ppm-ValidationMessage
,.ppm-ValidationMessage1
{
	font-size:11px;
	font-weight:bolder;
	display:block;
	width:auto;
	height:0px;
	margin-top:-2px;
	color:Red;
}

.ppm-ValidationMessage1
{
	height:auto;
	padding-top:20px;
}

.ppm-ValidationSummarySection
{
    min-height:20px;
    margin-top:-10px;
    margin-bottom:5px;
}

.ppm-ValidationSummaryContainer
{
    width:770px;
    float:left;
}


.ppm-ValidationSummaryContainer ul
{
    display:none;
}

.ppm-ValidationSummaryContainer ul li
{
    
}

.ppm-TopOfPageContainer
{
    width:100px;
    float:right;
    text-align:right;
}


/* Firm Partners */
.ppm-FirmPartners-Container
,.ppm-FirmPartners-Header
{
    width:936px;
}

.ppm-FirmPartners-Container
{
    border:solid 2px #cccccc;
}

.ppm-FirmPartners-Panel
{
    Height:58px;
    Width:100%;
    text-align:left;
}

.ppm-FirmPartners-Grid
{
    border:solid 1px #cccccc;
}

.ppm-FirmPartners-Header
,.ppm-FirmOtherLocations-Header
{
    font-size:11px;
    font-weight:bold;
    height:28px;
    background-color:#cccccc;
}

.ppm-FirmPartners-Header .FirstName
,.ppm-FirmPartners-Header .LastName
,.ppm-FirmPartners-Header .Phone
,.ppm-FirmPartners-Header .Email
,.ppm-FirmPartners-FirstName input
,.ppm-FirmPartners-LastName input
,.ppm-FirmPartners-Phone input
,.ppm-FirmPartners-Email input
{
    width:210px;
    float:left;
    text-align:left;
}

.ppm-FirmPartners-Header .Extension
,.ppm-FirmPartners-Ext input
{
    width:50px;
    float:left;
    text-align:left;
}


.ppm-FirmPartners-Header div
{
    padding:4px 0px 0px 4px;
}


.ppm-FirmPartners-Header th
{
    border:solid 1px #aaaaaa;
}

.ppm-FirmPartners-Row
,.ppm-FirmPartners-AlternatingRow
{
    background-color:#ffffff;
}

.ppm-FirmPartners-FirstName
,.ppm-FirmPartners-LastName
,.ppm-FirmPartners-Phone
,.ppm-FirmPartners-Ext
,.ppm-FirmPartners-Email
{
    border:solid 1px #cccccc;
}

.ppm-FirmPartners-FirstName input
,.ppm-FirmPartners-LastName input
,.ppm-FirmPartners-Phone input
,.ppm-FirmPartners-Ext input
,.ppm-FirmPartners-Email input
{
    border:none;
    background-color:Transparent;
    color:#666666;
    font-size:11px;
}


/* Firm Other Locations */
.ppm-FirmOtherLocations-Container
,.ppm-FirmOtherLocations-Header
{
    width:100%;
}

.ppm-FirmOtherLocations-Container
{
    border:solid 2px #cccccc;
}

.ppm-FirmOtherLocations-Panel
{
    Height:64px;
    Width:100%;
    text-align:left;
}

.ppm-FirmOtherLocations-Grid
{
    border:solid 1px #cccccc;
}

.ppm-FirmOtherLocations-Header .Street1
,.ppm-FirmOtherLocations-Header .Street2
,.ppm-FirmOtherLocations-Header .ProvinceCode
,.ppm-FirmOtherLocations-Header .Province
,.ppm-FirmOtherLocations-Street1 input
,.ppm-FirmOtherLocations-Street2 input
,.ppm-FirmOtherLocations-ProvinceCode input
,.ppm-FirmOtherLocations-DropDownList-Province
{
    width:213px;
    float:left;
    text-align:left;
}

.ppm-FirmOtherLocations-Header .City
,.ppm-FirmOtherLocations-City input
{
    width:140px;
    float:left;
    text-align:left;
}


.ppm-FirmOtherLocations-Header .PostalCode
,.ppm-FirmOtherLocations-PostalCode input
{
    width:110px;
    float:left;
    text-align:left;
}

.ppm-FirmOtherLocations-Header div
{
    padding:4px 0px 0px 4px;
}

.ppm-FirmOtherLocations-Header th
{
    border:solid 1px #aaaaaa;
}

.ppm-FirmOtherLocations-Row
,.ppm-FirmOtherLocations-AlternatingRow
{
    background-color:#ffffff;
}

.ppm-FirmOtherLocations-Street1
,.ppm-FirmOtherLocations-Street2
,.ppm-FirmOtherLocations-City
,.ppm-FirmOtherLocations-PostalCode
,.ppm-FirmOtherLocations-ProvinceCode
{
    border:solid 1px #cccccc;
}

.ppm-FirmOtherLocations-Street1 input
,.ppm-FirmOtherLocations-Street2 input
,.ppm-FirmOtherLocations-City input
,.ppm-FirmOtherLocations-PostalCode input
,.ppm-FirmOtherLocations-ProvinceCode input
{
    border:none;
    background-color:Transparent;
    color:#666666;
    font-size:11px;
}

/* Firm Practice Areas */

.ppm-FirmPracticeAreas
{
    text-align:center;
    margin-bottom:10px;
}

.ppm-FirmPracticeAreas-LayoutContainer
{
    text-align:left;
    width:100%;
}

.ppm-FirmPracticeAreas-GroupContainer
{
    width: 290px;
    float: left;
    margin: 3px;
    padding-right: 10px;
}

.ppm-FirmPracticeAreas-ItemContainer
{
    clear: both;
    width: 100%;
}

.ppm-FirmPracticeAreas-Item
{
    padding-left:20px;
    padding-bottom:5px;
}

.ppm-FirmPracticeAreas-Item input
{
}

.ppm-FirmPracticeAreas-Item label
{
}

.ppm-FirmPracticeAreas-Other-Section
{
    width:100%;
    text-align:right;
}

.ppm-FirmPracticeAreas-SubGroup
{
    font-size:12px;
    font-weight:bold;
    padding-top:5px;
}

/* Social Media */

.ppm-SocialMedia-Grid
{
    border:none;
}

.ppm-SocialMedia-Grid td
{
    border:none;
}

.ppm-SocialMedia-Row
,.ppm-SocialMedia-AlternatingRow
{
    height:40px;
}

.ppm-SocialMedia-Icon
{
    width:100px;
}

.ppm-SocialMedia-Icon img
{
    float:right;
    padding-right:8px;
}

.ppm-SocialMedia-Link input
{
    width:578px;
}

.ppm-SocialMedia-Button
{
    width:60px;
    padding-left:8px;
}

.ppm-SocialMedia-Icon img
,.ppm-SocialMedia-Link input
{
    color:#666666;
    font-size:11px;
}

/* Firm Image */
.ppm-FirmImage-Section
{
    border:solid 2px #CCCCCC;
    background-color:#FFFFFF;
}

.ppm-FirmImage-ButtonSection
{
    position:relative;
    height:25px;
    background-color:#CCCCCC;
    padding:8px 8px 8px 2px;
    margin-bottom:4px;
    text-align:left;
    vertical-align:top;
}

.ppm-FirmImage-ButtonSection .Left
{
	width:70%;
	float:left;
}

.ppm-FirmImage-ButtonSection .Right
{
	width:30%;
	float:right;
	text-align:right;
}

.ppm-FirmImage-ButtonSection input
{
    margin-bottom:4px;
}

.ppm-FirmImage-ImageSection
{
    margin:4px;
    text-align:center;
    min-height:152px;
    position:relative;
}

.ppm-FirmImage-FileNameContainer
{
    position:absolute;
    top:50%;
    left:0%;
    width:100%;
}

.ppm-FirmImage-FileName
{
    position:relative;
    top:-50%;
    text-align:center;
    font-weight:bold;
}

.ppm-FirmImage-DescriptionSection
{
    background-color:#CCCCCC;
    padding:8px;
}


.ppm-FirmImage-FakeBrowse
{
    width:80px;
    height:22px;
	position:absolute;
	top: 8px;
	left: 8px;
	z-index: 1;
}

.ppm-FirmImage-Browse
{
    background-color:#FFFFFF;
    width:70px;
    
    position:relative;
    
    -moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
    
}

/* Header control: 'Contact Us' and 'Visit an Association' */
.ppm-HeaderControl {

	height: 55px;
	float: right;
	padding: 12px 10px 0 0;
}

.ppm-HeaderControl select {
	border: 2px #FFF inset;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
}


/* Header search */
.ppm-HeaderSearch {
	float: right;
	padding: 10px 0 0 0;
	margin: 0 0 0 0px;
	text-align: right;
}

.ppm-HeaderSearch #SRSB ms-sbcell {
	background-color: #DCECC7;
}

.ppm-HeaderSearch #SRSB table.ms-sbtable {
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
	
}

.ppm-HeaderSearch #SRSB table.ms-sbtable td {
	border: none;
	padding: 0;
}

.ppm-HeaderSearch #SRSB table.ms-sbtable td.ms-sbLastcell {
	display: none;
}

.ppm-HeaderSearch #SRSB input.ms-sbplain {
	border: 2px #FFF inset;
	padding: 1px 4px 1px 4px;
	margin-right: 5px;
}

#SRSB table.ms-sbtable td.ms-sbcell {
	border: 1px #809DB9;
	background-color: #DCECC7;
	padding: 0px;
}

#SRSB table.ms-sbtable td.ms-sbgo {
	border: none;
	padding-left: 4px;
	background:transparent;
}

#SRSB input.ms-sbplain {
	background: transparent;
	padding: 1px 4px 1px 4px;
	margin-right: 5px;

}

#SRSB table.ms-sbtable{
	margin: 0 0 0 4px;
}


/*
PPM Sign In
*/

.ppm-SignIn
{
	background-color:#0e2c84;
	color:White;
	font-size: 11px;	
}

.ppm-ErrorSignIn a:link, .ppm-ErrorSignIn a:visited
{
	color: #FFFFFF;
	text-decoration:underline;
}

.ppm-ErrorSignIn a:hover
{
	color: #FFFFFF;
	text-decoration:underline;
}


.ppm-HeaderSignIn {
	color: #FFFFFF;
	margin: 10px 0 6px 0;
	font-family: Tahoma, Verdana, Sans-Serif;	
	font-size: 15px;
	font-weight: bolder;
	padding: 0px 0px 0px 4px;
}

.ppm-ControlSignIn {
	color: #FFFFFF;
	padding-top: 10px;
	font-size: 11px;
}

.ppm-ForgotPasswordSignIn {
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	font-size: 10px;
	padding: 14px 0px 8px 4px;
	background: url(../images/ppm_w_line_dashed_h.gif) repeat-x;
}

.ppm-ForgotPasswordSignIn a  {
	color: #FFFFFF;
	font-size: 10px;
}

.ppm-ForgotPasswordSignIn a:link, .ppm-ForgotPasswordSignIn a:visited  {
	color: #FFFFFF;
	text-decoration:none;
}

.ppm-ForgotPasswordSignIn a:hover  {
	color: #FFFFFF;
	text-decoration:underline;
}


.ppm-MottoHeader {
	padding:49px 0 0 35px;
}


/*
Primary navigation
*/
.ppm-NavPrimary {
	margin: 0px 0px 0px 0px;
	padding: 20px 0 0 1px;
	list-style: none;
	float: left;
}

.ppm-NavPrimary li {
	display: block;
	float: left;
	margin: 0 0px 0px 0;
	background: transparent;
	padding: 0;
	height: 36px;
}

.ppm-NavPrimary a {
	background: no-repeat top left;
	display: block;
	overflow: hidden;
	height: 36px;	
}

.ppm-NavPrimary a:hover {
	background-position: 0px -36px;
}

.ppm-NavPrimary li.selected a, .ppm-NavPrimary li.selected a:hover {
     background-position: 0px -72px;
}

/* Navigation items */
.ppm-NavPrimary-PracticeManagement {
	z-index:16;
}

.ppm-NavPrimary-PracticeManagement a {
	background-image: url(../images/ppm_navPrimary_pm.jpg);
	width: 150px;
}

.ppm-NavPrimary-Advisory {
	z-index:15;
}

.ppm-NavPrimary-Advisory a {
	background-image: url(../images/ppm_navPrimary_adv.jpg);
	width: 78px;
}

.ppm-NavPrimary-Compilation {
	z-index:14;
}

.ppm-NavPrimary-Compilation a {
	background-image: url(../images/ppm_navPrimary_comp.jpg);
	width: 95px;
}

.ppm-NavPrimary-Review {
	z-index:13;
}

.ppm-NavPrimary-Review a {
	background-image: url(../images/ppm_navPrimary_rev.jpg);
	width: 69px;
}

.ppm-NavPrimary-Audit {
	z-index:12;
}

.ppm-NavPrimary-Audit a {
	background-image: url(../images/ppm_navPrimary_aud.jpg);
	width: 59px;
}

.ppm-NavPrimary-Taxation {
	z-index:11;
}

.ppm-NavPrimary-Taxation a {
	background-image: url(../images/ppm_navPrimary_tax.jpg);
	width: 77px;
}

.ppm-NavPrimary-FinancialStatementsGuidline {
	z-index:10;
}
.ppm-NavPrimary-FinancialStatementsGuidline a {
	background-image: url(../images/ppm_navPrimary_fsg.jpg);
	width: 191px;
}

.ppm-NavPrimary-PractitionerAdvice a {
	background-image: url(../images/ppm_navPrimary_pa.jpg);
	width: 130px;
}

.ppm-NavPrimary-ProvincialSection a {
	background-image: url(../images/ppm_navPrimary_ps.jpg);
	width: 130px;
}

/*
Submenus
*/

/* Set the initial menu to float horizontal */
.ppm-NavPrimary-Menu li{
    float:left;
    list-style-type: none;
    background-color: #EFEFEF;
    position:relative;
}
/* Clean Clear method: removes float effect after last MainMenu Item */
.ppm-NavPrimary-Menu li:last{
    clear:both;
}
/* Hides all SubMenus under the MainMenu */
.ppm-NavPrimary-Menu .ppm-NavPrimary-SubMenu{
    display:none;
    position: relative;
    margin-top: -5px;
    margin-left:10px;
}
/* Shows the current Menu Items sub menu when hovered with the mouse */
.ppm-NavPrimary-Menu li:hover > .ppm-NavPrimary-SubMenu{
    display:block;
	width:0px;
}
/* Defines the list item of a sub menu */
.ppm-NavPrimary-Menu .ppm-NavPrimary-SubMenu li{
    display:block;
	height:13px;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color:#082473;
    border:solid 1px #eeeeee;
}

.ppm-NavPrimary-Menu .ppm-NavPrimary-SubMenu li:hover{
    border:solid 1px #538000;
}

/* Defines the list item of a sub menu when hovered */
.ppm-NavPrimary-Menu li:hover{
    background-color: #639A00;
	color:#FFFFFF;
}
/* Effects any Sub menu under the submenu and positions it to the right of the current menu item being hovered over */
.ppm-NavPrimary-Menu .ppm-NavPrimary-SubMenu .ppm-NavPrimary-SubMenu{
    position:relative;
    left: 0px;
    top: -27px;
}

.ppm-NavPrimary-SubMenuItem  a {
	background-image:none;
	text-decoration: none;
	width:80px;
	height:13px;
}

.ppm-NavPrimary-SubMenuItem  a:link
,.ppm-NavPrimary-SubMenuItem  a:visited {
    color:#666666;
}

.ppm-NavPrimary-SubMenuItem  a:hover
,.ppm-NavPrimary-Menu .ppm-NavPrimary-SubMenu li:hover a:link
,.ppm-NavPrimary-Menu .ppm-NavPrimary-SubMenu li:hover a:visited
{
	color:#FFFFFF;
}

.ppm-NavPrimary-Menu .ppm-NavPrimary-SubMenu {
    border: solid 2px #cccccc;
    background-color: #eeeeee;
    min-width:92px;
    position:absolute;
    top:36px;
    left:0px;
    margin-top:-6px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* End of Submenus*/


/*
Breadcrumb
*/
.ms-pagebreadcrumb {
	display: none;
}

.ppm-Breadcrumb 
{
	margin: 0px;
	display: block;
	padding: 10px 0 20px 0;
	font-size: 11px;
	color: #666;
}

.ppm-Breadcrumb .separator {
	border: none;
}

/* Breadcrumb links */
.ppm-Breadcrumb a:link, .ppm-Breadcrumb a:visited 
{
	font-family: Tahoma, Verdana, Sans-Serif;
	color: #666;
	text-decoration: none;
}
.ppm-Breadcrumb a:hover {
	color: #666;
	text-decoration: underline;
}

.ppm-Breadcrumb a.selected {
}

.ppm-Breadcrumb a.selected:hover {
	text-decoration: underline;
}

/*
Utilites
*/
.ppm-Utilites 
{
	margin: 6px;
	display: block;
	padding: 10px 0px 4px 0px;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
}

/* Utilites links */
.ppm-Utilites a:link, .ppm-Utilites a:visited {
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
}
.ppm-Utilites a:hover {

	text-decoration: underline;
}

.ppm-Utilites a.selected {
	text-decoration: none;
}
.ppm-Utilites a.selected:hover {
	text-decoration: none;
}


/*
Topic Highlights
*/
.ppm-HighlightHeading, .ppm-HighlightHeading a:link, .ppm-HighlightHeading a:visited {
	clear: both;
	font-size: 11px;
	text-transform: uppercase;
	color: #0C2577;
	text-decoration: underline;
	margin-bottom:5px;
}

.ppm-Highlight a:link, .ppm-Highlight a:visited {
	color: #004994;
	text-decoration: none;
}
.ppm-Highlight a:hover {
	text-decoration: underline;
}

/*
Footer
*/
.ppm-Footer {
	clear: both;
	font-size: 11px;
}

.ppm-Footer li
{
	display: block;
	float: left;
	background: transparent;
	padding: 10;
}

.ppm-Footer a:link, .ppm-Footer a:visited 
{
	font-family: Tahoma, Verdana, Sans-Serif;
	color: #FFFFFF;
	text-decoration: none;
}
.ppm-Footer a:hover {
	text-decoration: underline;
}


/*
SharePoint editing mode styles
*/

/* site actions menu */
.ppm-SiteActions {
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0;
	background: #FFF;
	border: 1px solid #000;
	padding: 0 3px 1px 3px;
}

.ppm-SiteActions a, .ppm-SiteActions a:link {
	text-decoration: none;
	color: #0C2577;
	font-weight: bold;
}

.ppm-Container {
	margin-left: auto;
	margin-right: auto;	
}

.ppm-ContentContainer {
	padding: 0;
	margin-top: 0px;
}

.ppm-ContentPrimary {
	padding: 0;
	margin: 0px 0 0 0px;
}

.ppm-SiteDescription {
	margin: 0px 0px 8px 0px;
}

/*
Secondary Navigation
*/
.ppm-NavSecondary, .ppm-NavSecondary ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px;
	margin-right:4px;
}

.ppm-NavSecondary li {
	background: transparent;
	padding: 0;
	margin: 0;
	background: url(../images/ppm_navSecondary_bg.gif) no-repeat -1px 15px 100%;
}

.ppm-NavSecondary a {
	background: url(../images/ppm_navSecondary_bullet.gif) no-repeat top left;
	background-position: 0px 0px;
	text-decoration: none;
	padding: 5px 0px 5px 15px;
	display:block;
	width: 160px;	
}

.ppm-NavSecondary a:hover {
	text-decoration: underline;
}


/* extra padding for level 1 items with children */
.ppm-NavSecondary li.hasChildren {
	padding-bottom: 1px;
}

.ppm-NavSecondary li.hasChildren li.hasChildren {
	padding-bottom: 6px;
}

.ppm-NavSecondary li.hasChildren li.hasChildren li.hasChildren {
	padding-bottom: 0;
	background: transparent;
}


/* bullets */
.ppm-NavSecondary li.selected a {
	background-position: 0px -300px;
}

.ppm-NavSecondary li.hasChildren a {
	background-position: 0px -600px;
	padding-bottom: 4px;
}


/* Level 2 items */
.ppm-NavSecondary ul li.selected ul a,
.ppm-NavSecondary ul li.selected ul li.hasChildren a
{
	background: url(../images/ppm_navSecondaryLevel2_white_bg.gif) no-repeat top left;
	background-position: 15px 0px;
	padding: 5px 0 8px 22px;
	width: 153px;	
}


.ppm-NavSecondary li.selected ul li.selected a
{
	background: url(../images/ppm_navSecondaryLevel2_bg.gif) no-repeat top left;
	background-position: 15px 0px;
	padding: 5px 0 8px 22px;
	width: 153px;	
}


/* Level 3 items */
.ppm-NavSecondary li.selected ul li.selected ul a
{
	background: url(../images/ppm_navSecondaryLevel2_white_bg.gif) no-repeat top left;
	background-position: 15px 0px;
	padding: 5px 0 8px 38px;
	width: 137px;	
	}

.ppm-NavSecondary li.selected ul li.selected ul li.selected a
{
	background: url(../images/ppm_navSecondaryLevel2_bg.gif) no-repeat top left;
	background-position: 15px 0px;
	padding: 5px 0 8px 38px;
	width: 137px;	
}


/* level 4 items */
.ppm-NavSecondary li.selected ul li.selected ul li.selected ul a, .ppm-NavSecondary li.hasChildren ul li.hasChildren ul li.hasChildren ul a {
	padding: 0 0 8px 48px;
	width: 130px;
}

/* Default link color */
.ppm-NavSecondary a:link, .ppm-NavSecondary a:visited,

.ppm-NavSecondary li.hasChildren ul a:link, .ppm-NavSecondary li.hasChildren ul a:visited,
.ppm-NavSecondary li.hasChildren ul li.selected ul a:link, .ppm-NavSecondary li.hasChildren ul li.selected ul a:visited

{
	color: #666666;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}

/* Selected or has children color */
.ppm-NavSecondary li.selected a:link, .ppm-NavSecondary li.selected a:visited,
.ppm-NavSecondary li.selected ul li.selected a:link, .ppm-NavSecondary li.selected ul li.selected a:visited,
.ppm-NavSecondary li.selected ul li.selected ul li.selected a:link, .ppm-NavSecondary li.selected ul li.selected ul li.selected a:visited
{
	color: #669900;
}



.ppm-NavSecondary a:hover, 
.ppm-NavSecondary li.hasChildren a:hover,
.ppm-NavSecondary li.hasChildren ul a:hover
{
	text-decoration: underline;
}


/*
Link Lists
*/

/* Header List */
.ms-rteCustom-ppm-H1, .ms-rteCustom-ppm-H2, .ms-rteCustom-ppm-H3, .ms-rteCustom-ppm-H4, .ms-rteCustom-ppm-H5, .ms-rteCustom-ppm-H6 {
	margin: 0px 0 6px 0;
	font-family: Tahoma, Verdana, Sans-Serif;	
	font-weight: bolder;
	line-height: 1.2em;
	color: #0064D9;
	text-align:left;
}

.ms-rteCustom-ppm-H1 {
	margin-bottom: 10px;
	font-size: 19px;
}

.ms-rteCustom-ppm-H2 {
	margin-bottom: 10px;
	font-size: 16px;
}

.ms-rteCustom-ppm-H3 {
	margin-bottom: 10px;
	font-size: 14px;
}

.ms-rteCustom-ppm-H4 {
	font-size: 12px;
}

.ms-rteCustom-ppm-H5 {
	font-size: 10px;
}

.ms-rteCustom-ppm-H6 {
	font-size: 8px;
}

/* Top Anchor Links */
.ms-rteCustom-ppm-TopAnchorLinks
{
	padding: 0px 0px 0px 0px;
	font-size:12px;
	text-transform:uppercase;
}

.ms-rteCustom-ppm-TopAnchorLinks a:link, .ms-rteCustom-ppm-TopAnchorLinks a:visited
{
	font-family: Tahoma, Verdana, Sans-Serif;
	color: #0C2577;
	text-decoration:underline;
}

.ms-rteCustom-ppm-TopAnchorLinks a:hover{
	color: #3867A1;
	text-decoration:underline;
}


/* Arrow Down Right Bullet List */
.ppm-Section1 .section ul, .ppm-Section2 .section ul, .ppm-SectionContainer .section ul, .ppm-PASection1 .section ul,  .ppm-PASection2 .section ul,
ul.ppm-ArrowDownRightBulletList, ul.ms-rteCustom-ppm-ArrowDownRightBulletList
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.ppm-ArrowDownRightBulletList, ul.ms-rteCustom-ppm-ArrowDownRightBulletList {
	margin-bottom: 0.8em;
}

table table div div ul.ppm-ArrowDownRightBulletList {
	font-size: 115%;
	font-family: Tahoma, Verdana, Sans-Serif;
	line-height: 1.35em;
}

.ppm-Section1 .section ul li, .ppm-Section2 .section ul li, .ppm-SectionContainer .section ul li,.ppm-PASection1 .section ul li,.ppm-PASection2 .section ul li,
ul.ppm-ArrowDownRightBulletList li, ul.ms-rteCustom-ppm-ArrowDownRightBulletList li
{
	background: url(../images/ppm_bullet_arrow.gif) no-repeat 0px 4px;
	padding: 0 0 0 15px;
	margin-bottom: 0.4em;
}

.ppm-Section1 .section ul a, .ppm-Section2 .section ul a, .ppm-SectionContainer .section ul a, .ppm-PASection1 .section ul a,.ppm-PASection2 .section ul a,
ul.ppm-ArrowDownRightBulletList a, ul.ms-rteCustom-ppm-ArrowDownRightBulletList a
{
	text-decoration: none;
}

.ppm-Section1 .section ul a:link, .ppm-Section1 .section ul a:visited, 
.ppm-Section2 .section ul a:link, .ppm-Section2 .section ul a:visited,
.ppm-PASection1 .section ul a:link, .ppm-PASection1 .section ul a:visited,
.ppm-PASection2 .section ul a:link, .ppm-PASection2 .section ul a:visited,
.ppm-SectionContainer .section ul a:link, .ppm-SectionContainer .section ul a:visited,
ul.ppm-ArrowDownRightBulletList a:link, ul.ppm-ArrowDownRightBulletList a:visited, 
ul.ms-rteCustom-ppm-ArrowDownRightBulletList a:link, ul.ms-rteCustom-ppm-ArrowDownRightBulletList a:visited
{
	color: #004994;
}

.ppm-Section1 .section ul a:hover, .ppm-Section2 .section ul a:hover, .ppm-SectionContainer .section ul a:hover,.ppm-PASection1 .section ul a:hover,.ppm-PASection2 .section ul a:hover,
ul.ppm-ArrowDownRightBulletList a:hover, ul.ms-rteCustom-ppm-ArrowDownRightBulletList a:hover
{
	color: #3867A1;
	text-decoration: underline;
}

.ppm-ArrowDownRightBulletList .contentType, .ppm-ArrowDownRightBulletList .fileInfo, .ppm-ArrowDownRightBulletList .lastUpdatedDate {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 85%;
}

table table div ul.ppm-ArrowDownRightBulletList {
	font-size: 120%;
	line-height: 1.35em;
	font-family: Tahoma, Verdana, Sans-Serif;
}

table table div ul.ppm-ArrowDownRightBulletList li {
	background-position: 0px 7px !important;
}

table table div ul.ppm-ArrowDownRightBulletList li a:link {
	color: #004994;
}

table table div ul.ppm-ArrowDownRightBulletList li a:visited {
	color: #004994;
}

table table div ul.ppm-ArrowDownRightBulletList li a:hover {
	color: #3867A1;
}

/* Arrow Down Bullet List */
ul.ppm-ArrowDownBulletList, ul.ms-rteCustom-ppm-ArrowDownBulletList
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.ppm-ArrowDownBulletList, ul.ms-rteCustom-ppm-ArrowDownBulletList {
	margin-bottom: 0.8em;
}

table table div div ul.ppm-ArrowDownBulletList {
	font-size: 115%;
	font-family: Tahoma, Verdana, Sans-Serif;
	line-height: 1.35em;
}

ul.ppm-ArrowDownBulletList li, ul.ms-rteCustom-ppm-ArrowDownBulletList li
{
	background: url(../images/ppm_bullet_arrow_down.gif) no-repeat 0px 4px;
	padding: 1px 0 0 15px;
	margin-bottom: 0.4em;
}

ul.ppm-ArrowDownBulletList a, ul.ms-rteCustom-ppm-ArrowDownBulletList a
{
	text-decoration: none;
}

ul.ppm-ArrowDownBulletList a:link, ul.ppm-ArrowDownBulletList a:visited, 
ul.ms-rteCustom-ppm-ArrowDownBulletList a:link, ul.ms-rteCustom-ppm-ArrowDownBulletList a:visited

{
	color: #004994;
}

ul.ppm-ArrowDownBulletList a:hover, ul.ms-rteCustom-ppm-ArrowDownBulletList a:hover
{
	color: #3867A1;
	text-decoration: underline;
}

ul.ppm-ArrowDownBulletList li a:link , ul.ppm-ArrowDownBulletList li a:visited
{
	font-size: 11px;	
	color:#004994;
	text-decoration: none
}

.ppm-ArrowDownBulletList .contentType, .ppm-ArrowDownBulletList .fileInfo, .ppm-ArrowDownBulletList .lastUpdatedDate {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 85%;
}

table table div ul.ppm-ArrowDownBulletList {
	font-size: 120%;
	line-height: 1.35em;
	font-family: Tahoma, Verdana, Sans-Serif;
}

table table div ul.ppm-ArrowDownBulletList li {
	background-position: 0px 7px !important;
}

table table div ul.ppm-ArrowDownBulletList li a:link {
	color: #004994;
}

table table div ul.ppm-ArrowDownBulletList li a:visited {
	color: #004994;
}

table table div ul.ppm-ArrowDownBulletList li a:hover {
	color: #3867A1;
}

/* Arrow Right Bullet List */
ul.ppm-ArrowRightBulletList, ul.ms-rteCustom-ppm-ArrowRightBulletList
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.ppm-ArrowRightBulletList, ul.ms-rteCustom-ppm-ArrowRightBulletList {
	margin-bottom: 0.8em;
}

table table div div ul.ppm-ArrowRightBulletList {
	font-size: 115%;
	font-family: Tahoma, Verdana, Sans-Serif;
	line-height: 1.35em;
}

ul.ppm-ArrowRightBulletList li, ul.ms-rteCustom-ppm-ArrowRightBulletList li
{
	background: url(../images/ppm_nav_arrow.gif) no-repeat 0px 5px;
	padding: 0 0 0 15px;
	margin-bottom: 0.4em;
}

ul.ppm-ArrowRightBulletList a, ul.ms-rteCustom-ppm-ArrowRightBulletList a
{
	text-decoration: none;
}

ul.ppm-ArrowRightBulletList a:link, ul.ppm-ArrowRightBulletList a:visited, 
ul.ms-rteCustom-ppm-ArrowRightBulletList a:link, ul.ms-rteCustom-ppm-ArrowRightBulletList a:visited 
{
	color: #004994;
}

ul.ppm-ArrowRightBulletList a:hover, ul.ms-rteCustom-ppm-ArrowRightBulletList a:hover
{
	color: #3867A1;
	text-decoration: underline;
}

.ppm-ArrowRightBulletList .contentType, .ppm-ArrowRightBulletList .fileInfo, .ppm-ArrowRightBulletList .lastUpdatedDate {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 85%;
}

table table div ul.ppm-ArrowRightBulletList {
	font-size: 120%;
	line-height: 1.35em;
	font-family: Tahoma, Verdana, Sans-Serif;
}

table table div ul.ppm-ArrowRightBulletList li {
	background-position: 0px 7px !important;
}

table table div ul.ppm-ArrowRightBulletList li a:link {
	color: #004994;
}

table table div ul.ppm-ArrowRightBulletList li a:visited {
	color: #004994;
}

table table div ul.ppm-ArrowRightBulletList li a:hover {
	color: #3867A1;
}


.hack-clearBoth {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.ppm-PageTitle {
	margin: 0 0 15px -15px;
	padding: 0 0 0 15px;
}


/*
Landing pages
*/

/* grid subsections for dual columns */

.ppm-Section1 {
	float: left;
	width: 325px;
	margin: 0px 0px 0px 0px;
	padding-bottom: 1px;
	padding-left:16px;
	vertical-align:top;
}

.ppm-Section2 {
	margin: 20px 0 0 324px;
	padding: 0 0 10px 1px;
	background: url(../images/ppm_w_line_dashed_v.gif) repeat-y top left;
	vertical-align:top;
}

.ppm-PASection1 {
	float: left;
	width: 50%;
	margin: 0px 0px 0px 0px;
	padding-bottom: 1px;
	padding-left:8px;
	padding-right:8px;
	vertical-align:top;
}

.ppm-PASection2 {
	margin: 0 0 0 324px;
	padding: 0 8px 1px 5px;
	background: url(../images/ppm_w_line_dashed_v.gif) repeat-y top left;
	vertical-align:top;
}

.ppm-ContentPrimary .ppm-SectionContainer {
	margin: 20px 0 0 0;
	padding: 0;
	background: url(../images/ppm_w_line_dashed_v.gif) repeat-y 270px 0px;
}

.ppm-Section1 a:link, .ppm-Section1 a:visited
{
	color: #004994;
}


/* Landing page sections */

.ppm-Section1 .section, .ppm-Section2 .section, .ppm-SectionContainer .section {
	background: url(../images/ppm_w_line_dashed_h.gif) repeat-x top left;
	margin: 0 0 10px 0;
	padding: 11px 25px 1px 15px;
	line-height: normal;
}

.ppm-Section1 .section-alt, .ppm-Section2 .section-alt, .ppm-SectionContainer .section-alt {
	margin: 0 10px 10px 0;
	padding: 10px 15px 1px 15px;
	background: #EFEFEF;
}

.ppm-Section2 .section {
	margin-left: 1px;
	padding: 11px 15px 1px 25px;
	width: auto;
}

.ppm-Section2 .section-alt, .ppm-SectionContainer .ppm-Spotlight4 {
	margin: 0 0 10px 10px;
	padding: 10px 15px 1px 15px;
	width: auto;
}

.ppm-PASection1 .section, .ppm-PASection2 .section {
	background: url(../images/ppm_w_line_dashed_h.gif) repeat-x top left;
	margin: 0 0 0 0;
	padding: 5px 8px 1px 8px;
	line-height: normal;
}

.ppm-Section1 .section h2, .ppm-Section2 .section h2, .ppm-SectionContainer .section h2,
.ppm-Section1 .section h3, .ppm-Section2 .section h3, .ppm-SectionContainer .section h3,
.ppm-Section1 .section h4, .ppm-Section2 .section h4, .ppm-SectionContainer .section h4,
.ppm-Section1 .section h5, .ppm-Section2 .section h5, .ppm-SectionContainer .section h5,
.ppm-Section1 .section h6, .ppm-Section2 .section h6, .ppm-SectionContainer .section h6
{
	font-size: 100%;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.ppm-Section1 .section h2 a:link, .ppm-Section1 .section h2 a:visited, .ppm-Section2 .section h2 a:link, .ppm-Section2 .section h2 a:visited,
.ppm-SectionContainer .section h2 a:link, .ppm-SectionContainer .section h2 a:visited,.ppm-PASection1 .section h2 a:link, .ppm-PASection1 .section h2 a:visited, .ppm-PASection2 .section h2 a:link, .ppm-PASection2 .section h2 a:visited,
.ppm-Section1 .section h3 a:link, .ppm-Section1 .section h3 a:visited, .ppm-Section2 .section h2 a:link, .ppm-Section2 .section h2 a:visited,
.ppm-SectionContainer .section h3 a:link, .ppm-SectionContainer .section h3 a:visited, .ppm-PASection1 .section h3 a:link, .ppm-PASection1 .section h3 a:visited, .ppm-PASection2 .section h2 a:link, .ppm-PASection2 .section h2 a:visited,
.ppm-Section1 .section h4 a:link, .ppm-Section1 .section h4 a:visited, .ppm-Section2 .section h2 a:link, .ppm-Section2 .section h2 a:visited,
.ppm-SectionContainer .section h4 a:link, .ppm-SectionContainer .section h4 a:visited,.ppm-PASection1 .section h4 a:link, .ppm-PASection1 .section h4 a:visited, .ppm-PASection2 .section h2 a:link, .ppm-PASection2 .section h2 a:visited,
.ppm-Section1 .section h5 a:link, .ppm-Section1 .section h5 a:visited, .ppm-Section2 .section h2 a:link, .ppm-Section2 .section h2 a:visited,
.ppm-SectionContainer .section h5 a:link, .ppm-SectionContainer .section h5 a:visited,.ppm-PASection1 .section h5 a:link, .ppm-PASection1 .section h5 a:visited, .ppm-PASection2 .section h2 a:link, .ppm-PASection2 .section h2 a:visited,
.ppm-Section1 .section h6 a:link, .ppm-Section1 .section h6 a:visited, .ppm-Section2 .section h2 a:link, .ppm-Section2 .section h2 a:visited,
.ppm-SectionContainer .section h6 a:link, .ppm-SectionContainer .section h6 a:visited,.ppm-PASection1 .section h6 a:link, .ppm-PASection1 .section h6 a:visited, .ppm-PASection2 .section h2 a:link, .ppm-PASection2 .section h2 a:visited
{
	color: #0C2577;
}

.ppm-Section1 .section h2 a:hover, .ppm-Section2 .section h2 a:hover, .ppm-SectionContainer .section h2 a:hover, .ppm-PASection1 .section h2 a:hover, .ppm-PASection2 .section h2 a:hover,
.ppm-Section1 .section h3 a:hover, .ppm-Section2 .section h3 a:hover, .ppm-SectionContainer .section h3 a:hover, .ppm-PASection1 .section h3 a:hover, .ppm-PASection2 .section h3 a:hover,
.ppm-Section1 .section h4 a:hover, .ppm-Section2 .section h4 a:hover, .ppm-SectionContainer .section h4 a:hover, .ppm-PASection1 .section h4 a:hover, .ppm-PASection2 .section h4 a:hover,
.ppm-Section1 .section h5 a:hover, .ppm-Section2 .section h5 a:hover, .ppm-SectionContainer .section h5 a:hover, .ppm-PASection1 .section h5 a:hover, .ppm-PASection2 .section h5 a:hover,
.ppm-Section1 .section h6 a:hover, .ppm-Section2 .section h6 a:hover, .ppm-SectionContainer .section h6 a:hover, .ppm-PASection1 .section h6 a:hover, .ppm-PASection2 .section h6 a:hover
{
	color: #3867A1;
}


/* Home and Welcome page sections*/

.ppm-Section3 {

	width: 772px;
	margin: 10px 0px 4px 0px;
	vertical-align:top;
	border-collapse: collapse;
}


.ppm-Section3 .EdgeTop
{
	background: url(../images/ppm_w_line_dashed_h.gif) repeat-x top;
	height:1px;
	visibility:hidden;
}

.ppm-Section3 .EdgeBottom
{
	background: url(../images/ppm_w_line_dashed_h.gif) repeat-x bottom;
	height:1px;
}

.ppm-Section3 .section
{
	padding: 5px 10px 0px 10px;
}

.ppm-Section4 {
	width: 378px;
	margin: 5px 4px 5px 0px;
	vertical-align:top;
	border-width:0px;
	border-collapse: collapse;
}


.ppm-Section4 .EdgeTop
{
	background: url(../images/ppm_h_fade_grey_378_bk_top.jpg) no-repeat bottom;
	height:2px;
}

.ppm-Section4 .EdgeBottom
{
	background: url(../images/ppm_h_fade_grey_378_bk_btm.jpg) no-repeat top;
	height:2px;
}

.ppm-Section4 .section
{
	padding: 7px 10px 7px 10px;
	background-color:#F1F1F1;
}


.ppm-Section5 {
	width: 378px;
	margin: 5px 0px 5px 0px;
	vertical-align:top;
	border-width:0px;
	border-collapse: collapse;
}

.ppm-Section5 .EdgeTop
{
	background: url(../images/ppm_h_fade_grey_378.jpg) no-repeat bottom;
	height:2px;
	visibility:hidden;
}

.ppm-Section5 .EdgeBottom
{
	background: url(../images/ppm_h_fade_grey_378.jpg) no-repeat top;
	height:2px;
	visibility:hidden;
}

.ppm-Section5 .section
{
	padding: 7px 10px 7px 10px;
}

.ppm-Section6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 0px;
	vertical-align:top;
}

.ppm-Section7 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 9px;
	background: url(../images/ppm_w_line_dashed_v.gif) repeat-y top left;
	vertical-align:top;
}


.ppm-Section8 {
	margin: 5px 4px 5px 0px;
	vertical-align:top;
	border-width:0px;
	border-collapse: collapse;
}

.ppm-Section8 .EdgeTop
{
	background: url(../images/ppm_h_fade_grey_190_bk_top.jpg) no-repeat bottom;
	height:2px;
}

.ppm-Section8 .EdgeBottom
{
	background: url(../images/ppm_h_fade_grey_190_bk_btm.jpg) no-repeat top;
	height:2px;
}

.ppm-Section8 .section
{
	padding: 7px 10px 2px 10px;
	background-color:#F1F1F1;
}

.ppm-Section9 {
	margin: 5px 4px 5px 0px;
	vertical-align:top;
	border-width:0px;
	border-collapse: collapse;
}

.ppm-Section9 .EdgeTop
{
	background: url(../images/ppm_h_fade_grey_190_bk_top.jpg) no-repeat bottom;
	height:2px;
	visibility:hidden;
}

.ppm-Section9 .EdgeBottom
{
	background: url(../images/ppm_h_fade_grey_190_bk_btm.jpg) no-repeat top;
	height:2px;
	visibility:hidden;
}

.ppm-Section9 .section
{
	padding: 7px 10px 2px 10px;
}

.ppm-Section10 
{
	background-color:#ECECE0;
	width:650px;
	border-collapse: collapse;
	margin: 0px 0px 10px 0px;
}

.ppm-Section10 .section
{

	padding: 5px 10px 5px 10px;
}

.ppm-Section10 a:link
{
	color: #004994;
	text-decoration:none;
}

.ppm-Section10 a:hover
{
	color: #3867A1;
	text-decoration: underline;
}

.ppm-Section10 .EdgeTop
{

	background: url(../images/ppm_h_fade_green_650_top.jpg) no-repeat top;
	height:2px;
}

.ppm-Section10 .EdgeBottom
{

	background: url(../images/ppm_h_fade_green_650_btm.jpg) no-repeat bottom;
	height:2px;
}

.ppm-Section11 {
	width: 650px;
	margin: 5px 4px 15px 0px;
	vertical-align:top;
	border-width:0px;
	border-collapse: collapse;
}

.ppm-Section11 .EdgeTop
{
	background: url(../images/ppm_h_fade_grey_650_bk_top.jpg) no-repeat bottom;
	height:2px;
}

.ppm-Section11 .EdgeBottom
{
	background: url(../images/ppm_h_fade_grey_650_bk_btm.jpg) no-repeat top;
	height:2px;
}

.ppm-Section11 .section
{
	padding: 7px 10px 7px 10px;
	background-color:#F1F1F1;
}


.ppm-Section11 a {
	font-size:12px;
	text-decoration:underline;
}

.ppm-Section11 a:link, .ppm-Section11 a:visited
{
	color: #004994;
	text-decoration: underline;
}

.ppm-Section11 a:hover
{
	color: #3867A1;
	text-decoration: underline;
}

.ppm-Section12 
{
	background-color:#ECECE0;
	width:980px;
	border-collapse: collapse;
	margin: 0px 0px 15px 0px;
}

.ppm-Section12 .section
{
	padding: 5px 15px 5px 15px;
}

.ppm-Section12 a:link
,.ppm-Section12 a:visited
{
	color: #004994;
}

.ppm-Section12 a:hover
{
	color: #3867A1;
}

.ppm-Section12 .EdgeTop
{
    padding:0;
}

.ppm-Section12 .EdgeTopLeft
{
	background: url(../images/ppm_h_fade_green_650_top.jpg) no-repeat top left;
	height:2px;
	width:2px;
	float:left;
}

.ppm-Section12 .EdgeTopRight
{
	background: url(../images/ppm_h_fade_green_650_top.jpg) no-repeat top right;
	height:2px;
	width:2px;
	float:right;
}

.ppm-Section12 .EdgeBottom
{
    padding:0;
}

.ppm-Section12 .EdgeBottomLeft
{
	background: url(../images/ppm_h_fade_green_650_btm.jpg) no-repeat bottom left;
	height:2px;
	width:2px;
	float:left;
}

.ppm-Section12 .EdgeBottomRight
{
	background: url(../images/ppm_h_fade_green_650_btm.jpg) no-repeat bottom right;
	height:2px;
	width:2px;
	float:right;
}


.ppm-Section13 {
	background-color:#F1F1F1;
	width: 980px;
	margin: 5px 4px 15px 0px;
	vertical-align:top;
	border-width:0px;
	border-collapse: collapse;
}

.ppm-Section13 .EdgeTop
{
    padding:0;
}

.ppm-Section13 .EdgeTopLeft
{
	background: url(../images/ppm_h_fade_grey_650_bk_top.jpg) no-repeat bottom left;
	height:2px;
	width:2px;
	float:left;
}

.ppm-Section13 .EdgeTopRight
{
	background: url(../images/ppm_h_fade_grey_650_bk_top.jpg) no-repeat bottom right;
	height:2px;
	width:2px;
	float:right;
}

.ppm-Section13 .EdgeBottom
{
    padding:0;
}

.ppm-Section13 .EdgeBottomLeft
{
	background: url(../images/ppm_h_fade_grey_650_bk_btm.jpg) no-repeat top left;
	height:2px;
	width:2px;
	float:left;
}

.ppm-Section13 .EdgeBottomRight
{
	background: url(../images/ppm_h_fade_grey_650_bk_btm.jpg) no-repeat top right;
	height:2px;
	width:2px;
	float:right;
}

.ppm-Section13 .section
{
	padding: 14px 20px 14px 20px;
}


.ppm-Section13 a {
	font-size:12px;
	text-decoration:underline;
}

.ppm-Section13 a:link, .ppm-Section11 a:visited
{
	color: #004994;
	text-decoration: underline;
}

.ppm-Section13 a:hover
{
	color: #3867A1;
	text-decoration: underline;
}


.ppm-HighlightedText
{
	color:#669900;
}

.ppm-Section12 .ppm-SectionLeft
{
    width:600px;
    vertical-align:top;
}

.ppm-Section13 .ppm-SectionLeft
{
    width:470px;
    vertical-align:top;
}

.ppm-Section13 .ppm-SectionLeft1
{
    width:210px;
    vertical-align:top;
}

.ppm-SectionLeft2
{
    width:400px;
}

.ppm-Section13 .ppm-SectionRight
{
    vertical-align:top;
    padding-left:30px;
}

.ppm-Section13 .ppm-SectionRight1
{
    width:720px;
    float:right;
    vertical-align:top;
    text-align:right;
}

.ppm-Section12 .ppm-SectionRight2
{
    vertical-align:top;
    padding-top:6px;
}

.ppm-Section13 .ppm-SectionMiddle
{
    height:100%;
    margin-top:8px;
    text-align:right;
}


/* HTML Editor */
.ppm-Section13 .ppm-SectionEditor
{
    text-align:right;
    margin-top:-40px;
    margin-bottom:20px;
}

.ppm-Section13 .ppm-SectionEditor .ms-rtelong
{
    width:650px;
    border:solid 2px #CCCCCC;
}



.ppm-SectionEditor .ms-toolbarContainer
{
    background-image:none;
    background-color:#CCCCCC;
    border:solid 2px #CCCCCC;
}

.ppm-SectionEditor .ms-toolbarContainer a
,.ppm-SectionEditor .ms-toolbarContainer a:visited
{
    color:#666666 !Important;
    font-size:11px;
}

.ppm-SectionEditor .ms-rtetoolbarmenu
{
    
}

.ppm-SectionEditor .ms-rtetoolbarmenu.ms-rtetoolbarunsel.ms-rtetoolbardis
{

}

.ppm-SectionEditor .ms-rtetoolbarmenu.unselectable
{
    
}

.ppm-SectionEditor .ms-rtetoolbarmenu.ms-rtetoolbarunsel
{

}

/* Hide buttons in HTML Editor tool bar.*/
.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails1_InsertImage
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails2_InsertImage
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails1_FontName
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails2_FontName
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails1_FontSize
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails2_FontSize
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails1_ForeColor
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails2_ForeColor
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails1_BackColor
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails2_BackColor
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails1_insert_table
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails2_insert_table
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails1_InsertTableElement
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails2_InsertTableElement
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails1_DeleteTableElement
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails2_DeleteTableElement
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails1_split_cell
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails2_split_cell
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails1_merge_cell
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails2_merge_cell
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails1_HtmlSource
,.ppm-SectionEditor #ctl00_PlaceHolderMain_rhfFirmDetails2_HtmlSource
{
    display:none;
}


/* Character Counter */
.ppm-FirmDetails-CounterContainer
{
    position:relative;
    width:100%;
    text-align:left;
    background-color:#666666;
    
}

.ppm-FirmDetails1-Counter
,.ppm-FirmDetails2-Counter
{
    position:absolute;
    top:32px;
    left:286px;
    width:264px;
    height:15px;
    background-color:#CCCCCC;
    color:#FFFFFF;
    font-size:11px;
    padding-top:2px;
    padding-left:5px;
    text-align:left;
}

.ppm-FirmDetails-Duplicate
{
	text-align:left;
	display:none;
}
/* End of HTML Editor */



.ppm-Section13 .ppm-SectionOneThird
{
    vertical-align:top;
    width:305px;
    float:left;
    padding:4px 4px 10px 4px;
}

.ppm-Section13 .ppm-SectionRightControl
{
    display:inline-block;
    margin-bottom:20px;
}

.ppm-Section13 .regTextBox
{
    width:322px;
}

.ppm-Section13 .regTextBox1
{
    width:130px;
}

.ppm-Section13 .regTextBox2
{
    width:70px;
}

.ppm-Section13 .regTextBox3
{
    width:650px;
}

.ppm-Section13 .ppm-TextBox-HTML
{
    width:630px;
    height:200px;
}

.ppm-Section13 .regDropDownBox
{
    width:320px;
    height:22px;
}

.ppm-Section13 .ppm-divider
{
	border-bottom:solid 1px #DDDDDD;
	height:1px;
	margin:8px 0px 8px 0px;
}

.ppm-divider1
{
	border-bottom:solid 1px #DFBF7D;
	height:1px;
	margin:8px 0px 8px 0px;
}

.ppm-Section13 .ppm-DashedDivider
{
	background: url(../images/ppm_w_line_dashed_h.gif) repeat-x bottom;
	height:1px;
	margin:8px 0px 8px 0px;
}

.ppm-SectionTitle
{
	font-size:13px;
    text-align:left;
	font-weight:bold;
}

.ppm-SectionMessage
,.ppm-SectionWarningMessage
{
    text-align:left;
	font-size:11px;
	margin-top:4px;
}

.ppm-SectionWarningMessage
{
    color:#EE0000;
}

.ppm-SmallTitle
,.ppm-SmallTitle2
{
    display:block;
    width:100px;
    font-size:11px;
    text-align:right;
    float:left;
    margin-top:6px;
    margin-right:4px;
}

.ppm-SmallTitle2
{
    width:300px;
    float:right;
}

.ppm-SmallTitle.Shift
{
    margin-left:0px;
}

.ppm-Control
{
    display:block;
    width:322px;
    float:left;
}


.ppm-Control1
{
    display:block;
    width:140px;
    float:left;
}

.ppm-Control1 .ppm-ValidationMessage
{
    width:300px;
}

.ppm-Control2
{
    display:block;
    width:70px;
    float:left;
}

.ppm-Control3
{
    display:block;
    width:360px;
    float:right;
}

.ppm-Control4
{
    display:block;
    width:340px;
    float:right;
}

.ppm-Control5
{
    display:block;
    width:650px;
    float:right;
}

.ppm-Control5 input
{
}


/* Command Buttons Section */
.ppm-CommandButtonsSection
{
    margin-bottom:10px;
}

.ppm-CommandButtonsSection input
{
    margin-bottom:5px;
}


.ppm-CommandButtonsSection .Left
{
    width:730px;
    float:left;
}

.ppm-CommandButtonsSection .Right
{
    width:250px;
    float:right;
    text-align:right;
}

.ppm-CommandButtonsSection input
{
    width:auto;
}

.ppm-Disclaimer
{
    font-size:11px;
    font-weight:normal;
    clear:both;
}

.ppm-FirmAdminDisclaimer
{
    font-size:11px;
    font-weight:normal;
    clear:both;
    padding-top:8px;
    padding-left:4px;
}

.ppm-Annoncement
{
	background-color:#ECECE0;
	width:772px;
	border-collapse: collapse;
	margin: 0px 0px 4px 0px;
}

.ppm-Annoncement .section
{

	padding: 5px 10px 0px 10px;
}

.ppm-Annoncement a:link
{
	color: #004994;
	text-decoration:none;
}

.ppm-Annoncement a:hover
{
	color: #3867A1;
	text-decoration: underline;
}

.ppm-Annoncement .EdgeTop
{

	background: url(../images/ppm_h_fade_green_772_top.jpg) no-repeat top;
	height:2px;
}

.ppm-Annoncement .EdgeBottom
{

	background: url(../images/ppm_h_fade_green_772_btm.jpg) no-repeat bottom;
	height:2px;
}


/*
Practitioner Advice landing page
*/

.ppm-PractitiionerAdvicePage .ppm-ContentPrimary ul li {
	margin-bottom: 0.2em;
}

.ppm-PractitiionerAdvicePage .section-alt {
	padding-bottom: 10px;
}


.ppm-PractitiionerAdvicePage .ppm-PracticeAlerts{
	background-position: bottom left;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right:4px;
}

.ppm-PractitiionerAdvicePage .ppm-Insurance{
	background-position: bottom left;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right:4px;
}

.ppm-PractitiionerAdvicePage .ppm-TaxValuationNewsletter {
	background-position: bottom left;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right:4px;
}

.ppm-PractitiionerAdvicePage .ppm-GuidanceBulletins {
	background-position: bottom left;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right:4px;
}


/*
Listing pages
*/
.ppm-DocumentListing
{
}

.ppm-AnchorLinks
{
}

.ppm-DocumentListing a {
	padding: 0px 0px 0px 0px;
	font-size:12px;
	text-decoration:none;
}

.ppm-DocumentListing a:link, .ppm-DocumentListing a:visited
{
	font-family: Tahoma, Verdana, Sans-Serif;
	color: #004994;
	text-decoration: none;
}

.ppm-DocumentListing a:hover
{
	color: #3867A1;
	text-decoration: underline;
}

.ppm-TopAnchorLinks
{
}

a.ppm-TopAnchorLinks {
	padding: 0px 0px 0px 0px;
	font-size:12px;
	text-transform:uppercase;
}

a:link.ppm-TopAnchorLinks , a:visited.ppm-TopAnchorLinks
{
	font-family: Tahoma, Verdana, Sans-Serif;
	color: #0C2577;
	text-decoration:underline;
}

a:hover.ppm-TopAnchorLinks {
	color: #3867A1;
	text-decoration:underline;
}


.ppm-FoldersAndSubFolders
{
	
}

.ppm-DocumentListing .ppm-FolderHeader .ppm-H1,
.ppm-DocumentListing .ppm-FolderHeader .ppm-H2,
.ppm-DocumentListing .ppm-FolderHeader .ppm-H3
{
	padding-top:20px;
}


/*
Page container
*/
.ppm-PageContainer
{
	width: 980px;
	table-layout:fixed;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: white;
	font-family:"Tahoma";
}

.ppm-PageContainerContent
{
	font-family:Tahoma;
	font-size:100%;

	/*background-color:#EEEEEE;	Temporary*/
	
}

.ppm-MainContainer
{
	margin-left:0px;
	margin-right:0px;
}

.ppm-Parent
{
	table-layout:fixed;
	margin-left:0px;
	margin-right:0px;

}

.ppm-Bookmarks
{
	margin-right:0px;
	margin-left:0px;
	margin-top:4px;
	padding-top:0px;
	border:0px #8997BC solid;
	background-color: white;
	width:165px;
	table-layout:fixed;
	font-size:11px;
	
	position:relative;
	z-index:3;
	
}

.ppm-Bookmarks li
{
	margin-bottom: 0.8em;
	line-height: 11px;
}

.ppm-Bookmarks a {
	padding: 0px 0px 0px 0px;
	text-decoration:none;
	
}

.ppm-Bookmarks a:link, .ppm-Bookmarks a:visited 
{
	font-family: Tahoma, Verdana, Sans-Serif;
	color: #004994;
	text-decoration: none;
}

.ppm-Bookmarks a:hover {
	color: #3867A1;
	text-decoration: underline;
}

.ppm-PageContent
{
	padding-left: 4px;
	padding-right: 4px;
	position:relative;
	z-index:1;
}

.ppm-PageContentShield
{
	position:absolute;
	top:0px;
	left:620px;
	width:400px;
	height:2000px;
	z-index:2;
	
	background-color:#E0E0E0;
	
}

.ppm-Spacer
{
	width:12px;
	background-color:green;
}

table.MsoNormalTable u span
{
	position:relative; 
	left:0px;
	right:200px;
}

.ppm-MyPPM
{
}

.ppm-MyPPMAlternateRow
{
	background-color:#F1F1F1;
}

.ppm-MyPPM a {
	padding: 0px 0px 0px 0px;
	text-decoration:none;
}

.ppm-MyPPM a:link, .ppm-MyPPM a:visited 
{
	font-family: Tahoma, Verdana, Sans-Serif;
	color: #004994;
	text-decoration: none;
}

.ppm-MyPPM a:hover {
	color: #3867A1;
	text-decoration: underline;
}

.ppm-Hide
{
	display:none;
}

.ppm-Show
{
	display:block;
}

/*
Content Styles
*/
/* _lcid="1033" _version="12.0.4518" _LocalBinding */

.body
{
	background-color:#596E9E;
	height:100%;
	margin:0px;
}
.outerContainer
{
	width:960px;
	padding: 0 0 0 0;
}
.master
{
	width: 984px;
	table-layout:fixed;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-color: white;
	font-family:"Tahoma";
}


.masterContent
{
	background-color:#FFFFFF;
	font-family:Tahoma;
	font-size:100%;
}
.shadowRight
{
	height:100%;
	min-height:100%;
	width:12px;	
	background-image: url('../../Images/bl_Shadow_Right.jpg');
	background-repeat:repeat-y;
	background-position:left top;
}
.shadowLeft
{
	*height:100%;
	min-height:100%;
	width:12px;	
	background-image: url('../../Images/bl_Shadow_Left.jpg');
	background-repeat:repeat-y;
	background-position:left top;
}
.spacer
{
	width:12px
}

.pageTitle
{
	margin:0px;
	font-family: "Tahoma";  
	font-size: 12pt; 
	font-weight: bold; 
	color: black;
}
.pageTitle span
{
	margin:0px;
	padding:0px;
	font-family:"Tahoma";
	font-size:100%;
}

.breadcrumb
{
    font-family: "Tahoma"; 
    color: #656b77;
    clear:both;
    font-size:9pt; 
    font-family: "Tahoma"; 
    padding-left:7px;
    padding-bottom:2px;
    padding-top:4px;
    border-bottom:1px #CCCCCC solid;
    margin-bottom:4px;
}
.breadcrumb a:active
{
	padding-left:0px;
	padding-right: 0px;
	text-decoration:none;
   	color: #656b77;
}
.breadcrumb:active
{
	padding-left:0px;
	padding-right: 0px;
	text-decoration:none;
   	color: #656b77;
}
.breadcrumb a
{
	padding-left:0px;
	padding-right: 0px;
	text-decoration:none;
   	color: #656b77;
}
.breadcrumb a:hover
{
	text-decoration:underline;
}
.breadcrumbCurrent
{
	font-weight:bold; 
}
.login
{
	display:inline;
}
.login a:hover
{
	text-decoration:underline;
}
.sharepointLogin
{
	float:right;
	display:inline;
}
.sharepointLogin .ms-globallinks
{
    position:relative;
}
a.#zz1_MyLinksMenuMenu
{
    font-family:"Tahoma";
}
a.#zz8_Menu
{
    font-family:"Tahoma";
}
div.#zz8_Menu_t img
{
    vertical-align:middle;
}

.sharepointLogin .ms-globallinks a
{
	color:#333333;
}
.sharepointLogin .ms-globallinks
{
	color:#333333;
}
.sharepointLogin div
{
	color:#333333;
}
.topArea
{
	background:url("../../images/bl_band.jpg") no-repeat;
	background-position:top right;
}
.topArea :active
{
	text-decoration:none;
}
.logo
{
    float:left;
	height: 42px;
	font-size:14pt; 
	font-family: "Tahoma";  
	padding-bottom:3px;
	padding-top:3px;
	padding-left:4px;
	padding-right: 0px;
}
.logo a
{
	color: #656B77;
	background-image:url("../../images/bl_logo.jpg");
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	padding:15px 5px 0px 75px;
}
.topLinkBar 
{
    float:right;
    width:auto;
	padding-left: 1px;
	padding-right: 7px;
   	display:inline;
}
.toplinkbar a:active
{
   	color: #444444;
	font-family: "Tahoma";  
	font-size:9pt; 
	text-decoration:none;
}
.topLinkBar a
{
   	color: #444444;
	font-family: "Tahoma";  
	font-size:9pt; 
	text-decoration:none;
}
.topLinkBar a:hover
{
	text-decoration:underline;
}
.topLink
{
   	background: url("../../Images/linksdivider.gif") right 6px no-repeat;
   	display:inline;
}	
.console
{
	clear:both;
}
.search
{
    margin:6px 2px 20px 2px;
}
.search .ms-sbcell .ms-sbplain
{
    margin-right:2px;
    margin-left:2px;
    border:1px #555555 solid;
    height:14px;
}
.search .ms-sbcell
{
    border:none;
    font-weight:normal; 
    font-size:8pt; 
    color: #3A4663;
    padding:0px;
}
.search .ms-sbgo
{
    background:none;
}
.siteActionMenu
{
    float:right;
}
.authoringRegion
{
	width:100%;
	background-color:#DDDDDD;
	color:#333333;
}
.topNavContainer
{
	float:left;
	background-image:url("../../images/bl_Navbar_Gd_Default.jpg");
	background-repeat:repeat-x;
	height:40px;
}
.topNav
{
    *position:relative;
    *top:-1px;
}
.topNavItem
{
	background-image: url('../../Images/bl_Navbar_Splitter.jpg');
	background-repeat:no-repeat;
	background-position:top right;
	font-family: "Tahoma";  
	font-size: 8pt; 
	color: #3a4663;	
}
.topNavItem a
{
	display:block;
	padding:8px 5px 0px 5px;
	height:32px;
}
.topNavSelected a
{
	background-image: url('../../Images/bl_Navbar_Gd_Hover.jpg');
	background-repeat:repeat-x;
	background-position:top right;
	color: #EFF4FA;
}
.topNavHover a
{
	color:#FFFFFF;
	background-image: url('../../Images/bl_Navbar_Gd_Hover.jpg');
	background-repeat:repeat-x;
	background-position:top right;
}
.topNavFlyOuts
{
	border-top:1px #CBD1E0 solid;
}
.topNavFlyOutsItem
{	
	font-family: "Tahoma"; 
	font-size: 8pt; 
	background-color: #ECEFF3;
	border:1px #CBD1E0 solid;
	border-top-style: none;
	color:#3A4663; 
	*width:150px;
	min-width:150px;
}
.topNavFlyOutsItem a
{
    display:block;
    padding:4px 5px 4px 5px;
}
.topNavFlyOutsHover
{
	background-color: #B2BCD3;
}
.topNavRoundRight
{
    width:0px;
}
.topNavRoundLeft
{
    width:0px;
}

.rightNav
{
	margin-right:0px;
	margin-left:0px;
	margin-top:4px;
	padding-top:0px;
	border:1px #8997BC solid;
	background-color: white;
	width:150px;
	height:200px;
	table-layout:fixed;
}

.leftNav
{
	margin-right:0px;
	margin-left:0px;
	margin-top:4px;
	padding-top:0px;
	border:1px #8997BC solid;
	background-color: #D0D6E3;
	width:160px;
	table-layout:fixed;
}
.leftNavSpacer
{
	width:160px;
}
.leftNavSelected
{
	background-color: #B2BCD3;
	color: #F4F5F9;
	border-top:1px #B2BCDD solid;
	border-bottom:1px #B2BCDD solid;
	line-height:14pt;
}
.leftNav3
{
	color: #354260;
}
.leftNav2
{
	color: #354260;
}
.leftNav1
{
	color: #354260;
}
.leftNav1
{
	font-family: "Tahoma";  
	font-size: 8pt; 
	font-weight:bold; 
	line-height:14pt;
}
.leftNav1 a
{
	font-family: "Tahoma";  
	font-size: 9pt; 
	font-weight:bold; 
	padding-left:5px;
	display:block;
	padding-right:10px;
}
.leftNav2
{	
	font-family: "Tahoma";  
	font-size: 8pt; 
	line-height:14pt;
}
.leftNav2 a
{
	padding-left:10px;
	display:block;
	padding-right:10px;
}
.leftNav3
{	
	font-family: "Tahoma";  
	font-size: 8pt; 
	line-height:14pt;
}
.leftNav3 a
{
	padding-left:18px;
	display:block;
	padding-right:10px;
}
.leftNavHover
{
	background-color: #596E9E;
	color:#FFFFFF;
}
.leftNavFlyOuts
{
	font-family:"Tahoma"; 
	font-size:8pt; 
	border-top:1px #CBD1E0 solid;
	border-left:1px #CBD1E0 solid;
	border-right:1px #CBD1E0 solid;	
}
.leftNavFlyOutsItem
{
	border-bottom:1px #CBD1E0 solid;
	background-color: #ECEFF3;
}
.leftNavFlyOutsItem a
{
	padding:1px 5px 1px 5px;
	display:block;
	color:#354260;
	width:100px;
	min-width:100px;
}
.leftNavFlyOutsHover
{
	background-color: #B2BCD3;
}

.parent
{
	table-layout:fixed;
	margin-left:10px;
	margin-right:30px;
}
p.Default
{
	font-family:Tahoma;
	font-size:100%;
}
.mainContainer
{
	margin-left:0px;
	margin-right:0px;
}

.bottomLinkBar
{
	font-family: "Tahoma";  
	font-size: 8pt; 
	color: #999999;
	float:none;
}
.mainContent td.ms-pagebreadcrumb
{
	display:none;
}
.mainContent div.ms-pagebreadcrumb
{
	display:none;
}
div.ms-wikieditouter
{
	position:static;
	border-bottom: 1px #6393d4 solid;
	margin-bottom:8px;
	margin-right:5px;
	border-right-width:1px;
}
div.ms-quicklaunchouter
{
	margin-left:7px;
	margin-top:5px;
	width:158px;
	border-width:0px;
}
.body {
	background-color: #596E9E;
	height: 100%;
	margin: 0px;
}

/****************************************************************************************************/
/* 								Definitions from MS Word											*/
/****************************************************************************************************/

 /* Font Definitions */
 @font-face
	{font-family:Wingdings;
	panose-1:5 0 0 0 0 0 0 0 0 0;
	mso-font-charset:2;
	mso-generic-font-family:auto;
	mso-font-pitch:variable;
	mso-font-signature:0 268435456 0 0 -2147483648 0;}
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;
	mso-font-charset:1;
	mso-generic-font-family:roman;
	mso-font-format:other;
	mso-font-pitch:variable;
	mso-font-signature:0 0 0 0 0 0;}
@font-face
	{font-family:"Tahoma";
	panose-1:2 11 6 4 3 5 4 4 2 4;
	mso-font-charset:0;
	mso-generic-font-family:swiss;
	mso-font-format:other;
	mso-font-pitch:variable;
	mso-font-signature:3 0 0 0 1 0;}
 /* Style Definitions */
 div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:100%;
	font-family:"Tahoma";}
 li.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:100%;
	font-family:"Tahoma";}
 p.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:100%;
	font-family:"Tahoma";}
	
h1
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:12.0pt;
	margin-left:0in;
	text-align:center;
	page-break-after:avoid;
	border:none;
	padding:0in;
	font-size:125%;
	font-weight:bold;
	font-family:"Tahoma"}
h2
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:.5in;
	text-indent:-.05pt;
	page-break-after:avoid;
	font-size:115%;
	font-weight:bold;
	font-family:"Tahoma"}
	
h3
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	text-indent:-.05pt;
	page-break-after:avoid;
	font-size:105%;
	font-weight:bold;
	font-family:"Tahoma"}
h4
	{margin-top:12.0pt;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:0in;
	margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:100%;
	font-family:"Tahoma"}
h5
	{margin-top:3.0pt;
	margin-right:0in;
	margin-bottom:3.0pt;
	margin-left:.5in;
	text-indent:-.5in;
	page-break-after:avoid;
	font-size:100%;
	font-family:"Tahoma"}
h6
	{margin-top:3.0pt;
	margin-right:0in;
	margin-bottom:3.0pt;
	margin-left:.5in;
	text-align:center;
	text-indent:-.5in;
	page-break-after:avoid;
	font-size:100%;
	font-family:"Tahoma"}
div.MsoHeading7
	{margin-top:6.0pt;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:0in;
	text-align:center;
	page-break-after:avoid;
	font-size:100%;
	font-family:"Arial","sans-serif";
	font-weight:bold;}
li.MsoHeading7
	{margin-top:6.0pt;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:0in;
	text-align:center;
	page-break-after:avoid;
	font-size:100%;
	font-family:"Arial","sans-serif";
	font-weight:bold;}
p.MsoHeading7
	{margin-top:6.0pt;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:0in;
	text-align:center;
	page-break-after:avoid;
	font-size:100%;
	font-family:"Arial","sans-serif";
	font-weight:bold;}
div.MsoHeading8
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:100%;
	font-family:Tahoma;
	font-weight:bold;}
li.MsoHeading8
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:100%;
	font-family:Tahoma;
	font-weight:bold;}
p.MsoHeading8
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:100%;
	font-family:Tahoma;
	font-weight:bold;}
div.MsoHeading9
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	text-align:center;
	text-indent:-.5pt;
	page-break-after:avoid;
	font-size:100%;
	font-family:Tahoma;
	color:black;
	letter-spacing:-.15pt;
	font-weight:bold;}
li.MsoHeading9
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	text-align:center;
	text-indent:-.5pt;
	page-break-after:avoid;
	font-size:100%;
	font-family:Tahoma;
	color:black;
	letter-spacing:-.15pt;
	font-weight:bold;}
p.MsoHeading9
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	text-align:center;
	text-indent:-.5pt;
	page-break-after:avoid;
	font-size:100%;
	font-family:Tahoma;
	color:black;
	letter-spacing:-.15pt;
	font-weight:bold;}
div.MsoCommentText
	{
	margin:0in;
	margin-bottom:.0001pt;
	font-size:100%;
	font-family:"Tahoma"}
li.MsoCommentText
	{
	margin:0in;
	margin-bottom:.0001pt;
	font-size:100%;
	font-family:"Tahoma"}
p.MsoCommentText
	{
	margin:0in;
	margin-bottom:.0001pt;
	font-size:100%;
	font-family:"Tahoma"}
div.MsoHeader
	{margin-top:0in;
	margin-right:-.25pt;
	margin-bottom:12.0pt;
	margin-left:-.25pt;
	font-size:100%;
	font-family:Tahoma;
	font-weight:bold;}
li.MsoHeader
	{margin-top:0in;
	margin-right:-.25pt;
	margin-bottom:12.0pt;
	margin-left:-.25pt;
	font-size:100%;
	font-family:Tahoma;
	font-weight:bold;}
p.MsoHeader
	{margin-top:0in;
	margin-right:-.25pt;
	margin-bottom:12.0pt;
	margin-left:-.25pt;
	font-size:100%;
	font-family:Tahoma;
	font-weight:bold;}
div.MsoFooter
	{margin-top:6.0pt;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:0in;
	margin-bottom:.0001pt;
	font-size:9.0pt;
	font-family:"Tahoma"}
li.MsoFooter
	{margin-top:6.0pt;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:0in;
	margin-bottom:.0001pt;
	font-size:9.0pt;
	font-family:"Tahoma"}
p.MsoFooter
	{margin-top:6.0pt;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:0in;
	margin-bottom:.0001pt;
	font-size:9.0pt;
	font-family:"Tahoma"}
div.MsoCaption
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:0in;
	text-align:center;
	border:none;
	padding:0in;
	font-size:16.0pt;
	font-family:Tahoma;
	font-weight:bold;}
li.MsoCaption
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:0in;
	text-align:center;
	border:none;
	padding:0in;
	font-size:16.0pt;
	font-family:Tahoma;
	font-weight:bold;}
p.MsoCaption
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:0in;
	text-align:center;
	border:none;
	padding:0in;
	font-size:16.0pt;
	font-family:Tahoma;
	font-weight:bold;}
span
{
	font-family:Tahoma;
	font-size:100%;
}
span.MsoNormal
{
	font-family:Tahoma;
	font-size:100%;
}
span.MsoCommentReference
	{font-family:Tahoma;
	font-size:100%;}
span.MsoPageNumber
	{	font-family:Tahoma;
	font-size:100%;}
div.MsoTitle
	{margin-bottom:.0001pt;
	text-align:center;
	font-size:100%;
	font-family:Tahoma, text-transform:capitalize;
	font-weight:bold;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0in;
}
li.MsoTitle
	{margin-bottom:.0001pt;
	text-align:center;
	font-size:100%;
	font-family:Tahoma, text-transform:capitalize;
	font-weight:bold;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0in;
}
p.MsoTitle
	{margin-bottom:.0001pt;
	text-align:center;
	font-size:100%;
	font-family:Tahoma, text-transform:capitalize;
	font-weight:bold;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0in;
}
div.MsoBodyText
	{margin:0in;
	margin-bottom:.0001pt;
	text-align:justify;
	font-size:12.0pt;
	font-family:"Tahoma"}
li.MsoBodyText
	{margin:0in;
	margin-bottom:.0001pt;
	text-align:justify;
	font-size:12.0pt;
	font-family:"Tahoma";}
p.MsoBodyText
	{margin:0in;
	margin-bottom:.0001pt;
	text-align:justify;
	font-size:12.0pt;
	font-family:"Tahoma";}
div.MsoBodyText2
	{
	margin:0in;
	margin-bottom:.0001pt;
	text-align:justify;
	font-size:100%;
	font-family:"Tahoma";}
li.MsoBodyText2
	{
	margin:0in;
	margin-bottom:.0001pt;
	text-align:justify;
	font-size:100%;
	font-family:"Tahoma";}
p.MsoBodyText2
	{
	margin:0in;
	margin-bottom:.0001pt;
	text-align:justify;
	font-size:100%;
	font-family:"Tahoma";}
div.MsoAcetate
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:8.0pt;
	font-family:"Tahoma";}
li.MsoAcetate
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:8.0pt;
	font-family:"Tahoma";}
p.MsoAcetate
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:8.0pt;
	font-family:"Tahoma";}
span.Heading1Char
	{	font-family:Tahoma;
	font-size:100%;
	font-weight:bold;}
span.Heading2Char
	{	font-family:Tahoma;
	font-size:100%;
	font-weight:bold;
	font-style:italic;}
span.Heading3Char
	{	font-family:Tahoma;
	font-size:100%;
	font-weight:bold;}
span.Heading4Char
	{	font-family:Tahoma;
	font-size:100%;
	font-weight:bold;}
span.Heading5Char
	{	font-family:Tahoma;
	font-size:100%;
	font-weight:bold;
	font-style:italic;}
span.Heading6Char
	{	font-family:Tahoma;
	font-size:100%;
	font-weight:bold;}
span.Heading7Char
	{	font-family:Tahoma;
	font-size:100%;
}
span.Heading8Char
	{	font-family:Tahoma;
	font-size:100%;
		font-style:italic;}
span.Heading9Char
	{
	font-family:Tahoma;
	font-size:100%;
}
div.Numberedcolumn
	{	margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:.35in;
	text-align:justify;
	text-indent:0in;
	font-size:100%;
	font-family:"Tahoma";
}
li.Numberedcolumn
	{	margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:.35in;
	text-align:justify;
	text-indent:0in;
	font-size:100%;
	font-family:"Tahoma";
}
p.Numberedcolumn
	{	margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:.35in;
	text-align:justify;
	text-indent:0in;
	font-size:100%;
	font-family:"Tahoma";
}
span.TitleChar
	{
	font-family:"Cambria","serif";
	font-weight:bold;}
div.Bullet
	{
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:10.3pt;
	margin-bottom:.0001pt;
	text-indent:-.15in;
	font-size:100%;
	font-family:"Tahoma";}
li.Bullet
	{
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:10.3pt;
	margin-bottom:.0001pt;
	text-indent:-.15in;
	font-size:100%;
	font-family:"Tahoma";}
p.Bullet
	{
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:10.3pt;
	margin-bottom:.0001pt;
	text-indent:-.15in;
	font-size:100%;
	font-family:"Tahoma";}
div.Contents
	{
	margin-top:0in;
	margin-right:0in;
	margin-bottom:12.0pt;
	margin-left:0in;
	font-size:100%;
	font-family:"Tahoma";
}
li.Contents
	{
	margin-top:0in;
	margin-right:0in;
	margin-bottom:12.0pt;
	margin-left:0in;
	font-size:100%;
	font-family:"Tahoma";
}
p.Contents
	{
	margin-top:0in;
	margin-right:0in;
	margin-bottom:12.0pt;
	margin-left:0in;
	font-size:100%;
	font-family:"Tahoma";
}
span.FooterChar
	{}
span.HeaderChar
	{}
div.Numberedheads
	{
	margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:.35in;
	text-align:justify;
	text-indent:-.35in;
	line-height:12.0pt;
	page-break-after:avoid;
	font-size:12.0pt;
	font-family:"Tahoma";
	font-weight:bold;
}
li.Numberedheads
	{
	margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:.35in;
	text-align:justify;
	text-indent:-.35in;
	line-height:12.0pt;
	page-break-after:avoid;
	font-size:12.0pt;
	font-family:"Tahoma";
	font-weight:bold;
}
p.Numberedheads
	{
	margin-top:0in;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:.35in;
	text-align:justify;
	text-indent:-.35in;
	line-height:12.0pt;
	page-break-after:avoid;
	font-size:12.0pt;
	font-family:"Tahoma";
	font-weight:bold;
}
div.Listitem
	{
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.25in;
	margin-bottom:.0001pt;
	text-indent:-.25in;
	font-size:100%;
	font-family:"Tahoma";
}
li.Listitem
	{
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.25in;
	margin-bottom:.0001pt;
	text-indent:-.25in;
	font-size:100%;
	font-family:"Tahoma";
}
p.Listitem
	{
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.25in;
	margin-bottom:.0001pt;
	text-indent:-.25in;
	font-size:100%;
	font-family:"Tahoma";
}
span.BodyTextChar
	{
	font-family:Tahoma;
	font-size:100%;
	}
span.BodyText2Char
	{
	font-family:Tahoma;
	font-size:100%;
	}
span.BalloonTextChar
	{	font-family:Tahoma;
	font-size:100%;
}
span.z-TopofFormChar
	{
	font-family:"Arial","sans-serif";
	display:none;}
span.z-BottomofFormChar
	{	font-family:"Arial","sans-serif";
	display:none;}
span.CommentTextChar
	{	font-family:Tahoma;
	font-size:100%;
}
.MsoChpDefault
	{}
 /* Page Definitions */
 @page
	{}
@page Section1
	{	margin:.75in 1.0in .75in .75in;}
div.Section1
	{}
@page Section2
	{
	margin:.75in 1.0in .75in .75in;
}
div.Section2
	{}
@page Section3
	{
	margin:.75in 1.0in .75in .75in;
}
div.Section3
	{}
@page Section4
	{
	margin:.75in 1.0in .75in .75in;
}
div.Section4
	{}
@page Section5
	{
	margin:.75in 1.0in .75in .75in;
}
div.Section5
	{page:Section5;}
@page Section6
	{
	margin:.75in 1.0in .75in .75in;
}
div.Section6
	{}
@page Section7
	{
	margin:.75in 1.0in .75in .75in;
}
div.Section7
	{}
@page Section8
	{
	margin:.75in 1.0in .75in .75in;
}
div.Section8
	{}
@page Section9
	{
	margin:.75in 1.0in .75in .75in;
}
div.Section9
	{}
@page Section10
	{
	margin:.75in 1.0in .75in .75in;
}
div.Section10
	{}
@page Section11
	{
	margin:.75in 1.0in .75in .75in;
}
div.Section11
	{}
@page Section12
	{
	margin:.75in 1.0in .75in .75in;
}
div.Section12
	{}
@page Section13
	{
	margin:.75in 1.0in .75in .75in;
}
div.Section13
	{}
@page Section14
	{
	margin:.75in 1.0in .75in .75in;
}
div.Section14
	{}
@page Section15
	{
	margin:.75in 1.0in .75in .75in;
}
div.Section15
	{}
 /* List Definitions */
 @list l0
	{}
@list l0:level1
	{
	text-indent:-.25in;
	font-family:Symbol;}
@list l0:level2
	{
	text-indent:-.25in;
	font-family:"Courier New";
	}
@list l1
	{}
@list l1:level1
	{text-indent:-.25in;
	font-family:Symbol;}
@list l2
	{}
@list l2:level1
	{text-indent:-.25in;
	font-family:Symbol;}
@list l3
	{}
@list l3:level1
	{text-indent:-.25in;
	font-family:Symbol;}
@list l4:level1
	{	text-indent:-.25in;
	font-family:Symbol;}
@list l5:level1
	{text-indent:-.25in;
	font-family:"Courier New";}
@list l6:level1
	{
	margin-left:.75in;
	text-indent:-.25in;
	font-family:Symbol;}
@list l7:level1
	{	text-indent:-.25in;
	font-family:Symbol;}
@list l8:level1
	{	margin-left:.25in;
	text-indent:-.25in;
	font-family:Symbol;}
@list l9:level1
	{
	margin-left:105.3pt;
	text-indent:-.15in;
	font-family:Symbol;}
@list l9:level2
	{margin-left:.3in;
	text-indent:-.15in;
	font-family:Wingdings;
	position:relative;
	top:-2.0pt;
}
@list l9:level3
	{
	margin-left:1.65in;
	text-indent:-.15in;
	font-family:Symbol;}
@list l9:level4
	{
	margin-left:1.0in;
	text-indent:-.25in;
	font-family:Symbol;}
@list l9:level5
	{
	margin-left:1.25in;
	text-indent:-.25in;
	font-family:Symbol;}
@list l9:level6
	{
	margin-left:1.5in;
	text-indent:-.25in;
	font-family:Wingdings;}
@list l9:level7
	{
	margin-left:1.75in;
	text-indent:-.25in;
	font-family:Wingdings;}
@list l9:level8
	{
	margin-left:2.0in;
	text-indent:-.25in;
	font-family:Symbol;}
@list l9:level9
	{
	margin-left:2.25in;
	text-indent:-.25in;
	font-family:Symbol;}
@list l10:level1
	{
	text-indent:-.25in;
	font-family:Symbol;}
@list l11:level1
	{
	text-indent:-.25in;
	font-family:Symbol;}
@list l12:level1
	{
	text-indent:-.25in;
	font-family:Symbol;}
@list l13:level1
	{	text-indent:-.25in;
	font-family:Symbol;}
@list l14:level1
	{	margin-left:.25in;
	text-indent:-.25in;
	font-family:Symbol;}
@list l15:level1
	{	text-indent:-.25in;
	font-family:Symbol;}
@list l16:level1
	{	text-indent:-.25in;
	font-family:Symbol;}
@list l17:level1
	{	text-indent:-.25in;
	font-family:Symbol;}
@list l18:level1
	{	margin-left:.35in;
	text-indent:-.35in;
}
@list l18:level2
	{	margin-left:.35in;
	text-indent:-.35in;
}
@list l18:level3
	{	margin-left:.5in;
	text-indent:-.15in;
	font-family:Symbol;
}
@list l18:level4
	{	margin-left:.35in;
	text-indent:0in;
}
@list l18:level5
	{	margin-left:.65in;
	text-indent:-.15in;
	font-family:Symbol;
	position:relative;
	top:3.0pt;
}
@list l18:level6
	{	margin-left:1.9in;
	text-indent:-.65in;
}
@list l18:level7
	{	margin-left:2.25in;
	text-indent:-.75in;
}
@list l18:level8
	{
	margin-left:2.6in;
	text-indent:-.85in;
}
@list l18:level9
	{	margin-left:3.0in;
	text-indent:-1.0in;
}
@list l19:level1
	{	text-indent:-.25in;
	font-family:Symbol;}
@list l20:level1
	{	margin-left:.35in;
	text-indent:-.35in;
}
@list l20:level2
	{	margin-left:.35in;
	text-indent:-.35in;
}
@list l20:level3
	{	margin-left:.5in;
	text-indent:-.15in;
	font-family:Symbol;
}
@list l20:level4
	{	margin-left:.35in;
	text-indent:0in;
}
@list l20:level5
	{	margin-left:.65in;
	text-indent:-.15in;
	font-family:Symbol;
	position:relative;
	top:3.0pt;
}
@list l20:level6
	{
	margin-left:1.9in;
	text-indent:-.65in;
}
@list l20:level7
	{
	margin-left:2.25in;
	text-indent:-.75in;
	}
@list l20:level8
	{
	margin-left:2.6in;
	text-indent:-.85in;
	}
@list l20:level9
	{
	margin-left:3.0in;
	text-indent:-1.0in;
	}
@list l21:level1
	{
	margin-left:39.0pt;
	text-indent:-.25in;
	font-family:Symbol;
	color:windowtext;}
@list l22:level1
	{
	margin-left:.25in;
	text-indent:-.25in;
	font-family:Symbol;}
@list l23:level1
	{
	margin-left:.25in;
	text-indent:-.25in;
	font-family:Symbol;}
@list l24:level1
	{
	text-indent:-.25in;
	font-family:Symbol;
	color:windowtext;}
@list l25:level1
	{
	margin-left:.75in;
	text-indent:-.25in;
	font-family:Symbol;}
@list l26:level1
	{
	margin-left:.25in;
	text-indent:-.25in;
	font-family:Symbol;}
@list l27:level1
	{
	text-indent:-.25in;
	font-family:Symbol;}
@list l28:level1
	{
	margin-left:105.3pt;
	text-indent:-.15in;
	font-family:Symbol;}
@list l28:level2
	{
	margin-left:.3in;
	text-indent:-.15in;
	font-family:Wingdings;
	position:relative;
	top:-2.0pt;
	}
@list l28:level3
	{
	margin-left:1.65in;
	text-indent:-.15in;
	font-family:Symbol;}
@list l28:level4
	{
	margin-left:1.0in;
	text-indent:-.25in;
	font-family:Symbol;}
@list l28:level5
	{
	margin-left:1.25in;
	text-indent:-.25in;
	font-family:Symbol;}
@list l28:level6
	{
	margin-left:1.5in;
	text-indent:-.25in;
	font-family:Wingdings;}
@list l28:level7
	{
	margin-left:1.75in;
	text-indent:-.25in;
	font-family:Wingdings;}
@list l28:level8
	{
	margin-left:2.0in;
	text-indent:-.25in;
	font-family:Symbol;}
@list l28:level9
	{
	margin-left:2.25in;
	text-indent:-.25in;
	font-family:Symbol;}
@list l29:level1
	{
	text-indent:-.25in;
	font-family:Symbol;}
@list l30:level1
	{
	margin-left:.75in;
	text-indent:-.5in;
}
@list l31:level1
	{
	margin-left:.25in;
	text-indent:-.25in;
	font-family:Symbol;}
@list l31:level2
	{
	text-indent:-.25in;
	font-family:"Courier New";
}
@list l32:level1
	{
	text-indent:-.25in;
	font-family:"Courier New";
}
@list l33:level1
	{
	text-indent:-.25in;
	font-family:Symbol;}
@list l34:level1
	{
	text-indent:-.25in;
	font-family:Symbol;}
@list l35:level1
	{
	margin-left:.25in;
	text-indent:-.25in;
	font-family:Symbol;}
@list l36:level1
	{margin-left:.25in;
	text-indent:-.25in;
	font-family:Symbol;}
@list l37:level1
	{
	margin-left:.25in;
	text-indent:-.25in;
	font-family:Symbol;}
ol
	{margin-bottom:0in;}
/*
ul
	{margin-bottom:0in;}
*/

table
{
	font-size:100%;
	font-family:Tahoma;
}
table.MsoNormalTable
	{
	font-size:100%;
	font-family:"Tahoma";
	/*display:table-cell;	To fix extra tables lines in Firefox*/
}

table.MsoTableGrid
	{
	width:auto;
	font-size:100%;
	font-family:"Tahoma";}

.ppm-PractitionerAdviceFileInfo
{
	font-size:10px;
	color:#999999;
}

.ppm-EmailNote
{
	color:#669900;
	font-weight:bold;
}	

p a:link
{
	font-family: Tahoma, Verdana, Sans-Serif;
	color: #004994;
	text-decoration: none;
}

p a:visited
{
	color: #8B5E2C;
	font-family: Tahoma, Verdana, Sans-Serif;
	text-decoration: none;
}

p a:hover {
 	color: #3867A1;
	text-decoration: underline;
}


/* Help Icon */

.ppm-SectionHelpIcon
{
    text-align:right;
}

/* Sample Links */
.ppm-SampleLink
{
	width:200px;
	float:right;
	text-align:right;
}


.ppm-Section13 .ppm-SampleLink a:link
,.ppm-Section13 .ppm-SampleLink a:hover
,.ppm-Section13 .ppm-SampleLink a:visited
{
	font-size:12px;
	color:#669900;
}

.ppm-Section13 .ppm-H2 a:link
,.ppm-Section13 .ppm-H2 a:hover
,.ppm-Section13 .ppm-H2 a:visited
{
	font-size:12px;
	color:#999999;
	font-weight:normal;
}

.ppm-HelpLink
,.ppm-HelpLink a:link
,.ppm-HelpLink a:visited
,.ppm-HelpLink a:hover
,.ppm-H2 .ppm-HelpLink a:link
,.ppm-H2 .ppm-HelpLink a:visited
,.ppm-H2 .ppm-HelpLink a:hover
{
    color:#669900;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
    padding-left:2px;
}

.ppm-HelpLink2
,.ppm-HelpLink2 a:link
,.ppm-HelpLink2 a:visited
,.ppm-HelpLink2 a:hover
,.ppm-H2 .ppm-HelpLink2 a:link
,.ppm-H2 .ppm-HelpLink2 a:visited
,.ppm-H2 .ppm-HelpLink2 a:hover
{
    color:#669900;
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    padding-left:2px;
}

