/* The classes below are for the general look of the site: fonts, colors, sizes, etc. */

A:link {color: #cc0000; text-decoration: underline; font-size: 10pt;}
A:visited {color: #cc0000; text-decoration: underline; font-size: 10pt;}
A:active {color: #cc0000; text-decoration: underline; font-size: 10pt;}
A:hover {color: #ff0000; text-decoration: underline; font-size: 10pt;}

.bigLink A:link {color: #cc0000; text-decoration: underline; font-size: 11pt;}
.bigLink A:visited {color: #cc0000; text-decoration: underline; font-size: 11pt;}
.bigLink A:active {color: #cc0000; text-decoration: underline; font-size: 11pt;}
.bigLink A:hover {color: #ff0000; text-decoration: underline; font-size: 11pt;}

.mediumLink A:link {color: #cc0000; text-decoration: underline; font-size: 9pt;}
.mediumLink A:visited {color: #cc0000; text-decoration: underline; font-size: 9pt;}
.mediumLink A:active {color: #cc0000; text-decoration: underline; font-size: 9pt;}
.mediumLink A:hover {color: #ff0000; text-decoration: underline; font-size: 9pt;}

.mediumLinkGreen A:link {color: #008000; text-decoration: underline; font-size: 9pt;}
.mediumLinkGreen A:visited {color: #008000; text-decoration: underline; font-size: 9pt;}
.mediumLinkGreen A:active {color: #008000; text-decoration: underline; font-size: 9pt;}
.mediumLinkGreen A:hover {color: #ff0000; text-decoration: underline; font-size: 9pt;}

.smallLink A:link {color: #cc0000; text-decoration: underline; font-size: 8pt;}
.smallLink A:visited {color: #cc0000; text-decoration: underline; font-size: 8pt;}
.smallLink A:active {color: #cc0000; text-decoration: underline; font-size: 8pt;}
.smallLink A:hover {color: #ff0000; text-decoration: underline; font-size: 8pt;}

.smallLinkBlack A:link {color: #000000; text-decoration: none; font-size: 8pt;}
.smallLinkBlack A:visited {color: #000000; text-decoration: none; font-size: 8pt;}
.smallLinkBlack A:active {color: #000000; text-decoration: none; font-size: 8pt;}
.smallLinkBlack A:hover {color: #ff0000; text-decoration: underline; font-size: 8pt;}

.mediumLinkBlack A:link {color: #000000; text-decoration: none; font-size: 10pt;}
.mediumLinkBlack A:visited {color: #000000; text-decoration: none; font-size: 10pt;}
.mediumLinkBlack A:active {color: #000000; text-decoration: none; font-size: 10pt;}
.mediumLinkBlack A:hover {color: #ff0000; text-decoration: underline; font-size: 10pt;}

.topNavLink A:link {color: #ffffff; text-decoration: none; font-size: 9pt;}
.topNavLink A:visited {color: #ffffff; text-decoration: none; font-size: 9pt;}
.topNavLink A:active {color: #ffffff; text-decoration: none; font-size: 9pt;}
.topNavLink A:hover {color: #ff0000; text-decoration: none; font-size: 9pt;}

.leftNavLink A:link {color: #cc0000; font-weight: bold; text-decoration: none; font-size: 10pt;}
.leftNavLink A:visited {color: #cc0000; font-weight: bold; text-decoration: none; font-size: 10pt;}
.leftNavLink A:active {color: #cc0000; font-weight: bold; text-decoration: none; font-size: 10pt;}
.leftNavLink A:hover {color: #ff0000; font-weight: bold; text-decoration: none; font-size: 10pt;}

.leftNavLinkBlack A:link {color: #000000; font-weight: bold; text-decoration: none; font-size: 10pt;}
.leftNavLinkBlack A:visited {color: #000000; font-weight: bold; text-decoration: none; font-size: 10pt;}
.leftNavLinkBlack A:active {color: #000000; font-weight: bold; text-decoration: none; font-size: 10pt;}
.leftNavLinkBlack A:hover {color: #ff0000; font-weight: bold; text-decoration: none; font-size: 10pt;}

.subNavLink A:link {color: #cc0000; font-weight: bold; text-decoration: underline; font-size: 8pt;}
.subNavLink A:visited {color: #cc0000; font-weight: bold; text-decoration: underline; font-size: 8pt;}
.subNavLink A:active {color: #000000; font-weight: bold; text-decoration: underline; font-size: 8pt;}
.subNavLink A:hover {color: #ff0000; font-weight: bold; text-decoration: underline; font-size: 8pt;}

.footerLink A:link {color: #666666; text-decoration: none; font-size: 8pt;}
.footerLink A:visited {color: #666666; text-decoration: none; font-size: 8pt;}
.footerLink A:active {color: #666666; text-decoration: none; font-size: 8pt;}
.footerLink A:hover {color: #ff0000; text-decoration: underline; font-size: 8pt;}

.footerLinkRed A:link {color: #cc0000; text-decoration: none; font-size: 8pt;}
.footerLinkRed A:visited {color: #cc0000; text-decoration: none; font-size: 8pt;}
.footerLinkRed A:active {color: #cc0000; text-decoration: none; font-size: 8pt;}
.footerLinkRed A:hover {color: #ff0000; text-decoration: underline; font-size: 8pt;}

body, table, td, p {
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}

.huge {
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
}

.big {
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11pt;
	color: #000000;
}

.small {
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
}

.smallGray {
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: #666666;
}

.tiny {
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 7pt;
	color: #000000;
}

h1 {
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14pt;
	color: #cc0000;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}

h2 {
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11pt;
	color: #666666;
	margin-bottom: 10px;
}

h3 {
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #cc0000;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
}

h5 {
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: #cc0000;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999999;
}

h6 {
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: #cc0000;
	margin-bottom: 10px;
}

ul li {
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	line-height: 1.3;
	list-style: disc;
}

.red { color: #990000; }
.redBg { background-color: #990000; }

.green { color: #008000; }
.greenBg { background-color: #008000; }

.white { color: #ffffff; }
.whiteBg { background-color: #ffffff; }

.gray { color: #f2f2f2; }
.grayBg { background-color: #f2f2f2; }

.ecmBlue { color: #336699; }

.asapBlue{ color: #061240; }
.asapRed { color: #a80304; }

/* cycle of red colors - dark to light */
.red1 { color: #330000; }
.red1Bg { background-color: #330000; }
.red2 { color: #660000; }
.red2Bg { background-color: #660000; }
.red3 { color: #990000; }
.red3Bg { background-color: #990000; }
.red4 { color: #cc0000; }
.red4Bg { background-color: #cc0000; }
.red5 { color: #ff0000; }
.red5Bg { background-color: #ff0000; }
/* end cycle of red colors */

.videoButtons {
	background-color: #1a1a1a;
	padding: 25px;
	text-align: center;
}

li.none { list-style: none; }

li.lending {
	font-size: 11pt;
	padding: 8px;
}

form {
	background-color: #f3f3f3;
	border: 1px dotted #cccccc;
	width: 600px;
	padding: 15px;
	margin: auto;
}

form.small {
	background-color: #f3f3f3;
	border: 1px dotted #cccccc;
	width: 400px;
	padding: 6px;
}

form.large {
	background-color: #f3f3f3;
	border: 1px dotted #cccccc;
	width: 800px;
	padding: 6px;
}

.formField {
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	padding-right: 3px;
	text-align: right;
	vertical-align: middle;
}

.formAlt td {
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
}

table.format {
	border-color: #cccccc;
	border-width: 0 0 1px 1px;
	border-style: solid;
}

td.format {
	border-color: #cccccc;
   	border-width: 1px 1px 0 0;
	border-style: solid;
	margin: 0;
	padding: 4px;
}

hr {
	color: #CCCCCC;
	height: 1px;
}

.rowBg {
	background-color: #eeeeee;
}

.box {
	border-color: #999999;
	border-style: dashed;
	border-width: 1px;
	padding: 1%;
	margin: 0em 1em 0em 1em;
	background-color: #eaeaea;
}

.testimonial {
	background-color: #F3F4FD;
	border: 1px dashed #9999ff;
	padding: 15px;
	margin: 0em 1em 0em 1em;
	font-size: 10pt;
}

.corsiva {
	font-family: "monotype corsiva",arial,helvetica,sans-serif;
	font-size: 13pt;
	line-height: 1;
}

.corsivaPadding {
	font-family: "monotype corsiva",arial,helvetica,sans-serif;
	font-size: 13pt;
	line-height: 1;
}

.corsivaBig {
	font-family: "monotype corsiva",arial,helvetica,sans-serif;
	font-size: 16pt;
	font-weight: normal;
	padding-right: 1px;
	line-height: 1;
}

.corsivaBigPadding {
	font-family: "monotype corsiva",arial,helvetica,sans-serif;
	font-size: 16pt;
	font-weight: normal;
	padding-right: 1px;
	line-height: 1;
}

.highlight {
	font-weight: bold;
	color: #791F1E;
}

#spotlight {
	text-align: right;
}

.homeBox {
	background: url(../images/homebox.gif) top left no-repeat;
	width: 225px;
	height: 91px;
}

.homeBoxText {
	padding: 5px 8px 8px 8px;
	font-size: 8pt;
	line-height: 1.2;
}

.noFormat {
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}

.slideShow {
	border-width: 1px;
	border-color: #000000;
}

.slideShowButton {
	background-color: #CCCCCC;
	border-top: #999999;
	border-right: #999999;
	border-bottom: #666666;
	border-left: #666666;
	border-width: 1px;
	color: #000000;
	height: 18px;
	font-size: 8pt;
}

.slideShowTextBox {
	font-size: 8pt;
	height: 12px;
}

#jump_base {
	overflow-y: hidden;
	width: 150px;
	height: 174px;
	border-color: #999999;
	border-style: dashed;
	border-width: 1px;
	padding: 1%;
	margin: 0em 1em 0em 1em;
	background-color: #eaeaea;
}

#jump_link {
	font-size: 8pt;
	font-family: arial,helvetica,sans-serif;
}

#newsBox {
	width: 510px;
	height: 45px;
	border-color: #666;
	border-style: solid;
	border-width: 1px;
	background-color: #eee;
	padding: 3px;
}

/* begin ecm tabs on home page */
#ddtabs2 {
	background: #1f1f1f;
}

.basictab2 ul {
	margin: 0;
	padding: 8px 0;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	background-color: #1f1f1f;
}

.basictab2 li {
	display: inline;
	font-family: arial,helvetica,sans-serif;
}

.basictab2 li a {
	text-decoration: none;
	padding: 8px 6px;
	margin-right: 20px;
	color: #fff;
	font-size: 8pt;
}

.basictab2 li a:visited {
	text-decoration: none;
	color: #fff;
}

.basictab2 li a.current {
	color: #ff0000;
}

.basictab2 li a:hover {
	color: #ff0000;
}

.basictab2 li a:active {
	color: #ff0000;
}

.tabThumb {
    border: 1px solid #000;
	margin-right: 5px;
	vertical-align: middle;
}

.tabcontainer2 {
	clear: left;
	width: 100%; /*width of 2nd level sub menus*/
	height: 305px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	margin-left: auto; 
	margin-right: auto;
	background: #000;
}

.tabcontent2 {
	display: none;
	text-align: center;
}
/* end ecm tabs on home page */

/* begin lending tabs on home page */
#ddtabs1 {
	margin-top: 20px;
}

.basictab ul {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #666666;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li {
	display: inline;
	margin: 0;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
}

.basictab li a {
	text-decoration: none;
	padding: 8px 6px;
	margin-right: 3px;
	border: 1px solid #666666;
	border-bottom: none;
	background-color: #eaeaea;
	color: #666666;
}

.basictab li a:visited {
	text-decoration: none;
	color: #666666;
}

.basictab li a.current {
	background-color: #ffffff;
	color: #cc0000;
	border-bottom: 1px solid #ffffff;
}

.basictab li a:hover {
	color: #ff0000;
}

.basictab li a:active {
	color: #000000;
}

.tabcontainer {
	clear: left;
	width: 90%; /*width of 2nd level sub menus*/
	height: 215px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	margin: 20px 25px 0px 25px;
}

.tabcontent {
	display: none;
}
/* end lending tabs on home page */

/* begin small ecm tabs */
#smallTabsContainer {
	width: 933px;
	height: 30px;
	background: url("../images/smalltabsbg.gif") top left no-repeat;
}

#smallTabsContent {
	padding: 6px 0 0 10px;
}
/* end small ecm tabs */

/* begin spam prevention */
#catch {
	display: none;
}
/* end spam prevention */

/* The classes below are mostly for the layout of the site. */
body {
	margin: 0;
	padding: 0;
	background-color: #666666;
	background-image: url("../images/sitebg.gif");
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1000px;
}

#headerHome {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1000px;
	height: 75px;
	background: url("../images/headerhome.gif") top left no-repeat;
}

#header {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1000px;
	height: 75px;
	background: url("../images/header.jpg") top left no-repeat;
}

#headerHomeBuilders {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1000px;
	height: 75px;
	background: url("../images/headerhomebuilders.jpg") top left no-repeat;
}

#topNav {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1000px;
	height: 20px;
	background: #16166c url("../images/topnavbg.gif") top left no-repeat;
	color: #999999;
	border-bottom: 1px solid #333;
}

#topNavHomeBuilders {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1000px;
	height: 20px;
	background-color: #485657;
	color: #999999;
}

#topNavContent {
	font-size: 9pt;
	padding: 2px 0 0 12px;
}	

#bodyContent {
	padding: 10px 25px 0 25px;
}

#bodyContent p {
	line-height: 1.3;
}

/* begin home page gray tab folders */
#grayTabs {
	margin: 20px 0 0 25px;
	width: 612px;
	height: 44px;
}

.grayTabImage {
	width: 306px;
	height: 44px;
	border: 0;
	float: left;
}

.grayFolderContainer {
	background: url("../images/tabbg.gif") top left no-repeat;
	width: 1000px;
	height: 200px;
}

.grayFolderText {
	padding: 30px 10px 0 20px;
	float: left;
	width: 310px;
}

.grayFolderImage {
	padding: 60px 5px 0 5px;
	float: left;
	text-align: center;
}

.grayFolderImage img {
	margin-bottom: 3px;
}
/* end home page gray tab folders */

#footer {
	clear: both;
	margin: 70px auto 0 auto;
	padding-top: 5px;
	width: 1000px;
	height: 81px;
	border-top: 1px dotted #cccccc;
	text-align: center;
    line-height: 14px;
}

#copyright {
	margin: 0;
	padding: 0;
	font-family: arial,helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	color: #999999;
}

#subNav {
	line-height: 1.1;
}
