@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color:#ffffff;
}

/*--------------------------------------------------------- DIVS  */

#wrapper {
	text-align: left; 
	border: 4px solid #666;
	width: 900px; 
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background: url("/images/backgrounds/left-nav.jpg") repeat;
	overflow:hidden;
}

#logo {
	width: 239px;
	float: left;
	border-bottom: 1px #c52d3a solid;
	border-right: 1px #c52d3a solid;
}

#header {
	width: 660px;
	float: right;
	border-bottom: 1px #c52d3a solid;
	overflow: hidden;
}

#left {
	width: 239px;
	float: left;
	border-right: 1px #c52d3a solid;
}

#content {
	width: 380px;
	float: left;
	padding: 20px;
	overflow: hidden;
		text-align: justify;
}

#content-2c {
	width: 600px;
	float: left;
	padding: 20px;
	overflow: hidden;
}

#right {
	width: 220px;
	float: right;
	text-align: center;
	padding: 14px 14px 0 0;
}

#basefooter {
	width: 900px;
	margin: auto;
	text-align: left;
	padding: 20px 0 80px 0;
	color: #999;
}


/*-------------------------------------------------------- LINK */


a {
	color: #c52d3a;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #c52d3a;
	font-weight:bold;
	text-decoration:underline;
}

#social-networking a {
	text-decoration: none;
}
#social-networking a:hover {
	text-decoration: underline;
}

a img { 
	border: none; 
}

.anchor { 
	font-size: 1px;
	padding: 0 0 8px 0;
	color: #fff;
	font-weight:normal;
}


/*-------------------------------------------------- PARAGRAPHS & LISTS */

p {
	line-height: 1.6em;
	color: #555555;
}

ul.withdisc, ul  {
	color: #555555;
	line-height: 1.6em;
	list-style-type: disc;
}

/*---------------------------------------------------- HEADINGS */

.typeface-js {

}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0pt;
	padding:0pt;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2em;
}
h1 {
	font-family: Arial;
	font-size: 3em;
	color: #666666;
	padding: 0 0 10px 0;
	letter-spacing: -2px;
}
h2 {
	font-family: Arial;
	font-size: 22px;
	padding: 0 0 10px 0;
	color: #565656;

}

h3 {
	font-family: Arial;
	font-size: 16px;
	padding: 0 0 0px 0;
	color: #565656;
}
h4 {
	font-size: 18px;
	padding: 0 0 8px 0;
	color: #565656;
}
h5 {
	font-size: 1.2em;
	padding: 0 0 20px 0;
}
h6 {
	font-size: 1em;
	padding: 0 0 2px 0;
}

/*--------------------------------------------------------- MENU  */

#menu{
	width: 180px;
	margin: auto;
	padding: 28px 0 40px 0;
}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 180px;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
	border-top: #cbcaca solid 1px;
}

ul.menu li a {
  font-weight: normal;
  background: #c52d3a;
  color: #fff;	
  padding: 0.5em;
}

ul.menu li a:hover {
	background: #981823;

}

ul.menu li ul li a {
  background: #898989;
  color: #fff;
  padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #c52d3a solid;
  padding-left: 15px;
}

/*-----------------------------------------------QUOTE FORMS */

/* -------------------------------------------------LOGIN FORM */

#content-carousel {
	background: #f3f3f3;
	width: 360px;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
	padding-bottom: 10px;
	float: left;
}

#content-carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#content-carousel li {
	margin: 0;
	padding: 10px 30px 5px 30px;
	
}


#content-carousel li div {
	width: 500px;
	position: relative;
	padding-bottom: 10px;
}


#content-carousel li div label {
	width: 500px;
	display: block;
	padding: 6px 0;
	font-size: 13px;
	color: #555555;
}

#content-carousel li div label.error {
	color: #C00;
	width: auto;
}

#content-carousel li div input, select {
	width: 180px;
	background: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #555555;
	font-size:13px;
	border: 1px solid #c3c3c3;
	padding: 4px;
}

#content-carousel li div input.small {
	width: 100px;
}

.formResultsError {
	background: #fafafa;
	border: 1px solid #C00;
	width: 98%;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
	margin: 10px 0 20px 0;
	padding: 10px;
}

.formResultsError h2 {
	color:#C00;
}


.formResultsSuccess {
	background: #fafafa;
	border: 1px solid #01ba1f;
	width: 98%;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
	margin: 10px 0 20px 0;
	padding: 10px;
}

.formResultsSuccess h2 {
	color:#01ba1f;
}


hr {
	margin: 16px 0 14px 0;
}
/*-----------------------------------BUTTON */

.button {
	background:#c52d3a;
	display:inline-block;
	padding: 5px 15px 6px;
	border:0;
	margin-top: 10px;
	
	
	color:#fff !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:1;
	text-decoration:none;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
	
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
	border-bottom:1px solid rgba(0, 0, 0, 0.25);
	position:relative;
	cursor:pointer;
	overflow:visible;
	width:auto
}
button::-moz-focus-inner {
	border:0;
	padding:0
}
.button:hover {
	background-color:#ab111e;
	color:#fff
}
.button:active {
	-webkit-transform:translateY(1px);
	-moz-transform:translateY(1px)
}

/*---------------------------TABLES */

.table{
	color: #555555;
	background-color:#f3f3f3;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 460px;
	overflow:hidden;
}

thead, tfoot {
	background-color:#f3f3f3;
}


tbody {
	background-color:#ffffff;
	color: #555555;
	vertical-align:top;
}

tbody tr:hover {
	background: #F1F8FE;
}

td {
	padding:6px;
	text-align:right;
}

/* ------------------------------------CONVEYANCING DIVS */

#conveyancingNextSteps {
	width: 600px;
	margin-bottom: 20px;
	overflow: hidden;
	text-align: left;
}

#divInstruct {
	float: left;
	width: 260px;
	padding: 20px 10px 10px 10px;
	border: 1px solid #CCC;

}

#divSaveQuote {
	float: right;
	width: 260px;
	padding: 20px 10px 10px 10px;
	border: 1px solid #CCC;

}

#divInstructFromSave {
	float: left;
	width: 260px;
	padding: 20px 10px 10px 10px;
	border: 1px solid #CCC;

}

/* Breadcrumbs */

#breadcrumbs {
	margin: 0px auto;
	padding: 26px 0 26px 0px;
	width: 600px;
}

#breadcrumb {
	font-size: 11px;
	background-image:url(/images/breadcrumbs/breadcrumb_bg.gif);
	height:35px;
	line-height:35px;
	color:#9b9b9b;
	width:600px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

#breadcrumb li {
	list-style-type:none;
	float:left;
	padding-left:16px;
}

#breadcrumb a {
	height:35px;
	display:block;
	background-image:url(/images/breadcrumbs/breadcrumb_sep.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 22px;
	text-decoration: none;
	color:#555555;
	font-weight:normal;
}

.home {
	border:none;
	margin: 12px 0px;
}

#breadcrumb a:hover {
	color:#35acc5;
	font-weight:normal;
}