/* -----------------------------------*/
/* >>> SET BROWSER DEFAULT SETTINGS <<*/
/* -----------------------------------*/
/* REMOVE PADDING AND MARGIN VALUES */
* {margin: 0; padding: 0;}

/* HARMONIZE LINKS, KILL BORDER ON IMG LINKS */
a {
	text-decoration: none;
	color: #3333CC;
}
a:visited {
	color: #3366CC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: B22222;
}
a img, :link img, :visited img {border: none}

/* REMOVE BROWSERS DEFAULT TABLE BORDERS */
/* SET FONT */
table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/* HARMONISE LIST-BULLET TYPE */
ul, ol, dl {
	list-style-type: none;
}
/* -----------------------------------*/
/* ---- GLOBAL <<<-----------*/
/* -----------------------------------*/
html, body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
* { font: 100% Verdana, Tahoma, sans-serif; }
#wrapper {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	font-size: 0.888em;
	color: #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom-style: none;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/bgWrapper.jpg);
	background-repeat: repeat-y;
	background-position: right 20px;
}
#header {
	height: 1%;
	width: auto;
	position: relative;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding-top: 10px;
}
#sidebar {
	width: 240px;
	padding: 10px;
	float: left;
	margin-top: 20px;
	height: auto;
}
#main {
	padding: 10px;
	width: 660px;
	float: left;
	margin-right: 10px;
	background-image: url(../images/bgMain.jpg);
	background-repeat: no-repeat;
}

#mainDashboard {
	padding: 10px;
	width: auto;
	float: left;
	margin-right: 10px;
	background-image: url(file:///C|/Documents%20and%20Settings/Robert%20Greenberg/My%20Documents/websites/images/bgMain.jpg);
	background-repeat: no-repeat;
}

#idx {
	float: left;
	height: 1250px;
	width: 750px;
	margin-left: 20px;
}


#footer {
	text-align: center;
	border-top: 2px solid #000;
	font-size: 0.8em;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
	position: relative;
	background-image: url(../images/bgFooter.jpg);
	background-repeat: repeat;
}
ul, ol {
	padding-left: 20px;
}
li {
	list-style-type: square;
	margin-left: 2em;
	margin-bottom: 0.2em;
}
ol li {
	list-style-type: decimal;
}

* p {
	padding-bottom: 1.125ex;
}

/* -----------------------------------*/
/* ---- Page Structure <<<---*/
/* -----------------------------------*/
.clear {
	clear: both;
}
.textCenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.box {
	padding: 5px;
	border: 1px solid #000000;
}

.line {
	width: 100%;
	height: 1px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
/* >>> ---------- BEGIN CUSTOM LAYOUT ---------- <<<*/
.lineBlock {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 22B422;
	width: 100%;
	height: 1px;
	clear: both;
	background-image: url(../images/bgSidebarB.gif);
	background-repeat: repeat-x;
	background-position: center;
}


.right {
	float: right;
}
.left {
	float: left;
}
.Times2 {
	font-size: 2em;
}
.notes {
	font-family: Georgia, serif;
	font-size: .8em;
}
/* -----------------------------------*/
/* ---- Header <<<-----------*/
/* -----------------------------------*/
/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5, h6 {
}

h1 {
	font-size: 2em;
	color: #214A7E;
}
h2 {
	font-size: 1.75em;
	color: #214A7E;
}
h3 {
	font-size: 1.5em;
	color: #214A7E;
}
h4 {
	font-size: 1.2em;
	color: #214A7E;
}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}
/* -----------------------------------*/
/* ---- Footer <<<-----------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ---- Navigation <<<-------*/
/* -----------------------------------*/
/* >>> ---------- SET HEADER NAVS ---------- <<<*/
/* >>> ---------- SET SIDEBAR NAV ---------- <<<*/
#sidebar ul.nav {
	padding: 0px;
	margin: 0px;
}
#sidebar ul.nav li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#sidebar ul.nav a {
	display: block;
	font-size: 24px;
	height: 40px;
	width: 200px;
	font-weight: bold;
	background-image: url(images/bgsidebarlink.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	margin-bottom: 20px;
	padding: 5px 5px 5px 10px;
}
#sidebar ul.nav a:visited {
}
#sidebar ul.nav a:hover {
}
#sidebar ul.nav a:active {
}
body#home #sidebar ul.nav #homelink a,
body#contact #sidebar ul.nav #contactlink a {
}
/* >>> ---------- SET FOOTER AND TOP NAV ---------- <<<*/
#footer a {
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 2;
}
#footer, #topNav a:visited {
}
#footer, #topNav a:hover {
}
#footer, #topNav a:active {
}
body#home #footer, #topNav #homelink a,
body#contact #footer, #topNav #contactlink a {
}
/* -----------------------------------*/
/* ---- Forms <<<------------*/
/* -----------------------------------*/
form {
	background-color: #F0F0F0;
	float: left;
	padding: 10px;
	font-family: Arial, Tahoma, sans-serif;
	border: 1px solid #000000;
	background-image: url(images/logo2Small.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
label {
	width: 10em;
	text-align: right;
	display: block;
	float: left;
	padding-right: 5px;

}
input {

}
#sidebar form {

}

#sidebar label {
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	margin-bottom: .2em;
	display: block;
	float: left;
	margin-top: .2em;
}
#sidebar input {
	font-size: .8em;
	display: block;
	float: left;
	clear: both;
}


caption {
	font-size: 2em;
	text-align: left;
}

/* -----------------------------------*/
/* ---- Tables <<<------------*/
/* -----------------------------------*/
td, th {
	font-family: Arial, Tahoma, sans-serif;
	padding: .5em;
	border: .5px solid #666666;
	border-collapse: collapse;
}
th {
	font-variant: small-caps;
	background-color: #F0F0F0;
	font-weight: bold;
}

/* -----------------------------------*/
/* ---- Comments <<<---------*/
/* -----------------------------------*/

/* -----------------------------------*/
/* ---- Extras <<<-----------*/
/* -----------------------------------*/
#header #slogan {
	float: right;
	position: relative;
	clear: right;
	border: 1px dashed #000000;
	padding: 5px;
	margin-right: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1%;
}
#header #slogan ul {
	font-size: 18px;
	text-align: center;
	color: #214A7E;
	list-style-image: url(images/bgheaderli.gif);
}
#header #slogan li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 50px;
	text-align: left;
	margin-right: 10px;
	padding: 0px;
	list-style-image: url(images/bgheaderli.gif);
}
#header #topmenu {
	background-color: #214A7E;
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
	height: 1%;
}
#header #topmenu ul {
	list-style-type: none;
	position: relative;
}
#header #topmenu li {
	display: inline;
}
#header #topmenu a {
	padding: 5px 10px;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin: 0px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	float: left;
	display: inline;
	height: auto;
	width: auto;
}

#header #topmenu a:visited {
}
#header #topmenu a:hover {
	background-color: #CCCCCC;
	color: #214A7E;
}
#header #topmenu a:active {
}

body#home #topmenu #homelink a,
body#contactus #topmenu #contactuslink a,
body#ouragents #topmenu #ouragentslink a,
body#ourlistings #topmenu #ourlistingslink a,
body#alllistings #topmenu #alllistingslink a {
	background-color: #CCCCCC;
	color: #214A7E;
}
/* -----------------------------------*/
/* ---- BEGIN PHOTO LAYOUT <<*/
/* -----------------------------------*/
/* -----------------------------------*/
img[name] {
	padding: 5px;
	border: 1px solid #000000;
}
.imgLeft {
	float: left;
	margin-right: 10px;
}
.imgRight {
	float: right;
}
.imgCenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.agentInfo {
	float: left;
	width: 360px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 1%;
}

/* >>> ---------- Most be placed in a div ---------- <<<*/
div.imgCommented {
	width: auto;
	height: auto;
}
div.imgCommented h6 {
	text-align: center;
	font-family: Georgia, serif;
	font-size: 90%;
	font-weight: normal;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.fash {
	text-decoration: blink;
	color: #800080;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.2em;
	font-weight: bold;
}

