html {
    height: 100%;
}
body {
    /*background-image: url(/images/layout/edges_side_body.gif);
    background-repeat: repeat-y;
    background-position: center top;*/
    background-color: #DFDFDF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 0;
    margin: 0 auto;
    border: 0;
}


div.bodywrap { 
	position: relative;
    width: 968px;
	min-height: 1300px;
	_height: 1300px;
	margin: 0 auto;
	padding: 0 175px 0 0;
	background-image: url(/images/layout/edges_side.gif);
    background-repeat: repeat-y;
}
div.bodywrap div.skyscrapers { position: absolute; right: 0; top: 5px; width: 170px;}
 div.bodywrap div.skyscrapers p { margin: 0 0 5px; }
 div.bodywrap div.skyscrapers img { border: none; }
 



a:link {
    color: #CC0000;
    text-decoration: none;
}
a:visited {
    color: #CC0000;
    text-decoration: none;
}
a:hover {
    color: #CC0000;
    text-decoration: underline;
}
a:active {
    color: #CC0000;
    text-decoration: none;
}
h1 {
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 24px;
    font-weight: normal;
    color: #CC0000;
    font-style: normal;
    font-variant: normal;
}
h2 {
    font-weight: bold;
    font-size: 14px;
}
p {
    text-align: justify;
}

.holder {
    background-image: url(/images/layout/holder_back.gif);
    background-repeat: repeat-y;
    background-position: center top;
    margin: 0 auto;
    width: 944px;
    height: 100%;
    padding: 0px 12px 0px 12px;
}
.holder_bottom {
    margin: 0 auto;
    background-image: url(/images/layout/edges_bottom.gif);
    background-repeat: no-repeat;
    /*background-position: right top;*/
	background-position: -13px 0;
    width: 969px;
    height: 17px;
    clear: both;
}
.clear_middle {
    clear: both;
    line-height: 1px;
    font-size: 1px;
    height: 1px;
    padding: 0px;
    margin: 0px;
}
/* ----------- header styles ----------- */
.header {
    width: 920px;
    height: 31px;
    background-image: url(/images/layout/header/header_back.gif);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #FFFFFF;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}
.header_left {
    width: 50%;
    float: left;
    text-align: left;
}
.header_right {
    width: 50%;
    float: right;
    text-align: right;
}
.header a:link {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.header a:visited {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.header a:hover {
    color: #CC0000;
    font-weight: bold;
    text-decoration: underline;
}
.header a:active {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.rssContainer {
    padding-left: 18px;
    padding-top: 0px;
    width: 14px;
    height: 14px;
    background-image: url(/images/layout/header/rss.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
/* ----------- logo styles ----------- */
.logoandbanner {
    width: 938px;
    /*height: 67px;*/
	overflow: hidden;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    background-color: #FFFFFF;
}
.logo {
    float: left;
    text-align: left;
    width: 160px;
}
.banner {
    float: right;
    text-align: right;
    /*margin-right: 258px;*/
	margin-right: 0;
    /*width: 470px;*/
	width: auto;
	display: inline;
}
/* ----------- top navigation styles ----------- */
.top_nav {
    margin: 0 auto;
    width: 920px;
    height: 33px;
    background-color: #CC0000;
    background-image: url(/images/layout/header/nav_back.gif);
    background-repeat: no-repeat;
    background-position: center top;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}
.top_nav a {
    float: left;
    margin: 0;
    padding-top: 9px;
    color: #FFFFFF;
    text-decoration: none;
}
.top_nav span {
    float: left;
    display: block;
    margin-top: 4px;
    background-image: url(/images/layout/header/nav_spacer.gif);
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 0px;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 10px;
    height: 25px;
}

.top_nav a:visited {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
.top_nav a:hover {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}
.top_nav a:active {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
}
/* ----------- breadcrumb styles ----------- */
.breadcrumbs {
    margin: 0 auto;
    width: 920px;
    height: 23px;
    background-color: #CCCCCC;
    background-image: url(/images/layout/header/breadcrumbs_back.gif);
    background-repeat: no-repeat;
    background-position: center top;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
.breadcrumbs a:link {
    color: #000000;
    text-decoration: none;
}
.breadcrumbs a:visited {
    color: #000000;
    text-decoration: none;
}
.breadcrumbs a:hover {
    color: #000000;
    text-decoration: underline;
}
.breadcrumbs a:active {
    color: #000000;
    text-decoration: none;
}
.breadcrumbs_left {
    /*width: 67%;*/
    float: left;
    text-align: left;
}
.search_right {
    /*width: 33%;*/
    width: 600px;
    float: right;
    text-align: left;
}
.search_right_text {
    position: relative;
    top: -1px;
}
.search_right_inputbox {
    width: 100px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 10px;
    color: #000000;
    margin-right: 3px;
    position: relative;
    top: -1px;
}
.search_right_submit {
    margin: 0px;
    position: relative;
    top: -3px;
}
.search_right form {
    margin: 0px;
    padding: 0px;
}
/* ----------- main middle part styles ----------- */
.main_holder {
    margin: 0 auto;
    width: 944px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    height: 100%;
}
.left_nav {
    width: 163px;
    float: left;
    padding: 0px;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
.middle {
    /*width:528px;*/
    width: 510px;
    background-color: #FFFFFF;
    float: left;
    padding: 0px;
    margin: 10px 0px 0px;
}
.right_nav {
    width: 233px;
    background-color: #F3F3F3;
    float: right;
    padding: 10px 10px 0px;
    margin: 0px;
    font-size: 80%;
}
/* ----------- left styles ----------- */
.left_nav_item {
    width: 155px;
    background-image: url(/images/layout/left/drop_shadow.gif);
    background-repeat: repeat-y;
    padding-right: 4px;
    padding-left: 4px;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.left_grey_gradient {
    width: 143px;
    background-image: url(/images/layout/left/grey_grad.gif);
    background-repeat: repeat-x;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 8px;
    color: #000000;
}
.left_black_solid {
    width: 143px;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #000000;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.left_black_solid h1 {
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 22px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}
.left_grey_gradient ul li a {
    color: #000000;
    text-decoration: none;
}
.left_grey_gradient ul li a:visited {
    color: #000000;
    text-decoration: none;
}
.left_grey_gradient ul li a:hover {
    color: #000000;
    text-decoration: underline;
}
.left_grey_gradient ul li a:active {
    color: #000000;
    text-decoration: none;
}
.left_grey_gradient ul {
    list-style-position: outside;
    list-style-image: url(/images/layout/left/black_triangle.gif);
    margin-left: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
    padding: 0px;
}
.left_grey_gradient li {
    margin-top: 5px;
    padding: 0px;
}

.left_grey_gradient a:link {
    color: #000000;
    text-decoration: none;
}
.left_grey_gradient a:visited {
    color: #000000;
    text-decoration: none;
}
.left_grey_gradient a:hover {
    color: #000000;
    text-decoration: underline;
}
.left_grey_gradient a:active {
    color: #000000;
    text-decoration: none;
}

.left_box_bottom {
    width: 163px;
    height: 10px;
    font-size: 1px;
    line-height: 1px;
    background-image: url(/images/layout/left/drop_shadow_bottom.gif);
    background-repeat: no-repeat;
    margin-bottom: 8px;
}
.left_box_bottom_no_content {
    width: 163px;
    height: 10px;
    font-size: 1px;
    line-height: 1px;
    background-image: url(/images/layout/left/drop_shadow_bottom_no_cont.gif);
    background-repeat: no-repeat;
    margin-bottom: 8px;
}
.left_black_box_bottom {
    width: 163px;
    height: 4px;
    font-size: 1px;
    line-height: 1px;
    background-image: url(/images/layout/left/drop_shadow_bottom_small.gif);
    background-repeat: no-repeat;
    margin-bottom: 8px;
}
.left_box_top {
    width: 163px;
    height: 4px;
    font-size: 1px;
    line-height: 1px;
    background-image: url(/images/layout/left/drop_shadow_top.gif);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}
.black_line {
    width: 143px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    background-image: url(/images/layout/left/black_line.gif);
    background-repeat: no-repeat;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* ----------- right styles ----------- */


.right_box_top {
    width: 231px;
    height: 4px;
    font-size: 1px;
    line-height: 1px;
    background-image: url(/images/layout/right/drop_shadow_top.gif);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}
.right_grey_gradient {
    width: 211px;
    background-image: url(/images/layout/right/grey_grad.gif);
    background-repeat: repeat-x;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 8px;
    color: #000000;
}
.right_nav_item {
    width: 223px;
    background-image: url(/images/layout/right/drop_shadow.gif);
    background-repeat: repeat-y;
    padding-right: 4px;
    padding-left: 4px;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
.right_black_line {
    width: 211px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    background-image: url(/images/layout/right/black_line.gif);
    background-repeat: no-repeat;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.right_box_bottom {
    width: 231px;
    height: 10px;
    font-size: 1px;
    line-height: 1px;
    background-image: url(/images/layout/right/drop_shadow_bottom.gif);
    background-repeat: no-repeat;
    margin-bottom: 8px;
}
.right_grey_gradient ul li a {
    color: #000000;
    text-decoration: none;
}
.right_grey_gradient ul li a:visited {
    color: #000000;
    text-decoration: none;
}
.right_grey_gradient ul li a:hover {
    color: #000000;
    text-decoration: underline;
}
.right_grey_gradient ul li a:active {
    color: #000000;
    text-decoration: none;
}
.right_grey_gradient ul {
    list-style-position: outside;
    list-style-image: url(/images/layout/left/black_triangle.gif);
    margin-left: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
    padding: 0px;
}
.right_grey_gradient li {
    margin-top: 5px;
    padding: 0px;
}

.red_grad {
    width: 217px;
    background-color: #CC0000;
    background-image: url(/images/layout/right/red_gradient.gif);
    background-repeat: repeat-x;
    background-position: left top;
    border: 2px solid #999999;
    padding: 4px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.red_grad img {
    margin-right: 5px;
    margin-top: 0px;
    padding: 0px;
}
.red_grad p {
    margin: 0px;
    padding-top: 6px;
    padding-bottom: 8px;
}
.red_grad form {
    margin: 0px;
    padding: 0px;
}
.red_grad a {
    color: #FFFFFF;
    text-decoration: none;
}
.red_grad a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.red_grad a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.red_grad a:active {
    color: #FFFFFF;
    text-decoration: none;
}
.red_grad h1 {
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    font-style: normal;
    font-variant: normal;
    padding: 0px;
    margin: 0px 0px 5px;
}
.red_grad ul {
    list-style-position: outside;
    list-style-image: url(/images/layout/right/white_arrow_bullet.gif);
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 3px;
}
.red_grad li {
    margin-top: 5px;
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}
.quick_links {
    width: 217px;
    background-color: #5B5B5B;
    background-image: url(/images/layout/right/black_gradient.gif);
    background-repeat: repeat-x;
    background-position: left top;
    border: 2px solid #999999;
    padding: 4px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.quick_links h1 {
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 24px;
    font-weight: normal;
    color: #FFFFFF;
    font-style: normal;
    font-variant: normal;
    padding: 0px;
    margin: 0px 0px 5px;
}
.quick_links a {
    color: #FFFFFF;
    text-decoration: underline;
}
.quick_links a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
.quick_links a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.quick_links a:active {
    color: #FFFFFF;
    text-decoration: underline;
}
.quick_links ul {
    list-style-position: outside;
    list-style-image: url(/images/layout/right/white_arrow_bullet.gif);
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 3px;
}
.quick_links li {
    margin-top: 5px;
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}
.black_grad {
    width: 217px;
    background-color: #5B5B5B;
    background-image: url(/images/layout/right/black_gradient.gif);
    background-repeat: repeat-x;
    background-position: left top;
    border: 2px solid #999999;
    padding: 4px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.black_grad h1 {
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    font-style: normal;
    font-variant: normal;
    padding: 0px;
    margin: 0px 0px 5px;
}
.black_grad p {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px;
}
.black_grad img {
    margin: 0px;
    padding: 0px;
}
/* ----------- footer styles ----------- */

.footer_top {
    margin: 0 auto;
    background-image: url(/images/layout/edges_top.gif);
    background-repeat: no-repeat;
    background-position: -12px top;
    width: 968px;
    height: 15px;
}
.footer_middle {
    background-image: url(/images/layout/edges_side.gif);
    background-repeat: repeat-y;
    background-position: -12px top;
    margin: 0 auto;
    width: 938px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.footer_middle p {
    margin-bottom: 0px;
}
.footer_bottom {
    margin: 0 auto;
    /*background-image: url(/images/layout/edges_bottom.gif);*/
    background-image: url(/images/layout/edges_side.gif);
    background-repeat: no-repeat;
    background-position: -12px top;
    width: 967px;
    height: 24px;
}

/* ----------- home page content styles ----------- */
.home_top_text_left {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    float: left;
    width: 342px;
    margin: 0 0 15px;
}
.home_top_text_left p {
    margin: 12px 0px 0px;
    padding: 0px;
    text-align: justify;
}
.home_top_text_left h1 {
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 23px;
    font-weight: normal;
    color: #CC0000;
    font-style: normal;
    font-variant: normal;
    padding: 0px;
    margin: 0px 0px 5px;
}
.home_top_text_right {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #CC0000;
    background-color: #FFFFFF;
    float: right;
    width: 156px;
}
.home_top_text_right ul {
    list-style-position: outside;
    list-style-image: url(/images/layout/content/red_arrow_bullet.gif);
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 3px;
}
.home_top_text_right li {
    margin-top: 5px;
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}
.home_news {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    margin: 0px;
    padding: 0px;
    width: 254px;
}
.home_news h1 {
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    font-style: normal;
    font-variant: normal;
    padding: 6px 0px 0px 8px;
    margin: 0px;
    background-image: url(/images/layout/home/news_title_back.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 246px;
    height: 27px;
}
.home_news a {
    color: #CC0000;
    text-decoration: underline;
}
.home_news a:visited {
    color: #CC0000;
    text-decoration: underline;
}
.home_news a:hover {
    color: #CC0000;
    text-decoration: none;
}
.home_news a:active {
    color: #CC0000;
    text-decoration: underline;
}
.home_news h2 {
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    font-weight: normal;
    color: #CC0000;
    font-style: normal;
    font-variant: normal;
    padding: 6px 8px 0px;
    margin: 0px;
}
.home_news p {
    padding: 6px 8px 20px;
    margin: 0px;
    text-align: justify;
}
.home_guides {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    margin: 0px;
    padding: 0px;
    width: 254px;
}
.home_guides h1 {
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    font-style: normal;
    font-variant: normal;
    padding: 6px 0px 0px 8px;
    margin: 0px;
    background-image: url(/images/layout/home/guides_title_back.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 246px;
    height: 27px;
}
.home_guides p {
    padding: 6px 2px 5px 8px;
    margin: 0px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    color: #000000;
}
.home_guides img {
    margin: 0px 5px 0px 0px;
}
.home_guides ul {
    list-style-position: outside;
    list-style-image: url(/images/layout/content/red_arrow_bullet.gif);
    margin: 0 0 0 0;
    padding: 0 15px 3px 20px;
}
.home_guides li {
    margin-top: 10px;
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    text-align: justify;
}
.home_guides ul li a {
    color: #CC0000;
    font-weight: bold;
    text-decoration: none;
}
.home_guides ul li a:visited {
    color: #CC0000;
    font-weight: bold;
    text-decoration: none;
}
.home_guides ul li a:hover {
    color: #CC0000;
    font-weight: bold;
    text-decoration: underline;
}
.home_guides ul li a:active {
    color: #CC0000;
    font-weight: bold;
    text-decoration: none;
}

/* ----------- petition form styles ----------- */
.petition_form {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    margin: 0 36px 0 36px;
    padding: 0px;
}
.petition_form_greybackground {
    background-color: #F7F7F7;
}
.petition_form_whitebackground {
    background-color: #FFFFFF;
}
/* ----------- news article styles ----------- */
.article_options {
    float: left;
    width: 200px;
    padding-left: 10px;
    margin: 10px 0 0 0;
}
.article_options p {
    margin-top: 10px;
    margin-bottom: 10px; /*padding:0px;*/
}
.article_options a {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
.article_options a:visited {
    color: #000000;
    text-decoration: none;
}
.article_options a:hover {
    color: #CC0000;
    text-decoration: underline;
}
.article_options a:active {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.article_options_email {
    padding-left: 18px;
    padding-top: 0px;
    width: 14px;
    height: 14px;
    background-image: url(/images/layout/content/email.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

.article_post_options {
    float: right;
    width: 190px;
    padding: 0 20px 0 0;
    margin: 10px 20px 0 0;
    color: #CC0000;
}
.article_post_options p {
    margin-top: 10px;
    margin-bottom: 10px; /*padding:0px;*/
}
.article_post_options_delicious {
    padding-left: 22px;
    padding-top: 0px;
    width: 14px;
    height: 14px;
    background-image: url(/images/layout/content/delicious.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.article_post_options_digg {
    padding-left: 22px;
    padding-top: 0px;
    width: 14px;
    height: 14px;
    background-image: url(/images/layout/content/digg.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.article_post_options_reddit {
    padding-left: 22px;
    padding-top: 0px;
    width: 14px;
    height: 14px;
    background-image: url(/images/layout/content/reddit.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

/* ----------- mortgage table styles ----------- */
.mortgage_table_top {
    background-image: url(/images/layout/content/mortgage_table_top.gif);
    background-repeat: no-repeat;
    height: 44px;
}
.mortgage_table {
    border-top: 0px none;
    border-right: 1px solid #CCCCCC;
    border-top: 0px none;
    border-left: 1px solid #CCCCCC;
}
.mortgage_table_end {
    border-top: 0px none;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}
.mortgage_table_greybackground {
    background-color: #F7F7F7;
}
.mortgage_table_align {
    text-align: left;
}
.mortgage_table_left {
    border-top: 0px none;
    border-right: 1px solid #CCCCCC;
    border-top: 0px none;
    border-left: 1px solid #CCCCCC;
}
.mortgage_table_right {
    border-top: 0px none;
    border-right: 1px solid #CCCCCC;
    border-top: 0px none;
    border-left: 0px none;
}
.mortgage_table_end_left {
    border-top: 0px none;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}
.mortgage_table_end_right {
    border-top: 0px none;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 0px none;
}
.mortgage_table_header_margin {
    padding-top: 10px;
}


/* misc */
.arrow_up {
    padding-left: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -10px;
    width: 9px;
    height: 4px;
    background-image: url(/images/layout/content/arrow_up.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
.toplink a {
    color: #000000;
}
.toplink a {
    color: #000000;
    font-weight: normal;
    text-decoration: underline;
}
.toplink a:visited {
    color: #000000;
    text-decoration: underline;
}
.toplink a:hover {
    color: #CC0000;
    text-decoration: none;
}
.toplink a:active {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

/* ----------- news home page styles ----------- */
.news_homepage_title {
    float: left;
    margin: 0px;
    padding: 0px;
}
.news_homepage_title h1 {
    margin: 0px;
    padding: 0px;
}
.news_homepage_rssfeed {
    float: right;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
.news_homepage_rssfeed a {
    color: #000000;
    font-weight: bold;
    font-size: 11px;
}
.news_list {
}
.news_list h1 {
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 18px;
    font-weight: normal;
    color: #CC0000;
    padding: 0px;
    margin: 0px;
}
.news_list p {
    padding: 0px;
    margin-top: 10px;
}
.news_archive {
    font-weight: bold;
}
.news_archive p {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* ----------- t & c page styles ----------- */

.top_title {
    float: left;
    margin: 0px;
    padding: 0px;
}
.top_back {
    float: right;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
.arrow_left {
    padding-left: 10px;
    padding-top: 0px;
    width: 10px;
    height: 5px;
    background-image: url(/images/layout/content/arrow_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    color: #000000;
    font-weight: bold;
}
.top_back a {
    color: #000000;
    font-weight: normal;
    text-decoration: underline;
}
.top_back a:visited {
    color: #000000;
    text-decoration: underline;
}
.top_back a:hover {
    color: #CC0000;
    text-decoration: none;
}
.top_back a:active {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.privacy {
}
.privacy ol {
    margin-top: 5px;
    font-weight: bold;
}
.privacy li {
    font-weight: normal;
    margin-bottom: 10px;
}
.form_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    font-style: normal;
    font-weight: bold;
    padding: 6px 0px 0px 8px;
    margin: 0px;
    background-image: url(/images/layout/content/tile_greygrad_back.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 511px;
    height: 26px;
}
.form_title1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    font-style: normal;
    font-weight: bold;
    padding: 6px 0px 0px 8px;
    margin: 0px;
    background-image: url(/images/layout/content/tile_greygrad_back.gif);
    background-repeat: no-repeat;
    background-position: left top;
    width: 511px;
    height: 26px;
}
.centre_content {
    color: #000000;
}
.submit_button {
    text-align: center;
}
.left_red_gradient {
    width: 143px;
    background-color: #CC0000;
    background-image: url(/images/layout/right/red_gradient.gif);
    background-repeat: repeat-x;
    background-position: left top; /*padding:'padding-top' 'padding-right' 'padding-bottom' 'padding-left';*/
    padding: 8px 6px 0px 6px;
    margin: 0px;
    color: #FFFFFF;
    font-weight: bold;
}

.left_red_gradient ul {
    list-style-position: outside;
    list-style-image: url(/images/layout/right/white_arrow_bullet.gif);
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 10px;
    color: #FFFFFF;
    font-weight: bold;
}

.left_red_gradient li {
    margin-top: 5px;
    padding: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    color: #FFFFFF;
}

.left_red_gradient a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.left_red_gradient a:visited {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.left_red_gradient a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.left_red_gradient a:active {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.left_box_bottom_first {
    width: 163px;
    height: 4px;
    font-size: 1px;
    line-height: 1px;
    background-image: url(/images/layout/left/drop_shadow_bottom_small.gif);
    background-repeat: no-repeat; /*margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left';*/
    padding: 0 0 8px 0;
    margin: 0px;
}

.white_line {
    width: 143px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    background-image: url(/images/layout/left/white_line.gif);
    background-repeat: no-repeat;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

