@charset "UTF-8"; 
/*CSS Document    
Malcolm Allison Property Consultants started 
6/7/07*/

body {
	font-family: Verdana, Arial;
	font-size:100%;	
	color:;
}

* {
	margin: 0;
	padding: 0;
}

P {
	color: #153A6F;
	font-size: 75%;
	font-family:Verdana, Arial;
}

a:link, a:visited {
	color: #153A6F;	
}

a:hover, a:active {
	color: #C9252C;
}

.italics {
	font-style:italics;
}

.bold {
	font-weight:bold;
}

.imageright {
	float:right;
}

.highlight {
	color:#C9252C;
}

.imageleft {
	float:left;
}

/* ie min-width emulation */

* html .minwidth { border-left:760px solid #fff; position:relative; float:left; z-index:1; }
* html .container { margin-left:-760px; position:relative; float:left; z-index:2; }

/*	
#stretchborder {
	width: auto;
	padding-right:2px;
	margin:0 5% 0 5%;
}
*/

#wrapper {			
	width:auto;	
	margin: 0 20px 0 20px;
	padding:0 2px 0 0;
	min-width: 760px;
	background:url(sitegraphics/bg_wrapper_right_border.gif) right 0 no-repeat;
}

#contentwrapper {
	min-width:760px;
	background:url(sitegraphics/bg_content.gif) left repeat-y;	
}

#branding {
	background:url(sitegraphics/bg_banner_branding.gif) 0 0 repeat-x;
}

#navcontainer {
	float:left;
	height:100%;
}

#nav {
	float:left;	
	width:222px;	
	background:url(sitegraphics/bg_nav.gif) repeat-y;	
}

#nav ul {
	margin-top:30px;
	list-style:none;
}

#nav li {
	display:block;
}

#nav li a {
	height: 20px;
	weight: 220px;
	text-align:right;	
	display: block;
	padding: 10px 10px 0 0;
	font-size:70%;
	font-weight: normal;
	font-family:Verdana, Arial, sans-serif;
	text-decoration: none;	
}

#buttonNotSelected {background:url(sitegraphics/buttonsheet.gif) 0 0;}

#buttonNotSelected a {color:#FFF;}

#buttonSelected {background:url(sitegraphics/buttonsheet.gif) -222px 0;}

#buttonSelected a {color:#C9252C;}

#contentmain {	
	width: auto;	
	margin-left: 230px;
	padding-top: 35px;	
}

#contentmain p {
	margin-bottom:10px;
	padding: 0 10px 0 10px;
}

#contentmain h1 {
	margin: 0 0 10px 10px;	
	font-size: 120%;
	font-family:Verdana, Arial;
	color:#C9252C;
}

#contentmain ul {
	list-style: square;	
	margin: 0 0 10px;
	padding: 0 30px 0px 30px;
}

#contentmain li {	
	font-size:75%;
	margin: 0 0 0px 0;
	color:#153A6F;
}

#contentmain h2 {
	margin: 0 0 10px 10px;
	font-family:Verdana, Arial;
	font-size: 90%;
	color:#153A6F;
}

#contact {
	border-top: solid 1px #153A6F;
	padding-top: 10px;
	margin: 0 0 0 240px;
}

#foot {
	margin-top:20px;
	height: 30px;
	border-bottom: solid 2px #153A70;
	width: auto;
	background:url(sitegraphics/bg_footer.gif) repeat-y #C9252C;
	clear:both;
}

/*------------------------------------Contact form styling------------------------------------*/

#contactform {	
	width: 275px;
	padding-left: 10px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

label {
	font-size: 75%;
	font-weight:bold;
	display: block;
	color:#C9252C;
}

input {
	width: 100%;
	margin: 2px 0 8px 0;
	border: 1px solid #000;
}

.checkbox {
	width: 15px;
}

textarea {
	width: 100%;
	margin: 2px 0 8px 0;
	border: 1px solid #000;
}

select {
	width: 50%;
	margin: 2px 0 8px 0;
	border: 1px solid #000;
}

.sendform {
	display: block;
	clear: both;
	margin: 10px 0 10px 0;
	text-align: center;
}

.sendbutton {
	width: 90px;
	border: solid 1px #153A6F;
}

