body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
}

a {
	text-decoration:none;
	outline: none;
	color: #000080;
}

a:hover
{
	text-decoration:underline;
}

.button_link
{
	display:block;
	height:25px;
	line-height:23px;
	border-top:1px solid #bbb;
	border-left:1px solid #bbb;
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	background:#999;
	color:black;
	width:140px;
}

.button_link:hover
{
	border-top:1px solid #777;
	border-left:1px solid #777;
	border-bottom:1px solid #bbb;
	border-right:1px solid #bbb;
	background:#555;
	color:white;
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-style: italic;
	font-family: Helvetica;
	font-size:14px;
}

table {
	border-collapse: collapse;
}


/* MAIN CONTAINER */

#container {
	margin: 0 auto;
	width: 757px;
	padding: 0 0 10px 0;
	background-color: #ffffff;
	clear: both;
	overflow: hidden;
}

/* END MAIN CONTAINER */


/* BEGIN HEADER */

#header {
	float: left;
	height: 245px;
	width: 757px;
	background-image: url(http://skylinerealty.com/images/header_bg.jpg);
	background-repeat: no-repeat;
}

/* END HEADER */


/* BEGIN NAVIGATION */

#navigation {
	float: left;
	width: auto;
}

#navigation ul {
	list-style: none;
	margin: 0 0 0 1px;
	padding: 0;
	clear: both;
	overflow: auto;
	text-align: center;
}

#navigation ul li {
	display: inline;
	background-image: url(http://skylinerealty.com/images/navbg2.jpg);
	background-repeat: repeat-x;
}

#navigation ul li a{
	display: block;
	float: left;
	width: 124px;
	padding: 3px 0 3px 0;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #666666;
	background-image: url(http://skylinerealty.com/images/navbg1.jpg);
	background-repeat: repeat-x;
	border: 1px solid #6e857f;
}

#navigation ul li a:hover {
	background-image: url(http://skylinerealty.com/images/navbg2.jpg);
	background-repeat: repeat-x;
}

#navigation ul li a.menuSelected {
	background-image: url(http://skylinerealty.com/images/navbg3.jpg);
	background-repeat: repeat-x;
	color: #a20500;
}

/* END NAVIGATION */


/* MAIN CONTENT */

#mainContentHome {
	float: left;
	width: 740px;
	clear: both;
	overflow: auto;
	line-height: 18px;
	padding: 5px;
}

#logo {
	float: left;
	width: auto;
	margin: 20px 30px 0 20px;
}

#homeContent {
	float: right;
	width: 480px;
	margin: 10px 0 0 0;
}

#mainContent {
	float: right;
	width: 520px;
	padding: 10px;
	line-height: 18px;
}

#mainContent label{
	display:block;
	float:left;
	font-weight:bold;
	margin-right:10px;
	text-align:right;
	width:150px;
}

#pageMenu {
	font-size: 11px;
	margin: 10px 0 10px 0;
}

.anchors, .anchors a {
	font-size: 12px;
	font-weight: bold;
	color: #000080;
}

.backTop {
	text-align: right;
}

.backTop a{
	margin: 5px;
	font-weight: bold;
	color: #aaaaaa;
}

.center {
	text-align: center;
	font-weight: bold;
	color: #000080;
}

.subCenter {
	font-style: italic;
	font-weight: normal;
}

#contactTable {
	text-align: center;
	font-weight: bold;
	background-image: url(http://www.skylinerealty.com/images/graphics/backgrounds/srbgmainp.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.contactMore {
	font-style: italic;
	font-weight: normal;
	color: #aaaaaa;
}

#contactTable img{
	width: 50px;
	height: 66px;
}

#agentHeader img{
	border: 1px solid black;
}

/* END MAIN CONTENT */


/* BEGIN SIDEBAR */

#sideBar {
	float: left;
	padding: 5px;
	width: 190px;
}

#logoBox {
	text-align: center;
	margin: 10px 0 10px 0;
}

#sideBar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sideBar ul li{
	background-color: #dddddd;
}

#sideBar ul li a{
	display: block;
	width: 160px;
	height: auto;
	background-image: url(http://skylinerealty.com/images/menu_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 1px solid #bbbbbb;
	padding: 10px 0 10px 40px;
	color: #666666;
	text-decoration: none;
	font-variant: small-caps;
}

#sideBar ul li a:hover{
	background-image: url(http://skylinerealty.com/images/menu_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 1px solid #bbbbbb;
	color: #a20500;
	font-variant: small-caps;
}

#sideBar ul li a.lnkSelected {
	background-image: url(http://skylinerealty.com/images/menu_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 1px solid #bbbbbb;
	color: #a20500;
	font-variant: small-caps;
}

#sideBar input, #sideBar textarea{
	width: 150px;
}

#sideBar input.radio {
	width: 12px
}

li.heading {
	width: 168px;
	font-weight: bold;
	padding: 15px 20px 5px 10px;
	background-image: url(http://skylinerealty.com/images/heading_bg.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #837f7f;
	color: #837f7f;
}

/* END SIDEBAR */

/* BEING PAGE BOTTOM */

#pageBottom {
	float: left;
	overflow: auto;
	margin: 0 0 0 15px;
}

.pbContainer {
	float: left;
	width: auto;
}

.pbContainer img{
	height: 150px;
	margin: 2px 2px 0 0;
}

.pbTitle {
	height: 15px;
	width: 182px;
	padding: 3px 0 3px 0;
	text-align: center;
	color: #666666;
	font-weight: bold;
	background-image: url(http://skylinerealty.com/images/graphics/backgrounds/silvercellrollup.jpg);
	background-repeat: repeat-x;
}

.pbTitle a{
	color: #666666;
	text-decoration: none;
}

/* END PAGE BOTTOM */


/* BEGIN FOOTER */

#footer {
	margin: 0 auto;
	width: 757px;
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
}

#footer a{
	color: #ffffff;
}

/* END FOOTER */


/***Buyer Registration page/form***/
.input_area {
float:left;
text-align:left;
width:530px;
}

.input_adjust {
float:left;
margin-bottom:5px;
}

.reg_label {
float:left;
width:150px;
}

.reg_input {
width:200px;
}

.checkbox_colum
{
float:left;
width:130px;
}

#registration_error
{
	color:red;
	text-align:center;
}

.red
{
	color:red;
}

.grayheader
{
	background:#AAAAAA none repeat scroll 0 0;
	color:white;
	margin-bottom:5px;
	margin-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
}

.checkbox_area
{
	float:left;
	margin-bottom:10px;
}

.checkbox_colum
{
	float:left;
	width:125px;
}