/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
       
	
}

a:link, a:visited {
	text-decoration: none; text-align: left;
	font-weight: normal;
}

a:hover {
	/*text-decoration: underline;*/
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 0px; text-align: left;}

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 10px 0;
	margin-bottom: 1px;
	width: 777px;

}

div.center {
  /*text-align: center;*/
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	/*height: 1000px;	*/
}

div#wrapper_r {
	margin-left: auto;
	margin-right: auto;
	height: 920px;	
}
/* rudder design */
div#wrapper_r_RD {
	margin-left: auto;
	margin-right: auto;
	height: 850px;	
}
/* END rudder design */

body.width_medium div#wrapper {
	width: 777px;
}

body.width_small div#wrapper {
	width: 757px;
}

body.width_fmax div#wrapper {
	min-width: 723px;
	max-width: 1050px;
}

div#header_l {  }

div#header_r { 
	height: 90px; 
	padding-right: 0px; 
	padding-top: 5px; 
	
}

div#header_r table{ float: right; margin-top: -10px;}

div#header_r ul {float:left; list-style-type:none; }

div#header_r ul li { display:inline; line-height:1.1em; margin:0pt; padding-right:0pt; }

div#header_r .retrieve { float:right; background:url(../images/retrieve.png); background-position:top; background-repeat:no-repeat; margin-top:-3px;
		_margin-top: -18px;
		padding-top:2px; 
		width:118px; 
		height: 21px;
		color:#FFFFFF; 
	}

div#header_r .retrieve a {color:#FFFFFF; padding-left:19px; font-weight:bold;}

div#logo {
	float: left;
	wid8h: 299px;
	height: 75px;
	margin-top: 5px;
}
div#logo:hover {
}

div#logo a {
	width: 299px;
	height: 75px;
}


#bannerbox { float: left; width: 468px; height: 60px; margin-top: 5px; margin-left:0px; margin-bottom:5px; font-family:"Trebuchet MS",Helvetica,sans-serif; }
#bannerbox h1 { color:#2D649A; display:block; font-size:22px; font-weight:normal; line-height:normal; margin:10px 0 0 0; padding:0 0 0 32px; text-align:left; }
#bannerbox p { color:#555555; font-size:16px; font-weight:normal; line-height:normal; padding:0 0 0 32px; }	
	
#toplinks	
	{
		margin-left:100px;
		_margin-left:60px;
		width:261px;
		float:left;
		text-align:right;
		
	}
#toplinks ul
	{
		margin-top:0px;
		margin-bottom:0px;
                _margin-top:0px;
                _margin-bottom:0px;
		width:310px;
                _width:270px;
		text-align:left;
	}
	
#toplinks ul li a:active
	{
		font-family:verdana;
		font-size:11px;
		color:#000000;
		text-decoration:none;
		padding-left:3px;
		padding-right:3px;
		
	}		
#toplinks ul li a:link
	{
		font-family:verdana;
		font-size:11px;
		color:#000000;
		text-decoration:none;
		padding-left:3px;
		padding-right:3px;
	}		
#toplinks ul li a:visited
	{
		font-family:verdana;
		font-size:11px;
		color:#000000;
		text-decoration:none;
		padding-left:3px;
		padding-right:3px;
	}		
#toplinks ul li a:hover
	{
		font-family:verdana;
		font-size:11px;
		color:#000000;
		text-decoration:underline;
		padding-left:3px;
		padding-right:3px;
	}					


div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}

div#tabarea { background: #f7f7f7 url(../images/mw_header_b.png) 0 0 repeat-x; margin: 0 0px; text-align: left; }
/*move down*/
div#tabarea2 { margin: 0 11px; float:left; position:relative; }
.menu_submenu{ text-align: left;}
div#tabarea_f {	color:#FFFFFF; height:auto; width:auto; text-align:left; }
div#tabarea_f ul { background-color: #9c0d0d; color:#FFFFFF; list-style-type:none; margin-top: 0; margin-bottom: 0; margin-left:5px; padding-left:5px; padding-right:5px; width: 95%; height: 45px; text-align: left; }
div#tabarea_f li { display:inline; float:left; line-height:1.8em; margin-right:1px; padding-right:12px; }
div#tabarea_f li a { font-weight:bold; margin-top:auto; text-decoration:none; color:#FFFFFF; font-style:normal; }
div#tabarea_f li a:hover { text-decoration:underline; }
div#tabarea_l { background: url(../images/mw_header_l_b.png) 0 0 no-repeat; }
div#tabarea_r { height: 27px; background: url(../images/mw_header_r_b.png) 100% 0 no-repeat; padding-right: 1px; }
div#tabarea_l_f { background-color: #9c0d0d; }
div#tabarea_r_f { background-color: #9c0d0d; text-align:left; padding-right: 3px; }

div#footer_r { padding-top: 10px; height: 47px; overflow: hidden; }
div#footer_r table { width: 100%; text-align:left; }
div#footer_r div { font-size: .90em; color: #aaa; }
div#footer_r a:link, div#footer_r a:visited  { color: #999; padding-right: 10px; }
div#footerspacer { height: 10px; }

#power_by { float: right; }

/****************************/
/* Front Page header banner */
/****************************/
.mainLeftBigBox_FP { height: 200px; font-family:Arial,Helvetica,sans-serif; color:#28578F; }

.mainLeftBigBoxLeft_FP { background:url(../images/car_topbox_left_FP.gif) no-repeat; display:block; float:left; height:180px; width:7px; }

.mainLeftBigBoxCenter_FP { background:url(../images/car_topbox_px_FP.gif) repeat-x; display:block; float:left; height:180px; width:96%; }
.mainLeftBigBoxCenter_FP .mainBoxSmallTxt1_FP { display:block; font-size:22px; font-weight:bold; padding:10px 0 0 10px; }
.mainLeftBigBoxCenter_FP .mainBoxSmallTxt1_FP span { font-style:italic; }

.mainLeftBigBoxCenter_FP .textWrap { display:block; font-size: 30px; font-style:italic; font-weight:bold; line-height:31px; padding:5px 0 0 0; text-align:left; }
.mainLeftBigBoxCenter_FP .textWrap .mainBoxBigTxt1_FP { float:left; }
.mainLeftBigBoxCenter_FP .textWrap .mainBoxBigTxt2_FP { float:right; margin:0 0 5px 0; }

.mainLeftBigBoxCenter_FP .buttonWrap { margin-top: -70px; float: right; width: 340px; }
.mainLeftBigBoxCenter_FP .buttonWrap .mainBoxSmallTxt2_FP { display:block; font-size:15px; font-weight:bold; padding:2px 0 0 0; line-height:15px; margin:0 0 5px 0; text-align:right; }
.mainLeftBigBoxCenter_FP .buttonWrap .mainBoxSmallTxt2_FP span { font-style:italic;}

.mainLeftBigBoxCenter_FP .buttonWrap .mainLeftRetrieve_FP { display:block; float:left; margin-top:10px; font-weight: bold;}
.mainLeftBigBoxCenter_FP .buttonWrap .mainLeftRetrieve_FP .retrieveBTN_FP { background:transparent url(../images/retrieve.png) no-repeat scroll right center; color:#FFFFFF; height:21px; padding:2px 0 0 0; width:118px; }
.mainLeftBigBoxCenter_FP .buttonWrap .mainLeftRetrieve_FP .retrieveBTN_FP a { display: block; color:white; font-size:12px; font-weight:bold; height:21px; line-height:1.3em; margin:0px 0 0 0; padding: 0px 0 0 22px; }

.mainLeftBigBoxCenter_FP .buttonWrap .mainLeftGetQuotes_FP { display:block; float:right;  margin-top:-30px; margin-left:20px; height:35px; width:205px; }
.mainLeftBigBoxCenter_FP .buttonWrap .mainLeftGetQuotes_FP a { background:transparent url(../images/get_quotes_fp.gif) no-repeat scroll left top; display:block; height:35px; width:205px; }
.mainLeftBigBoxCenter_FP .buttonWrap .mainLeftGetQuotes_FP a:hover { background:transparent url(../images/get_quotes_fp.gif) no-repeat scroll left bottom; display:block; width:205px; }

.mainLeftImageHolder_FP { float:left; margin:30px 0 0 0; width:200px; }

.mainLeftBigBoxRight_FP { background:url(../images/car_topbox_right_FP.gif) no-repeat; display:block; float:left; height:180px; width:7px; }
/********************************/
/* END Front Page header banner */
/********************************/

/****************************/
/* Front Page product boxes */
/****************************/

.proBoxRow { display:block; float:left; padding:0; width:100%; }

.proBoxRow .otherProLeft { background:url(../images/otherProductsBGLeft.gif) no-repeat; display:block; float:left; height:80px; width:9px; }
.proBoxRow .otherProCentre { background:url(../images/otherProductsBGCentre.gif) repeat-x; display:block; float:left; height:80px; padding-top:5px; width:96%; }
.proBoxRow .otherProCentre a { color: rgb(40, 87, 143); font-weight: bold; font-size: 14px; }
.proBoxRow .otherProCentre a:hover { text-decoration: underline; }
.proBoxRow .otherProRight { background:url(../images/otherProductsBGRight.gif) no-repeat; display:block; float:left; height:80px; width:9px; }


.proBoxBgPadd { display:block; float:left; background:url(../images/pro_box_bg.gif) no-repeat; height:145px; width:135px; padding:5px 2px 0 0; text-align:center; }

.proBoxBgPadd .headerText { float:left; width:135px; }
.proBoxBgPadd .headerText h4 { margin: 5px 0 0 0; }
.proBoxBgPadd .headerText a { display: block; color:#28578F; font-size:14px; font-weight:bold; text-align: center; }
.proBoxBgPadd .headerText a:hover { text-decoration: underline;}

.proBoxBgPadd .headerImg { float:left; width:135px; margin: 10px 0 0 0; z-index: -2; }
.proBoxBgPadd .headerImg a { display: block; margin-top: -5px; text-align: center; z-index: -1; }

.proBoxBgPadd .mainText { float: left; width:135px; margin: 11px 0 0 5px; *margin: 7px 0 0 5px; z-index: 0; }
.proBoxBgPadd .mainText a { color: #000000; text-align:left; display:block; font-size:10px; font-weight:bold; z-index: 1;  }


/********************************/
/* END Front Page product boxes */
/********************************/




/* Subheading */
.mainLeftBigBox_ins { float:left; height:58px; width:100%; }
.mainLeftBigBoxLeft_ins { background-image:url(../images/car_topbox_left_ins_small.gif); background-repeat:no-repeat; display:block; float:left; height:58px; width:9px; }
.mainLeftBigBoxCenter_ins { background-image:url(../images/car_topbox_px_ins_small.gif); display:block; float:left; height:58px; width:96%; }
.mainLeftBigBoxCenter_ins p { padding-top:5px; color:rgb(40, 87, 143); font-weight: bold; }
.mainLeftBigBoxCenter_ins .iconWrap { float:left; padding:5px 0 0 0; min-width: 60px; }
.mainLeftBigBoxCenter_ins .titleWrap {float:left; padding:15px 0 0 15px; width:auto; } 	
.mainLeftBigBoxCenter_ins .titleWrap h3 { color:#28578F; }
.mainLeftBigBoxRight_ins {background-image:url(../images/car_topbox_right_ins_small.gif); background-repeat:no-repeat; display:block; float:left; height:58px; padding-right:2px; width:9px; }
/* End Subheading */

/* Landing Page heading */
.mainLeftBigBoxLeftWrapper { height: 250px; }
.mainLeftBigBoxLeft { background-image:url(../images/car_topbox_left.gif); background-repeat:no-repeat; display:block; float:left; height:218px; width:9px; }
.mainLeftBigBoxCenter { background-image:url(../images/car_topbox_px.gif); background-repeat:repeat-x; display:block; float:left; height:218px; z-index:-20; }
.mainLeftBigBoxRight { background-image:url(../images/car_topbox_right.gif); background-repeat:no-repeat; display:block; float:left; height:218px; width:9px; }
.mainBoxSmallTxt { color:#28578F; display:block; font-family:Arial,Helvetica,sans-serif; font-size:20px; font-weight:bold; line-height:20px; padding-left:113px; padding-top:15px; }
.mainBoxBigTxt1 { color:#28578F; display:block; font-family:Arial,Helvetica,sans-serif; font-size:46px; font-style:italic; font-weight:bold; line-height:46px; padding-left:5px; padding-top:1px; }
.mainBoxBigTxt2 { color:#28578F; display:block; font-family:Arial,Helvetica,sans-serif; font-size:46px; font-style:italic; font-weight:bold; line-height:46px; padding-left:28px; padding-top:1px; }
.mainBoxSmallTxtFix { color:#28578F; display:block; font-family:Arial,Helvetica,sans-serif; font-size:20px; font-weight:bold; padding-bottom:0; padding-left:25px; padding-top:4px; }
.mainBoxTinyTxt { color:#909090; font-family:Arial,Helvetica,sans-serif; font-size:10px; font-weight:bold; height:10px; padding-bottom:15px; padding-left:185px; text-align:left; z-index:1; }
.mainLeftBigBoxCenter .mainLeftGetQuotesBig { z-index: 6; margin: 5px 0 0 0; display:block; float:right; height:50px; width:255px; }
.mainLeftBigBoxCenter .mainLeftGetQuotesBigH { z-index: 6; margin: 5px 0 0 0; display:block; float:right; height:50px; width:255px; }
.mainLeftBigBoxCenter .mainLeftGetQuotesBigT { z-index: 6; margin: 5px 0 0 0; display:block; float:right; height:50px; width:255px; }
.mainLeftBigBoxCenter .mainLeftGetQuotesBigB { z-index: 6; margin: 5px 0 0 0; display:block; float:right; height:81px; width:255px; }

/* Rudder Design */
.mainLeftBigBoxCenter .mainBoxSmallTxt_RD { margin: 0; padding:15px 0 0 0; }
.mainLeftBigBoxCenter .mainBoxSmallTxt_RD a { color:#2D649A; font-family:"Trebuchet MS",Helvetica,sans-serif; font-size:30px; font-weight:normal; line-height:normal; margin:0; padding:0; }
.mainLeftBigBoxCenter .mainBoxSmallTxt_RD2 { margin: 0; padding:10px 0 0 0; }
.mainLeftBigBoxCenter .mainBoxSmallTxt_RD2 a { color:#848484; font-family:"Trebuchet MS",Helvetica,sans-serif; font-size:24px; font-weight:normal; line-height:normal; margin:0; padding:0; }
.mainLeftBigBoxCenter .mainBoxSmallTxt_RD3 { margin: 0; padding:20px 0 0 0; }
.mainLeftBigBoxCenter .mainBoxSmallTxt_RD3 a { color:#545454; font-family:"Trebuchet MS",Helvetica,sans-serif; font-size:14px; font-weight:normal; line-height:normal; margin:0; padding:0; }
.mainLeftBigBoxCenter .quoteLink {color:#0000FF; font-size:14px; font-weight:normal; line-height:normal; margin:0; padding:0; text-decoration:underline; text-align: left; float: left;}
.mainLeftBigBoxCenter .mainLeftGetQuotesBig a { z-index: 7; margin: 5px 0 0 0; background:url(../images/get_quotes_sp_white2.gif) no-repeat left top; display:block; height:50px; width:255px; cursor: hand; }
.mainLeftBigBoxCenter .mainLeftGetQuotesBigH a { z-index: 7; margin: 5px 0 0 0; background:url(../images/get_quotes_now.gif) no-repeat left top; display:block; height:50px; width:255px; cursor: hand; }
.mainLeftBigBoxCenter .mainLeftGetQuotesBigT a { z-index: 7; margin: 5px 0 0 0; background:url(../images/get_quotes_now_text.gif) no-repeat left top; display:block; height:50px; width:255px; cursor: hand; }
.mainLeftBigBoxCenter .mainLeftGetQuotesBigB a { z-index: 7; margin: -8px 0 0 0; background:url(../images/get_quotes_now_bigblue.gif) no-repeat left top; display:block; height:81px; width:255px; cursor: hand; }
.mainLeftBigBoxCenter .mainLeftGetQuotesBig a:hover {z-index: 7; margin: 5px 0 0 0; background:url(../images/get_quotes_sp_white2.gif) no-repeat left bottom; display:block; height:50px; width:255px; cursor: hand;  }
.mainLeftBigBoxCenter .mainLeftGetQuotesBigH a:hover {z-index: 7; margin: 5px 0 0 0; background:url(../images/get_quotes_now.gif) no-repeat left bottom; display:block; height:50px; width:255px; cursor: hand;  }
.mainLeftBigBoxCenter .mainLeftGetQuotesBigT a:hover {z-index: 7; margin: 5px 0 0 0; background:url(../images/get_quotes_now_text.gif) no-repeat left bottom; display:block; height:50px; width:255px; cursor: hand;  }
/*.mainLeftBigBoxCenter .mainLeftGetQuotesBigB a:hover {z-index: 7; margin: 5px 0 0 0; background:url(../images/get_quotes_now_bigblue.gif) no-repeat left bottom; display:block; height:81px; width:255px; cursor: hand;  }*/

#bannerFoot { width: 100%; font-family:"Trebuchet MS",Helvetica,sans-serif; color:#29558E; display:block; font-size:12px; font-weight:normal; line-height:12px; margin-top: -10px; }
#bannerFoot .bannerFootLeft { float: left; width: 45%; margin-left: -20px; }
#bannerFoot .bannerFootLeft a { color:#119543; font-size:12px; font-weight:normal; line-height:12px; margin:0; padding:0; text-decoration:underline; }
#bannerFoot .bannerFootLeft a:hover { color:red; }
#bannerFoot .bannerFootRight { float: right; width: 45%; color:#909090; font-size:10px; text-align: right; }
/* End Rudder Design */

/* End Landing Page heading */

/* Bottom Sections */
#bottomPane { float:left; padding-top:3px; width:100%; }
.mainBottomBox { margin:0 auto; width:100%; }
.carBottomLeftBox { display:block; float:left; padding:5px 0; width:392px; }
/* Rudder Design */
.carBottomLeftBox_RD { display:block; float:left; width:450px; margin: 40px 0 0 0;}
.carBottomLeftBox_RD p { background: url(../images/greent.gif) top left no-repeat;  color:#666666; padding:0 0 20px 40px; font-family:"Trebuchet MS",Helvetica,sans-serif; font-size:14px; }
.carBottomLeftBox_RD p span { color:#0280D6; font-size:16px; font-weight:bold; padding:5px 0 0 0; } 
.carBottomLeftBox_RD .lock { background: url(../images/sec_icon.gif) top left no-repeat;  color:#666666; padding:0 0 12px 40px; font-family:"Trebuchet MS",Helvetica,sans-serif; font-size:14px; }

.carBottomRightBox_RD { display:block; float:right; height: 96px; width: 283px; margin: 40px 0 0 20px; }
.carBottomRightBox_RD a { display:block; background: url(../images/get_quotes_RD.gif) no-repeat; height: 96px; width: 283px; }
.carBottomRightBox_RD a:hover { display:block; background: url(../images/get_quotes_RD_out.gif) no-repeat; height: 96px; width: 283px; }
.carBottomRightBox_RD p { font-size:12px; font-weight:normal; line-height:normal; margin:0; padding:20px 0 0; color:#454545; font-family:"Trebuchet MS",Helvetica,sans-serif; }
.carBottomRightBox_RD span { color:#0280D6; float: right; font-size:12px; font-style:italic; font-weight:bold; line-height:normal; font-family:"Trebuchet MS",Helvetica,sans-serif; }
/* End Rudder Design */

.carBottomRightBox { display:block; float:left; padding:5px 0; text-align:left; width:384px;  }
.carBottomRightBox .carBottomMiddleBox p { background-image:url(../images/topbox_tick_green.gif); background-position:0 35%; background-repeat:no-repeat; color:#333333; display:block; float:left; font-family:Arial,Helvetica,sans-serif; font-size:12px; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:normal; line-height:14px; margin-bottom:0; margin-left:8px; padding:8px 3px 5px 20px; }
.carBottomSEOBox { float:left; padding:0; width: 100%; }
.carBottomSEOBox h4 { color:#28578F; font-family:Arial,Helvetica,sans-serif; font-size:14px; font-weight:bold; margin:5px 0 5px 0; padding:0; text-align:left; }
.carBottomSEOBox .centerInfo { text-align: center; font-size: 11px;}
.carBottomTopBox { background-image:url(../images/bottom_top_carbox.gif); background-repeat:no-repeat; display:block; float:left; height:30px; width:384px; }
.carBottomTopBox h4 { color:#28578F; font-family:Arial,Helvetica,sans-serif; font-size:14px; font-weight:bold; margin-top:5px; padding:0 0 0 12px; text-align:left; }
.carBottomMiddleBox { background-image:url(../images/bottom_middle_carbox.gif); float:left; text-align:left; width:384px;   }
.carBottomMiddleBoxImgs { display:block; float:left; margin:0; padding:10px 0 0; width:384px; }
.carBottomMiddleBoxImgs p a { color:#28578F; display:block; float:left; font-family:Arial,Helvetica,sans-serif; font-size:12px; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:normal; line-height:14px; margin:0; padding:0; text-decoration:underline; } 
.carBottomMiddleBox a { color:#000000; font-size:11px; text-decoration:none; }
.carBottomMiddleBoxImgs p { color:#333333; display:block; float:left; font-family:Arial,Helvetica,sans-serif; font-size:12px; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:normal; line-height:14px; margin:0; padding:0; }
.carBottomMiddleBox_ALT { background-image:url(../images/bottom_middle_carbox.gif); display:block; float:left; width:384px; padding: 10px 0 15px 0; }
.carBottomMiddleBox_ALT p { color:#000000; padding-left:10px; padding-top:5px; }
.carBottomMiddleBox_ALT .rLink { color:#28578F; float:right; margin-right:5px; margin-top:5px; }
.carBottomMiddleBox_ALT .rLink a { color:#28578F; }
.carBottomMiddleBox_ALT .rLink a:hover { color:#28578F; text-decoration: underline;}
.carBottomMiddleBox_ALT ul li { margin: 5px 0 0 20px;}
.quickLink a { color:#28578F; display:block; float:right; font-family:Arial,Helvetica,sans-serif; font-size:12px; text-decoration: underline; }
.quickLink a:hover { text-decoration:none; }
.carBottomBottomBox { background-image:url(../images/bottom_bottom_carbox.gif); display:block; float:left; font-size:0; height:7px; width:384px; }



/* End Bottom Sections */


/********************************/
/* Front Page tabbed boxes */
/********************************/

#myQZ { margin-top: 5px; } 
#myQZ2 { margin-top: 5px; }
.ui-wrapper { border: 1px solid #50A029; }
.ui-wrapper input, .ui-wrapper textarea { border: 0; }
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {         display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
/* Skin */
.ui-tabs-nav, .ui-tabs-panel { font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif; font-size: 12px; }
.ui-tabs-nav { list-style: none; margin: 0; padding: 0 0 0 3px; }
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block; clear: both; content: " ";
}
.ui-tabs-nav li { float: left; margin: 0 0 0 2px; font-weight: bold;     
}
.ui-tabs-nav a, .ui-tabs-nav a span { 
    float: left; /* fixes dir=ltr problem and other quirks IE */
    text-align: center; padding-right: 6px; width: 100px;
    /*background: url(i/tabs.png) no-repeat;*/
}
.ui-tabs-nav a { margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0; background-position: 100% 0; text-decoration: none; white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #28578F;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative; top: 1px; z-index: 2; margin-top: 0;  background-position: 100% -23px;
}
.ui-tabs-nav a span { padding-top: 1px; padding-right: 0;
    height: 20px; background-position: 0 0; line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 1; height: 27px; line-height: 27px; background:#fff;
    border-left: 1px solid #B6B6B6; border-right: 1px solid #D6D5D5;
    border-top: 1px solid #B6B6B6; cursor: pointer;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled { opacity: .4; filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { color: #000;
}
.ui-tabs-panel { padding: 10px; background: #fff; width: 350px; border: 1px solid #B6B6B6; margin: 0 0 0 5px; height: 120px;
  
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../images/ajax-loader.gif) no-repeat 0 50%;
}*/
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
/* fading form stuff */
#filter { display: none; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; background-color: #000; z-index:10; opacity:0.5; filter: alpha(opacity=80);
}
#box { display: none; position: absolute; top: 20%; left: 20%; width: 400px; height: 200px; padding: 48px; margin:0; background-color: white; border: 1px solid #C8DBEC; z-index:101; overflow: none;
}

#boxtitle { position:absolute; float:center; top:0; left:0; width:496px; height:24px; padding:0 0 0 12px; margin:0; background-color: #D8EDFE; text-align:left; color:#28578F; font-family:Arial,Helvetica,sans-serif; font-size:14px; font-weight:bold;
}

.newsQuickList { float:left; height:auto; width:100%;
}

.newsQuickList ul { margin: 0; padding: 0; float:left; height:90%; list-style-image:none; list-style-position:outside; list-style-type:none; text-align:left; width:100%;
}
.newsQuickList li {
padding: 5px 0 0 0; border-bottom:1px dotted #D6D5D5;
}

#selectbox { background-color:#FAFAFA; border:1px inset #CCCCCC; color:#336699; display:block; font-family:Arial,Helvetica,sans-serif;
font-size:12px; left:8px; line-height:normal; text-align:justify; top:28px; width:285px;
}


/********************************/
/* END Front Page tabbed boxes */
/********************************/

#lowMenu {
}

#lowMenu hr{
color: #eee;
}

#lowMenu #div hr{
color: #eee;
}


.pagetitles{
text-align: left;
color:#28578F;
font-size:14px;
font-weight:bold;
}


#footerBox {
    font: normal 12px / 14px Arial, Helvetica, sans-serif;
    width: 100%;
    height: 75px;
    padding: 0px;
    /*margin: 0px auto;*/
    position: relative;
    display: block;
    text-align: left;
}

/*all pages */
#footerSpider { 
	text-align: left;
    background: #eee;
    padding: 5px;
    width: 767px;
    height: 100px;
    border-top: 3px solid #E1E1E1;
    position:absolute; 
    top: 820px; 
}
/* home insurance (hi) landing page */
#footerSpider_hi { text-align: left; background: #eee; padding: 5px; margin: 5px 0 0 0; width: 767px; height: 100px; border-top: 3px solid #E1E1E1;
    position:absolute; top: 850px; 
}

#footerSpider ul {list-style-type: none; float:left; text-align:left; }
#footerSpider ul li {color:#666666;padding-bottom:3px;}
#footerSpider ul li a {color:#666666;text-decoration:none;text-align:left;}
#footerSpider ul li a:hover {color:#666666;text-decoration:underline;}

#footerSpider_hi ul {list-style-type: none; float:left; text-align:left; }
#footerSpider_hi ul li {color:#666666;padding-bottom:3px;}
#footerSpider_hi ul li a {color:#666666;text-decoration:none;text-align:left;}
#footerSpider_hi ul li a:hover {color:#666666;text-decoration:underline;}


.footerCopyright{
 float: right;
 text-align: right; 
 margin-top: 5px;
}

.footerCopyright p {
float: right;
color:#366DA5;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
padding-top: 6px;  
}

.footerCopyright img {
float: right;
padding-top: 2px;
padding-left: 3px;
}

.footerLinks {
    float: left;
    text-align: left;
}

.footerLinks ul {
    float: left;
    text-align: left;
    list-style-type: none;
    margin-top: 3px;
    margin-left: -40px;
    *margin-left: 0px;
    *margin-top: 0px;
}

.footerLinks ul li {
    font: normal 11px / 14px Arial, Helvetica, sans-serif;
    color: #333333;
    padding: 10px 0px 6px 12px;
    float: left; 
}

.footerLinks ul li a {
    font: normal 11px / 14px Arial, Helvetica, sans-serif;
    color: #676767;
    float: left;
}

.footerLinks ul li a:hover {
    color: #990000;
    text-decoration: underline;
}


.footerBoxLeft {
    background-image: url(../images/foot_left.gif);
    background-repeat: no-repeat;
    width: 8px;
    height: 40px;
    display: block;
    float: left;
}

.footerBoxCenter {
    background-image: url(../images/foot_center.gif);
    background-repeat:repeat-x;
    width: 761px;
	*width: 98%;
	_width: 98%;	
    height: 40px;
    display: block;
    float: left;
}


.footerBoxRight {
    background-image: url(../images/foot_right.gif);
    background-repeat: no-repeat;
    width: 8px;
    height: 40px;
    display: block;
    float: left;
}

.fixBugs {
    width: 100%;
    display: block;
    float: left;
}



.footerBlueTxt {
    color: #366DA5;
    padding: 10px 10px 0px 0px;
    display: block;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.footerBlueTxt p {
    color: #676767;
    display: block;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
}

.footerBlueTxt p a {
    color: #494949;
    text-decoration: none;
}

.footerBlueTxt p a:hover {
    text-decoration: underline;
}

.timeDateRegion {

}

.timeDateRegion p {
margin-top: -25px;
*margin-top: -30px;
font-size: 10px; 
font-face: arial; 
text-align: center;
color: #676767;
}

































#pathway {
	padding: 0px 10px 8px;
	width: auto;
	margin-top: -2px;
	margin-right: 250px;
	text-align: left;
}

#search {
	float: right;
	width:320px;
	margin-top: -20px;
	margin-right: 30px;
	height: 40px;
	overflow: hidden;
	text-align:right;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}

#area {
	padding: 0;
}

#whitebox {
	margin: 0 0px 0px 0px;
	background: #fff;
	width: auto;
	float: left;
}


#whitebox_t {
	/*background: #fff url(../images/mw_content_t.png) 0 0 repeat-x;*/
}

#whitebox_tl {
	/*background: url(../images/mw_content_t_l.png) 0 0 no-repeat;*/
}

#whitebox_tr {
	height: 0px;
	overflow: hidden;
	/*background: url(../images/mw_content_t_r.png) 100% 0 no-repeat;*/
}

#whitebox_m {
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
	width: auto;
	padding: 1px 0px;
	_margin-top:-20px;
}

#whitebox_b {
	margin-top: -5px;
	/*background: url(../images/mw_content_b.png) 0 100% repeat-x;*/
}

#whitebox_bl {
	/*background: url(../images/mw_content_b_l.png) 0 100% no-repeat;*/
}

#whitebox_br {
	height: 13px;
	/*background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;*/
}

/* horizontal pill menu */
table.pill {
  /*margin-left: auto;
  margin-right: auto;*/
  float: left;
  padding: 0;
}

td.pill_l {
  /*background: url(../images/mw_menu_cap_l.png) no-repeat;*/
  height: 27px;
  

}

td.pill_m {
  background: url(../images/mw_menu_normal_bg.png) repeat-x;
  padding: 0;
  margin: 0;
  width: 100%;
}

td.pill_r { height: 27px; }

#pillmenu { white-space: nowrap; width: 100%; /*margin-left: 6px;*/ }

#pillmenu ul { margin: 0; padding: 0; list-style:none; display:block; width:100%; }

#pillmenu ul.menuprimary{ list-style-type: none; float: left; }

#pillmenu ul.menuprimary li { display: inline; margin: 0; padding: 0; line-height: 1.1em; }

#pillmenu ul.menuprimary li a  {float: left; margin: 0 3px 0 0; padding: 0 0 0 7px; background:url(../images/tabbg_left.gif) no-repeat left top; color: #fff; text-decoration: none; cursor: hand; font-weight: bold; }

#pillmenu ul.menuprimary li a span {display: block; float: left; padding: 7px 23px 7px 16px; background:url(../images/tabbg_right.gif) no-repeat right top; }

#pillmenu ul.menuprimary li a:hover { background-position: 0 -27px; }
#pillmenu ul.menuprimary li a:hover span { background-position: 100% -27px; text-decoration: underline;}

#pillmenu ul.menuprimary li#current a { background: url(../images/act_tabbg_left.gif) no-repeat left top; }
#pillmenu ul.menuprimary li#current a span { background: url(../images/act_tabbg_right.gif) no-repeat right top;}

/*highlight the parent menu item when the submenu item is selected */
#pillmenu ul.menuprimary li.parent.active a { background: url(../images/act_tabbg_left.gif) no-repeat left top; }
#pillmenu ul.menuprimary li.parent.active span { background: url(../images/act_tabbg_right.gif) no-repeat right top;}














#leftcolumn {
	padding: 0;
	margin: 0;
	width: 20%;
	float:left;
}

#maincolumn,
#maincolumn_full {
	margin-left: 20%;
	padding-left: 15px;
	width: 75%;
}

#maincolumn_full {
	margin-left: 0;
	padding: 0;	
	width: 100%;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2, .contentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

h3, .componentheading, table.moduletable th, legend {
  margin: 0;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */

.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	/*padding-left: 5px;*/
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	/*border-left: 1px dashed #e0e0e0;
	padding-left: 10px;*/
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}
.main_col
	{
		width:777px;
		float:left;
		
	}
.main_col_left
	{
		 width:553px;
		 float:left;
		 border-right:1px solid #CCCCCC;
		 padding-right:0px;
	}
.main_col_full
	{
		 width:777px;
		 float:left;

	}	
.main_col_right
	{
		width:220px;
		float:left;
		padding-left:3px;
	}
.greyline {
  width: 8px;
  background: url(../images/mw_line_grey.png);
  background-repeat:repeat-y; 
  float:left;
  
}

div#maindivider {
  /*border-top: 1px solid #ddd;*/
  margin-bottom: 2px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 10px;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
}

div.moduletable, div.module {
  /*margin-bottom: 25px;*/
}

div.module_menu h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	margin: -23px -4px 5px -5px;
	padding-left: 10px;
	padding-bottom: 2px;
}

div.module_menu {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.module_menu div div div {
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	width: auto;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
}

div.module_menu ul {
	margin: 10px 0;
	padding-left: 20px;
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
	font-weight: bold;
}

#leftcolumn div.module {
	padding: 0 0;
}

#leftcolumn div.module table {

	width: auto;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{ float:left; /*padding-left: 25px;*/ }


/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}
