/*** defaults ***/
body 
{
    /* background:url(../images/site/body_bg.png) no-repeat top center; */
    margin:0;
    font-family:Arial;
    font-size:12px;
    color:#3b4a51;
}
a
{
    color:#1c5274;
}
img
{
    border:none;
}
h1
{
    font-size:16px;
    font-weight:bold;
    color:#502c61;
}
h2
{
    font-size:16px;
    font-weight:normal;
    color:#0b547e;
}


.CrossSell {
margin-bottom: 7px;
}

.subtitle
{
    font-size:16px; 
    color: #0B537D;
    line-height:1.38;
}

/*** layout ***/
#doc
{
    width:944px;
    margin:auto;
}
#hd
{
    margin-top: 18px;
    height: 150px;
    position:relative;
    z-index:1000;
}
#bd
{
    overflow:hidden;
    position:relative;
    padding-bottom:30px;
}
#bd_left
{
    width:190px;
    float:left;
    margin-right:28px;
}
#bd_middle
{
    width:510px;
    float:left;
    line-height:1.5;
}
#bd_right
{
    width:190px;
    float:right;
}
#ft
{
}

/*** header ***/
#hd .logo
{
    display:block;
    width:219px;
    height:86px;
    background:url(../images/site/logo.png) no-repeat;
}
/* main menu */
#main_menu
{
    position:absolute;
    bottom:20px;
    height:34px;
    width:100%;
    background:url(../images/site/main_menu_bg.png) no-repeat;
    z-index:1000;
}
#main_menu ul
{
    margin:0;
    padding:0;
}
#main_menu li
{
    list-style:none;
    float:left;
    position:relative;
    z-index:1100;
}
#main_menu a
{
    display:block;
    height:34px;
    text-decoration:none;
    color:#FFF;
    line-height:30px;
    text-transform:uppercase;
    padding:0 18px;
    background:url(../images/site/main_menu_separator.png) no-repeat left;
}
#main_menu li:hover a,
#main_menu a:hover
{
    background:url(../images/site/main_menu_hover_bg.png) no-repeat left;
}
#main_menu li.first a
{
    background:none; margin-left: 5px;
}
#main_menu li.first a:hover
{
    background:url(../images/site/main_menu_hover_bg.png) no-repeat -6px 0;
    padding:0 18px;
}
/* main menu / submenu */
#main_menu li:hover .sub_menu
{
    display:block;
}
#main_menu .sub_menu
{
    display:none;
    position:absolute;
    left:8px;
    top:34px;
    background:url(/images/site/main_menu_dropdown_bg.png) repeat-x;
    padding:16px;
    z-index:1200;
}
#main_menu .sub_menu table
{
    border-collapse:collapse;
}
#main_menu .sub_menu td
{
    padding:0 8px;
    white-space:nowrap;
    color:#FFF;
    vertical-align:top;
}
#main_menu .sub_menu .title
{
    padding:0 8px;
    font-size:14px;
    font-weight:bold;
}
#main_menu .sub_menu ul
{
    overflow:hidden;
}
#main_menu .sub_menu li
{
    white-space:nowrap;
    clear:both;
    width:100%;
}
#main_menu .sub_menu a
{
    display:block;
    width:100%;
    padding:0 8px;
    margin:0;
    background:none;
    text-transform:none;
    font-size:11px;
    line-height:1.73;
    height:auto;
}
#main_menu li:hover li a
{
    padding:0 8px;
    margin:0;
    background:none;
}
#main_menu .sub_menu li:hover a,
#main_menu .sub_menu a:hover
{
    padding:0 8px;
    margin:0;
    background:url(/images/site/main_menu_dropdown_hover_bg.png);
}
/* main menu ie7 hacks */
#main_menu .sub_menu li
{
    *width:90%;
}
#main_menu .our_services_sub_menu
{
    *width:500px;
}
#main_menu .our_services_sub_menu li
{
    *width:100%;
}
#main_menu .our_firm_sub_menu
{
    *width:140px;
}
#main_menu .staff_sub_menu
{
    *width:140px;
}
/* breadcrumb links */
#breadcrumb
{
    position:absolute;
    bottom:4px;
    width:100%;
}
#breadcrumb ul
{
    margin:0;
    padding:0;
    padding-left:1px;
}
#breadcrumb li
{
    list-style:none;
    float:left;
    font-size:10px;
}
#breadcrumb li a
{
    text-decoration:none;
    padding-right:8px;
    margin-right:7px;
    background:url(../images/site/breadcrumb_separator.png) no-repeat right;
}
/* header icons */
#hd .icons
{
    position:absolute;
    right:0;
    top:0;
}
#hd .icons .email_us
{
    text-decoration:none;
    color:#694169;
    text-transform:uppercase;
    background:url(../images/site/email_icon.png) no-repeat 0px 1px;
    padding-left:23px;
}

/* site search box */
.search
{
    float:left;
    margin-bottom:10px;
}
.search label
{
    float:left;
    line-height:27px;
    margin-right:8px;
    font-weight:bold;
}
.search .textbox_container
{
    float:left;
    border:1px solid #bcbcbc;
    padding:1px 1px;
}
.search .textbox
{
    border:0;
    background:#efefef;
    height:21px;
    vertical-align:middle;
    line-height:21px;
    width:150px;
}
.search .button
{
    float:left;
    margin-left:3px;
}

/*** misc ***/
/* footer service lists */
#ft .service_lists
{
    overflow:hidden;
    background:#523157 url(../images/site/footer_bg.png) no-repeat;
    padding-bottom:10px;
}
#ft .personal_service_list
{
    float:left;
    padding-left:40px;
    width:450px;
}
#ft .personal_service_list li
{
    width:210px;
}
#ft .business_service_list
{
    float:right;
    width:400px;
}
#ft .business_service_list li
{
    width:190px;
}
#ft .service_list
{
    padding-top:20px;
}
#ft .service_list .title
{
    font-size:14px;
    color:#FFF;
}
#ft .service_list ul
{
    margin:0;
    padding: 0 8px 0 0;
}
#ft .service_list li
{
    list-style:none;
    line-height:1.5;
}
#ft .service_list li a
{
    color:#A682AA;
    text-decoration:none;
    font-size:11px;
}
#ft .ft_bottom
{
    height:120px;
    position:relative;
}
/* copyright */
#secPayment {left: 0;position: absolute;top: 10px;width: 510px;}
#copyright
{
    position:absolute;
    top:75px;
    left:0;
    width:100%;
    color:#1B5173;
    font-size:11px;
    text-align: center;
}
#copyright a
{
    color:#1B5173;
}
/* footer logos */
#ft .logos
{
    position:absolute;
    right:0;
    top:5px;
}
/* side box */
.side_box
{
    padding-bottom:16px;
    background:#f7f7f7 url(../images/site/side_box_footer.png) no-repeat bottom;
}
.side_box .header
{
    background:url(../images/site/side_box_header.png) no-repeat;
    padding:6px 16px 4px 16px;
    color:#FFF;
    text-transform:uppercase;
}
.side_box .header a
{
    color:#FFF;
    text-decoration:none;
}
.side_box ul
{
    margin:0;
    padding:0;
}
.side_box ul li
{
    list-style:none;
    border:1px solid #e4e4e4;
    border-top:1px solid #FFF;
    padding:8px;
}
.side_box ul li.first
{
    border-top:1px solid #e4e4e4;
}
.side_box ul li a
{
    display:block;
    text-decoration:none;
}
.side_box ul li a.active
{
    color:#000;
}
/* service, office and our firm list boxes */
.service_list_box ul li a,
.office_list_box ul li a,
.our_firm_box ul li a,
.documents_box ul li a
{
    padding-left:12px;
    background:url(../images/site/side_box_bullet.png) no-repeat 2px 5px;
}
/* service list box */
.service_list_box ul li a.active
{
    font-weight:bold;
}
/* office list box */
.office_list_box .phone
{
    color:#000;
    font-size:16px;
    font-weight: bold;
    padding-left:36px;
    background:url(../images/site/phone_icon.png) no-repeat 16px;
}
/* staff list box */
.staff_list_box ul li.parent a
{
    font-weight:bold;
    padding:0;
    background:none;
}
.staff_list_box ul li a
{
    padding-left:12px;
    background:url(../images/site/side_box_bullet.png) no-repeat 2px 5px;
}
/* after_hours_box */
.after_hours_box .body
{
    padding:8px;
    border:1px solid #e4e4e4;
    /* color:#e61303; */
    font-size:14px;
}
/* contact box */
.contact_box ul li
{
    padding-left:16px;
}
.contact_box .office_phone .city
{
    color:#1c5274;
    font-size:14px;
    margin-bottom:4px;
}
.contact_box .office_phone .phone
{
    color:#000;
    font-size:16px;
    padding-left:20px;
    background:url(../images/site/phone_icon.png) no-repeat left;
}
.contact_box .after_hours
{
    color:#e61303;
}
.contact_box .all_offices a
{
    padding-left:12px;
    background:url(../images/site/side_box_bullet.png) no-repeat 2px 5px;
}
/* featured box */
.featured_box .body
{
    border:1px solid #e4e4e4;
    padding:15px 18px 13px 18px;
}
.featured_box .body .image
{
    text-align:center;
    padding-bottom:10px;
}
.featured_box .body .image img
{
    width:80px;
}
.featured_box .body .name
{
    color:#000;
    padding-bottom:10px;
}
.featured_box .body .quote
{
    font-size:11px;
    padding-bottom:10px;
}
.featured_box .body .quote p
{
    margin:0;
    margin-bottom:0.5em;
}
.featured_box .body a
{
    font-weight:bold;
}
/* latest articles box */
.latest_articles_box .title
{
    display:block;
    text-decoration:none;
    color:#000;
}
.latest_articles_box ul li a
{
    text-decoration:underline;
    padding-left:12px;
    background:url(../images/site/side_box_bullet.png) no-repeat 2px 5px;
}
/* testimonial */
.testimonial
{
    color:#1c5274;
    line-height:1.5;
    margin-bottom:5px;
}
.testimonial .name
{
    color:#000;
    font-size:10px;
}
.testimonial p
{
    margin:0;
    margin-bottom:0.5em;
}
.testimonial img
{
    vertical-align:middle; cursor: pointer;
}
/* tabs (top) */
#tabs
{
}
#tabs ul.tab_list
{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    background:url(../images/site/tabs_bg.png) no-repeat;
}
#tabs ul.tab_list li
{
    list-style:none;
    float:left;
}
#tabs ul.tab_list li a
{
    display:block;
    height:25px;
    text-align:center;
    line-height:25px;
    text-decoration:none;
    text-transform:uppercase;
    color:#FFF;
    padding:0 17px;
    background:url(../images/site/tabs_separator.png) no-repeat left;
}
#tabs ul.tab_list li.first
{
    padding-left:6px;
}
#tabs ul.tab_list li.last
{
    padding-right:6px;
}
#tabs ul.tab_list li.first a
{
    padding-left:15px;
    background:none;
}
#tabs ul.tab_list li.last a
{
    padding-right:15px;
}
#tabs ul.tab_list li.first_on
{
    background:url(../images/site/tabs_on_left.png) no-repeat left top;
}
#tabs ul.tab_list li.last_on
{
    background:url(../images/site/tabs_on_right.png) no-repeat right top;
}
#tabs ul.tab_list li.on a
{
    background:url(../images/site/tabs_on_middle.png) repeat-x;
    color:#000;
}
#tabs ul.tab_list li .arrow
{
    display:none;
}
#tabs ul.tab_list li.on .arrow
{
    display:block;
    width:8px;
    height:4px;
    background:url(../images/site/tabs_on_arrow.png) no-repeat;
    margin-left:5px;
}
#tabs ul.tab_list li.first_on .arrow
{
    margin-left:0px;
}
/* tabs (bottom) */
#tabs ul.tab_list_bottom
{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    background:url(../images/site/tabs_bottom_bg.png) no-repeat bottom;
}
#tabs ul.tab_list_bottom li
{
    list-style:none;
    float:left;
}
#tabs ul.tab_list_bottom li a
{
    display:block;
    height:25px;
    text-align:center;
    line-height:25px;
    text-decoration:none;
    text-transform:uppercase;
    color:#FFF;
    padding:0 17px;
    background:url(../images/site/tabs_separator.png) no-repeat left;
}
#tabs ul.tab_list_bottom li.first
{
    padding-left:6px;
}
#tabs ul.tab_list_bottom li.last
{
    padding-right:6px;
}
#tabs ul.tab_list_bottom li.first a
{
    padding-left:15px;
    background:none;
}
#tabs ul.tab_list_bottom li.last a
{
    padding-right:15px;
}
#tabs ul.tab_list_bottom li.first_on
{
    background:url(../images/site/tabs_bottom_on_left.png) no-repeat left bottom;
}
#tabs ul.tab_list_bottom li.last_on
{
    background:url(../images/site/tabs_bottom_on_right.png) no-repeat right bottom;
}
#tabs ul.tab_list_bottom li.on a
{
    background:url(../images/site/tabs_bottom_on_middle.png) repeat-x;
    color:#000;
}
#tabs ul.tab_list_bottom li .arrow
{
    width:8px;
    height:4px;
    margin-left:5px;
    background:none;
}
#tabs ul.tab_list_bottom li.first_on .arrow
{
    margin-left:0px;
}
#tabs ul.tab_list_bottom li.on .arrow
{
    background:url(../images/site/tabs_on_arrow_up.png) no-repeat;
}
/* tabs content */


#tabs .tab_body
{
    margin:22px 0;
    min-height:300px;
}
#tabs .tab_body h1.article_title
{
    color:#0b547e;
}

#tabs .tab_body h3
{
    font-size:16px;
    font-weight:normal;
    color:#800080;
    margin-bottom: 0px;
    font-weight: normal;
}
#tabs .tab_body h4
{
    font-size:16px;
    font-weight:normal;
    color:#800080;
    margin-bottom: 0px;
    font-weight: normal;
}
#tabs .tab_body h5
{
    font-size:16px;
    font-weight:normal;
    color:#800080;
    margin-bottom: 0px;
    font-weight: normal;
}

#tabs .tab_body h6
{
    font-size:16px;
    font-weight:normal;
    color:#800080;
    margin-bottom: 0px;
    font-weight: normal;
}



* html #tabs .tab_body /* ie6 hack */
{
    height:300px;
}
/* main banner */
.main_banner
{
    /* width:509px; */
    min-height:126px;
    margin-bottom:22px;
}
/* articles tab */
#tabs .tab_body a.article_title
{
    text-decoration:none;
}
#tabs .tab_body a.article_title h3
{
    color:#0b547e;
    font-size:14px;
    line-height:22px;
    margin-bottom:0;
    font-weight: bold;
}
/* side button */
.side_button
{
    display:block;
    width:160px;
    padding-left:30px;
    height:47px;
    line-height:47px;
    background:url(../images/site/side_button.png) no-repeat;
    margin-bottom:5px;
    text-decoration:none;
    font-size:15px;
}
.side_button.bookAppmt 
{
    background:url(../images/book-appt-1.jpg) no-repeat;
}
.side_button.enquiry 
{
    background:url(../images/make-enquiry-1.jpg) no-repeat;
}
.side_button.newsletter 
{
    background:url(../images/subscribe-news-1.jpg) no-repeat;
}
.side_button.bookAppmt span, .side_button.enquiry span, .side_button.newsletter span { display: none; }
.side_button:hover
{
    color:#000;
}
.side_button_last
{
    margin-bottom:14px;
}
/* our people button */
.our_people_button
{
    display:block;
    margin:12px 0;
}
/* article icons */
.article_icons
{
    text-align:right;
    margin-top:-20px;
}
.article_icons a
{
    padding-left:5px;
}
/* article facebook share icon */
.article_icons a span.FBConnectButton_Simple
{
    background:none;
    width:20px;
}
/* pager icons */
.pager
{
    margin-top:20px;
    overflow:hidden;
}
.pager a
{
    display:block;
    float:left;
    width:17px;
    height:18px;
    text-align:center;
    text-decoration:none;
    color:#000;
    font-size:11px;
    line-height:18px;
    background-image:url(/images/site/pager_icons.png);
    background-repeat:no-repeat;
    background-position:-51px 0px;
    margin:2px;
}
.pager .previous
{
    background-position:0px 0px;
}
.pager .next
{
    background-position:-17px 0px;
}
.pager .selected
{
    background-position:-34px 0px;
    color:#FFF;
}

/*** staff list page ***/
.staff_list .profile_thumb
{
    float:left;
    padding:5px 18px 10px 0px;
}
.staff_list .staff_summary
{
    clear:both;
    border-bottom:1px dotted #595959;
    margin-bottom:15px;
    padding-bottom:15px;
}
.staff_list .staff_summary h2
{
    margin:0;
}
.staff_list .staff_summary h2 a
{
    text-decoration:none;
}
.staff_list .staff_summary .position
{
    margin-bottom:5px;
}
.staff_list .staff_summary .position_label
{
    font-weight:bold;
}

/*** staff profile page ***/
.staff_header_top
{
    padding-top:10px;
    background:url(/images/site/staff_header_bg_top.png) no-repeat;
    margin-bottom:20px;
}
.staff_header_bottom
{
    padding-bottom:10px;
    background:url(/images/site/staff_header_bg_bottom.png) no-repeat bottom;
}
.staff_header
{
    background:#EEE;
    padding:6px 30px;
    font-size:14px;
    color:#000;
    overflow:hidden;
}
.staff_header img
{
    float:left;
    margin-right:30px;
    width:94px;
}
.staff_header .summary
{
    float:left;
    padding-top:5px;
    width:320px;
}

/*** documents page ***/
.documents_header_top
{
    padding-top:10px;
    background:url(/images/site/staff_header_bg_top.png) no-repeat;
    margin-bottom:20px;
}
.documents_header_bottom
{
    padding-bottom:10px;
    background:url(/images/site/staff_header_bg_bottom.png) no-repeat bottom;
}
.documents_header
{
    background:#EEE;
    padding:0px 23px;
    color:#000;
    overflow:hidden;
}
.documents_header select
{
    width:100%;
    *width:auto;
}
.documents_header .label
{
    white-space:nowrap;
    padding-right:5px;
}
.documents a.document_title
{
    text-decoration:none;
}
.documents a.document_title h3
{
    color:#0b547e !important;
    font-size:14px !important;
    line-height:22px;
    margin-bottom:0;
font-weight: bold !important;
}

/*** contact us page ***/
.contact_form_top
{
    padding-top:10px;
    background:url(/images/site/staff_header_bg_top.png) no-repeat;
    margin-bottom:20px;
}
.contact_form_bottom
{
    padding-bottom:10px;
    background:url(/images/site/staff_header_bg_bottom.png) no-repeat bottom;
}
.contact_form
{
    background:#EEE;
    padding:8px 23px;
    color:#000;
    overflow:hidden;
}
.contact_form .top_fields
{
    width:100%;
    border-collapse:collapse;
}
.contact_form .top_fields td
{
    padding:1px 0;
}
.contact_form .top_fields .label
{
    width:100px;
    white-space:nowrap;
}
.contact_form .top_fields input
{
    width:100%;
    *width:98%; /* ie7 hack*/
}
.contact_form .bottom_field
{
    margin:8px 0;
}
.contact_form .lawyer_field select
{
    width:255px;
}
.contact_form .message_field textarea
{
    width:100%;
    height:10em;
}

/*** offices page ***/
.offices ul
{
    margin:0;
    padding:0;
}
.offices li
{
    list-style:none;
    border-top:1px solid #E4E4E4;
    overflow:hidden;
    clear:both;
    padding-bottom:15px;

    *padding:15px 0 0 0; /* ie7 hack */
}
.offices li a
{
    text-decoration:none;
}
.offices li a.map_link
{
    font-weight:bold;
}
.offices li .contact_info
{
    /*
    width:140px;
    float:left;
    margin-right:10px;
    */
    margin-bottom:1em;
}
.offices li .street_address
{
    /*
    width:170px;
    float:left;
    margin-right:10px;
    */
    margin-bottom:1em;
}
.offices li .postal_address
{
    /*
    width:160px;
    float:right;
    */
    margin-bottom:1em;
}

/*** office detail page ***/
.office_detail
{
    *padding-top:1px;
}

.TableList li a
{
text-decoration: none;
}

.OfficesContactBTN { 
position: absolute; 
right: 215px; 
top: 142px;
*top: 136px;
}

.OfficesHeadingWidth {
max-width: 298px;
}

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	border:2px solid #999999 !important;
	-webkit-border-radius: .2em; 
	-moz-border-radius: .2em;
	border-radius: .2em;
	/*
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
    */
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#74397B), to(#963EA2));
	background: -moz-linear-gradient(top,  #74397B,  #963EA2);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#74397B', endColorstr='#963EA2');
}
/*
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
*/

/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#321740), to(#461F5E));
	background: -moz-linear-gradient(top,  #321740,  #461F5E);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#321740', endColorstr='#461F5E');
}
/*
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
*/

/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}

/* -------------------------------------------------------------------------------- */

#siteContainer{display:block;margin:auto;width:1003px;}
#siteContents{position:relative;width:100%;display:block;float:left;}
/* Form CSS */
#FormContainer{background-image:url("../images/FormGrey.jpg");background-repeat:no-repeat;display:block;float:left;height:399px;width:381px;position:relative; }
.step{display:none;float:left;margin:0;padding:0;}
.step h3{ color:#FFF !important;float:left;font-weight:normal;margin:6px 0 0 20px;padding:0;text-align:left;width:94%; font-size:14px !important;}
.stepContent{display:block; float:left;margin:0;padding:0 0 0 20px;text-align:left;width:90%;}
.stepContent span{color:#3b4a51;font-weight:bold;}
.stepTwo{background-image:url("../images/steptwo.jpg");bottom:30px;cursor:pointer;display:block;float:left;height:24px;position:absolute;right:30px;width:100px;}
.stepThree{background-image:url("../images/stepThree.jpg");bottom:30px;cursor:pointer;display:block;float:left;height:24px;position:absolute;right:30px;width:100px;}
.SendBtn {background-image:url("../images/submitBtn.jpg");bottom:30px;cursor:pointer;display:block;float:left;height:26px;position:absolute;right:30px;width:102px;border: 1px solid #eeeeee;}
 .Man-Container{display:block;float:left;left:343px;position:absolute;top:29px;width:185px;}
.stepTwoBack{background-image:url("../images/stepTwoBack.jpg");bottom:30px;cursor:pointer;display:block;float:left;height:24px;position:absolute;left:30px;width:100px;}
.stepOneBack{background-image:url("../images/stepOneBack.jpg");bottom:30px;cursor:pointer;display:block;float:left;height:24px;position:absolute;left:30px;width:100px;}
.moreInfo{background-image:url("../images/moreInfoBtn.png");bottom:30px;cursor:pointer;display:block;float:left;height:24px;position:absolute;left:30px;width:100px;}
.backBtnForm{background-image:url("../images/backFormBtn.png");bottom:30px;cursor:pointer;display:block;float:left;height:24px;position:absolute;left:30px;width:100px;}


/* Show Hide CSS */
#ShowHide {width:100%;float:left;display:block;text-align:left;}
#ShowHide div{display:none;margin-left:10px;text-align:left;width:510px;}
#ShowHide h5{ background: url("../images/showHide.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFFFF !important;
    font-size: 14px;
    height: 27px;
    margin: 2px 0 0;
    padding: 4px 0 0 10px;
    width: 518px;}
/* End ShowHide */

/* Location Pages Show Hide CSS */
#LocationShowHide {width:100%;float:left;display:block;text-align:left;}
#LocationShowHide div{display:none;margin-left:10px;text-align:left;width:491px;}
#LocationShowHide h2{ background: url("../images/LAC_Location_ShowHide.jpg") no-repeat scroll 0 0 transparent;
    color: #0B547E !important;
    font-size: 16px;
    font-weight: normal;
    margin: 2px 0 0;
    padding: 0 0 0 0;
    width: 420px;
	float:left;
	min-height:25px;}
/* End Location Pages ShowHide */

/* GREY Show Hide CSS */
#ShowHideGrey {width:100%;float:left;display:block;text-align:left;}
#ShowHideGrey div{display:none;margin-left:10px;text-align:left;width:510px;}
#ShowHideGrey div p {margin: 13px 0px;}
#ShowHideGrey div ul {margin: 13px 0px;}
#ShowHideGrey h5{ background: url("../images/LAC_ShowHide_Grey.jpg") no-repeat scroll 0 0 transparent;
    color: #512c60 !important;
    font-weight:normal;
    font-size: 16px;
    height: 32px;
    margin: 2px 0 0;
    padding: 7px 0 0 10px;
    width: 518px;
    cursor: pointer;
	}
/* End GREY Show Hide CSS */

.lacBannerMap {
border: 1px solid #DDDDDD;
    padding: 5px;
}

.bulletTickBlue {
list-style: none;
}

.bulletTickBlue li {
background-image: url("../images/BulletTick_Blue.jpg");
background-position: 0px 0px;
background-repeat: no-repeat;
padding-left: 25px;
}

.linkPurple {
color: #502C61 !important;
}

#bd_middle h3 {
color: #800080;
font-size: 16px;
font-weight: normal;
}
