/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family:Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
  
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   * Richard Rutter    [clagnut.com]
   
   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb
  
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { font-size: 75%; }


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body { 
  color: #fff; 
  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
}
h1,h2,h3,h4,h6 { 
  color: #6699CC; 
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; text-indent: 50px }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 2em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
br			{
}
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle;  }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }


strong      {
	font-weight: bold;
	color: #000000;
}
em      { color:#0C3F93; }

/* Site */

body { background: url(images/background.jpg) no-repeat top center; }
#content { width: 1000px; margin-left: auto; margin-right: auto; }
#header {
	position: relative;
	width: 1000px;
	height: 34px;
	background: url(images/header-blu-bg.jpg);
}
#header ul { height: 37px; margin: 0; padding: 0; }
#header li {
	list-style-type: none;
	display: block;
	background: url(images/header-buttons2.gif) no-repeat;
	position: absolute;
	top: 0px;
	margin: 0;
	padding: 0;
}
#header li a { display: block; text-indent: -9999px; }

/*
#header li#about_us { width: 68px; left: 10px; }
#header li#about_us a { width: 68px; height: 37px; background: url(images/header-buttons2.gif) no-repeat -10px 0%; }
#header li#about_us a:hover { background-position: -10px 100%; }
#header li#about_us  { background-position: -10px 100%; }
#header li.selected a{ background-position: -10px 100%; }
#header li#in_the_news {
	width: 79px;
	left: 88px;
}
#header li#in_the_news a { width: 79px; height: 37px; background: url(images/header-buttons2.gif) no-repeat -90px 0%; }
#header li#in_the_news a:hover { background-position: -90px 100%; }
#header li#learning_center {
	width: 110px;
	left: 220px;
}
#header li#learning_center a { width: 110px; height: 37px; background: url(images/header-buttons2.gif) no-repeat -188px 0%; }
#header li#learning_center a:hover { background-position: -188px 100%; }
#header li#contact_us {
	width: 78px;
	left: 343px;
}
#header li#contact_us a { width: 78px; height: 37px; background: url(images/header-buttons2.gif) no-repeat -329px 0%; }
#header li#contact_us a:hover {
	background-position: -329px 100%;
}
#header li#partners {
	width: 75px;
	left: 502px;
}
#header li#partners a { width: 75px; height: 37px; background: url(images/header-buttons2.gif) no-repeat -500px 0%; }
#header li#partners a:hover { background-position: -500px 100%; }
#header li#login {
	width: 48px;
	left: 439px;
}
#header li#login a { width: 48px; height: 37px; background: url(images/header-buttons2.gif) no-repeat -421px 0%; }
#header li#login a:hover {
	background-position: -421px 100%;
}
#header li#register {
	width: 92px;
	left: 590px;
}
#header li#register a { width: 92px; height: 37px; background: url(images/header-buttons2.gif) no-repeat -590px 0%; }
#header li#register a:hover { background-position: -590px 100%; }
*/

#banner { width: 1000px; height: 270px; }


#links {
	width: 1000;
	height: 192px;
	position: relative;
}
#links #left {
	background-color: #f7f6e0;
		background: url(images/home-left-bg.gif) repeat-x;
	width: 694px;
	height: 222px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#links #right {
	background-color: #EEF9FC;
	background: url(images/home-right-bg.gif) no-repeat;
	width: 262px;
	height: 176px;
	position: absolute;
	right: -2px;
	top: 0px;
	padding: 23px;
}
#links #column_1,#column_2,#column_3 {
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 8px;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
}
									   
#links #column_1 p,#column_2 p,#column_3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	padding: 0;
	margin: 0;
	font-style: normal;
}

#links #column_1 {
	left: 15px;
}
#links #column_2 {
	left: 240px;
}
#links #column_3 {
	left: 467px;
}
#links .banner {
	margin-bottom: 4px;
}
#links a.go {
	width: 96px;
	height: 23px;
	background: url(images/btn-go.gif) no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: 60px;
	bottom: 6px;
}

#links #right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
#links #right h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #47B8E2;
	text-decoration: none;
}
#links #right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
}
#links #right a { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #0c3f93; text-decoration: none; }
#links a:hover { text-decoration: none; font-weight:bold;}
#links #right hr {
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: none;
	border-left:none;
	border-right: none;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}


#bottom2 {
	color: #fff;
	width: 1000;
	height: 74px;
	position:relative; top:30px;
	background: url(images/bottom-background-contact.jpg) no-repeat;
	background-image: url(images/bottom-background-contact.jpg);
}

#bottom {
	color: #fff;
	width: 1000px;
	height: 74px;
	position:relative;
	top:30px;
	background: url(images/bottom-background.png) no-repeat;
	background-image: url(images/bottom-background.png);
}
#bottom a {
	position: absolute;
	left: 738px;
	top: 16px;
	width: 151px;
	height: 44px;
}

#footer {
	width: 1000;
	height: 40px;
	position:relative; top:30px;
	background: url(images/footer-background.gif) no-repeat;
}
#footer ul { height: 40px; margin: 0; padding: 0; }
#footer li {
	list-style-type: none;
	display: block;
	background: url(images/footer-buttons.png) no-repeat;
	position: absolute;
	top: 9px;
	margin: 0;
	padding: 0;
}
#footer li, #footer a { display: block; text-indent: -9999px; }
#footer li#licensing_information { width: 111px; left: 7px;  }
#footer li#licensing_information a { width: 111px; height: 26px; background: url(images/footer-buttons.png) no-repeat -1px 0%; }
#footer li#licensing_information a:hover { background-position: -1px 100%; }
#footer li#privacy_policy { width: 77px; left: 128px; }
#footer li#privacy_policy a { width: 77px; height: 26px; background: url(images/footer-buttons.png) no-repeat -115px 0%; }
#footer li#privacy_policy a:hover { background-position: -115px 100%; }

#footer li#tos { width: 68px; left: 210px; }
#footer li#tos a { width: 68px; height: 26px; background: url(images/footer-buttons.png) no-repeat -190px 0%; }
#footer li#tos a:hover { background-position: -190px 100%; }

#footer li#employment { width: 130px; left: 290px; }
#footer li#employment a { width: 130px; height: 26px; background: url(images/footer-buttons.png) no-repeat -260px 0%; }
#footer li#employment a:hover { background-position: -260px 100%; }

#footer li#copyright {
	width: 440px;
	left: 600px;
	height: 26px;
	background: url(images/footer-buttons.png) no-repeat -390px 0%;
}

#content_banner { width: 1000px; height: 110px; background: url(images/content-banner-background-new.jpg) no-repeat; position: relative; }
#content_banner a.home {
	display: block;
	width: 254px;
	height: 78px;
	position: absolute;
	left: 20px;
	top: 13px;
	text-indent: -9999px;
}
#content_container {
	width: 694px;
	height: 400px;
	position: relative;
}
#content_container img { margin-bottom: 12px; }
#content_container #left a { color: #0c3f93; text-decoration: none; }
#content_container #left a:hover { text-decoration: underline; }
#content_container #left {
	width: 595px;
	height: 420px;
	background-color: #edf6ff;
	position: absolute;
	top: 1px;
	left: 0px;
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
	overflow:scroll;
	
}


#content_container2 {
	width: 694px;
	height: 328px;
	position: relative;
}
#content_container2 img { margin-bottom: 12px; }
#content_container2 #left a { color: #0c3f93; text-decoration: none; }
#content_container2 #left a:hover { text-decoration: underline; }
#content_container2 #left {
	width: 980px;
	height: 357px;
	background-color: #f7f6e0;
	position: absolute;
	top: 1px;
	left: 0px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 5px;

}
#content_container3 {
	width: 694px;
	height: 328px;
	position: relative;
}
#content_container3 img { margin-bottom: 12px; }
#content_container3 #left a { color: #0c3f93; text-decoration: none; }
#content_container3 #left a:hover { text-decoration: underline; }
#content_container3 #left {
	width: 595px;
	height: 357px;
	background-color: #f7f6e0;
	position: absolute;
	top: 1px;
	left: 0px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 5px;

}
#content_container #left h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #0099CC;
}
#content_container #left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000;
}
#content_container #left p.indent { margin-left: 23px; text-indent: -23px; }
#content_container #left p.nomargin { margin-bottom: 0px; }
#content_container #left p.lh_14 { line-height: 14px; }

#content_container #left ul.bullet { }
#content_container #left ul.bullet > li { list-style-type: disc; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 14px; color: #000; }
#content_container #left ul.bullet > li a { color: #000; text-decoration: underline; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 12px; }


#content_container #left #refinance_application_form { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px; }
#content_container #left #refinance_application_form td { color: #000; }
#content_container #left #refinance_application_form td.label { width: 90px; text-align: right; }
#content_container #left #refinance_application_form input.text { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px;
															padding: 0; margin: 1px; height: 13px; width: 125px; }
#content_container #left #refinance_application_form select { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px;
															padding: 0; margin: 1px; }

#content_container #left #refinance_calculator_form { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px; }
#content_container #left #refinance_calculator_form td { color: #000; padding: 1px; }
#content_container #left #refinance_calculator_form td.label { width: 140px; text-align: right; }
#content_container #left #refinance_calculator_form input.text { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px;
															padding: 0; margin: 1px; height: 13px; width: 80px; }

#content_container #left #newuser_form { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px; }
#content_container #left #newuser_form td { color: #000; padding: 1px; }
#content_container #left #newuser_form td.label { width: 100px; text-align: right; }
#content_container #left #newuser_form input.text { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px;
															padding: 0; margin: 1px; height: 13px; width: 110px; }

#content_container #left #find_your_payment { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px; }
#content_container #left #find_your_payment td { color: #000; padding: 1px; }
#content_container #left #find_your_payment td.label { width: 100px; text-align: right; }
#content_container #left #find_your_payment input.text { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px;
															padding: 0; margin: 1px; height: 13px; width: 110px; }

#content_container #left #login_form { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px; }
#content_container #left #login_form td { color: #000; padding: 1px; }
#content_container #left #login_form td.label { width: 100px; text-align: right; }
#content_container #left #login_form input.text { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px;
															padding: 0; margin: 1px; height: 13px; width: 110px; }

#content_container #left #rent_vs_buy { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px; }
#content_container #left #rent_vs_buy td { color: #000; padding: 1px; }
#content_container #left #rent_vs_buy td.label { width: 180px; text-align: right; }
#content_container #left #rent_vs_buy input.text { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px;
															padding: 0; margin: 1px; height: 13px; width: 110px; }

#content_container #left #borrowing_calculator { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px; }
#content_container #left #borrowing_calculator td { color: #000; padding: 0px; }
#content_container #left #borrowing_calculator td.label { width: 150px; text-align: right; }
#content_container #left #borrowing_calculator input.text { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px;
															padding: 0; margin: 1px; height: 13px; width: 70px; }
#content_container #left #borrowing_calculator_2 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px; }
#content_container #left #borrowing_calculator_2 td { color: #000; padding: 0px; }
#content_container #left #borrowing_calculator_2 td.label { width: 200px; text-align: right; }
#content_container #left #borrowing_calculator_2 input.text { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px;
															padding: 0; margin: 0px; height: 12px; width: 70px; }

#content_container #left #free_consultation { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px; }
#content_container #left #free_consultation td { color: #000; padding: 1px; }
#content_container #left #free_consultation td.label { width: 100px; text-align: right; }
#content_container #left #free_consultation input.text { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px;
															padding: 0; margin: 1px; height: 13px; width: 110px; }
#content_container #left #free_consultation input.text_long { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px;
															padding: 0; margin: 1px; height: 13px; width: 331px; }

#content_container #left #quick_quote_form { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px; }
#content_container #left #quick_quote_form td { color: #000; }
#content_container #left #quick_quote_form td.label { width: 90px; text-align: right; }
#content_container #left #quick_quote_form input.text { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px;
															padding: 0; margin: 1px; height: 13px; width: 125px; }
#content_container #left #quick_quote_form select { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px;
															padding: 0; margin: 1px; }
															
#content_container #left #video_op { border: 1px solid black; background-color: #eeeeee; text-align: center; height: 260px; color: #000000; vertical-align: middle;}

#content_container #right {
	width: 296px;
	height: 420px;
	position: absolute;
	top: 1px;
	left: 694px;
	padding: 5px;
	background: url(images/sub-menu-bg.gif) no-repeat #c8e4ff;
}
#content_container3 #right {
	width: 296px;
	height: 348px;
	position: absolute;
	top: 1px;
	left: 694px;
	padding: 5px;
	background: url(images/sub-menu-bg.gif) no-repeat #c8e4ff;
}
#content_container #right h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	padding:0 5px 0;
	margin-top: 45px;
	background-position:right;
}
#content_container #right ul { margin: 0;}
#content_container #right li { list-style-type: none; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 20px; color: #000;text-indent:70px;list-style-type: none; }
#content_container #right li#selected { font-weight: bold; }
#content_container #right li a { color: #000; text-decoration: none; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 14px; background: url(images/menu_0.gif) no-repeat; padding:0 15px 0;}
#content_container #right li a:hover { color: #000; text-decoration: none; background: url(images/menu_1.gif) no-repeat;padding:0 15px 0; font-weight:bold;}
#content_container #right li a:active {
	color: #000;
	text-decoration: none;
	background: url(images/menu_2.gif) no-repeat;
	padding:0 15px 0;
	font-weight:bold;
}

#right li#selected a{ background: url(images/menu_2.gif) no-repeat;}

#content_container #right a.contact_us { display: block; border: 0px solid black; background-color: #ffffcc; color: #000; height: 85px;
										 font-family: Arial, Helvetica, sans-serif; font-size: 16px; text-align: center;
										 font-weight: bold; text-decoration: none; margin-top: 5px; margin-left: auto;
										 margin-right: auto; background:url(images/ms_get_started.jpg) no-repeat; width:179px; height:86px;}



#content_container #right a.have_a_question { display: block; border: 0px solid black; background-color: #bbe0e3; color: #000; 
												font-family: Arial, Helvetica, sans-serif; font-size: 16px; text-align: left; padding: 5px;
												font-weight: bold; text-decoration: none; margin-top: 10px;  margin-left: auto;
												 margin-right: auto; padding-top: 20px; padding-bottom: 20px; text-align: center;}
						 

#content_container #right a.do_you_have_questions { display: block; border: 0px solid black; background-color: #ffffcc;  color: #000; 
												font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-align: left; background:url(images/ms_ask_a_rep.jpg) no-repeat;width: 179px; height: 86px; margin-top:5px;
												font-weight: bold; text-decoration: none; margin-left: auto;
												 margin-right: auto; text-align: center;}
#content_container #right a.our_quick_quote { display: block; border: 0px solid black; background-color: #ffffcc; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; text-align: left; font-weight: normal; text-decoration: none; background:url(images/ms_quick_quote.jpg) no-repeat; width:179px; height:86px; margin: 5px auto;text-align: center;}
#content_container #right a.calculater { display: block; border: 0px solid black; background-color: #ffffcc; color: #000; 											font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; font-weight: normal; text-decoration: none;background:url(images/ms_calculator.jpg) no-repeat; width:179px; height:133px; margin: 5px auto;text-align: center;}
#content_container #right a.credit_repair { display: block; border: 0px solid black; background-color: #ffffcc; color: #000; 											font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; font-weight: normal; text-decoration: none; margin-top: 5px;background:url(images/ms_credit_repair.jpg) no-repeat; width:179px; height:133px; margin: 5px auto;text-align: center;}
#content_container #right a.free_consultant { display: block; border: 0px solid black; background-color: #ffffcc; color: #000; 											font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; font-weight: normal; text-decoration: none; margin-top: 5px;background:url(images/ms_get_started.jpg) no-repeat; width:179px; height:133px; margin: 5px auto;text-align: center;}
#content_container #right a.refinance { display: block; border: 0px solid black; background-color: #ffffcc; color: #000; 											font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; font-weight: normal; text-decoration: none; margin-top: 30px;background:url(images/ms_refinance.jpg) no-repeat; width:179px; height:133px; margin: 5px auto;text-align: center;}

#content_container #right a.video_overview { display: block; border: 0px solid black; background-color: #ffffcc; color: #000; 											font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; font-weight: normal; text-decoration: none; margin-top: 30px;background:url(images/ms_videos.jpg) no-repeat; width:179px; height:37px; margin: 5px auto;text-align: center;}
#content_container #right a.download_presentation { display: block; border: 0px solid black; background-color: #ffffcc; color: #000; 											font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; font-weight: normal; text-decoration: none; margin-top: 30px;background:url(images/download_btns.jpg) no-repeat; width:179px; height:37px; margin: 5px auto;text-align: center;}
#content_container #right a.mortgage_calc { display: block; border: 0px solid black; background-color: #ffffcc; color: #000; 											font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; font-weight: normal; text-decoration: none; margin-top: 30px;background:url(images/ms_calculators.jpg) no-repeat; width:179px; height:37px; margin: 5px auto;text-align: center;}
#content_container #right a.refi_calc { display: block; border: 0px solid black; background-color: #ffffcc; color: #000; 											font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; font-weight: normal; text-decoration: none; margin-top: 30px;background:url(images/ms_refi_Calc.jpg) no-repeat; width:179px; height:37px; margin: 5px auto;text-align: center;}
#content_container #right a.online_application { display: block; border: 0px solid black; background-color: #ffffcc; color: #000; 											font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px; font-weight: normal; text-decoration: none; margin-top: 30px;background:url(images/ms_application.jpg) no-repeat; width:179px; height:37px; margin: 5px auto;text-align: center;}
