html {
	font-size:62.5%;
	height:100%;
}
body {
	color:#0a1732;
	font:11px arial, helvetica, sans-serif;
	margin:0;
	background:#fff;
	min-width:1001px;
	height:100%;
}

span
{
	font:1em arial, helvetica, sans-serif;
	font:1.1em arial, helvetica, sans-serif; 
}

/* Common Parts */

a {
	color:#154987;
	text-decoration: none;
	font-size: 1em;
	font-weight:bold;
}
a:hover 
{
	text-decoration:underline;
	color:#085cc0;
}
p {
	margin:0 0 1em;
	line-height:1.2em;
	font-size:1.2em;
}
img {border-style:none;}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
/*input, select, label, textarea {vertical-align:middle;}*/
input.text, select, textarea {
	font:.909em arial, helvetica, sans-serif;
	color:#313131;
}
input.text, textarea {
	border:1px solid #797a7b;
	padding:4px 10px;
}

form .error
{
	font-size: 0.8em;
	color: red;
}

.hr {
	background:url(../images/split-sub.gif) no-repeat;
	height:1px;
	overflow:hidden;
	clear:both;
	margin:10px 0;
}

/* Main Blocks */
#page-box {
	min-height:100%;
}
* html #page-box {
	height:100%;
}
.inner {
	/*width:100%;*/
	height:80px;
	margin:0;
	overflow:hidden;
	background:url(../surety-images/menu_bg.png) repeat-x left top;
	display:block;
}
.inner .inner-menu {
	width:977px;
	margin:0 auto;
	display:block;
	padding-top:10px;
}
.top-header {
	width:960px;
	height: 135px;
	margin:0 auto;
	overflow:hidden;
	display:block;
}
.top-login {
	width:960px;
	margin:0 auto;
	display:block;
	padding:10px 0;
	font-size:1.3em;
}
.footer-inner {
	width:960px;
	margin:0 auto 32px auto;
	display:block;
}
#footer {
	background:#0B295F url(../surety-images/footer_bg.png) repeat-y center;
	padding:10px 0 0;
	margin:-44px 0 0;
	overflow:hidden;
	position:relative;
	color:#FFF;
	font-size:1.0em;
	z-index:2;
	border-top:1px solid #000;
}
#footer a {
	color:#FFF;
	text-decoration:none;
	font-size:1.05em;
}
#footer a:hover {text-decoration:underline;}
#footer p {
	float:right;
	margin:0;
}
#footer ul {
	float:left;
	margin:0;
	list-style:none;
	overflow:hidden;
}
#footer li {
	padding:0 5px;
	margin:0 5px 0 -5px;
	display:block;
	text-shadow: 1px 1px 0 #444444;
	font-weight:bold;
}
#header {
	background:#0B295F url(../surety-images/header_bg.jpg) repeat-x 0 100%;
	/* padding:0 0 35px; */
	margin:0 0 5px;
	position:relative;
	z-index:2;
}
#header .top-header {
	position:relative;
	overflow:visible;
}
#header .inner:after {
	content:"";
	clear:both;
	display:block;
}
#logo {
	overflow:hidden;
	width:513px;
	height:105px;
	text-indent:-9999em;
	position:absolute;
	left:0;
	top:20px;
}
#logo a {
	display:block;
	height:100%;
	position:relative;
	cursor:pointer;
	background:url(../surety-images/logo.png) no-repeat;
}
.phone-header {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	float: right;
	clear: both;
}
#textchanger {
	float:right;
	margin:6px 0 0;
}
#textchanger ul {
	margin:0 0 0 8px;
	list-style:none;
	/* display:inline; */
}
#textchanger li {
	display:inline;
	margin:0 0 0 5px;
}
#textchanger a {
	color:#fff;
	text-decoration:none;
}
#textchanger a:hover {text-decoration:underline;}
#textchanger #decrease {font-size: 11px;}
#textchanger #increase {font-size: 16px;}
.welcome {
	float:right;
	color:#FFF;
	padding:0 10px;
	margin:8px 0 23px;
	font-size:1.3em;
}
.welcome a {
	color:#DC8536;
}
.phone {
	float:right;
	border:solid #fff;
	border-width:0 1px;
	padding:0 10px;
	margin:10px 0 23px;
}
.search {
	clear:right;
	/* width:190px;
	margin-right: -5px; */
	margin-top:15px;
	float:right;
	padding:0 0 12px;
}
.search input {float:left;}
.search input.text {
	margin:1px 2px 0 0;
	width:180px;
	text-align: right;
	font-style:italic;
}
.login-holder {
	background:#CFDFE4;
	position:relative;
	display:none;
}
.login-holder a {
	/*color:#EEF0EF;*/
}
.login-holder .open {display:block;}
.login-holder .inner {
	position:relative;
	padding:1em 0;
	width:1001px;
}
.login-holder .content {
	margin:0 auto;
	text-align: right;
}
.login-holder .row {
	width:100%;
	overflow:hidden;
	margin:0 0 1em;
}
.login-holder input.text {
	width:11.091em;
	margin:0 1em 0 0;
}
.login-holder span {
	float:left;
	margin:0 3em 0 0;
}

.login-holder  div.links-holder 
{
	width: 100%;
	text-align: center;
}

.login-holder ul {
	margin:.2em auto 0 auto;
	list-style:none;
	/* float:left; */
	overflow:hidden;
}
.login-holder li {
	display:inline;
	float:left;
	padding:0 .7em;
	margin:0 .7em 0 -.7em;
	border-left:1px solid #000;
}
.close {
	position:absolute;
	top:10px;
	right:10px;
}
#login-buttons {
	margin:0;
	list-style:none;
	float:right;
}
#login-buttons li {float:left;}
#login-buttons a {
	display:block;
	width:210px;
	height:31px;
	overflow:hidden;
	text-indent:-9999em;
	cursor:pointer;
}
#login-buttons .login-agent a {
	background:url(../surety-images/button_agent-solicitor.png) no-repeat;
}
#login-buttons .login-client a {background:url(../images/btn-login-client.png) no-repeat;}
#nav {
	/* float:right; */
	clear:right;
	/* margin:50px 0 0 0; */
	display:inline;
	list-style:none;
	/*position:relative;*/
}
#nav li {
	float:left;
	margin:0 0 0 6px;
	display:inline;
	position:relative;
	z-index:1;
}
#nav a {
	float:left;
	text-decoration:none;
	color:#fff;
	font-size:1em;
}
#nav strong {
	font-weight:normal;
	float:left;
	width:17px;
	height:25px;
}
#nav span {
	float:left;
	padding:0 0 0 15px;
	line-height:23px;
	cursor:pointer;
	white-space:nowrap;
}
#nav li.hover {
	margin-top:1px;
	margin-bottom:-1px;
	z-index:9;
}
#nav li.hover a {
	background:url(../surety-images/bg-item-left.png) no-repeat 0 -25px !important;
	margin-right:-10px !important;
	color:#000 !important;
	border:0;
	position:relative;
}
#nav li.hover {margin-right:17px;}
#nav li.hover strong {
	background:url(../surety-images/bg-item-right.png) no-repeat 0 -25px !important;
	margin-right:-17px;
	position:relative;
}

#nav .active a, #nav a:hover {
	background:url(../surety-images/bg-item-left.png) no-repeat;
	color:#fff;
	margin:0;
}
#nav .active strong, #nav a:hover strong {background:url(../surety-images/bg-item-right.png) no-repeat 0 0;}
#nav .active span {
	padding-right:0;
	font-weight:bold;
}
#nav li.hover span {
	padding-right:10px;
	background:none;
}
.sub-hover {
	position:absolute;
	top:23px;
	left:-8px;
	width:289px;
	text-transform:none;
	display:none;
	z-index:2;
}
li.hover .sub-hover {display:block;}
.content-sub {
	background:url(../images/bg-sub-top.png) no-repeat;
	padding:136px 0 0;
	width:289px;
	overflow:hidden;
}
.inner-sub {
	background:url(../images/bg-sub.png) repeat-y;
	width:289px;
}
.inner-sub:after {
	display:block;
	content:"";
	clear:both;
} 
.sub-info {
	float:left;
	width:249px;
	padding:0 20px;
	margin:-130px 0 0;
	position:relative;
	min-height:140px;
}
* html .inner-sub .sub-info {height:140px;}
.sub-hover .btm {
	background:url(../images/bg-sub-btm.png) no-repeat;
	height:25px;
	overflow:hidden;
}
#nav .sub-hover a, #nav li.hover .sub-hover a {
	float:none;
	text-decoration:none;
	color:#000 !important;
	margin:0 !important;
	background:none !important;
}
#nav .sub-hover strong, #nav li.hover .sub-hover strong {
	font-weight:bold !important;
	background:none !important;
	margin:0 0 3px;
	float:none !important;
	width:auto !important;
	height:auto !important;
}
#nav .sub-hover span {
	display:inline !important;
	padding:0 !important;
	line-height:normal !important;
	cursor:default;
	white-space:normal;
}
.sub-hover p {margin:0;}
.sub-active {
	position:absolute;
	width:auto;
	top:42px;
	left: 15px;
	text-transform:none !important;
	z-index:1;
	white-space:nowrap;
	visibility:hidden;
	font-size:1.1em;
	color:#000;
}
	
li.open .sub-active, li.active .sub-active {visibility:visible;}
li.close-sub .sub-active {visibility:hidden;}
li.close-sub:hover .sub-active {visibility:visible;}
#container {
	width:960px;
	margin:0 auto;
	/* overflow:hidden; */
	position:relative;
	z-index:1;
	padding:0 0 85px;
}
.wrap {
	width:100%;
	/* overflow:hidden; */
	padding:0 0 26px 0;
}
.tab-content {
	/*float:left;
	float:right;
	background:url(../images/bg-tab-holder.gif) repeat-y;
	background-image: url(/surety-images/rotator_bg.png) repeat-y; 
	width:568px;*/

}
.tab-inner {
	/* background:url(../images/bg-tab-holder-top.jpg) no-repeat; */
	position:relative;
	width:100%;
}
.tab-inner:after {
	content:"";
	clear:both;
	display:block;
}
.main {
	margin:0 0 -31px;
	position:relative;
	min-height:175px;
	float:left;
	width:545px;
}
.mainLeft {
	margin:0 10px 0px;
	position:relative;
	min-height:175px;
	float:left;
	width:400px;
}
.main-centre {
	margin:0 10px 0px;
	position:relative;
	min-height:175px;
	padding-top:15px;
}

* html .main {
	height:175px;
	overflow:visible;
}
.tab-content .btm {
	background:url(../images/bg-tab-holder-btm.gif) no-repeat;
	height:42px;
	overflow:hidden;
}
.tab-content .tabset {
	float:left;
	width:199px;
	margin:9px 0 0;
	padding:0 0 0 1px;
	list-style:none;
}
.tab-content .tabset li {display:block;}
.tab-content .tabset a {
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	background:url(../images/bg-tabs.gif) no-repeat;
	height:26px;
	width:199px;
}
.tab-content .tabset a:hover, .tab-content .tabset a.active {background-position:-201px 0;}
.tab-content .tabset .seller a {
	background-position:0 -26px;
	height:22px;
}
.tab-content .tabset .seller a:hover, .tab-content .tabset .seller a.active{background-position:-201px -26px;}
.tab-content .tabset .agent a {
	background-position:0 -48px;
	height:25px;
}
.tab-content .tabset .agent a:hover, .tab-content .tabset .agent a.active{background-position:-201px -48px;}
.tab-content .tabset .manager a {
	background-position:0 -73px;
	height:22px;
}
.tab-content .tabset .manager a:hover, .tab-content .tabset .manager a.active{background-position:-201px -73px;}
.tab-content .tabset .solicitor a {
	background-position:0 -95px;
	height:24px;
}
.tab-content .tabset .solicitor a:hover, .tab-content .tabset .solicitor a.active{background-position:-201px -95px;}
.tab-content .tabset .owner a {
	background-position:0 -119px;
	height:24px;
}
.tab-content .tabset .owner a:hover, .tab-content .tabset .owner a.active{background-position:-201px -119px;}
.tab-content .tabset .landlord a {
	background-position:0 -143px;
	height:25px;
}
.tab-content .tabset .landlord a:hover, .tab-content .tabset .landlord a.active{background-position:-201px -143px;}
.tab-content .tabset .asset-manager a {
	background-position:0 -168px;
	height:26px;
}
.tab-content .tabset .asset-manager a:hover, .tab-content .tabset .asset-manager a.active{background-position:-201px -168px;}
.tab-content .tab {
	width:325px;
	float:right;
	padding:30px 0 0;
	display:none;
}
.tab-content .tab * {
	position:relative;
	z-index:2;
}
.tab-content .photo {
	position:absolute !important;
	bottom:0;
	right:0;
	z-index:1 !important;
}
.reports {
	float:right;
	width:428px;
	background:url(../images/bg-reports.gif) repeat-y;
}
.right-panel {
	float:none;
	width:250px;
	margin:10px 0 0;
}
.right-panel h3 {
	color:#00306D;
	font-size:1.6em;
}
.inner-reports {background:url(../images/bg-reports-top.gif) no-repeat;}
.content-reports {
	background:url(../images/bg-reports-btm.gif) no-repeat 0 100%;
	min-height:151px;
	overflow:hidden;
	width:437px;
	padding:10px 0 10px 21px;
	margin:0 -30px 0 0;
}
* html .content-reports {
	height:151px;
	overflow:visible;
}
.title {
	overflow:hidden;
	height:36px;
	padding:6px 18px 0;
	overflow:hidden;
}
.title ul {
	float:right;
	margin:0;
	list-style:none;
}
#container h2 {
	margin: 0px 0 15px 0;
	color: #00306d;
	/*line-height:2em;
	font-size:1.2em;*/
	/*overflow:hidden;
	text-indent:-9999em;
	height:9px;*/
}
#container h2.about {background:url(../images/text-about.gif) no-repeat;}
#container .title h2 {
	overflow:hidden;
	text-indent:-9999em;
	height:9px;
	float:left;
	width:105px;
	background:url(../images/text-reports.gif) no-repeat;
	margin:9px 0 0;
	height:7px;
}
.reports .tabset {
	float:right;
	margin:0 5px 0 0;
	list-style:none;
	display:inline;
}
.reports .tabset li {float:left;}
.reports .tabset li a {
	float:left;
	height:28px;
	background:url(../images/bg-tab.gif) no-repeat;
	width:74px;
	outline:none;
}
.reports .tabset li.active {
	margin:0 -12px;
	position:relative;
}
.reports .tabset li a.active {
	height:28px;
	background:url(../images/bg-tab-active.png) no-repeat;
	width:96px;
}
.reports .tabset span {
	display:block;
	height:7px;
	overflow:hidden;
	text-indent:-9999em;
	background:url(../images/bg-reports-tab.gif) no-repeat;
	margin:12px auto 0;
	cursor:pointer;
}
.reports .tabset .nsw span {width:26px;}
.reports .tabset .act span {
	width:21px;
	background-position:-26px 0;
}
.column {
	float:left;
	width:175px;
	margin:0 27px 0 0;
}
.content-reports ul {
	margin:0;
	list-style:none;
}
.content-reports li {
	margin:0 0 8px;
	vertical-align:top;
	height:1%;
}
.content-reports strong {display:block;}
.content-reports a {text-decoration:none;}
.content-reports a:hover {text-decoration:underline;}
.reports .tab {
	width:100%;
	overflow:hidden;
	display:none;
}
.more {
	padding:0 0 0 20px;
	background:url(../images/ico-more.gif) no-repeat;
	height:20px;
	line-height:16px;
	margin:0 0 0 -2px;
	position:relative;
}
.more a {
	color:#000;
	text-decoration:none;
	font-size:.909em;
}
.more a:hover {text-decoration:underline;}
.content-reports .more {background-image:url(../images/ico-more-dark.gif);}
.content-reports .more a {color:#fff;}
.colums {
	width:100%;
	background:url(../surety-images/panels-bg.gif) repeat-y top left;
	position:relative;
	border-top:1px dotted #154987;
}
.colums .content {
	/*background:url(../images/bg-colums-btm.gif) no-repeat 282px 100%;*/
	width:100%;
	overflow:hidden;
	padding:0 0 20px;
}
.colums h3 {
	/*height:9px;
	overflow:hidden;*/
	margin:0 0 10px;
	color: #00306D;
	/*font-size:1.1em; */
	/*text-indent:-9999em;
	background-repeat:no-repeat;*/
}
/*.colums .sales h3 {background-image:url(../images/text-sales.gif);}
.colums .property h3 {background-image:url(../images/text-property.gif);}
.colums .commercial h3 {background-image:url(../images/text-commercial.gif);}*/
.text-box {
	float:left;
	width:294px;
	padding:18px 20px 0 0;
}
.text-box.property {
	/*background:url(../images/bg-column-top-property.gif) no-repeat;*/
	padding-left:20px;
	width:305px;
}
.text-box.commercial {
	/*background:url(../images/bg-column-top-commercial.gif) no-repeat;*/
	padding-left:20px;
	padding-right:0;
	width:280px;
	float:left;
}
.text-box img {
	margin:3px 23px 10px 0;
}
.colums .more {
	position:absolute;
	bottom:0;
}
.union-box {
	padding:0 0 30px;
}
.union-box:after {
	display:block;
	content:"";
	clear:both;
}
.main-column {
	float:left;
	width:505px;
}
.main-columnNew {
	float:left;
	/*width:640px;*/
	width:639px;
	margin-right: 20px;
}
.sidebar {
	float:right;
	width:385px;
	margin:0 -12px 0 0;
	position:relative;
	overflow:hidden;
	display:inline;
}
.leftMenunew {
	float:left;
	width:280px;
	position:relative;
	overflow:hidden;
	display:inline;
	list-style:none;
	margin-bottom:15px;
	border-left:#154987 dotted 1px;
	padding-left:20px;
	/* background:url(../images/bg-left-navigation.gif) no-repeat; 
	background-position: top right;
	background-repeat: repeat-y; */
}
.leftMenunew ul {
	float:left;
	width:250px;
	position:relative;
	overflow:hidden;
	display:inline;
	list-style:none;
	list-style-position:outside;
	/*line-height:30px;*/
	padding:0;
	margin: 0 0 20px 0;
}
.leftMenunew ul li
{
	margin:0 0 15px 0;
	padding:0px;
}
.leftMenunew ul li a 
{
	font-size:1.1em;
	text-decoration:none;
	color:#154987;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
.leftMenunew ul li a:hover
{
	/*font-size:1em;*/
	text-decoration:underline;
	color:#154987;
}

.leftMenunew ul li.active ul li span a 
{

text-decoration:none;
color:#888888;
font-weight:normal;
margin:0px;
padding:0px;
}
.leftMenunew ul li.active ul li span a :hover
{

text-decoration:underline;
color:#154987;
font-weight:normal;
}

.leftMenunew ul li.active ul li.active span a 
{

text-decoration:none;
color:#154987;
font-weight:bold;
margin:0px;
padding:0px;
}

.leftMenunew ul li.active a
{
text-decoration:none;
color:#154987;
font-weight:bold;
margin:0px;
padding:0px;
}

.sidebar .photo {display:block;}
.sidebar .reports {
	float:none;
	width:385px;
	background-image:url(../images/bg-reports-s.gif);
	overflow:hidden;
	margin:10px 0 0;
}
.sidebar .inner-reports {background-image:url(../images/bg-reports-top-s.gif);}
.sidebar .content-reports {
	background-image:url(../images/bg-reports-btm-s.gif);
	min-height:60px;
	width:394px;
	padding:10px 0 10px 21px;
}
* html .sidebar .content-reports {height:60px;}
.sidebar .title {
	height:36px;
	padding:6px 18px 0;
}
.sidebar .column {
	width:155px;
	margin:0 37px 0 0;
}
.sidebar .content-reports .more {
	float:right;
	margin:0 5px 0 0;
}
.sidebar .reports .tabset {margin-right:12px;}
.sidebar .reports .tabset li.active {
	margin:0 -12px;
	position:relative;
}
.sidebar .reports .tabset li.active a {
	background:url(../images/bg-tab-active-s.png) no-repeat;
}

/* FORMS */
div.wizard span.fieldIcons
{
	line-height: normal;
}

.form label {
	display:block;
}

.form .textfield {
	width:200px;
}

.required {
	font-style:italic;
}

.pagination
{
	display: block;
}

.pagination a,
.pagination span
{
	margin: 0 5px;
}
.status-ok { background-color: #FFFFCC; border: 1px dotted #339900; padding: 1; }

p.breadcrumbs 
{
	height: 35px;
}

p.breadcrumbs span
{
	font-size:0.9em;
	border-bottom: 1px dotted #154987;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.agreements {
	font:11px arial, helvetica, sans-serif;
	border:solid 1px #CCC;
	background:#FFF;
	color:#000;
	padding:4px;
	width:100%;
	height:300px;
	overflow:auto;
}
.agreements P {
	font:11px arial, helvetica, sans-serif;
}



#footer .subcolumns {
			overflow: hidden;
			width: 100%;
	}
	
#footer .c50l {
  width: 53%;
}
#footer .c50r {
  width: 47%;
}
#footer .c25l, #footer .c50l {
  float: left;
  margin-top:18px;
}
#footer .c25l, #footer .c25r {
  width: 33%;
}
#footer .subcolumns .section {
  margin: 10px;
}
#footer h3 {
  color: #999999;
  margin: 3px 0 15px;
  text-align: left;
}
#footer #sitemap ul {
  margin: 0.5em 0 1.333em;
}
#footer .section ul {
  list-style: none outside none;
  padding: 0;
  text-align: left;
}
#footer .section ul li {
  line-height: 1.182;
  margin: 0 0 0.7em;
}

#footer .c50r {
  float: right;
}
#footer .motto {
	padding-top:50px;
	text-align:right;
}
