/*****************************/
/*** Core html setup stuff ***/
/*****************************/

* {
	padding: 0;
	margin: 0;
}
html {
  height: 100%;
  margin-bottom: 1px;
  background: #fff;
}
body {
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #000;
	background: #fff;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #3e88f4;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #5ea8ff;
}
img { border: 0 none; }

input, textarea, button {
}

ul { list-style: none; }

.bold { font-weight: bold; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

div.center {
	background: #fff url(/_images/center-bg.png) repeat-x;
	min-height: 928px;
}
.wrapper-border-left {
	float: left;
	width: 5px;
}
.wrapper-border-right {
	float: right;
	width: 5px;
}
div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	background: #fff;
}
/*Header pic and menu bar*/
div#header_l {
	width:800px;
	height: 228px;
}
div#header_r {
	height: 228px;
	width: 800px;
	overflow: hidden;
}
div#logo {
	width: 800px;
	height: 228px;
}

.mainmenu {
	background: #002;
}
li.active span {
	color: #7BA7E2;
}
li.active ul li span {
	color: #fff;
}
li.active ul li.active span {
	color: #7BA7E2;
}

ul.menu {
	list-style: none;
	background: #002;
	height: 21px;
	padding: 0 0 0 50px;
}
ul.menu li {
	float:left;
	padding: 0 25px 0px 0px;
	height: 21px;
}
ul.menu li a, ul.menu li a:visited {
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	letter-spacing:1px
}
ul.menu li span:hover {
	color: #7BA7E2;
}
ul.menu li ul {
	text-align: left;
	margin-left: -10px;
	z-index: 20;
	border-left: 5px;
	border-right: 5px;
	border-bottom: 10px;
	-moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; 
}
ul.menu li ul li {
	float: none;
	padding: 0 10px 0 0;
}
.item2:hover ul {
	display:block;
}
.item2 ul {
	display: none;
	position: absolute;
	top: 249px;
	background: #002;
	padding: 0 0 0 10px;
	font-size: 0.9em;
}
.item2 ul li {
	float: left;
}


.breadcrumbs {
	color: #ccc;
	text-align: left;
	margin: 4px 0 2px 50px;
	font-size: 0.95em;
}
.breadcrumbs a {
	color: #ccc;
}

/*Main content*/

#whitebox {
	margin: 0;
	width: 800px;
	color: #000;
	min-height: 450px;
	background: #fff;
	text-align: left;
}

#page {
	position:relative;
	padding: 20px 40px;
}
#page p { 
	padding: 0 115px 16px 200px;
}
p.buttonheading {
	display: none;
}

.formlabel {
	padding: 6px 0 0 0;
	width: 58px;
	float: left;
	font-size: 0.9em;
	color: #ccc;
}
.below-forms {
	color: #14489f;
	padding: 2px 0 12px 40px;
	font-size: 0.95em;
}
.pdf-bar {
	width: 800px;
	height: 21px;
	background: #051445;
}
.pdf-bar li {
	float: left;
	padding: 2px 0 0 40px;
}
.pdf-bar li a {
	font-size: 0.9em;
	color: #ccc;
}
.maincontent {
	margin: 0px 240px 12px 40px;
	padding: 6px 10px 0 4px;
	line-height: 17px;
}
#welcome_graphic {
	padding-top: 25px;
}

/*Page Specific*/

.home-content {
	float: left;
}
.services-section {
	height: 112px;
	width: 350px;
	padding: 0 0 0 92px;
}
.services-section {
	color: #002;
}
.services-image {
	float: left;
}
.services-title {
	font-weight: bold;
	padding: 0 0 0 112px;
}
.services-explanation {
	padding: 0 0 0 112px;
}
.about-section {
	padding: 0 0 0 92px;
	min-height: 117px;
}
.about-image {
	float: left;
}
.about-section div {
	padding: 0 115px 27px 112px;
}
#contentleft {
	float: left;
	width: 300px;
	padding: 0 0 0 5px;
	line-height: 16px;
}
#contentright {
	width: 300px;
	padding: 0 115px 0 0;
	float: right;
	line-height: 20px;
}
.contact-spaced {
	line-height: 20px;
}
.address1 {
}
.address2 {
	padding-top: 40px;
}
.building-surveying-image {
	padding: 0 0 0 92px;
}
.building-surveying-text {
	float: right;
	width: 320px;
	padding: 0 200px 0 0;
	min-height: 280px;
	margin-left: 24px;
}
.building-surveying-list {
	list-style: url('/_images/dunphys-bullet.gif') disc;
	margin-left: 13px;
}
.building-surveying-images {
	padding: 12px 0;
}

.property-search-image {
position: absolute;
z-index: 15;
width: 782px;
height: 124px;
background: #fff;
}
.property-search-image img {
margin: 20px 0 0 250px;
}
#frame {
width: 800px;
}

/*Forms*/
/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* forms */
.inputbox {
	margin: 6px 0;
	width: 245px;
	font-size: 1.3em;
}
.submit {
	text-align: right;
}
.button {
	background: transparent;
	color: #ccc;
	border: 0;
	cursor: pointer;
	font-size: 1em;
}



/*Only used for joomla-made columns*/
#leftcolumn {
	padding: 0;
	margin: 0;
	width: 20%;
	float:left;
	display: none;
}
#maincolumn {
	margin-left: 20%;
	padding-left: 15px;
	width: 75%;
}


/*Footer*/
#footer {
	background: #fff;
	min-height: 100px;
	margin: 0 40px;
	border-top: 1px dotted #000;
}


div#footer_l a:link, div#footer_l a:visited  {
	color: #999;
}
#copyright {
	float:right;
	font-size: 10px;
	color: #ccc;
}
#bottom-links {
	float: left;
	font-size: 10px;
	color: #ccc;
	position: relative;
	top: 16px;
}
.rics {
	position: relative;
	top: 10px;
}
#syndicate{
	float:left;
	padding-left: 25px;
}

#power_by{
	float:right;
	padding-right: 25px;
	display: none;
}