﻿BODY {
	padding: 0px;
	margin: 0px;
	height: 100%;
}
/* Portal Links */
/* All hyperlinks on the site in the body/content of pages that is light blue, and gold when a link is hovered over */
A {
	/* font-family: Arial; */
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
A:link {
	/* color: #003366; */
	color: #5E6C8B;
	text-decoration: underline;
}
A:visited {
	/* color: #003366; */
	color: #5E6C8B;
	text-decoration: underline;
}
A:active {
	/* color: #003366; */
	color: #5E6C8B;
	text-decoration: underline;
}
A:hover {
    /* color: #FFFFFF; */
	color: #D6C989;
	text-decoration: underline;
}
/* Portal Text */
.Normal {
    /* The majority of text on the site in the body/content of pages that is black, non-bolded and non-italicized */
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}
.PageLabels {
    /* Most bolded, navy blue text such as the phone numbers on the department pages */
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #2E3954;
}
.Annoucement {
    /* The annoucement text on the home page that is red and bolded */
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
}
.PageHeaders {
    /* Most bolded, navy blue text slightly bigger than the .PageLabels style such as the department names on the department pages */
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #2E3954;
}
.NormalBold {
    /* Some bolded, navy blue text/labels such as the "Online Access Service Manuals" label on the hot topics page */
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #2E3954;
}
.FAQLabels {
    /* The Frequently Asked Questions department headers/anchor links that reside immediately above each set of questions */
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}
.MortgageConveyanceLabels {
	/* Special bolded, gold labels on the mortgage page from the departments page */
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #D9CA8A;
}
.ExpirationPageLabels {
    /* Bolded, black labels on the expiration page */
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}
.UCCLabels {
    /* Bolded, black labels on the UCC Fees page from the recording section/departments page */
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}
/* MODULE Links */
A.Normal {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
A.Normal:link {
	color: #003366;
	text-decoration: underline;
}
A.Normal:visited {
	color: #003366;
	text-decoration: underline;
}
A.Normal:active {
	color: #003366;
	text-decoration: underline;
}
A.Normal:hover {
	color: #D6C989;
	text-decoration: underline;
}
/* [USER] */
.dnnUSER {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
A.dnnUSER:link {
	color: #BBD3F3;
	text-decoration: none;
}
A.dnnUSER:visited {
	color: #BBD3F3;
	text-decoration: none;
}
A.dnnUSER:active {
	color: #BBD3F3;
	text-decoration: none;
}
A.dnnUSER:hover {
	/* color: #FFFFFF; */
	color: #D6C989;
	text-decoration: underline;
}
/* [LOGIN] */
.dnnLOGIN {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
A.dnnLOGIN:link {
	color: #BBD3F3;
	text-decoration: none;
}
A.dnnLOGIN:visited {
	color: #BBD3F3;
	text-decoration: none;
}
A.dnnLOGIN:active {
	color: #BBD3F3;
	text-decoration: none;
}
A.dnnLOGIN:hover {
	/* color: #FFFFFF; */
	color: #D6C989;
	text-decoration: underline;
}
/* [CURRENTDATE] */
.dnnCURRENTDATE {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #BBD3F3;
}
/* [LANGUAGE] */
#LanguageComboBox SELECT {
	font-size: 11px;
	vertical-align: top;
	width: 135px;
	height: 17px;
}
/* [SEARCH] */
.dnnSEARCH {
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
}
A.dnnSEARCH:link {
	/* color: #B7C6DA; */
	color: #1A3B68;
	text-decoration: none;
}
A.dnnSEARCH:visited {
	/* color: #B7C6DA; */
        color: #1A3B68;
	text-decoration: none;
}
A.dnnSEARCH:active {
	/* color: #B7C6DA; */
	color: #1A3B68;
	text-decoration: none;
}
A.dnnSEARCH:hover {
	/* color: #FFFFFF; */
	color: #D6C989;
	text-decoration: none;
}
.dnnSEARCH LABEL {
	color: #B7C6DA;
	vertical-align: middle;
	visibility: visible;
	display: none;
}
#dnn_dnnSEARCH_txtSearch {
	border: 1px solid #698AB8;
	padding: 2px 5px 1px 5px;	
	font-size: 11px;
	/* color: #FFFFFF; */
	color: #000000;
	/* background-color: #1D4173; */
	background-color: #FFFFFF;
	vertical-align: middle;
	width: 124px;
	height: 19px;
}
#dnn_dnnSEARCH_optWeb {
	vertical-align: middle;
	visibility: visible;
	display: none;
}
#dnn_dnnSEARCH_optSite {
	vertical-align: middle;
	visibility: visible;
	display: none;
}
.dnnSEARCH IMG {
	margin: 0px 0px 2px -5px;
	vertical-align: middle;
}
#dnn_dnnSEARCH_cmdSearch {
	border: 1px solid #698AB8;
	padding: 2px 5px 1px 5px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	/* background-color: #1D4173; */
        background-color: #D5C889;
	vertical-align: middle;
	height: 19px;
}
/* [BREADCRUMB] */
.dnnBREADCRUMB {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #003366;
}
A.dnnBREADCRUMB:link {
	color: #003366;
	text-decoration: none;
}
A.dnnBREADCRUMB:visited {
	color: #003366;
	text-decoration: none;
}
A.dnnBREADCRUMB:active {
	color: #003366;
	text-decoration: none;
}
A.dnnBREADCRUMB:hover {
	color: #D6C989;
	text-decoration: underline;
}
/* [LINKS] */
.dnnLINKS {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #003366;
}
A.dnnLINKS:link {
	color: #003366;
	text-decoration: none;
}
A.dnnLINKS:visited {
	color: #003366;
	text-decoration: none;
}
A.dnnLINKS:active {
	color: #003366;
	text-decoration: none;
}
A.dnnLINKS:hover {
	color: #D6C989;
	text-decoration: underline;
}
/* [COPYRIGHT] */
.dnnCOPYRIGHT {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #003366;
}
/* [TERMS] */
.dnnTERMS {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
}
A.dnnTERMS:link {
	color: #003366;
	text-decoration: none;
}
A.dnnTERMS:visited {
	color: #003366;
	text-decoration: none;
}
A.dnnTERMS:active {
	color: #003366;
	text-decoration: none;
}
A.dnnTERMS:hover {
	color: #D6C989;
	text-decoration: underline;
}
/* [PRIVACY] */
.dnnPRIVACY {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
}
A.dnnPRIVACY:link {
	color: #003366;
	text-decoration: none;
}
A.dnnPRIVACY:visited {
	color: #003366;
	text-decoration: none;
}
A.dnnPRIVACY:active {
	color: #003366;
	text-decoration: none;
}
A.dnnPRIVACY:hover {
	color: #D6C989;
	text-decoration: underline;
}
/* [HELP] */
.dnnHELP {
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
}
A.dnnHELP:link {
	color: #003366;
	text-decoration: none;
}
A.dnnHELP:visited {
	color: #003366;
	text-decoration: none;
}
A.dnnHELP:active {
	color: #003366;
	text-decoration: none;
}
A.dnnHELP:hover {
	color: #D6C989;
	text-decoration: underline;
}
/* Skin PANES */
.sloganpane {
	background-color: transparent;
	width: 100%;
	height: 100%;
}
.imagepane {
	background-color: transparent;
	width: 100%;
	height: 100%;
}
.toppane {
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	width: 100%;
	height: 0%;
}
.toppaneInt {
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	width: 100%;
	height: 0%;
}
.leftpane {
	/* padding: 8px 8px 0px 8px; */
	padding: 8px 0px 0px 0px;
	background-color: transparent;
	height: 100%;
}
.leftpaneInt {
	padding: 8px 8px 0px 0px;
	background-color: transparent;
}
.leftpane2 {
	/* padding: 8px 8px 0px 8px; */
	background-color: transparent;
	height: 0%;
}
.contentpane {
	/* padding: 8px 0px 0px 0px; */
	padding: 8px 8px 0px 16px;
	background-color: transparent;
	width: 100%;
}
.rightpane {
	/* padding: 8px 0px 0px 8px; */
	padding: 0px 0px 0px 0px;
	/* background-color: transparent; */
	background-color: #F6F4E0;
}
.bottompane {
	padding: 8px 0px 0px 0px;
	background-color: transparent;
	width: 100%;
	height: 100%;
}
.bottompaneInt {
	padding: 8px 0px 0px 0px;
	background-color: transparent;
	width: 100%;
	height: 100%;
}
.bottompane2 {
	/* padding: 8px 0px 0px 0px; */
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	width: 100%;
	height: 0%;
}
.bottompane2Int {
	padding: 8px 0px 0px 0px;
	background-color: transparent;
	width: 100%;
	height: 0%;
}
/* Preview Containers PANES */
.to1pane {
	padding: 10px 0px 0px 0px;
	background-color: transparent;
	width: 100%;
	height: 0%;
}
.to2pane {
	padding: 4px 4px 0px 8px;
	background-color: transparent;
	vertical-align: middle;
	width: 70%;
	height: 0%;
}
.to3pane {
	padding: 4px 8px 0px 4px;
	background-color: transparent;
	vertical-align: middle;
	width: 30%;
	height: 0%;
}
.cotoppane {
	padding: 10px 8px 0px 8px;
	background-color: transparent;
	width: 100%;
	height: 0%;
}
.co1pane {
	padding: 0px 3px 0px 6px;
	background-color: transparent;
	width: 24%;
	height: 100%;
}
.co2pane {
	padding: 0px 3px 0px 3px;
	background-color: transparent;
	width: 26%;
	height: 100%;
}
.co3pane {
	padding: 0px 3px 0px 3px;
	background-color: transparent;
	width: 26%;
	height: 100%;
}
.co4pane {
	padding: 0px 6px 0px 3px;
	background-color: transparent;
	width: 24%;
	height: 100%;
}
.bo1pane {
	padding: 10px 4px 10px 8px;
	background-color: transparent;
	vertical-align: middle;
	width: 29%;
	height: 100%;
}
.bo2pane {
	padding: 10px 5px 0px 5px;
	background-color: transparent;
	vertical-align: middle;
	width: 42%;
	height: 100%;
}
.bo3pane {
	padding: 10px 8px 0px 14px;
	background-color: transparent;
	vertical-align: middle;
	width: 29%;
	height: 100%;
}
/* [SOLPATRMENU] */
/* Horizontal Menu */
.MainMenu_MenuContainer TD {
	padding: 0px 2px 0px 2px;
	background-color: transparent;
	width: 0px;
}
.MainMenu_MenuBar {
	background-color: transparent;
	text-align: center;
}
.MainMenu_MenuItem {
    /* The text of each sub-menu item such as the text of the departments, etc. */
	border-style: none;
	/* font-family: Tahoma; */
	font-family: Arial;
	font-size: 11px;
	/* font-weight: normal; */
	font-weight: bold;
	color: #A0B6D5;
	height: 20px;
}
.MainMenu_MenuItemSel {
	border-style: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: transparent;
	height: 20px;
}
.MainMenu_MenuIcon {
	display: none;
	background-color: #224473;
}
.MainMenu_MenuArrow {
	border-style: solid;
	border-width: 1px 1px 1px 0px;
	border-color: #224473;
	background-color: #224473;
	width: 7px;
}
.MainMenu_MenuBreak {
	border-style: none;
	background-color: transparent;
}
.MainMenu_SubMenu {
	border-style: solid;
	border-color: #607BA1;
	border-width: 1px;
	background-color: #224473;
}
.MainMenu_SubMenuItemSel {
    /* The text of each sub-menu item in its hovered or selected state */
	border-style: none;
	/* font-family: Tahoma; */
	font-family: Arial;
	font-size: 11px;
	/* font-weight: normal; */
	font-weight: bold;
	/* color: #FFFFFF; */
	color: #D6C989;
	background-position: center bottom;
	background-image: url(media/TabAct.gif);
	background-repeat: repeat-x;
	background-color: #2B5289;
	height: 20px;
}
.MainMenu_RootMenuArrow {
	display: none;
}
.MainMenu_RootMenuItem TD {
	border: 1px solid #607BA1;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #A0B6D5;
	background-color: #224473;
	width: 100%;
	height: 23px;
}
.MainMenu_RootMenuItemSel TD {
	border: 1px solid #86A7D5;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-position: center bottom;
	background-image: url(media/TabAct.gif);
	background-repeat: repeat-x;
	background-color: #2B5289;
	width: 100%;
	height: 23px;
}
.MainMenu_RootMenuItemActive TD {
	border: 1px solid #86A7D5;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-position: center bottom;
	background-image: url(media/TabAct.gif);
	background-repeat: repeat-x;
	background-color: #2B5289;
	width: 100%;
	height: 23px;
}
/* Vertical Menu */
.MainMenu_MenuContainer_Vert {
	font-size: 0px;
	background-color: transparent;
	width: 100%;
}
.MainMenu_RootMenuItem_Vert TD {
    /* Text of the main/root items of the vertical menu - Home, Departments, Branch Offices, etc. */
	border: 1px solid #607BA1;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	/* color: #A0B6D5; */
	color: #FFFFFF;
	background-color: #1A3B68;
	width: 100%;
	height: 23px;
}
.MainMenu_RootMenuItemSel_Vert TD {
    /* Text of the main/root items of the vertical menu in its hovered state */
	border: 1px solid #86A7D5;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	/* color: #FFFFFF; */
	color: #D6C989;
	background-position: center bottom;
	background-image: url(media/TabAct.gif);
	background-repeat: repeat-x;
	background-color: #2B5289;
	width: 100%;
	height: 23px;
}
.MainMenu_RootMenuItemActive_Vert TD {
    /* Text of the main/root items of the vertical menu in its selected state */
	/* border: 1px solid #86A7D5; */
	border: 1px solid #5E6C8B;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	/* color: #FFFFFF; */
	color: #D6C989;
	background-position: center bottom;
	background-image: url(media/TabAct.gif);
	background-repeat: repeat-x;
	background-color: #2B5289;
	width: 100%;
	height: 23px;
}
.MainMenu_MenuIcon_Admin {
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	border-color: #224473;
	background-color: #224473;
	width: 0px;
}
.LabelEditOverClass {
	text-decoration: none;
}
/* TABLE BODY */
#TableBg {
	padding: 10px;
	background-color: #365F98;
	width: 100%;
	height: 100%;
}
#TableBgFramed {
	padding: 10px;
	background-color: #132640;
	background-position: center center;
	/* background-image: url(media/BodyBgColor.gif); */
	background-repeat: repeat-x;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
}
#TableBgFramedLight {
	padding: 0px;
	background-color: #A6ABB3;
	background-position: center center;
	/* background-image: url(media/BodyBgGray.gif); */
	background-repeat: repeat-x;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
}
/* TABLE MAIN */
#TableMain {
	border: 1px solid #365F98;
	background-position: left top;
	/* background-image: url(media/BannerGrad.gif); */
	background-repeat: repeat-x;
	background-color: #ffffff;

	/*background-color: #365F98;*/
	width: 800px;
	height: 100%;
}
#TableMainFramed {
	border: 1px solid #7C9BC6;
	background-position: left top;
	/* background-image: url(media/BannerGrad.gif); */
	background-repeat: repeat-x;
	background-color: #365F98;
	width: 800px;
	height: 100%;
}
#TableMainFramedLight {
	border: 1px solid #18335C;
	background-position: left top;
	/* background-image: url(media/BannerGrad.gif); */
	background-repeat: repeat-x;
	background-color: #ffffff;
	/* background-color: #365F98; */
	width: 800px;
	height: 100%;
}
#TableMainFull {
	border: 1px solid #365F98;
	background-position: left top;
	/* background-image: url(media/BannerGrad.gif); */
	background-repeat: repeat-x;
	background-color: #365F98;
	width: 100%;
	height: 100%;
}
#TableMainFramedFull {
	border: 1px solid #7C9BC6;
	background-position: left top;
	/* background-image: url(media/BannerGrad.gif); */
	background-repeat: repeat-x;
	background-color: #365F98;
	width: 100%;
	height: 100%;
}
#TableMainFramedLightFull {
	border: 1px solid #18335C;
	background-position: left top;
	/* background-image: url(media/BannerGrad.gif); */
	background-repeat: repeat-x;
	background-color: #365F98;
	width: 100%;
	height: 100%;
}
#TdBannerImg {
	background-position: left top;
	/* background-image: url(media/BannerImg.gif); */
	background-repeat: no-repeat;
}
#TdSkin {
	height: 1px;
}
/* BANNER */
/* To change the banner height change the height value */
#TableBanner {
	background-position: left top;
	/* background-image: url(media/banner.gif); */
	background-repeat: no-repeat;
	width: 100%;
	height: 70px;
	background-color: #283045;
}
/* LOGO */
#TdLogo {
	padding: 5px 5px 5px 5px; 
	vertical-align: middle;
	text-align: center;
}
/* CURRENTDATE */
#TdCurrentdate {
	padding: 0px 10px 0px 10px;
	vertical-align: bottom;
	height: 21px;
}
/* LANGUAGE */
#TdLanguage {
	vertical-align: top;
	height: 21px;
}
/* REGISTER LOGIN */
#TdRegisterLogin {
	padding: 0px 0px 2px 0px;
	text-align: right;
	vertical-align: bottom;
	height: 100%;
}
/* MENU */
#TdMenu {
	text-align: left;
	vertical-align: top;
	height: 23px;
}
#TableMenu {
	text-align: center;
	width: 100%;
}
#TdMenuVert {
	padding: 8px 8px 8px 8px;
}
#TableMenuVert {
	text-align: center;
	width: 100%;
}
#TableSprtrVert {
	background-color: #7C9BC6;
	height: 1px;
}
/* LEFT */
#TdLeft {
	/* padding: 8px 0px 0px 2px; */
	width: 200px;
}
#TdLeftPanel {
	/* border: 1px solid #0E2F5C; */
	border: 1px solid #5E6C8B;
	/* background-color: #1D4173; */
	background-color: #5E6C8B;
}
#TdSkinLeft {
	height: 1px;
	background-color: #0E2F5C;
}
/* SEARCH */
#TdSearch {
	padding: 0px 5px 3px 5px;
	/* border-bottom: #0E2F5C 1px solid; */
	border-bottom: #5E6C8B 1px solid;
	/* background-color: #0E2F5C; */
	height: 28px;
	background-color: #5E6C8B;
	text-align: center;
}
#TdSearchInt {
	padding: 2px 5px 2px 5px;
	vertical-align: top;
	text-align: right;
}
/* RIGHT */
#TdSkinRight {
	width: 100%;
	height: 1px;
}
/* IMAGE PANE */
/* To change the banner height change the height value */
#TdImagePane {
	height: 140px;
}
/* To change the banner image replace background-image with 
   Image1.jpg, Image2.jpg, Image3.jpg, Image4.jpg, Image5.jpg, Image6.jpg or Image7.jpg */
#TableImagePane {
	border: 1px solid #29466E;
	background-position: right center;
	/* background-image: url(media/Image1.jpg); */
	background-repeat: no-repeat;
	background-color: #102440;
}
/* FLASH BANNER */
#TdFlashBanner {
	border: 1px solid #29466E;
	background-color: #102440;
	height: 140px;
}
/* BREADCRUMB */
#TdBread {
	padding: 0px 20px 0px 10px;
	background-position: left center;
	background-image: url(media/Bread.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	line-height: 16px;
	height: 23px;
}
/* LINKS */
#TdLinks {
	border-top: #7C9BC6 1px solid;
	height: 42px;
}
#TdCTPH {
	vertical-align: bottom;
	height: 21px;
}
/* Preview Containers Skin */
#TdContainers {
	padding: 0px 4px 0px 4px;
	height: 100%;
}
#TableContainers {
	border: 1px solid #7C9BC6;
	text-align: center;
	background-color: transparent;
	background-image: url(media/ContainersBg.gif);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}
/* Preview Banner Images Module */
#TdBanner2 {
	background-position: right center;
	/* background-image: url(media/Image2.jpg); */
	background-repeat: no-repeat;
}
#TdBanner3 {
	background-position: right center;
	/* background-image: url(media/Image3.jpg); */
	background-repeat: no-repeat;
}
#TdBanner4 {
	background-position: right center;
	/* background-image: url(media/Image4.jpg); */
	background-repeat: no-repeat;
}
#TdBanner5 {
	background-position: right center;
	/* background-image: url(media/Image5.jpg); */
	background-repeat: no-repeat;
}
#TdBanner6 {
	background-position: right center;
	/* background-image: url(media/Image6.jpg); */
	background-repeat: no-repeat;
}
#TdBanner7 {
	background-position: right center;
	/* background-image: url(media/Image7.jpg); */
	background-repeat: no-repeat;
}
