@charset "utf-8";
@import url("style_reset.css");
@import url("style_core.css");

/* [-------------- HTML Elements -------------] */

html {
	background: #1778c1 url(../images/background_logo.png) repeat;
	background-attachment: fixed; 
}

body {
	font-family:'Arial', 'Helvetica', sans-serif;
	font-size:70%;
}

ol,
ul {
	margin-left:30px;
}

dl {
	margin-left:10px;
}

dt {
	font-weight:bold;
}

dd {
	margin:0 0 0 10px;
}

/* [----------------- Links ------------------] */

a:link,
a:visited {
	color:#00F;
	text-decoration:underline;
}

a:active,
a:hover {
	color:#00F;
	text-decoration:underline;
}

a img {
	border:0;
}

/* [----------------- Shared -----------------] */

/* Bottom margin. */
h1,
h2,
h3,
ol,
ul,
dl,
p,
table,
fieldset,
form ol li,
ul.pagination,
ul.buttons,
div.joined_buttons,
.error_box,
.success_box,
.attention_box,
.information_box {
	margin-bottom:16px;
	font-family: Arial,Helvetica,sans-serif;
}

p:first-child { 
	margin-top: 0px;
}

table {
	empty-cells: hide;
}

._sp {
	font-size: 1px;
	visibility: hidden;
}

._lp {
	margin-bottom: 0px;
}

a:link {
	text-decoration:underline;
}

em {
	font-style: italic;
}

h1 {
	font-size: 18px;
}

h2.h2_2{
	text-align: center;
	font-size: 1.6em;
	color: #0a50a1;
	padding-top: 50px;
	padding-bottom: 10px;
}

strong {
	font-weight: bold;
}

.MainText {
	color: #000;
	font-size: 1.3em;
	line-height: 1.4em;
}

.blue {
	color: #0a50a1; 
	font-weight: bold;
}

.green {
	color: #33a02c;
	font-weight: bold;
}

.style12 {
	color: #000;
	font-size: 1.3em;
	margin: 0 80px;
	list-style: none;
}

	.style12 li {
		background: url(../images/bullets_.png) top left no-repeat;
		padding-left: 50px;
		padding-bottom: 15px;
		padding-top: 10px;

	}

.style25 {
	color: #000;
	font-size: 1.3em;
	margin-left: 80px;
}

.header2 {
	color: #0a50a1;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
}

.style10 {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	text-align: center
}

.style13 {
	color: #0a50a1;
}

.style14 {
	color: #33a02c ;
}

.style4 {
	color: #000;
}

.footercopy {
	color: #fff; 
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 11px; 
	line-height: 1.3; 
	text-align: center;
}

/* [------------ Layout Divisions ------------] */

#wrapper {
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	border: solid 5px #fff;
}

	#banner {
		background: #0a50a1 url(../images/intelligent_header.png) center no-repeat;
		height: 180px;
		border-bottom: solid 5px #fff;
	}

	#navigation ul {
		background: #33a02b url(../images/navigation_bg.png);
		float: left;
		height: 60px;
		list-style: none;
		margin: 0;
		padding: 14px 0 0 14px;
		width: 836px;
	}
	
		ul#home {
			background: url(../images/navigation_bg.png) 0px -74px;
		}
		
		ul#landlords {
			background: url(../images/navigation_bg.png) 0px -148px;
		}
		
		ul#tenants {
			background: url(../images/navigation_bg.png) 0px -222px;
		}
		
		ul#properties {
			background: url(../images/navigation_bg.png) 0px -296px;
		}
		
		ul#contact {
			background: url(../images/navigation_bg.png) 0px -370px;
		}
	
		#navigation li {
			float: left;
		}
		
			#navigation li a{
				line-height: 40px;
				display: block;
				text-decoration: none;
			}
			
			#navigation li a span  {
				visibility: hidden;
			}
		
			#navigation li#home a {
				width: 123px;
			}
			
			#navigation li#landlords a {
				width: 108px;
			}
			
			#navigation li#tenants a {
				width: 109px;
			}
			
			#navigation li#properties a {
				width: 109px;
			}
			
			#navigation li#contact a {
				width: 109px;
			}
			
	
	#content {
		margin: 0;
		background: #fff url(../images/content_bg.png) repeat-y;
		min-height: 450px;
		padding: 50px 40px 5px 40px;
	}
	
		#content p {
		}
		
		#content p.img {
			text-align: center;
			padding: 20px;
		}
		
		#content #float {
			float: right;
			padding: 5px;
		}
		
		#content #float_left {
			float: left;
			padding-right: 20px;
		}
		
		#clear {
			clear: both;
		}


	#footer {
		margin: 0;
		background: #33a02b url(../images/footer_bg.png);
		height: 74px;
	}
	
		#footer p {
			line-height: 90px;
			text-align: center;
			color: #fff;
		}
		
		#footer p a:hover {
			color: #0a50a1;
		}

/* [----------------- Tables -----------------] */

table {
	clear:both;
}

table caption {
	background-color:#3366FF;
	color:#FFFFFF;
	font-weight:bold;
	padding:8px;
}

td {
	background-color:#FFFFFF;
}

th,
td {
	padding:8px;
	text-align:center;
}

thead th {
	background-color:#6699FF;
	border-bottom:1px solid #CCCCCC;
	color:#FFFFFF;
	font-weight:bold;
}

thead th a:link,
thead th a:visited {
	color:#FFFFFF;
}

thead th a:hover {
	color:#FFFFFF;
}

tbody th {
	background-color:#CED5EA;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	color:#333333;
	font-weight:bold;
}

tbody th a:link,
tbody th a:visited {
	color:#333333;
}

tbody th a:hover {
	color:#333333;
}

tbody tr.row2 th {
	background-color:#C5CEE8;
}

tbody td {
	border-bottom:1px solid #CCCCCC;
}

tbody tr.row2 td {
	background-color:#F2F2F2;
}

tfoot td {
	background-color:#CED5EA;
	border-bottom:1px solid #CCCCCC;
	color:#333333;
	font-weight:bold;
}

table tr th:first-child,
table tr td:first-child {
	text-align:left;
}
/* [----------------- Forms ------------------] */

form {
	border:0;
	margin:0;
	padding:0;
}

input.medium,
textarea.medium,
select.medium,
fieldset li input,
fieldset li textarea,
fieldset li select {
	width:300px;
}

input.tiny,
textarea.tiny,
select.tiny {
	width:40px;
}

input.short,
textarea.short,
select.short {
	width:80px;
}

input.long,
textarea.long,
select.long {
	width:540px;
}

input.full,
textarea.full,
select.full {
	width:99%;
}

form fieldset {
	border:1px solid #AAAAAA;
	padding:0;
}

/* For IE background bug. */
form > fieldset {
	position:relative;
}

	form fieldset legend {
		background-color:#FAFAFA;
		color:#000000;
		font-weight:bold;
		margin-left:10px;
		padding:0 6px 0 6px;
	}

	/* For IE background bug. */
	form > fieldset > legend {
		left:.2em;
		position:absolute;
		top:-.6em;
	}

	form ol {
		list-style:none;
		margin:0;
		margin-bottom:0;
		padding:20px 20px 8px 20px;
	}

	form ol li {
		clear:both;
	}

		form fieldset ol li label {
			display:block;
			font-weight:bold;
			margin-bottom:2px;
			text-align:left;
		}

		label.required:before {
			color:red;
			content:"∗ ";
			font-size:1.2em;
		}

		label span,
		legend span {
			display:block;
			font-size:0.8em;
			font-weight:normal !important;
		}

		fieldset li input,
		fieldset li textarea,
		fieldset li select {
			border:1px solid #AAAAAA;
			color:#000000;
			font-family:'Arial', 'Helvetica', sans-serif;
			font-size:1em;
			padding:3px;
		}

		fieldset li select {
			width:auto;
		}

		fieldset li select {
			color:#000000;
			font-size:1em;
			padding:2px;
		}

		select.sift {
			margin-right:1px;
			margin-top:2px;
		}

		button,
		input[type="submit"],
		input[type="reset"],
		input[type="button"] {
			color:#0033FF;
			cursor:pointer;
			font-family:'Arial', 'Helvetica', sans-serif;
			font-size:0.9em;
			font-weight:bold;
			margin-right:3px;
			padding:1px 3px 1px 3px;
			width:auto;
		}

		button.big,
		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big {
			font-size:1.4em;
			padding:4px 8px 4px 8px;
		}

		input[type="checkbox"],
		input[type="radio"] {
			width:auto;
		}

		/* Nested fieldsets for radio buttons & checkboxes. */
		form fieldset ol li ol,
		form fieldset ol li ol li {
			margin:0;
			padding:0;
			width:auto;
		}

		form fieldset ol li ol li label {
			font-weight:normal;
			margin:0;
			text-align:left;
			width:auto;
		}

		form fieldset ol li ol li input {
			border:0;
			width:auto;
		}
		/* ---------- */

	/* Multi-column lists. */
	ol.dual_column li,
	ol.tri_column li,
	ol.quad_column li {
		clear:none;
		float:left;
	}

	ol.dual_column li {
		width:50%;
	}

	ol.tri_column li {
		width:33%;
	}

	ol.quad_column li {
		width:25%;
	}
	/* ---------- */

	form fieldset.submit {
		background:none;
		border:0;
		clear:both;
		float:none;
		margin:0;
		width:auto;
	}

	.mceContentBody {
		background:white;
		background-image:none;
		font-size:80%;
		padding:10px;
	}

/* [--------------- Pagination ---------------] */

ul.pagination {
	font-size:0.9em;
	float:left;
	list-style:none;
	margin-left:0;
	padding:0;
}

	ul.pagination li {
		float:left;
		margin:0 3px 0 0;
	}

	ul.pagination li.ellipsis {
		border:none;
		font-weight:bold;
		padding-top:3px;
	}

	ul.pagination li.disabled,
	ul.pagination li.current,
	ul.pagination li a {
		border:1px solid #0066FF;
		padding:2px 5px 2px 5px;
		text-decoration:none;
		background-color:#FFFFFF;
	}

		ul.pagination li.disabled {
			border:1px solid #DDD;
			color:#CCCCCC;
		}

		ul.pagination li.current {
			background-color:#0066FF;
			color:#FFF;
			font-weight:bold;
		}

		ul.pagination li a {
			color:#04B;
			display:block;
		}

		ul.pagination li a:active,
		ul.pagination li a:hover {
			background-color:#DBE3FF;
			border:1px solid #39C;
		}

/* [------------------ Tabs ------------------] */

ul.tabs {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

	ul.tabs li {
		float:left;
	}

		ul.tabs li a {
			background:transparent url('../images/buttons/tab_left.png') no-repeat top left;
			color:#04B;
			display:block;
			float:left;
			font-size:12px;
			height:27px; /* Height of button background image. */
			line-height:19px; /* This + 4px + 4px (top and bottom padding of span) must equal height of button background (default 27px). */
			margin-right:4px;
			padding-left:3px; /* Width of left button background. */
			text-decoration:none;
		}

			ul.tabs li a span {
				background:transparent url('../images/buttons/tab_right.png') no-repeat top right;
				display:block;
				font-weight:bold;
				padding:4px 10px 4px 6px;
			}

			ul.tab li a:link,
			ul.tab li a:visited {
				text-decoration:none;
			}

			ul.tabs li a:hover,
			ul.tabs li.current a {
				background-position:bottom left;
			}

			ul.tabs li a:hover span,
			ul.tabs li.current a span {
				background-position:bottom right;
			}

			ul.tabs li.current a,
			ul.tabs li.current a:link,
			ul.tabs li.current a:visited,
			ul.tabs li.current a:active,
			ul.tabs li.current a:hover {
				color:#888;
				cursor:default;
			}

/* [----------------- Buttons ----------------] */

ul.buttons {
	float:left;
	list-style:none;
	margin-left:0;
	padding:0;
}

ul.rightside {
	float:right;
}

	ul.buttons li {
		float:left;
	}

		ul.buttons li a,
		a.button {
			background:transparent url('../images/buttons/btn_left.png') no-repeat top left;
			color:#04B;
			display:block;
			float:left;
			font-size:12px;
			height:23px; /* Height of button background image. */
			line-height:15px; /* This + 4px + 4px (top and bottom padding of span) must equal height of button background (default 23px). */
			margin-right:4px;
			padding-left:4px; /* Width of left button background. */
		}

		ul.rightside li a {
			margin-right:0;
			margin-left:4px;
		}

			ul.buttons li a span,
			a.button span {
				background:transparent url('../images/buttons/btn_right.png') no-repeat top right;
				display:block;
				font-weight:bold;
				padding:4px 10px 4px 6px;
				text-decoration:none;
			}

			ul.buttons li a:link,
			ul.buttons li a:visited,
			a.button:link,
			a.button:visited {
				text-decoration:none;
			}

			ul.buttons li a:hover,
			ul.buttons li.current a,
			a.button:hover {
				background-position:bottom left;
			}

			ul.buttons li a:hover span,
			ul.buttons li.current a span,
			a.button:hover span {
				background-position:bottom right;
			}

			ul.buttons li.current a,
			ul.buttons li.current a:link,
			ul.buttons li.current a:visited,
			ul.buttons li.current a:active,
			ul.buttons li.current a:hover {
				color:#666;
				cursor:default;
			}

/* [------------- Joined Buttons -------------] */

ul.joined_buttons {
	border-left:1px solid #777;
	float:left;
	list-style:none;
	margin-left:0;
	padding:0;
}

ul.rightside {
	float:right;
}

	ul.joined_buttons li {
		float:left;
	}

		ul.joined_buttons li a {
			background:transparent url('../images/buttons/btn_bg.png') repeat-x top left;
			border-right:1px solid #777;
			color:#04B;
			display:block;
			float:left;
			font-size:12px;
			font-weight:bold;
			height:15px; /* Height of button background image. */
			line-height:15px; /* Height of button background image. */
			margin:0;
			padding:4px 10px 4px 10px;
			text-decoration:none;
		}

			ul.joined_buttons li a:link,
			ul.joined_buttons li a:visited {
				text-decoration:none;
			}

			ul.joined_buttons li a:hover,
			ul.joined_buttons li.current a {
				background-position:bottom left;
			}

			ul.joined_buttons li.current a,
			ul.joined_buttons li.current a:link,
			ul.joined_buttons li.current a:visited,
			ul.joined_buttons li.current a:active,
			ul.joined_buttons li.current a:hover {
				color:#666;
				cursor:default;
			}

/* [------------------ Boxes -----------------] */

.error_box,
.success_box,
.attention_box,
.information_box {
	background-position:10px 10px;
	background-repeat:no-repeat;
	padding:10px 10px 10px 36px;
}

.error_box {
	background-color:#FFCECE;
	background-image:url('../images/icons/notify_error.png');
	border:1px solid #DF8F8F;
	color:#665252;
}

.success_box {
	background-color:#D5FFCE;
	background-image:url('../images/icons/notify_success.png');
	border:1px solid #9ADF8F;
	color:#556652;
}

.attention_box {
	background-color:#FFFBCC;
	background-image:url('../images/icons/notify_attention.png');
	border:1px solid #E6DB55;
	color:#666452;
}

.information_box {
	background-color:#DBE3FF;
	background-image:url('../images/icons/notify_information.png');
	border:1px solid #A2B4EE;
	color:#585b66;
}

.error_box ul,
.success_box ul,
.attention_box ul,
.information_box ul {
	margin-bottom:0;
}

.std_box_head {
	background-color:#0066CC;
	border:1px solid #0066CC;
	color:#FFFFFF;
	font-size:1.3em;
	font-weight:bold;
	margin:0;
	padding:6px 10px 6px 10px;
}

.std_box_body {
	background-color:#ECEDFF;
	border:1px solid #0066CC;
	margin:0;
	padding:10px;
}

/* [---------- Page Specific Classes ---------] */

/* [------------- Generic Classes ------------] */

.bmargin {
	margin-bottom:16px !important;
}

.tmargin {
	margin-top:16px !important;
}