/* Beginning of Main Css File */

/* ----- Global Settings ----- */

body {
	margin: 50px;
	padding: 0px;
	background-color: #f0eefc;
	font-family: Verdana, Helvetica, sans-serif;
	color: #000066;
	font-size: 14px;
}
body a { text-decoration: none; }
body a:link { color: #000066; }
body a:visited { color: #000066; }
body a:focus { color: #19BF2C; }
body a:hover { color: #19BF2C; }
body a:active { color: #000066; }
.global_container {
	width: 100%;
	height: 100%;
	text-align: center;
}
.flash_container {
	vertical-align: middle;
}
.flash {
	vertical-align: middle;
}
.sitemap a { text-decoration: none; }
.sitemap a:link { color: #f0eefc; }
.sitemap a:visited { color: #f0eefc; }
.sitemap a:focus { color: #f0eefc; }
.sitemap a:hover { color: #f0eefc; }
.sitemap a:active { color: #f0eefc; }

/* Header styles */

.header {
	position: absolute;
	top: 5px;
	left: 1px;
	width: 854px;
	height: 120px;
	border: #000066 solid;
	border-width: 2px 2px 5px 2px;
	background-color: #ffffff;
}
.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 222px;
	height: 120px;
}
.header_text {
	position: absolute;
	top: 0px;
	left: 599px;
	width: 225px;
	height: 114px;
	padding-top: 6px;
	padding-left: 30px;
	background-color: #ffffff;
	font-size: 120%;
	line-height: 15px;
}

/* Popup txt styles */

.main_text {
	position: absolute;
	top: 130px;
	left: 1px;
	width: 846px;
	border: #000066 solid;
	border-width: 0px 2px 2px 2px;
	background-image: url(http://www.mrinvest.co.uk/images/popup_background.gif);
	background-position: center 170px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 4px;
	font-size: 85%;
}

.main_text h1 {
	font-size: 120%;
	font-weight: bold;
}
.main_text h2, h3, h4{
	font-size: 110%;
	font-weight: bold;
}

/* Property access form styles */

#name, #tel_number, #mobile, #email {
	width: 177px;
}
.terms {
	padding-top: 10px;
}
.submit {
	padding-top: 10px;
}
#submit {
	color: #000066;
}

/* Projections and forcasts tables */

.projections {
	font-size: 100%;
}
.pro_header {
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}
.ten_year_pro {
	font-size: 100%;
}
.ten_pro_header {
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 12px;
	font-weight: bold;
}
.ten_pro_text {
	text-align: center;
}
#proj {
	height: 510px;
}

/* Property listing styles */

ul.properties {
	position: relative;
	width: 760px;
	list-style-type: none;
	margin: auto;
}
li.property {
	padding: 5px;
	border: #000066 solid 2px;
}
li.property_2 {
	padding: 5px;
	border-color: #000066;
	border-style: solid;
	border-width: 0px 2px 2px 2px;
}
.property_image {
	float: left;
	margin-right: 10px;
	border: #000066 solid 1px;
}
.p_image {
	width: 100px;
	text-align: center;
}
.p_text {
	vertical-align: middle;
}

/* Global Styles */

.b {
	font-weight: bold;
}
.b10 {
	font-weight: bold;
	font-size: 110%;
}
.sml {
	font-size: 80%;
}
.sml_2 {
	font-size: 90%;
}
.i {
	font-style: italic;
}