﻿/* ----------------------------------- */
/*    STANDARD HTML TAG DEFINITION     */
/* ----------------------------------- */

input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

html
{
	overflow-y: scroll;
	-moz-scrollbars-vertical: scroll;
	-ms-overflow-y : scroll;
}

body 
{        
	font-family: Arial;
    padding: 0;
    margin: 0;  
}

h1, .header1
{	
	color: #566573;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
	
}

h2
{
	color: #444444;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

h3
{
	color: #566573;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

h5
{
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0;
	margin: 0;
}

p
{
	font-size: 12px;
	letter-spacing: 0;
	margin: 0;
}

a:link 
{
	text-decoration: none; 
	font-size:12px; 
	color: #000000;
}

a:visited 
{
	text-decoration: none; 
	font-size:12px; 
	color: #000000;
}

a:active 
{
	text-decoration: none; 
	font-size:12px; 
}

a:hover 
{
	text-decoration: underline; 
	font-size:12px; 
	color: #000000; 
}

.italic
{
	font-style: italic;
}

/* ----------------------------------- */
/*            PAGE ELEMENTS            */
/* ----------------------------------- */

#wrapper {
	width:980px;
	border:1px;
	position: absolute;
	left: 50%;
	margin-left:-490px;
	margin-top: 0px;
	padding: 0;
}

/* ---------------------------*/
/* HEADER */

#header 
{
	width: 980px;
    height: 120px;
    position: relative;
    margin: 10px 0 0 0;
}

#topbanner 
{	
	position: absolute;
	top: 10px;
	left: 0;
	width: 980px;
	height:80px;
	font-size: 16px;
	margin: 0;
	padding: 0;	
}

#loggedIn
{
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 10;
	font-size: 20px;
	font-weight: bold;
	float: right;
}

.topbar 
{
	position: absolute;
	top: 95px;
	left: 0;
	width: 980px;
}

.logo
{
	width: 144px;
	float: left;
}

.logo img
{
	border: 0;
}

#headerDetails
{
	width: 832px;
	float: right;
}

.login
{
	margin-top: 5px;
	/*margin-left: 345px;*/
	float: right;
}

.login img
{
	border: 0;
}

.social .call
{
	margin: 0 0 10px 0;
	float: right;
}

.call p
{
	font-size: 32px;
	float: right;
}

.followus
{
	margin-right: 84px;
	margin-left: 600px;
}

.social .email
{
	margin: 0 0 10px 0;
	padding: 0 0 5px 11px;
	float: right;
}

.social .email img
{
	border: 0;
}
.social .twitter
{
	margin: 0 0 10px 0;
	padding: 0 11px 5px 12px;
	float: right;
}

.social .twitter img
{
	border: 0;
}

.social .facebook
{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	float: right;
}

.social .facebook img
{
	border: 0;
}

.social .googleplus
{
	margin: 0px 0 10px 0;
	padding: 0 0 5px 12px;
	float: right;
}

.social .googleplus img
{
	border: 0;
}

/* ---------------------------*/
/* NAVIGATION */

#topmenu
{
	font-size:5px;
	font-family:Arial;
	margin: 0;
	padding: 0;
	text-align:center;
	top: 80px;
	left: 0;
	width: 980px;
	height:20px;	
	background: url(/images/menu-bg.png) repeat-x;	
}

#mainMenuLoggedOut
{
	width: 980px;
	height: 32px;
	display: block;
	float: left;
	background: #FCFCFC;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1MjIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGQ0ZDRkMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNDRkNGQ0YiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c1MjIpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(center top , #FCFCFC 40%, #CFCFCF 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(252, 252, 252, 1)), color-stop(100%,rgba(207, 207, 207, 1)));
	background: linear-gradient(40%,rgba(252, 252, 252, 1)), rgba(100%,rgba(207, 207, 207, 1));
	z-index: 10;
}

#mainMenuLoggedOut .mainNavLoggedOut
{
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 980px;
	height: 32px;
	font-size: 12px;
}

#mainMenuLoggedOut ul.mainNavLoggedOut li
{
	line-height: 15px;
	list-style-type: none;
	margin: 0 10px;
	min-width: 55px;
	position: relative;
	float: left;
	font-size: 12px;
}

#mainMenuLoggedOut ul.mainNavLoggedOut li a
{
	color: #333333;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 12px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: none;
}

#mainMenuLoggedOut ul.mainNavLoggedOut li a:hover
{
	color: #566573;
}

.loginMenuItem
{
    text-align:center;
    align-content:center;
    padding:0px;
    margin:0px;
}

.w1-2 {
    width: 50%;
}

.w1-3{
    width:33%;
}

.w1-4 {
    width: 25%;
}

.w1-5 {
    width: 20%;
}

.w1-8 {
    width: 12.5%;
}

.registerMenu
{
	width: 135px;
	padding: 0 20px;
}

.loginMenu
{
	width: 140px;
	padding: 0 20px;
}

.quoteMenu
{
	width: 130px;
	padding: 0 20px;
}

.contactMenu
{
	width: 100px;
	padding-left: 20px;
}

#mainMenuLoggedIn
{
	width: 980px;
	height: 32px;
	display: block;
	float: left;
	background: #FCFCFC;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1MjIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGQ0ZDRkMiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNDRkNGQ0YiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c1MjIpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(center top , #FCFCFC 40%, #CFCFCF 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,rgba(252, 252, 252, 1)), color-stop(100%,rgba(207, 207, 207, 1)));
	background: linear-gradient(40%,rgba(252, 252, 252, 1)), rgba(100%,rgba(207, 207, 207, 1));
	z-index: 10;
}

#mainMenuLoggedIn .mainNavLoggedIn
{
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 980px;
	height: 32px;
	font-size: 12px;
}

#mainMenuLoggedIn ul.mainNavLoggedIn li
{
	line-height: 15px;
	list-style-type: none;
	margin: 0 5px;
	min-width: 55px;
	position: relative;
	float: left;
	font-size: 12px;
}

#mainMenuLoggedIn ul.mainNavLoggedIn li a
{
	color: #333333;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 12px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: none;
}

#mainMenuLoggedIn ul.mainNavLoggedIn li a:hover
{
	color: #566573;
}

.homepageMenu
{
	width: 130px;
	padding: 0 10px 0 25px;
}

.myzoneMenu
{
	width: 100px;
	padding: 0 5px;
}

.myzoneInfo
{
	width: 335px;
}

.myzoneAgentPoliciesImage
{
	position: absolute;
	/*top: 215px;
	left: 365px;*/
}

.myzoneAgentPoliciesBtn
{
	position: relative;
	/*top: 315px;
	left: 265px;*/
}

.myzoneAgentQuotesImage
{
	position: absolute;
	top: 220px;
	left: 855px;
}

.myzoneAgentQuotesBtn
{
	position: absolute;
	top: 320px;
	left: 760px;
}

.myzoneAgentCustomerDetailsImage
{
	position: absolute;
	top: 355px;
	left: 360px;
}

.myzoneAgentCustomerDetailsBtn
{
	position: absolute;
	top: 455px;
	left: 265px;
}

.myzoneAgentGetQuoteImage
{
	position: absolute;
	top: 355px;
	left: 860px;
}

.myzoneAgentQetQuoteBtn
{
	position: absolute;
	top: 455px;
	left: 760px;
}

.myzoneAgentAdminImage
{
	position: absolute;
	top: 495px;
	left: 365px;
}

.myzoneAgentAdminBtn
{
	position: absolute;
	top: 595px;
	left: 265px;
}

.myzoneAgentStatsImage
{
	position: absolute;
	top: 495px;
	left: 855px;
}

.myzoneAgentStatsBtn
{
	position: absolute;
	top: 595px;
	left: 760px;
}

.policiesMenu
{
	width: 100px;
	padding: 0 10px 0 0;
}

.quotesMenu
{
	width: 100px;
	padding: 0 15px;
}

.detailsMenu
{
	width: 100px;
	padding: 0 20px;
}

.getquoteMenu
{
	width: 100px;
	padding: 0 15px;
}

.contactusMenu
{
	width: 100px;
	padding: 0 10px;
}

.getQuotePetImage
{
	position: absolute;
	top: 240px;
	left: 270px;
}

.getQuotePetBtn
{
	position: absolute;
	top: 415px;
	left: 270px;
}

.getQuoteHorseImage
{
	position: absolute;
	top: 240px;
	left: 845px;
}

.getQuoteHorseBtn
{
	position: absolute;
	top: 415px;
	left: 760px;
}

.getQuoteHorseTrailerImage
{
	position: absolute;
	top: 470px;
	left: 350px;
}

.getQuoteHorseTrailerBtn
{
	position: absolute;
	top: 655px;
	left: 270px;
}

.getQuoteHorseBoxImage
{
	position: absolute;
	top: 470px;
	left: 825px;
}

.getQuoteHorseBoxBtn
{
	position: absolute;
	top: 655px;
	left: 760px;
}

.menu
{
	padding-top: 5px;
}

.staticMenuItemStyle, .staticDetailsMenuItemStyle
{
	background-color: #0066CC;
	width: 490px;
	height: 31px; 
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
}

.staticMenuItemStyle a, .staticMenuItemStyleStyle a
{
	color: #FFFFFF;
	text-decoration: none;
}

.staticHoverStyle, .staticDetailsHoverStyle
{
	background-color: #566573;
}

.staticHoverStyle a, .staticDetailsHoverStyle
{
	color: #FFFFFF;
	text-decoration: none;
}

.staticSelectedStyle, .staticDetailsSelectedStyle
{
	background-color: #DBDBDB;
}

.staticSelectedStyle a, .staticDetailsSelectedStyle a
{
	color: #000000;
	text-decoration: none;
}


/* ---------------------------*/
/* MAIN CONTENT */

#maincontent
{
	float: left;
	width: 980px;
}

ul, ol
{
	margin: 5px;
    padding: 0 15px;
}

li
{
	padding: 0;
	
}

ol li
{
	font-size: 12px;
}
.quoteBoldHeader
{
	font-size: 14px;
	color: #000000; 
	font-family: Arial;
	font-weight: bold;
}

.quoteBoldText
{
	font-size: 12px;
	color: #000000; 
	font-family: Arial;
	font-weight: bold;
}

.quoteBoldTextHelp
{
	font-size: 12px;
	color: #FFFFFF; 
	font-family: Arial;
	font-weight: bold;
}

.quoteBoldHeaderWhite
{
	font-size: 14px;
	color: #FFFFFF; 
	font-family: Arial;
	font-weight: bold;
}

.quoteBoldTextWhite
{
	font-size: 12px;
	color: #FFFFFF; 
	font-family: Arial;
	font-weight: bold;
}

.textboxText
{
	font-size: 12px;
	color: #000000; 
	font-family: Arial;
}

.textboxTextWhite
{
	font-size: 12px;
	color: #FFFFFF; 
	font-family: Arial;
}

.textboxTextSmall
{
	font-size: 10px;
	color: #000000; 
	font-family: Arial;
}

.validationText
{
	font-size: 12px;
	color: #000000; 
	font-family: Arial;
	color: Red;
}

.messageSuccessText
{
	font-size: 12px;
	color: #006633;
	font-family: Arial;
	font-weight: bold;
}

.messageErrorText
{
	font-size: 12px;
	color: #FF0000;
	font-family: Arial;
	font-weight: bold;
}

.blue
{
	color: #566573;
}

.disabled
{
	color: #BDBDBD !important;	
}

.clearfix {
  clear: both;
}

.formLayout {
  padding: 10px 20px;
  margin: 5px 0;
  width: 940px;
  overflow: auto;
}

.formLayout label, .formLayout input, .formLayout select, .formLayout textarea {
  display: block;
  float: left;
  margin-bottom: 10px;
}

.formLayout .right label {
  text-align: right;
  padding-right: 20px;
}

.formLayout label {
  padding-right: 20px;
}

.formRow {
  margin-bottom: 10px;
	clear: both;
}

.formRow label {
  width: 100px;
  float: left;
  display: block;
  padding: 0;
  margin-right : 20px;
  line-height: 28px;
}

.formRow label.wide 
{
	width: 150px;
}

.formRow .remember label {
	width: auto !important;
	float: left;
	text-align: left;
	display: block;
	padding: 0;
	margin-right: 20px;
	line-height: 24px;
}

.formRow .remember input {
	width: auto !important;
	margin: 0 10px 0 10px;
}

.formRow input.btn {
	color: #000;
	margin-bottom: 0px; 
}

.formRow input.btn.wide {
	color: #000;
	margin-left: 150px;
}

.formRow input[type="checkbox"] 
{
	width: 50px;
}

.onlineQuotePolicyBulletPoints ul li
{
    font-size: 0.8em;
    margin:0.5em;
}

.alertBar
{
	margin-bottom: 0;		
}

.btn
{
	margin-bottom: 0px;
}

.halfBox 
{
  padding: 10px 20px;
  margin: 0 0 5px 0;
  width: 445px;
}

.quarterBox 
{
	padding: 20px 25px;
	margin: 0 0 5px 0;
	width: 229px;
	overflow: auto;
}

.smallBox 
{
	padding: 20px 30px 20px 25px;
	margin: 0;
	width: 150px;
	overflow: hidden;
}

.greyGradient
{
	background: #DBDBDB;
	background-image :url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyNTUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNEQkRCREIiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFREVERUQiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyNTUpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #DBDBDB 0%, #FEFEFE 48%, #EDEDED 100%);
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DBDBDB), color-stop(48%,#FEFEFE), color-stop(100%,#EDEDED));
	-pie-background: linear-gradient(#dbdbdb 0%,#fefefe 48%,#ededed 100%);
	background-color: rgb(219, 0, 254, 48, 237, 100);
    background-size: 100%;
}

.roundedCorners 
{
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.marginTop10
{
	margin-top: 10px;
}

.marginTop15
{
	margin-top: 15px;
}

.marginTop20
{
	margin-top: 20px;
}

.marginLeft5
{
	margin-left: 5px;
}

.marginLeft20
{
	margin-left: 20px;
}

.left 
{
	float: left;
}

.right
{
	float: right;
}

.riskplaceriframe
{
	margin-left: 130px;
}

.quoteReference
{
	color: #000000; 
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.hidePanel
{
	display: none;
}

.showPanel
{
	display: block;
}

.recaptcha
{
	padding: 10px 0;
}

.recaptchaBox
{
	margin-left: 30px;
	width: 450px;
	float: left;
}

.waiting
{
	width: 200px;    
    border: 10px solid #a1a1a1;
    margin: 50px 245px 50px 245px;
    padding: 25px 100px;
    background-color: #FFFFFF;
}

.sessionExpiredBorder
{
	width: 200px;    
    border: 10px solid #a1a1a1;
    margin: 50px 245px 50px 245px;
    padding: 25px 100px 50px 100px;
    background-color: #FFFFFF;
}

.sessionExpiredBtn input
{
	padding-bottom: 50px;
}


/* ---------------------------*/
/* FOOTER */

#footer 
{
	float: left;
	width: 940px;
	background: #575757;
	font-size: 12px;
	color: #ffffff;
	padding: 20px;
}

.WhiteHeadertext
{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	
}


.disclaimer {
    font-size: 8pt;
}

.disclaimer a {
    font-size: 8pt;
}

.footer a {
    color: white;
}


a.button {
    display: block;
    width: 115px;
    height: 25px;
    background: #4E9CAF;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    margin-top: 10px;
    font-size:larger;
}