/* 

Key Colours			Dark			Light
----------------------------------------------------------------------

*/

/* CSS Reset  (from http://meyerweb.com/eric/tools/css/reset/)
---------------------------------------------------------- */
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* Typography
---------------------------------------------------------- */

body {
	/*background: #f7f7f7 url('images/bg_gradient.jpg') repeat-x;*/
	background: #eee;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 75%; /* 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). */
	line-height: 1.2;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
	}

h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
	}

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: 1em;
	margin-bottom: 1.5em;
	}

h6 {
	font-size: 1em;
	}

p {
	margin: 0 0 1.5em 0;
	}

p:last-child {
	margin-bottom: 0;
	}

p img {
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
	}

img {
	margin: 0;
	}

ul, ol {
	margin:0 1.5em 1.5em 1.5em;
	}

ul {
	list-style-type: disc;
	}

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 {
	font-style: italic;
	margin-top: 1.5em;
	}

del {
	color:#666;
	}

a:focus, 
a:hover {
	/*color: #00c;*/
	color: #f00;
	}

a {
	color: #038CF6;
	text-decoration: underline;
	}

blockquote {
	color: #666;
	font-style: italic;
	margin: 1.5em;
	}

strong {
	font-weight: bold;
	}

em, dfn {
	font-style: italic;
	}

dfn {
	font-weight: bold;
	}

pre, code {
	margin: 1.5em 0;
	white-space: pre;
	}

pre, code, tt {
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 1.5;
	} 

tt {
	display: block;
	line-height: 1.5;
	margin: 1.5em 0;
	}

table {
	margin-bottom: 1em;
	}

th {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
	}

td {
	border-bottom: 1px solid #ccc;
	}

th, td {
	padding: 0.2em;
	}

input, textarea, select {
	background: #f5f5f5;
	border: 1px solid #aaa;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	}

input:focus, textarea:focus, select:focus {
	background: #fff;
	border: 1px solid #666;
	}

textarea {
	font-size: inherit;
	}

input.inputButton {
	background: #ccc url(images/button_background.png) repeat-x left top;
	border: 1px solid #000;
	color: #333;
	font-weight: bold;
	font-family: inherit;
	margin: 0 0 0 0;
	overflow: visible;			/* fix for IE6 double padding on buttons */
	padding: 0 0.2em;
	text-align: center;
	width: auto;				/* fix for IE6 double padding on buttons */
	}

/* Containers
---------------------------------------------------------- */

body {
	color: #535353;
	/*color: #333;*/
	padding: 0;
	font-family: "Century Gothic";
	/*font-family: "Tahoma";*/
	font-size: 11px;
	}

#container {
	background: #fff;
	margin: 0 auto;
	/*position: relative;*/
	text-align: left;
	width: 996px; /* Theme: width = 996px */
	}

#content_container {
	background: #fff;
	clear: both;
	/*float: left;*/
	padding: 0;
	width: 996px; /* Theme: the width needs to be repeated here or IE bugs out */
	}

#content {
	background: #fff;
	margin: 0;
	min-height: 300px;
	padding: 0;
	}

#content.two_column {
	float: left;
	width: 742px;
	border-right: #ddd solid 1px;
	}

#sidebar {
	background: #fff;
	float: left;
	margin: 0;
	padding: 0px;
	width: 253px;
	}

/* Header
---------------------------------------------------------- */

#header {
	background: #fff url('images/logo_gif.gif') no-repeat center left;
	color: #333;
	clear: both;
	height: 68px;
	padding: 5px;
	}

#header #logo {
	width: 280px;
	height: 70px;
	float: left;
	}

#header #logo a {
	/*background: #aaa;*/
	color: #333;
	display: block;
	font-size: 3em;
	height: 50px;
	line-height: 1;
	overflow: hidden;
	text-indent: -9999px;
	width: 260px;
	padding: 10px 0 0;
	}
#login_status{
    float: right;
}
#login_status a{
    width: 240px;
    height: 68px;
    display: block;
    text-indent: -9999px;
}
#top_menu a{
    font-size: 10px;
    text-decoration: none;
    color: #333;
    padding-right: 15px;
    background: url('images/top_menu_bullet.jpg') no-repeat right center;
}
#top_menu a:hover{
    color: #f00;
}
#top_menu a:last-child, #top_menu a.last{
    background-image: none;
}
#top_menu{
    width: 490px;
    float: left;
    padding-left: 216px;
}
#search_site{
    width: 240px;
    float: right;
    color: #fff;
    padding-top: 4px;
}
#search_site .inputText{
    height: 15px;
    border: #929197 solid 1px;
    line-height: 15px;
    vertical-align: middle;
    font-size: 10px;
    font-family: "Century Gothic";
    color: #0585ee;
    padding: 1px 5px;
}
#search_site .inputButton{
    border: 0;
    width: 14px;
    height: 14px;
    line-height: 14px;
    background: url('images/search_button.jpg') no-repeat center;
    text-indent: -9999px;
    vertical-align: middle;
}
/* Footer
---------------------------------------------------------- */

#footer {
	clear: both;
	padding: 10px;
	text-align: right;
	width: 976px;
	border-top: solid 13px #0685EE;
	margin: auto;
	}

#footer p {
	margin: 0;
	}

#footer .footer_menu {
	float: left;
	}
#footer a, #footer p{
    font-size: 11px;
    color: #919195;
    text-decoration: none;
}
#footer a{
    padding-right: 15px;
    background: url('images/top_menu_bullet.jpg') no-repeat right center;
}
#footer a:last-child, #footer a.last{
    background: none;
}

/* Menu
---------------------------------------------------------- */

#nav {
	/* R.A.D. Theme */
	clear: both;
	/*float: left;*/
	width: 994px;
	height: 28px;
	padding-left: 2px;
	background: #0685EE;
	}
#nav ul, #nav ul li{
    list-style-type: none;
    list-style: none;
    margin: 0;
}
#nav ul li{
    float: left;
    padding: 0 2px 0 0;
}
#nav ul li a{
    height: 28px;
    display: block;
    text-indent: -9999px;
}
#nav ul li a.home_loans{
    width: 95px;
    background: url('images/menu_home_loans.jpg');
}
#nav ul li a.conveyancing{
    width: 107px;
    background: url('images/menu_conveyancing.jpg');
}
#nav ul li a.insurance{
    width: 86px;
    background: url('images/menu_insurance.jpg');
}
#nav ul li a.legal_services{
    width: 114px;
    background: url('images/menu_legal_services.jpg');
}
#nav ul li a.service_revolution{
    width: 136px;
    background: url('images/menu_service_revolution.jpg');
}


/* Search Paging
---------------------------------------------------------- */

.search_paging {
	clear: both;
	padding: 0.5em 0;
	text-align: right;
	}

.search_paging span,
.search_paging a {
	padding: 0 0.2em;
	}

/* Forms
---------------------------------------------------------- */

.form fieldset {
	/*border: 1px solid #333;*/
	border: none;
	margin: 0;
	padding: 0;
	}

.form legend {
	color: #000;
	font-size: 1.5em;
	padding: 0 0.2em;
	}

fieldset {
	padding: 0 15px;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
	}

legend {
	font-style: oblique;
	font-weight: bold;
	}

.required,
.optional,
.buttons {
	clear: both;
	padding: 0.25em;
	}

.form label {
	clear: both;
	display: block;
	}

.form .required label {
	font-weight: bold;
	}

.form span label,
.form p label {
	display: inline;
	font-weight: normal;
	}

.dynamic_error {
	background: transparent;
	clear: both;
	color: #f00;
	float: left;
	}

.form .buttons input {
	float: right;
	margin-left: 0.5em;
	}

.form p input {
	vertical-align: middle;
	}

.form .list input {
	margin: 0 0.5em 0 0;
	vertical-align: middle;
	}

input.inputText {
	width: 60%;
	}

textarea.inputTextArea {
	height: 10em;
	overflow: auto;
	width: 99%;
	}

/* Dashbar
---------------------------------------------------------- */

.media_gallery_items {
	float: left;
	padding: 10px 19px;
	width: 840px;
	}

.two_column .media_gallery_items {
	padding: 10px;
	width: 560px;
	}

.media_gallery_items .media_item_container {
	background: #eee;
	float: left;
	min-height: 120px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	width: 120px;
	}

.media_gallery_items .media_item_container:hover {
	background: #ccc;
	}

.media_gallery_items .media_item_container img {
	margin: 0;
	}

.media_gallery_items .media_item_container .media_item {
	height: 80px;
	}

#flashcontent {
	margin: 0 auto;
	width: 320px;
	}

/* Dashbar
---------------------------------------------------------- */

#mongoose_dashbar {
	background-color: #000000;
	color: #ffffff;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0.75em;
	text-align: right;
	width: 1172px;
	}

#mongoose_dashbar a {
	color: #ffffff;
	}

/* Editlinks
---------------------------------------------------------- */

.editlinks {
	background-color: #000;
	clear: both;
	padding: 0.5em;
	text-align: right;
	}

.editlinks a {
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 1em;
	}

.testimonial_holder{
    width: 253px;
    height: 168px;
    background: #333;
}
#free_online_enquiry{
    width: 253px;
    height: 62px;
    background: url('images/click_free_enquiry.jpg');
    border-top: solid 2px #0685EE;
}
#free_online_enquiry a{
    width: 253px;
    height: 62px;
    float: left;
    text-indent: -9999px;
}
#register_newsletter{
    width: 239px;
    height: 75px;
    background: #0685EE url('images/register_newsletter_header.jpg') no-repeat top center;
    padding: 5px 7px;
    color: #fff;
}
#register_newsletter input.inputText{
    width: 205px;
    font-family: "Century Gothic";
    font-size: 10px;
    padding-left: 5px;
    margin-bottom: 5px !important;
}
#register_newsletter input.email{
    
}
#register_newsletter input.inputButton{
    border: 0;
    width: 14px;
    height: 14px;
    line-height: 14px;
    background: url('images/newsletter_submit_button.jpg') no-repeat center;
    text-indent: -9999px;
    vertical-align: middle;
    cursor: pointer;
}
#register_newsletter .subscribe_to_our_newsletter .success{
    padding: 22px 0 0;
}
#side_links ul, #side_links ul li{
    list-style-type: none;
    margin: 0;
}
#side_links ul li{
    border-bottom: solid 2px #0685EE;
}
#side_links ul li.last{
    border-bottom: solid 2px #fff;
}
#side_links ul li, #side_links ul li a{
    width: 253px;
    height: 33px;
    background: #0685EE;
    float: left;
    text-indent: -9999px;
}
#side_links .link_mortgage_calculators{
    background: url('images/link_mortgage_calculators.jpg');
}
#side_links .link_flow_charts{
    background: url('images/link_flow_charts.jpg');
}
#side_links .link_refer_friend{
    background: url('images/link_refer_friend.jpg');
}
#side_links .link_real_estate{
    background: url('images/link_real_estate.jpg');
}
#side_links .link_rate_broker{
    background: url('images/link_rate_broker.jpg');
}
.link_more_broker{
    clear: both;
    width: 253px;
    height: 75px;
    background: url('images/link_more_broker.jpg');
}
.link_more_broker a{
    width: 253px;
    height: 75px;
    float: left;
    text-indent: -9999px;
}

/* Home Content
---------------------------------------------------------- */
#home_left_column, #home_middle_column, #home_right_column{
    float: left;
}
#home_left_column{
    width: 250px;
}
#home_left_column .home_content, #home_left_column .hr{
    width: 230px;
}
#home_middle_column{
    width: 245px;
}
#home_middle_column .home_content, #home_middle_column .hr{
    width: 225px;
}
#home_right_column{
    width: 240px;
}
#home_right_column .home_content, #home_right_column .hr{
    width: 220px;
}
.home_content{
    /*padding: 0 10px;*/
    margin: auto;
}
.subheader{
    font-size: 16px;
    font-weight: bold;
    color: #1b429a;
    margin: 5px 0;
    clear: both;
    display: block;
}
.subheader a{
    color: #1F429E;
    text-decoration: none;
}
.subheader span{
    color: #0788F0;
    font-size: 10px;
    /*padding-left: 5px;*/
    display: block;
}
#latest_articles dl{
    width: 50px;
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
}
#latest_articles dd{
    width: 165px;
    float: left;
    margin: 0;
    padding: 0;
}
#content hr{
    height: 3px !important;
    clear: both;
    display: inline;
    margin: 0 0 5px;
    padding: 0;
    border: none !important;
    background: url('images/divider.jpg') no-repeat left;
}
.hr{
   height: 1px;
   background: url('images/divider.jpg') no-repeat left;
   padding: 0;
   margin: 0 0 5px;
   clear: both;
}
#content h2{
    margin-bottom: 5px;
}
#header_services{
    width: 250px;
    height: 40px;
    background: url('images/header_services.jpg');
    text-indent: -9999px;
}
#header_resources{
    width: 245px;
    height: 40px;
    background: url('images/header_resources.jpg');
    text-indent: -9999px;
}
#header_news{
    width: 240px;
    height: 40px;
    background: url('images/header_news_articles.jpg');
    text-indent: -9999px;
}
.home_content p{
    margin: 0 0 10px;
}
.more{
    font-size: 10px;
    color: #0585ee;
    text-decoration: none;
}
.home_content .list{
    color: #1b429a;
    text-decoration: none;
}
.download_report{
    background: url('images/guarantee_bg.jpg') no-repeat left top;
    height: 40px;
    padding-left: 60px;
    vertical-align: middle;
}
.download_report span{
    color: #FF402E;
}
.download_report a, .pdf_link{
    color: #FCB026;
    font-size: 10px;
}

#latest_articles ul li{
    clear: both;
    list-style-type: none;
    padding: 0 0 10px;
}
#latest_articles ul{
    padding: 0;
    margin: 0;
}
#video_testimonial span{
    display: block;
    padding: 40px 0 0 5px;
    font-size: 10px;
    float: left;
    width: 90px;
    color: #1B429A;
}
#video_thumbnail a{
    width: 130px;
    height: 104px;
    float: left;
    text-indent: -9999px;
    background: url('images/video_thumbnail_3.jpg') no-repeat;
}
.page_container{
    padding: 0 10px 10px;
}
.page_container h2{
    font-size: 18px;
    font-weight: bold;
    color: #1F429E;
    margin: 5px 0;
    clear: both;
}
#splash{
    background: transparent url(images/mast-homepage.jpg) no-repeat top left;
    width: 742px;
    height: 168px;
    border-bottom: #0585ee solid 2px;
}
#service_video_link 
{
    width: 130px;
    height: 130px;
    float: left;
    padding: 10px 0 0 590px;
}
#splash img{
    margin: 0;
    padding: 0;
    display: inline;
}
#video_testimonial{
    width: 225px;
    height: 110px;
}

.sublinks{
    float: right;
}
.sublinks a{
    background: url('images/sublink_button.jpg') no-repeat left;
    height: 35px;
    line-height: 35px;
    display: block;
    float: left;
    padding: 0 20px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #1D3E9D;
}
#home_loans .sublinks a{
    padding: 0 10px 0 15px;
}
.sublinks a:hover, .sublinks a.active{
    color: #038CF6;
}
.page_container h1.aboutus, 
.page_container h1.calculators, 
.page_container h1.resources, 
.page_container h1.contactus, 
.page_container h1.more_home_loans,
.page_container h1.conveyancing,
.page_container h1.insurance,
.page_container h1.legal_services,
.page_container h1.online_enquiry,
.page_container h1.mortgage_broker_careers,
.page_container h1.find_real_estate_agent,
.page_container h1.secure_login,
.page_container h1.refer_a_friend,
.page_container h1.testimonials,
.page_container h1.service_revolution_heading,
h1.news{
    text-indent: -9999px;
}
.page_container h1.aboutus{
    background: url('images/title_aboutus.jpg') no-repeat left;
}
.page_container h1.calculators{
    background: url('images/title_calculators.jpg') no-repeat left;
}
.page_container h1.resources{
    background: url('images/title_resources.jpg') no-repeat left;
}
.page_container h1.contactus{
    background: url('images/title_contactus.jpg') no-repeat left;
}
.page_container h1.more_home_loans{
    background: url('images/title_more_home_loans.jpg') no-repeat left;
}
.page_container h1.conveyancing{
    background: url('images/title_conveyancing.jpg') no-repeat left;
}
.page_container h1.insurance{
    background: url('images/title_insurance.jpg') no-repeat left;
}
.page_container h1.legal_services{
    background: url('images/title_legal_services.jpg') no-repeat left;
}
.page_container h1.service_revolution_heading{
    background: url('images/title_service_revolution.png') no-repeat left;
}
.page_container h1.online_enquiry{
    background: url('images/title_online_enquiry.jpg') no-repeat left;
}
.page_container h1.mortgage_broker_careers{
    background: url('images/title_mortgage_broker_careers.jpg') no-repeat left;
}
.page_container h1.find_real_estate_agent{
    background: url('images/title_find_real_estate_agent.jpg') no-repeat left;
}
.page_container h1.refer_a_friend{
    background: url('images/title_refer_a_friend.jpg') no-repeat left;
}
.page_container h1.secure_login{
    background: url('images/title_secure_login.jpg') no-repeat left;
}
.page_container h1.testimonials{
    background: url('images/title_testimonials.jpg') no-repeat left;
}
h1.news{
    background: url('images/title_news.jpg') no-repeat left;
}
.page_container h3, .article_summary h2{
    font-size: 15px;
    font-weight: bold;
    color: #1D3E9D;
    padding: 0 0 5px;
    background: url('images/divider.jpg') no-repeat left bottom;
    text-transform: uppercase;
}

.article_summary h2{
    padding: 0;
    background: none;
}
.article_summary h2 a{
    color: #1D3E9D;
    text-decoration: none;
}
.article_summary .date{
    color: #038CF6;
    font-size: 10px;
    font-weight: bold;
}
.page_container .left_column, .page_container .right_column{
    width: 46%;
    float: left;
}
.page_container .left_column{
    padding: 0 15px 0 0;
}
.page_container .right_column{
    padding: 0 0 0 15px;
}
.page_container .subfooter{
    font-size: 13px;
    color: #038CF6;
    text-align: left;
    clear: both;
}
.page_container .subfooter a{
    color: #038CF6;
}
.headline{
    font-size: 15px;
    font-weight: bold;
    color: #038CF6;
    clear: both;
}
.page_container ul.text{
    background: none;
}
.page_container .text a{
    text-decoration: none;
    color: #1D3E9D;
}
.page_container .text a:hover{
    color: #f00;
}
.page_container .title, .page_container .title a{
    font-size: 14px;
    font-weight: bold;
    color: #1D3E9D;
    text-decoration: none;
}
.page_container .profile_title{
    font-size: 25px;
}
.page_container .position, .page_container .qualifications{
    color: #038CF6;
    padding: 20px 0 0;
    display: block;
}
.page_container .qualifications{
    padding: 0;
}
.page_container .profile_links{
    height: 30px;
    line-height: 30px;
    text-align: left;
}
.page_container .download_profile{
    float: right;
}
.page_container table.calculator a{
    font-size: 13px;
    font-weight: bold;
    color: #1D3E9D;
    text-decoration: none;
}
.page_container table.calculator td{
    border: none;
    padding: 0 0 15px 0;
}
.page_container table.calculator{
    border-bottom: #ccc solid 1px;
}
.page_container .small_text{
    font-size: 10px;
}
.resource_links{
    height: 40px;
}
.resource_links a{
    margin: 0 10px 0 0;
}

.highlighted{
    color: #038CF6;
}
.highlighted_large{
    clear: both;
    color: #038CF6;
    font-size: 13px;
    line-height: 18px;
}
.explanation, .explanation li{
    list-style-type: none;
    padding: 2px 0;
}
#wizard .general_information{
    height: 20px;
    background: url('images/title_general_information.jpg') no-repeat 10px;
    text-indent: -9999px;
}
#progress_bar{
    width: 211px;
    height: 16px;
    border: #ccc solid 1px;
    margin: 0 5px 0 0;
    display: block;
    position: absolute;
    z-index: 1;
    left: +515px;
}
.one_quarter{
    background: #fff url('images/progress_bar_bg.jpg') no-repeat -159px;
}
.two_quarter{
    background: #fff url('images/progress_bar_bg.jpg') no-repeat -107px;
}
.three_quarter{
    background: #fff url('images/progress_bar_bg.jpg') no-repeat -55px;
}
.four_quarter{
    background: #fff url('images/progress_bar_bg.jpg') no-repeat 0px;
}

#wizard .questions, #wizard .instructions{
    float: left;
    min-height: 370px;
}
#wizard .questions{
    clear: both;
    width: 496px;
    padding: 0 8px 0 0;
}
#wizard .instructions{
    width: 211px;
}
#wizard #question{
    width: 476px;
    height: 38px;
    line-height: 30px;
    background: #1A429A url('images/wizard_question_bg.jpg') no-repeat 10px 33px;
    border-bottom: #0586EC solid 2px;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
#wizard .success #question{
    background: #1A429A;
    background-image: none;
}
#wizard #options{
    border-bottom: #0586EC solid 2px;
    min-height: 315px;
}
#wizard #options .radio_list{
    display: block;
}
#options .radio_list input[type="radio"]{
    
}
#options .radio_list input{
    position: absolute;
    left: -9999px;
}
#options .radio_list label{
    width: 496px;
    height: 38px;
    float: right;
    line-height: 38px;
    font-size: 13px;
    cursor: pointer;
}
#options .radio_list label:hover{
    background: #DAEDFC;
    font-weight: bold;
    font-size: 13px;
    color: #1A429A;
    cursor: pointer;
}
#options .radio_list label.active{
    background: #DAEDFC url('images/wizard_option_active_bg.jpg') no-repeat right center;
    font-weight: bold;
    font-size: 13px;
    color: #1A429A;
}
#options .radio_list label span{
    width: 30px;
    font-weight: bold;
    padding: 0 0 0 30px;
    font-size: 12px;
    color: #1A429A;
}
#wizard #step{
    width: 191px;
    height: 38px;
    line-height: 38px;
    padding: 5px 10px;
    background: #1A429A;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
#wizard #timing{
    width: 211px;
    height: 280px;
    background: #0685EE url('images/wizard_timing_bg.jpg') no-repeat center;
    color: #fff;
    text-indent: -9999px;
}
#wizard .success #timing{
     background: #0685EE url('images/wizard_timing_success_bg.jpg') no-repeat center;
}
#wizard #back{
    width: 211px;
    height: 40px;
    background: #DAEDFC;
}
#wizard #back input[type="button"]{
    width: 211px;
    height: 40px;
    border: none;
    padding: 0;
    margin: 0;
    background: #DAEDFC url('images/wizard_back.jpg') no-repeat center;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
}
#wizard_form{
    padding: 10px 0;
}
#wizard_form input, #wizard_form textarea, #wizard_form select{
    border: #1A429A solid 1px;
    background: #fff;
    font-family: "Century Gothic";
    font-size: 11px;
}
#wizard_form input[type="checkbox"]{
    border: none;
}
#wizard_form select.selectOne{
    border: #1A429A solid 1px !important;
}
fieldset #wizard_form .row{
    padding: 5px 0;
}
#wizard_form .row{
    clear: both;
    min-height: 20px;
}
#wizard_form .row_float{
    float: left;
    min-height: 20px;
    width: 50%;
}
#wizard_form .row label, #wizard_form .row_float label{
    float: left;
    width: 100px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #1A429A;
}
#wizard_form .agreement label{
    width: auto;
    display: inline;
    float: none;
}
#wizard_form .row_float input.inputText{
    width: 50%;
}
#wizard_form .row textarea{
    width: 75%;
}
fieldset #wizard_form .row textarea{
    width: 85%;
}
#wizard_form input[type="button"], #wizard_form input[type="submit"]{
    background: url('images/wizard_form_submit_bg.jpg') no-repeat center;
    border: none;
    padding: 0;
    margin: 10px 0 0;
    text-indent: -9999px;
    width: 100px;
    height: 40px;
    display: block;
    float: right;
    cursor: pointer;
}
#wizard_form .buttons{
    height: 40px;
    line-height: 40px;
}
#wizard_form .dynamic_error{
    display: block;
    padding: 0 0 0 100px;
    float: none;
    line-height: 20px;
}
#wizard_footer{
    color: #1A429A;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    width: 496px;
    padding: 5px 0;
    margin: 0;
}
#wizard_footer p{
    margin: 0;
    padding: 0;
}
#wizard .success_message{
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
    color: #1A429A;
}

.logged_in{
    clear: both;
    float: left;
    padding: 5px;
}
.form .logged_in label{
    font-weight: bold;
    color: #1A429A;
}
.login_button{
    float: right;
    padding: 5px;
}
.login_button input[type="submit"]{
    background: url('images/staff_login_submit_bg.jpg') no-repeat center;
    border: none;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
    width: 289px;
    height: 25px;
    display: block;
    float: right;
    cursor: pointer;
}
.login_box{
    padding: 0 15px;
}
.profile_box p{
    margin: 0 0 5px;
}
.testimonials{
    width: 100%;
}
.testimonials th{
    border: none;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.testimonials td{
    border: none;
}
.testimonials ul, .testimonials ul li{
    list-style-type: none;
}
.testimonials ul li{
    padding: 2px 0 5px;
}
.testimonials, .testimonials ul, .testimonials ul li, .testimonials ul li a, .testimonials td{
    vertical-align: top;
}

#map_canvas{
    width: 300px;
    height: 300px;
    float: right;
    background: #f5f5f5;
    margin: 5px 0 0 5px;
    padding: 5px;
}

.featured_news{
    width: 48%;
    float: left;
    padding: 5px 10px 5px 0;
}
.featured_news .subheader a:hover{
    color: #F00;
}
.featured_news dd h3{
    margin-top: 0px;
}
.featured_news dl{
    width: 80px;
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
}
.featured_news dd{
    width: 240px;
    float: left;
    margin: 0;
    padding: 0;
}
.article_summary{
    clear: both;
    padding: 10px 0 0;
}
.article_summary  h2 a:hover{
    color: #F00;
}
#summary{
    width: 800px;
    margin: auto;
    text-align:center;
    padding: 20px;
    font-size: 13px;
    font-weight: bold;  
}