body {
	margin: 4px 0 4px 0;
	background-image: url('/images/bg2.gif');
	/*color: #151515;*/
	font-size: 12px;
 	color: #666666;
}

td, p{
 font-size: 12px;
 color: #666666;
}

.leftheader {
	background: #F6F6F6;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 13px;
	color:#000000;
	font-weight: bold;
}

/* main navigation */
#nav {
	margin: 0;
	background: #000000;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	color:#FFFFFF;
 	height:33px;
}

#nav ul {
	margin: 0;
	float:left;
	padding: 0;
	list-style: none;
	border: none;
}

#nav li {
	display: inline;
	float:left;
	padding:10px 0;
}

#nav li a {
	/*padding:10px 11px;*/
	padding: 5px 15px 2px 15px;
	text-align: center;
	color:#FFFFFF;
	text-decoration: none;
}

#nav li a:hover { 
	background-color: #414141;
}

#nav li.active {
	margin: 0;
	padding:10px 11px;
	text-align: center;
	text-decoration: none;
	background: #6F6A6A;
}

.submitbutton {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	background-color: #999A00;
	color: #fff;
	padding: 2px 20px 2px 20px;
}

/* body text formatting */
.bodytext {
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

.bodytext h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}

.bodytext h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}

.bodytext ul {
	margin: 0;
	padding: 0;
}

.bodytext ul.li {
	list-style-image: url(../images/bullet.gif);
	margin: 0;
	padding: 0;
}

/* main content */
.main {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	line-height: 17px;
	color: #151515;
	text-decoration: none;
	padding: 20px 12px 12px 12px;
}

h1 {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 22px;
	color: #000000;
}

.homeheader {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	background: #737373;
	padding: 4px 0px 4px 5px;
}

/* left panel content */
.leftpaneltxt {
	font-family: Tahoma, Arial, Helvetica;
	border-left:1px solid #CCCCCC;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	text-decoration: none;
	padding: 20px 2px 12px 8px;
}

.leftpaneltxt  p {
margin:0px;
padding: 4px 0px 0px 0px;
}
	

/* default links */

a:link {
	color: #0E469B;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #0E469B;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #0E469B;
	text-decoration: underline;
	font-weight: bold;
	}
	
a.footlink:link{
	color: #F3F3F3;
	text-decoration: none;
	padding: 1px;
	}

a.footlink:visited {
	color: #F3F3F3;
	text-decoration: none;
	padding: 1px;
	}

a.footlink:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #383838;
	padding: 1px;
	}
	
a.leftlink:link{
	color: #F3F3F3;
	text-decoration: none;
	}

a.leftlink:visited {
	color: #F3F3F3;
	text-decoration: none;
	}

a.leftlink:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	


/* footer */

.footer {
	/*background-image: url('/images/footerback.gif');*/
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	line-height: 16px;
	height: 90px;
	color: #999999;
	text-decoration: none;
	background-color: #000000;
	padding: 12px 0px 5px 0px;
	}



/*======*/

.contactName {
	font-family: Verdana,arial,sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	border: none;
	font-weight:bold;
	background-color:#6BB0F4;
}

.contactFormElement {
	font-family: Verdana,arial,sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: none;
	font-weight:bold;
	background-color:#A9D3FC;
}

.pararedbold {
	font-family: Verdana,arial,sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none
	}

.contactRequired {
	font-family: Verdana,arial,sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: none;
	font-weight:bold;
	background-color:#FFFFFF;
}

.rateAlertBox {
/*background-image: url('images/error_title.gif');*/
border-left: 2px #0066CB solid;
border-right: 2px #0066CB solid;
border-top: 2px #0066CB solid;
border-bottom: 2px #0066CB solid;
width:300px;
height:125px;
background-color:#6BB0F4;
color: #FFFFFF;
font-weight: bold;
FONT-SIZE: 12px; 
font-family:verdana, sans-serif;
padding-left:12px;
padding-top:4px;
padding-right:4px;
padding-bottom:4px;
}

/*error box */

#errorTop {
/*background-image: url('images/error_title.gif');*/
border-left: 2px #D80909 solid;
border-right: 2px #D80909 solid;
border-top: 2px #D80909 solid;
width:500px;
height:25px;
background-color:#F58B8B;
color: #FFFFFF;
font-weight: bold;
FONT-SIZE: 12px; 
font-family:verdana, sans-serif;
padding:4px;
}

#errorMain {
/*background-image: url('images/error_back.gif');*/
border-left: 2px #D80909 solid;
border-right: 2px #D80909 solid;
border-top: 2px #D80909 solid;
border-bottom: 2px #D80909 solid;
width:500px; 
padding:6px;
background-color:#FEE5E5;
}

#errorBottom {
background-image: url('images/error_bottom.gif');
width:419px;
height:3px;
}

#successTop {
/*background-image: url('images/error_title.gif');*/
border-left: 2px #466F05 solid;
border-right: 2px #466F05 solid;
border-top: 2px #466F05 solid;
width:500px;
height:25px;
background-color:#7BA23E;
color: #FFFFFF;
font-weight: bold;
FONT-SIZE: 12px; 
font-family:verdana, sans-serif;
padding:4px;
}

#successMain {
/*background-image: url('images/error_back.gif');*/
border-left: 2px #466F05 solid;
border-right: 2px #466F05 solid;
border-top: 2px #466F05 solid;
border-bottom: 2px #466F05 solid;
width:500px; 
padding:6px;
background-color:#D8EFB3;
color: #000000;
font-weight: bold;
FONT-SIZE: 12px; 
font-family:verdana, sans-serif;
}

#warningTop {
/*background-image: url('images/error_title.gif');*/
border-left: 2px #E3B000 solid;
border-right: 2px #E3B000 solid;
border-top: 2px #E3B000 solid;
width:500px;
height:25px;
background-color:#FBD44E;
color: #000000;
font-weight: bold;
FONT-SIZE: 12px; 
font-family:verdana, sans-serif;
padding:4px;
}

#warningMain {
/*background-image: url('images/error_back.gif');*/
border-left: 2px #E3B000 solid;
border-right: 2px #E3B000 solid;
border-top: 2px #E3B000 solid;
border-bottom: 2px #E3B000 solid;
width:500px; 
padding:6px;
background-color:#FDEAA9;
color: #000000;
font-weight: bold;
FONT-SIZE: 12px; 
font-family:verdana, sans-serif;
}

#deleteTop {
/*background-image: url('images/error_title.gif');*/
border-left: 2px #BF0606 solid;
border-right: 2px #BF0606 solid;
border-top: 2px #BF0606 solid;
width:500px;
height:25px;
background-color:#DA3F3F;
color: #FFFFFF;
font-weight: bold;
FONT-SIZE: 12px; 
font-family:verdana, sans-serif;
padding:4px;
}

#deleteMain {
/*background-image: url('images/error_back.gif');*/
border-left: 2px #BF0606 solid;
border-right: 2px #BF0606 solid;
border-top: 2px #BF0606 solid;
border-bottom: 2px #BF0606 solid;
width:500px; 
padding:6px;
background-color:#FAACAC;
color: #000000;
font-weight: bold;
FONT-SIZE: 12px; 
font-family:verdana, sans-serif;
}

/* Rates page outer table */

#rateMain {
/*background-image: url('images/error_back.gif');*/
border-left: 2px #BF0606 solid;
border-right: 2px #BF0606 solid;
border-top: 2px #BF0606 solid;
border-bottom: 2px #BF0606 solid;
width:500px; 
padding:6px;
background-color:#FAACAC;
color: #000000;
font-weight: bold;
FONT-SIZE: 12px; 
font-family:verdana, sans-serif;
}

/*=========== NEW STyle Elements ==================*/

.tdgraynormal
{
		font-family: Arial, Tahoma, Verdana, sans-serif;
		font-size: 14px;
		color: #000000;
        font-weight: normal;
        BACKGROUND-COLOR: #FAFAFA
}		

.tdgraynormaldk
{
		font-family: Arial, Tahoma, Verdana, sans-serif;
		font-size: 14px; 
		color: #000000;
        font-weight: normal;
        BACKGROUND-COLOR: #E8F1FE
}

.redasterisk 
{
	font-weight: bold;
	color: #C60505;
	font-size: 15px;
}

.fontsmallgrey 
{
	font-weight: bold;
	color: #7A7A7A;
	font-size: 11px;
}

#error {
border-top: 2px #BF0606 solid;
border-bottom: 2px #BF0606 solid;
width:98%;
background-color:#FCBABA;
color: #BF0606;
font-weight: bold;
font-size: 17px; 
padding:6px 6px 6px 8px;
margin: 5px 0px 5px 0px;
}

.errortext {
color: #000000;
font-weight: bold;
font-size: 14px; 
margin: 5px 0px 5px 28px;
}

input { 
/*width:170px; */
 border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
 font-size: 14px;
 color: #3E4148; 
 background-color: #F7F7F7; 
 height: 22px;
}

.inputbox { 
/*width:170px; */
 border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
 font-size: 14px;
 color: #3E4148; 
 background-color: #F7F7F7; 
 height: 22px;
}

fieldset {
	border: 1px solid #CCCCCC;
	padding: 10px 15px 10px 15px;
}

legend {
	color: #214D98;
	font-size: 13px;
	font-weight: bold;
}

select { 
/*width:170px; */
border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
font-size: 14px;
color: #3E4148; 
background-color: #F7F7F7;
height: 22px;
}

.selectlarge{ 
width:170px;
border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
font-size: 11px;
color: #3E4148; 
background-color: #F7F7F7;
height: 70px;
}

.selectsmall { 
/*width:170px; */
border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
font-size: 14px;
color: #3E4148; 
background-color: #F7F7F7;
}

.selectbox2 { 
/*width:170px; */
border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
font-size: 15px;
color: #3E4148; 
background-color: #F7F7F7;
height: 22px;
}

.selectbox {
	width:220px;
}

.textarea { 
/*width:170px; */
border-top: 2px solid #DDDDDD outset;
 border-right: 1px solid #DDDDDD;
 border-left: 1px solid #DDDDDD;
 border-bottom: 1px solid #DDDDDD; 
font-size: 13px;
color: #3E4148; 
background-color: #F7F7F7; 
font-family: arial, geneva, arial;
}

/* Rates Table */

.rateHeader2 {
	font-family: Verdana,arial,sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	font-weight:bold;
	background-color:#023064;
}

.rateHeader3 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	border: none;
	font-weight:bold;
	background-color:#FFFFFF;
}

.rateYours2 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border: none;
	font-weight:bold;
	background-color:#FADB8B;
}

.rateCompetition2 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	border: none;
	font-weight:normal;
	background-color:#FFFFFF;
}

.rateTerm2 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	border: none;
	font-weight:bold;
	background-color:#FFFFFF;
}

.mortappform
{
	font-size: 11px;
}

.mortappformsmall
{
	font-size: 10px;
}

.submit {
    BORDER-RIGHT: #8398B2 1px solid;
    BORDER-TOP: #8398B2 1px solid;
    BORDER-LEFT: #8398B2 1px solid;
    WIDTH: 70px;
    BORDER-BOTTOM: #8398B2 1px solid;
    BACKGROUND-COLOR: #D9E8FA;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-weight: normal;
    font-size: 14px;
	}
	
.btn {border: 1px outset; cursor: pointer; font-size:9; font-weight: normal; margin: 0px 0px 0px 1px; padding: 1px 1px 1px 1px;
background-image: url(images/button2.gif);
background-image: repeat-x;
}

.btn_med {
border: 1px outset; 
cursor: pointer; 
font-size:12px; 
font-weight: bold; 
margin: 0px 0px 0px 1px; 
padding: 1px 1px 1px 1px;
background-image: url(/images/button2.gif);
width:130px;
height: 25px;
}

.btn_wide {border: 1px outset; cursor: pointer; font-size:9; font-weight: normal; margin: 0px 0px 0px 1px; padding: 1px 1px 1px 1px;
background-image: url(images/button2.gif);
background-image: repeat-x;
width:160px;
}

.formfield {
    border-left:1px solid #666;
    border-top:1px solid #666;
    border-right:1px solid #EAEAEA;
    border-bottom:1px solid #EAEAEA;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-weight: normal;
    font-size: 14px;
    BACKGROUND-COLOR: #f8f8f8;
    color: #3C3B3B;
	padding: 0px 0px 4px 0px;
	margin: 2px 0px 2px 0px;
}

/* Rates Table */

.rateHeader {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	border: none;
	font-weight:bold;
}

.rateYours {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	border: none;
	font-weight:bold;
}

.rateCompetition {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border: none;
	font-weight:normal;
}

.rateTerm {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: none;
	font-weight:bold;
}

.glossaryletter {
background-image: url(images/glossletter.gif);
font-weight: bold;
font-size: 18px;
color: #063D6C;
width: 30px;
height: 30px;
text-align: center;
margin: 0px;
padding-top:3px;
}

.newsheader
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.faqheader
{
	font-size:17px;
	font-weight: bold;
}

.smalltext {
	font-size: 9px;
	font-weight: bold;
}

.smalltext2 {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

.btn_form {
border: 1px outset; 
cursor: pointer; 
font-size:18px; 
font-weight: bold; 
margin: 0px 0px 0px 1px; 
padding: 1px 1px 1px 1px;
background-image: url(images/button2.gif);
background-image: repeat-x;
width:160px;
height: 36px;
}

/* Ypslideout menu stuff */

/* This is the main box around the top navigation  NOT USED HERE*/
	
	
	/* when you hover over the main links it puts a box around it */
	/* The menu is the actual flyout menus that appear when you mouseover the main nav */
	.menu .options {
		margin-right:1px;
		margin-bottom:1px;
		border:1px solid #000000;
		background-color:#000000;
	}
	
	/* This is the flyout menu options for font color etc */
	.menu a {
		color:#FFFFFF; /*font color of flyout menu items */
		display:block;
		/* border-bottom:1px solid #E5E4E4; */
		padding-left:3px;
		padding-right:2px;
		padding-top:4px;
		padding-bottom:4px;
		text-decoration:none;
		background-color:transparent;
		font-family: tahoma,arial,tahoma,arial;
		font-size: 12px;
		border-bottom: 1px solid #999999;
		font-weight:normal;
	}
	.menu a:link {
		background-color:#000000;
		color:#FFFFFF;
		font-family: tahoma,arial,tahoma,arial;
		font-size: 12px;
		font-weight:normal;
	}
	
	.menu a:active {
		background-color:#000000;
		color:#FFFFFF;
		font-family: tahoma,arial,tahoma,arial;
		font-size: 12px;
		font-weight:normal;
	}
	
	.menu a:visited {
		background-color:#000000;
		color:#FFFFFF;
		font-family: tahoma,arial,tahoma,arial;
		font-size: 12px;
		font-weight:normal;
	}

	
		.menu a:hover {
		background-color:#333333;
		color:#FFFFFF;
		font-family: tahoma,arial,tahoma,arial;
		font-size: 12px;
		text-decoration:none;
		font-weight:normal;
	}
		
		
