/*CSS RESET*/

html
{
	margin: 0;
	padding: 0;
}

html .diyw .diyweb
{
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

 body
{
	margin: 0;
	padding: 0;
}

 body .diyw
{
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
 .diyw div, .diyw span, .diyw applet, .diyw object, .diyw iframe, .diyw blockquote, .diyw pre,
.diyw a, .diyw abbr, .diyw acronym, .diyw address, .diyw big, .diyw cite, .diyw code,
.diyw del, .diyw dfn, .diyw fieldset, .diyw form, .diyw label, .diyw legend,
.diyw table, .diyw caption, .diyw tbody, .diyw tfoot, .diyw thead, .diyw tr, .diyw th, .diyw td,
.diyw article, .diyw aside, .diyw canvas, .diyw details, .diyw embed, 
.diyw figure, .diyw figcaption, .diyw footer, .diyw header, .diyw hgroup, 
.diyw menu, .diyw nav, .diyw output, .diyw ruby, .diyw section, .diyw summary,
.diyw time, .diyw mark, .diyw audio, .diyw video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
.diyw article, .diyw aside, .diyw details, .diyw figcaption, .diyw figure, 
.diyw footer, .diyw header, .diyw hgroup, .diyw menu, .diyw nav, .diyw section {
	display: block;
}


/* LAYOUT SETTINGS */

html body 
{
	height: auto;
}


body 
{
	background-color:#19263c;
	background-repeat: repeat;
 	height:100%;
}

body .diyw 
{
 	min-height:100%;
}

.diyw #diywebBody{
	width:auto;
 	height:100%;
 	min-height:100%;
 	margin:auto;
 	font-family: 'times new roman';
 	font-size:13px;
 	color:#18253b;
}
.diyw #diywebContainer{
	width:955px;
 	height:100%;
 	min-height:100%;
 	margin:auto;
 	margin-top:20px;
 	margin-bottom:20px;
}
.diyw #diywebHeader{
	background: #14546d;
	width:660px;
	height:auto;
	margin: auto;
}
.diyw #diywebNavigation{
	background: white;
	width:100%;
	height:auto;
	margin:auto auto;
	padding-bottom: 10px;
}
.diyw #diywebSidebar {
	width: 230px;
	padding:10px 20px 10px 0px;
	margin-top:170px;
	margin-right:-27px;
}
.diyw #diywebSidebarTop{
	background:url(https://www.skylark-property-services.co.uk/s/img/sidebar_top.png);
	background-repeat: no-repeat;
	width:236px;
	height:18px;
}
.diyw #diywebSidebarCenter{
	margin-left:1px;
}
.diyw #diywebSubNavigation{
	width:100%;
	height: auto;
	padding-top: 7px;
}
.diyw #diywebSubContent{
	background: white;
	padding:15px 15px;
	margin-top:10px;
	line-height: 1.4em;
}

.diyw #diywebMainContent{
 	width: 732px;
 	height:auto;
	margin-top: 16px;
	line-height: 1.3;
}
.diyw #diywebMainContentTop{
	background:url(https://www.skylark-property-services.co.uk/s/img/main_top.png);
	background-repeat: no-repeat;
	width:732px;
	height:10px;
}
.diyw #diywebMainContentCenterBack{
	background:url(https://www.skylark-property-services.co.uk/s/img/main_back.png);
	background-repeat: repeat-y;
	width:732px;
	height:auto;
	padding: 30px 0 0 0;
} 
.diyw #diywebMainContentCenter{
	padding:15px 35px;
}
.diyw #diywebMainContentBottom{
	background:url(https://www.skylark-property-services.co.uk/s/img/main_bottom.png);
	background-repeat: no-repeat;
	width:732px;
	height:10px;
}
.diyw #diywebMainContent, .diyw #diywebSidebar {
 	float: left;
}
.diyw .diywebListItem{
 	width: inherit;
	display: block;
}
.diyw #diywebFooter{
	background-repeat: no-repeat;
 	width: 940px;
    height:auto;
    margin:auto;
    position: relative;
    float:none;
    clear:both;
}
.diyw #diywebFooterCenter{
	width: 930px;
	height:50px;
	position: relative;
	margin:auto;
	padding:15px 10px;
}


/*STYLES*/
.diyw a{
	color: #1683c3;
}
body.diyBgActive .diyw a{
    color: inherit;
}



.diyw h1, .diyw h2, .diyw #mainNav1, .diyw #mainNav2 {
	font-family: 'Times New Roman';
}
.diyw h1{
	color: #083044;
	font-size:33px;
	font-weight:bold;
	padding-bottom:12px;
	text-transform: uppercase;
}
.diyw h2{
	font-weight:normal;
	color: #1b447f;
	font-size:20px;
	font-weight:bold;
	text-transform: uppercase;
}
.diyw #diywebSidebar h1{
	/*color: #18253b;*/
	font-size:20px;
	font-weight:bold;
}
.diyw #diywebSidebar h2{
	/*color: #083044;*/
	font-size:18px;
	font-weight:normal;
}
.diyw #diywebFooterCenter, .diyw #diywebFooterCenter a{
	color:#fff;
	font-size: 14px;
	padding-top:10px;
	text-decoration: none;
}

/*MENU1*/
.diyw #mainNav1,
.diyw #mainNav2,
.diyw #mainNav3 {
 list-style: none;
 margin: 0;
 padding: 0;
 white-space: nowrap;
}

.diyw #mainNav1 a,.diyw #mainNav2 a, .diyw #mainNav3 a{
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.diyw #mainNav1{
	border-bottom: 1px solid #cacac9;
	padding:0px 0px 0px 0px;
	margin-bottom: 20px;
}
.diyw #mainNav1 li a.level_1{
	display:block;
	border-top:1px solid #cacaca;
	margin-left:0px;
	margin-bottom: -5px;
	padding:10px 15px 10px 15px;
	
	color:#18253b;
	font-size: 20px;
	display:block;
	text-decoration: none;
	font-family: 'Times New Roman';
}


/*SUBMENU*/
.diyw #mainNav2{
	padding-bottom: 0px;
	padding-left:20px;
}
.diyw #mainNav2 li a.level_2{
	background-image: none;
	line-height:1.2em;
	border-bottom:none;
	padding:5px;
	color:#18253a;
	font-size: 18px;
	font-weight: bold;
	display:block;
	text-decoration: none;
}


/*SUBMENU 2*/
.diyw #mainNav3{
	padding-bottom: 0px;
	padding-left:20px;
}
.diyw #mainNav3 li{
    width: 187px;
}

.diyw #mainNav3 li a.level_3{
	background: url('https://www.skylark-property-services.co.uk/s/img/image01.png') no-repeat left center;
	line-height:2em;
	border-bottom:none;
	margin-left:0px;
	margin-bottom:5px;
	padding:0px 0px 0 20px ;
	color:#4d4d4d;
	font-size: 13px;
	display:block;
	text-decoration: none;
}


/* CLEARFIX */
.diyw #diywebAllContent:before,
.diyw #diywebAllContent:after,
.diyw #mainNav1:before,
.diyw #mainNav1:after,
.diyw #mainNav2:before,
.diyw #mainNav2:after,
.diyw #mainNav3:before,
.diyw #mainNav4:after,
.diyw .thumbElement {
    content: "\0020"; 
    display: block; 
    height: 0; 
    overflow: hidden;
}

.diyw #mainNav1:after, .diyw #mainNav2:after, .diyw #mainNav3:after, .diyw #diywebAllContent:after, .diyw .thumbElement  { 
 clear: both; 
}

.diyw #mainNav1, .diyw #mainNav2, .diyw #mainNav3, .diyw #diywebAllContent, .diyw .thumbElement { 
 zoom: 1; 
}