/* Multivits CSS - Author: Paul Arnold

Tips on making the Stylesheet as compliant as possible 

- Use relative (scalable) units (em, %, keyword) rather than fixed units (px, in, cm)
	This helps browsers to resize text. If possible use em

- Use fallback fonts in case the browser does not support your chosen font
	eg: "font-family: Verdana, Arial, Helvetica, sans-serif"

- For proper screen-reader compliance keep background and text colours as contrasting as possible

- Use CSS to layout pages as much as possible as using HTML based laout (tables etc) can confuse screen readers

To validate your CSS go to http://jigsaw.w3.org/css-validator/

*/

/* 
Global Properties - this will set the margins and padding of everything on the page to 0. Not essential but gives you more control over your layout.
The Font-Size Property here fixes an IE bug regarding relative font-sizes. In the same way, Line-Height keeps the gap between lines consistent.
*/

* { 
	margin: 0; 
	padding: 0;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin-top: 25px;
	font-family: arial, helvetica, sans-serif;
	background: fixed #233235 url(../images/bground.jpg) repeat-x;
	
}

img {
	border: 0;
}

h1 {
	color: #3B4B4B;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: normal;
	
}

h2 {
	margin-bottom: 13px;
	color: #00498D;
	
	
}

h3 {
	margin-bottom: 9px;
	color: #666666;
	font-size: 0.8em;
	
	
}

h4 {
	color: #99CC33;
	font-weight: bold;
	font-size: 10px;
}

h5 {
	color: #FFFFFF;
	font-size: 16px;
	@font-size: 15px;
	margin-bottom: 10px;
	line-height: 12px;
	font-weight: normal;
}

li {
	color: #333333;
	margin-left: 10px;
	
}

ul {
	color: #333333;
	font-size: 0.8em;
	margin-left: 10px;
}

p {
	margin-bottom: 8px;
	line-height: 1.1em;
}

/* Fonts */

a:link {
	color: #00498D;
	text-decoration: none;
}
a:visited {
	color: #00498D;
	text-decoration: none;
}
a:hover {
	color: #222222;
	text-decoration: none;
}

.arma:link {
	color: #FFFFFF;
	text-decoration: none;
}
.arma:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.arma:hover {
	color: #000000;
	text-decoration: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.smgrey{
	color: #CCCCCC;
	font-size: 9px;
	font-weight: normal;
}

.red{
	color: #990000;
}

/* Main Divs */

#headerdiv {
	width: 968px;
	height: 105px;
	border: solid 6px;
	border-bottom-width: 3px;
	border-color: #FFFFFF;
	background: url(../images/bgblock.jpg) repeat;
	margin: 0 auto;
	vertical-align: bottom;
	font-size: 9px;
	color: #999999;
	
}

#main {
	width: 968px;
	border: solid 6px;
	border-top-width: 3px;
	border-color: #FFFFFF;
	background: #FFFFFF;
	margin: 0 auto;
	vertical-align: bottom;
	font-size: 10px;
	color: #333333;
	
}

#secondnav {
	width: 968px;
	height: 69px;
	background: url(../images/greengrad.jpg) repeat-x;
	text-align: right;
	padding-bottom: 6px;
}
	
	#searchbox{
		float: left;
		padding: 10px 20px;
		color: #FFFFFF;
		text-align: left;
	}
	.search-dd{
		width: 200px;
		font-size: 14px;
	}
#bottomnav {
	width: 968px;
	text-align: center;
	padding-top: 6px;
}

.nav {
	display: inline;
	height: 46px;
	background: url(../images/darkblockbg.gif) repeat;
}

#footer {
	color: #FFFFFF;
	width: 968px;
	margin: 0 auto;
	font-size: 10px;
}

.topaddr {
	margin-right: 30px;
}

#mainholder {
	clear: both;
	height: 400px;
}

.leftcont {
	height: 370px;
	width: 317px;
	float: left;
	padding: 15px;
	padding-right: 10px;
	border-right: #CCCCCC 1px solid;
	
}

.rightcont {
	height: 370px;
	width: 593px;
	float: right;
	padding: 15px; 
	overflow-y: auto;
	overflow-x: none;
}

#container {
	height: 370px;
	width: 968px;
}

#searchtab {
	width: 100%;
	float: right;
	
}

#searchtab td {
	border-top: 1px dashed #CCCCCC;
	padding: 8px;

}

#searchtab select{
	width: 200px;
}

.dashed {
	border: 0;
	border-top: 1px dashed #CCCCCC;
	margin: 10px 0;
	clear: both;
}
/* Sub Divs */



#headerint {
	display: inline;
}

#headerright {
	
}

/* Properties Results */

.propres {
	width: 185px;
	float: left;
	margin: 3px;
}

.propprice {
	padding: 5px;
	background: #8DB516;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-weight: bold;
}
.propthumb {
	width: 175px;
	height: 100px;
	background-position: center middle;
	background: no-repeat;
	margin-bottom: 5px;
	border-right: 5px solid #EDEDED;
	border-left: 5px solid #EDEDED;
	border-bottom: #EDEDED 5px solid;
}

.propthumbdesc {
	width: 175px;
	height: 100px;
	background-position: center middle;
	background: no-repeat;
	margin-bottom: 5px;
	border: 5px solid #EDEDED;
	
}

.propteaser {

	font-size: 9px;

}


.propimage {
	width: 350px;
	height: 200px;
	background-position: center middle;
	background: no-repeat;
	margin-bottom: 5px;
	float: left;
}

.propthumbs {
	width: 200px;
	float: right;
}

#propdesc {
	width: 350px;
	float: left;
}	


/* Pagination */
.paginate {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
}
a.paginate {
    border: 1px solid #99CC33;
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    color: #999999;
}
a.paginate:hover {
    background-color: #99CC33;
    color: #FFF;
    text-decoration: underline;
}
a.current {
    border: 1px solid #99CC33;
    font: bold .7em Arial,Helvetica,sans-serif;
    padding: 2px 6px 2px 6px;
    cursor: default;
    background:#99CC33;
    color: #FFF;
    text-decoration: none;
}
span.inactive {
    border: 1px solid #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .7em;
    padding: 2px 6px 2px 6px;
    color: #FFFFFF;
    cursor: default;
}

.conthead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3B4B4B;
}

.contsub{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999999;
}

.contpara {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 16px;
}

.radio1 {
	background: url(../images/buy-on.jpg);
}
.hiddenpic {
	display: none;
}
.middle{
	vertical-align: middle;
}

.video{width: 300px; height: 250px; float: right; }