/* Convenant Realty CSS */
/* body struture  */
html {
background-image:url(../images/drop.jpg);
margin:0px;
width:100%;
height:100%;
background-color:#000000;
font-family:"Times New Roman", Times, serif;
font-weight:200;
}

body{
width:100%;
height:100%;
margin:0px;
}

#mainContent {
background-image:url(../images/pageBgTEST.gif);
background-position:center bottom;
background-repeat:no-repeat;
width:900px;
height:590px;
}


#mainContentHome {
background-image:url(../images/pageBg2.gif);
background-position:center bottom;
background-repeat:no-repeat;
width:900px;
height:590px;
}

.frameHolder {
border: #5E2F00 solid 2px;
margin-top:50px;
margin-bottom:17px;
width:830px;
height:468px;
}

#content{
width:900px;
height:500px;
}

/* Header style */
#flashholder{
margin-top:50px;
}

#headerLinks {
background-color:#000000;
text-align:center;
font-size:18px;
font-weight:bold;
font-family:"Times New Roman", Times, serif;
font-variant:small-caps;
color:#d9a521;
height:30px;
}

#headerLinks a, a:visited, a:active {
color: #d9a521;
}

#topLine {
background-color:#000000;
height:8px;
}
#bottomLine {
background-color:#d9a521;
height:10px;
width:900px;
}

/* footer style */
#footer {
padding-top:2px;
text-align:center;
font-size:12px;
font-family:"Times New Roman", Times, serif;
color:#d9a521;
width:900px;
background:#000000;
}
.footLinks a, a:visited, a:active {
color: #d9a521;
}

#footer a, a:visited, a:active {
color: #d9a521;
}

.footLinks {
font-size:14px;
font-weight:bold;
font-variant:small-caps;
color: #d9a521;
}


/* text syles */

#titles {
text-align:left;
padding-left:35px;
font-size:18px;
font-family:Times New Roman;
font-weight:bold;
font-variant:small-caps;
color:#000;
float:left;
}


.smallcopy {
font-size:11px;
font-style:italic;
}

.headings{
font-size:18px;
font-family:"Times New Roman", Times, serif;
font-variant:small-caps;
}

.bodycopy{
font-size:12px;
color:#000000;
font-family:Arial;
font-weight:bold;
letter-spacing:0.7px;
padding-top:0px;
padding-right:20px;
}


li {
padding-left:15px;
font-family:Arial;
font-size:11px;
font-weight:bold;
color:#000;
list-style:disc;
line-height:inherit;
}


/*Body styles*/

#text {
float:right;
width:670px;
text-align:left;
padding-right:20px;
line-height:150%;
}

#textAbout {
float:right;
width:480px;
text-align:left;
padding-right:20px;
}

#textContact {
padding-left:35px;
width:100%;
text-align:left;
padding-right:20px;
}

#textLogIn {
float:right;
width:500px;
text-align:left;
padding-right:20px;
}

#textAgents {
float:right;
width:600px;
text-align:left;
padding-right:10px;
}

.spacerAgents {
height:20px;
}
 

/* links */
.white {
color:#FFFFFF;
}

.sideLinks {
font-size:14px;
font-variant:normal;
color:#FFFFFF;
}

a {
text-decoration:none;
}

a:link {
	color: #000;

}
a:visited {
	color: #000;
	
}

a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a:active {
	color: #000;
}


.clear {
	clear: both;
}

.spacer {
	height: 1px;
}

/* Form styles */
.titlesForm {
font-size:14px;
font-weight:bold;
font-family:"Times New Roman", Times, serif;
}

.input {
background-color:#E6D3B0;
font-family:Arial;
font-size:12px;
width:200px;
color:#000000;
border:1px solid #6d3617;
padding-left:2px;
}

.inputSearch {
background-color:#E6D3B0;
font-family:Arial;
font-size:12px;
width:150px;
color:#000000;
border:1px solid #6d3617;
}

.button {
font-family:"Times New Roman", Times, serif;
font-size:12px;
background-color:#dcbf7d;
color:#000000;
border:1px solid #6d3617;
}
#linecontact {
background-image:url(../images/line.gif);
background-repeat:repeat-y;
background-position:top;
height:200px;
}

.agentsTablePic {
border:#000000 solid 2px;
}

.agentsTableLink {
text-decoration:underline;
color:#000000;
}

.bioScroll textarea {
scrollbar-face-color: #D3AE71;
scrollbar-highlight-color : #A47132; 
scrollbar-3dlight-color : #724E23;
scrollbar-darkshadow-color : #660000; 
scrollbar-arrow-color : #fff; 
scrollbar-shadow-color : #B6924C; 
scrollbar-track-color: #724E23;
border: 0px;
background:none;
width:500px;
height:125px;
padding:3px;
font-family:Arial;
font-size:11px;
font-weight:bold;
}

.bioScrollText {
font-family:"Arial";
font-size:11px;
font-weight:bold;
letter-spacing:0.8px;
}

.PdfLogo {
/*background-image:url(../images/PDFIcon.jpg);
background-position:right;
background-repeat:no-repeat;*/
width:100%;
height:16px;
text-align:left;
padding-bottom:2px;
}

.pdfAlign IMG {

align:right;
}


/* For regular scrolling text  */




/*  Admin Styles   */
#messageMain {
width:800px;
text-align:left;
background-color:#D3AE71;
border:solid 2px #FFF;
font-size:14px;
}

#messageContent {
text-align:left;
background-color:#D3AE71;
padding-left:5px;
padding-right:5px;
padding-bottom:8px;
}

#messageMain a {
color:#161616;
font-size:13px;
}