/*
	ACME SchemeServe Stylesheet
	(c) 2012 admNetwork
*/


/* COLOURS 
#6699f2   light blue
#0066cb  medium blue
#000077  dark blue*/


/* CLIENT ADDRESS FIX */
.Client_Address div{display:inline;margin-right:4px;}

/* HIDE TAB */
#GetaQuote{display:none;}


/* HOMEPAGE NAV */
#ctl00_navtop_PublicFacingMenu_menu_public_left{background-color:#0066cb;padding:11px;margin:0}

#menu_Main{border:0;margin:0;padding:2px 0 0 0}

#menu_Main a:link,
#menu_Main a:visited,
#menu_Main a:hover,
#menu_Main a:active{border-top:1px solid #ddddff;border-left:1px solid #ddddff;border-bottom:1px solid #000077;border-right:1px solid #000077;margin-right:6px;font-weight:normal}

#menu_Main a:link,
#menu_Main a:visited{background-color:#6699f2;color:#fff}
#menu_Main a:active{background-color:#fff;color:#000;}
#menu_Main a:hover{background-color:#000077;color:#fff;}

/* remove borders */
.tl,
.tc,
.tr,
.cl,
.cr,
.bl,
.bc,
.br{background:none;border:0}

.RomanBullet {list-style-type: lower-roman;}

/* this doesn't work */
#logo{padding-bottom:0px}



/* RESPONSIVE STUFF */




/*
   SchemeServe.css
*/

body header div.logo img {
    height:auto; /* this line not needed but must remove line that reads height:65px */
	max-height: 65px;
    width: 100%;
}

.getquote-ui {
	width: auto;  /* this line not needed but must remove line that reads width:900px */
	max-width: 900px;
}


/*
    public.css
*/


@media screen and (max-width: 910px) {

	body header div.helplinenumber {
	    top: 80px;
	    left: 8px;
	    font-weight: bold;
	}
}

@media screen and (max-width: 450px) {

	body footer div.right {
	    float: left;
	    margin-top: 10px;
	}

	body footer {
	    padding: 10px 15px 52px 15px;
	}
}

/* Demo widening */

#pages {width:1200px; left:-50px}
#ctl00_MainContent_divGetQuote {margin-left:-151px}
.public #CoverTesting_Template tr td:nth-child(3) { display:none; }#

h1{ color: red}