/* CSS Document */

html {
  	height: 100%;  
}

body {
	background-color: #1A4997;
	background-image: url(/baysiderealty/images/bg.jpg);
	background-position: center;
	background-repeat:repeat-y;
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: verdana, arial , sans-serif;
	font-size: 1em;

	/* To make sure the div contentArea is centered
		Because in property listing page Abc real estate
		provide different DOCTYPE so margin: 0px auto;
		won't make it centered. */
	text-align: center;
}

#contentArea {
	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	background-color: #1A4997;
	margin: 0px auto;
	padding: 0px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	/* IE & Firefox hack */
	min-height: 100%;
	height: 100%;
	text-align: left;
}

#header {
	text-align: center;
	height: 152px;
	border-bottom: 1px #FFFFFF solid;
}

#header img {
	margin-top: 10px;
}

#nav {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 1em;
	font-weight: bold;
	color: #FFF600;
}

#nav a {
	color: #FFF600;
	text-decoration: none;
	/*
		border-top: 1px solid #1A4997;
		border-left: 1px solid #1A4997;
		border-right: 1px solid #1A4997;
	*/
	border: 1px #FFFFFF solid;
	padding: 2px 4px;
	margin: 0px 5px;
}

#nav a:hover {
	color: #FFFFFF;
	background-color: #2B569B;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}

#content {
	position: relative;
	top: 25px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #2B569B;
	min-height: 410px;
	font-size: 0.85em;
	color: #FFFFFF;
}

#content h1 {
	margin-top: 0px;
	margin-left: 6px;
	margin-right: 6px;
	padding-bottom: 4px;
	padding-left: 60px;
	padding-right: 60px;
	font-size: 1.5em;
	color: #F9F112;
	border-bottom: 1px solid #FFFFFF;
	text-transform: uppercase;
}

#content h2 {
	margin-left: 6px;
	margin-right: 6px;
	padding-left: 60px;
	font-size: 1em;
	color: #FFFFFF;
}

#content h2.withArrow {
	margin-left: 65px;
	margin-right: 6px;
	padding-left: 25px;
	font-size: 1em;
	color: #FFF600;
	background-image: url(/baysiderealty/images/h2_arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#content h2.mouseLink , 
#content h2.mouseLinkLong {
	background-image: url(/baysiderealty/images/mouse.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 250px;
	height: 60px;
	margin: 0px auto;
	padding: 20px 0px 10px 55px;
}

#content h2.mouseLinkLong {
	width: 450px;
	letter-spacing: 3px;
	margin: 0px auto;
}

#content h4 {
	text-align: center;
	padding-left: 60px;
	color: #FFFFFF;
}

#content p , 
#content td {
	margin-left: 6px;
	margin-right: 6px;
	font-size: 0.85em;
}

#content table {
	margin-left: 60px;
	margin-right: 60px;
	
}


#content p {
	padding-left: 60px;
	padding-right: 60px;
}

#content td p {
	font-size: 1em;
	padding-left: 3px;
	padding-right: 3px;
}


#content ul.auction li {
	list-style: url(/baysiderealty/images/tick.gif);
	padding-top: 5px;
}

#content li {
	font-size: 0.85em;
	margin-left: 60px;
}

#content a:link , 
#content a:visited {
	text-decoration: none;
	color: #FFF600;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

#content .formHeadings {
	border: 1px solid #FFF600;
	color: #FFFFFF;
	font-weight: bold;
}

#content .teamPic {
	border: 2px solid #FFF600;
}

#content2 {
	margin-top: 5px;
	min-height: 400px;
}

#randomImg {
	float: right;
}

#footer {
	position: relative;
	margin: 10px auto;
	width: 100%;
	top: 10px;
}

#footer h3 {
	color: #FFF600;
	font-size: 1.5em;
	margin-top: 0px;
	margin-left: 215px;
}

#footer p {
	color: #FFFFFF;
	margin-top: 30px;
	margin-left: 220px;
	margin-bottom: 0px;
}



#siteBy {
	position: absolute;
	right: 5px;
	font-size: 0.65em;
	color: #FFFFFF;
	text-align: right;
}

#siteBy a {
	text-decoration: none;
	color: #FFFFFF;
}

#siteBy01 {
	position: absolute;
	bottom: 2px;
	right: 5px;
	font-size: 0.65em;
	color: #000000;
	text-align: right;
}

#siteBy01 a {
	text-decoration: none;
	color: #000000;
}

