/* Original Code follows, I guess this was Archer Malmo's code*/
.nav A:hover {
	text-decoration: underline;
}
.footer A:hover {
	text-decoration: underline;
}
.edit A:hover {
	text-decoration: none;
}
.link A:hover {
	text-decoration: underline;
}
.subnav A:hover {
	color: #FFFF9C;
	text-decoration: none;
}
.subsubnav A:hover {
	text-decoration: none;
}




.navlineheight {
	line-height: 6px;
}

.contIdx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666 ;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 1px
}

.conttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333
}
.border {  border-color: #FFFFFF #CCCCCC #CCCCCC; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.footer { font-family: Arial, Helvetica, sans-serif; font-size: 10px ; text-decoration: none; color: #333333 }
.subsubnav { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 11px; color: #FF0000; text-decoration: underline; line-height: 14px }
.edit { font-family: Arial, Helvetica, sans-serif; font-size: 9px ; text-decoration: underline; color: #FF0000 }
.formRgt { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333 ; text-align: right }



/* Brandon Code follows*/





.footer-area{margin-left:auto;margin-right:auto;margin-top:5px;width:720px;clear:both;}

/*Buttons Header*/
.buttons-header{margin-left:auto;margin-right:auto;width:720px;clear:both;margin-bottom:5px;height:39px;}

/*Company Footer*/
.company-footer{margin-left:auto;margin-right:auto;width:720px;clear:both;}

/*Homepage Picture Area*/
.homepage-picture-area{margin-left:auto;margin-right:auto;width:720px;clear:both;}

/*Below Homepage Picture Area*/
.below-homepage-picture-area{margin-left:auto;margin-right:auto;margin-bottom:5px;width:720px;clear:both;}

/*Admin area*/
.admin-area{margin-left:auto;margin-right:auto;margin-bottom:5px;width:720px;clear:both;text-align:center;}

/*Classes and events info*/
table.classes-and-events {text-align:left;line-height:1.5em;}
table.classes-and-events  td{width:10em;}

/*Branch locations*/
table.branch-locations{text-align:left;line-height:1.5em;width:100%;}
table.branch-locations  td{padding-bottom:15px;}

/*Time Value Sofware class for calculator links*/
.cTimeValue h2, .cTimeValue h3
{
    font-size:10pt;
    font-weight:bold;
}
/*Brandon - I added this at Katherines request to make the fixed rate mortgage calculator schedule fit to the width*/
.cTimeValue .cAmortTable TD
{
	font-size:9px;
	color:#000000;
}

.cTimeValue .cAmortTable .cAmortLineE TD
{
	background-color:#eeeeee;
}
.cTimeValue .cAmortHeader TD
{
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 2px solid;
	FILTER: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#dddddd, gradientType=0);
}
.cTimeValue FIELDSET
{
	border-color:#003F7F;
}

/*Brandon - New CSS for .net Admin stuff*/
.has_focus_highlight_red{border-color:Red;border-width:1px;border-style:solid;}
.no_focus_highlight_black{border-color:Black;border-width:1px;border-style:solid;}
