/* Start of CMSMS style sheet 'Layout-1 : Layout' */
/* 
*{
margin:0;
padding:0;
} */

body {
	text-align: left;

}

/*
if img is inside "a" it would have 
*/
img {
	border: 0;
}
/*

/*****************
basic layout 
*****************/

body {
	margin:0 0 0 0;    /* gives some air for the pagewrapper */
	padding-top:10px;
	background:#606B67 url(uploads/Layout-1/bgr.gif);
}
/* center wrapper, min max width */
div#pagewrapper {
	border:1px solid #333333;
	margin: 0 auto;       /* this centers wrapper */
	width: 855px;
	padding:10px;
	background-color: #ffffff;
}
div#page_inner_wrapper {
	width: 855px;
	margin: 0 auto;
	background-color: #ffffff;
}
/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/

div#header {
	height: 260px;    /* adjust according your image size */
	background: #ffffff;
	background:url(uploads/Layout-1/banner.jpg) no-repeat;
	text-align:right;
	line-height:15px;
}
div#header h1 a {
	/* you can set your own image here */

	display: none;
	text-indent: -999em;  /* this hides the text */
	text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}
/* position for the search box */

div#search {
	text-align: left;
	padding: 0em 0 0em 2em;
	margin: 0 0em 0 0;
}
div#search select {
	width:180px;
	font-size:12px;
	color: #3c5a64;
}
div#content {
	margin: 0 auto;   /* some air above and under menu and content */
	width: 855px;
}
div#main {
	margin-left: 228px; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
	border-left: solid 5px #FFFFFF;
	padding:23px;
	min-height:389px;
}
div#sidebar {
	float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
	width: 228px;     /* sidebar width, if you change this please also change #main margins */
	display: inline;  /* FIX IE double margin bug */
	min-height:389px;
	padding: 0px;
}
div#footer {
	clear: both;       /* keep footer below content and menu */
	margin-top:5px;
}
/* as we hid all hr for accessibility we create new hr with extra div element */

div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
#myframe {
	height: 1600px;
}
div#button { /* this is the container for the buttons ie property search etc */
	display:block;
	width:228px;
	height:92px;
	padding: 0px;
}
div#feature { /* this is the container for the feature image(s) rotating images*/
	display:block;
	width:230px;
	height:160px;
	padding: 0px;
margin-bottom:50px;
}
/* End of 'Layout-1 : Layout' */

