Request A Personal Insurance Quote –

<!DOCTYPE html>
<html lang=”en” xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta charset=”utf-8″ />

<style>

.Login
{
background-color:#1180d7;
width:210px;
height:280px;
color:#fff;
padding:15px;
}

.Login h1 {
font-size:57px;
text-align:left;
margin:20px 0 0;
font-weight:normal;
}

.Login a {
color:#fff;
margin:12px 0;
display:block;
text-align:center;
}

.Login input {
width:195px;
margin:20px 0 0;
border:none;
padding:10px 5px 5px 10px;
color:#000;
}

.Login input[type=”button”] {
width: 210px;
margin: 10px 0 0;
border: none;
padding: 10px 5px;
color: #1180d7;
text-align: center;
font-size: 14px;
background-color: #fff;
}
.Login input[type=”checkbox”] {width:30px; float:left;}
.Login .RememberMe {text-align:left; display:block; margin-top:17px; float:left;}
</style>

<script language=”javascript”>
function setCookie(cookieName, cookieValue) {
document.cookie = encodeURIComponent(cookieName) + ‘=’ + encodeURIComponent(cookieValue) + ‘; expires=Fri, 31 Dec 9999 23:59:59 GMT’ + ‘; path=/’;
}
function getCookie(cookieName) {
return decodeURIComponent(document.cookie.replace(new RegExp(“(?:(?:^|.*;)\\s*” + encodeURIComponent(cookieName).replace(/[\-\.\+\*]/g, “\\$&”) + “\\s*\\=\\s*([^;]*).*$)|^.*$”), “$1″)) || null;
}
function userSignon() {
if (document.portalSignon.Username.value > ” && document.portalSignon.Password.value > ”) {
if (document.portalSignon.RememberMe.checked == true) {
setCookie(‘Username’, document.portalSignon.Username.value);
} else {
setCookie(‘Username’, ”);
}
document.portalSignon.submit();
} else {
alert(‘Please enter a user name and password’);
document.portalSignon.Username.focus();
}
}
function altLink(linkName) {
if (linkName == ‘signup’) sURL = ‘https://portal.csr24.com/mvc/Portal/SignMeUp’;
if (linkName == ‘forgot’) sURL = ‘https://portal.csr24.com/mvc/Account/ForgotPassword/’ + document.portalSignon.AgencyKey.value + ‘?language=EN&urlReferrer=’ + encodeURIComponent(parent.location.href);
document.portalSignon.action = sURL;
document.portalSignon.submit();
}
function documentReady() {
var savedUserID = getCookie(‘Username’);
if (savedUserID > ”) {
document.portalSignon.Username.value = savedUserID;
document.portalSignon.RememberMe.checked = true;
}
}
</script>

</head>
<body onload=”documentReady();”>

</body>
</html>