
/*****************************************
 CSS rules common to all, or most, of site
******************************************/

/***************
 Overall layout
****************/
#outer-wrap
{
    margin: 0px;
    background: url(/images/layout/outer-wrap-background.jpg) top center no-repeat;
}

#wrap
{
    width: 976px;
    margin: 0px auto 0px auto;
    text-align: left;
}

#search
{
    height: 36px;
    float: left;
    margin: 0px 0px 0px 8px;
}

.search-text
{
    margin-top: 6px;
    border: none;
    background: none;
    width: 230px;
    font-size: 11px;
    color: #666;
    padding: 3px;
}

.large
{
	font-size: 120%;
	font-weight: bold;	
}

/*******
 Header
********/
#header
{
    border: none;
    margin: 0px 0px;
    padding: 0px;
}

#logo
{
    clear: left;
    margin: 0px 0px 0px 5px;
    padding: 30px 0px;
    vert-align: middle;
    width: 240px;
}

img.ray-white
{
    margin: 2px 0px -10px 0px;
}


/**********
Side-bar
***********/
#side-bar
{
    float: left;
    width: 200px;
    margin: 0px 0px 50px 7px;
    color: white;
    font-size: 0.8em;
}

#side-bar h2
{
    color: #3f5baf;
}

#property-info
{
    background: #1a5192;
    border: 1px solid #2b3a7f;
    width: 210px;
    padding: 10px 5px;
    line-height: 1.7em;
    text-align: right;
    margin: 0px 0px 10px 0px;
    color: white;
}

#property-info h2
{
    color: white;
}

/**********
Sub-nav
***********/
#sub-nav
{
    background: #111d57;
    width: 200px;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    border: 1px solid #22326e;
    text-align: right;
    line-height: 1.7em;
}

#sub-nav h2
{
    color: #3f5baf;
}

#sub-nav ul li
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

#sub-nav ul li ul li
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
}

#sub-nav ul li a:visited,
#sub-nav ul li a:link,
#sub-nav ul li ul li a:visited,
#sub-nav ul li ul li a:link
{
    color: #3f5baf;
    margin: 0px;
    padding: 0px;
}

#sub-nav ul li a:hover,
#sub-nav ul li ul li a:hover
{
    color: #ccc;
}

/**********
Admin Navigation
***********/

#admin-nav
{
    background: #020a27;
    border: 1px solid #2b3a7f;
    width: 200px;
    padding: 10px 10px;
    line-height: 1.7em;
    text-align: left;
    margin: 0px 0px 10px 0px;
    color: #111d57;
}

/**********
 Navigation
***********/
#navigation
{
    margin: 0px 0px 0px 0px;
    float: right;
    padding: 0px;
    border: none;

}

#navigation li
{
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#navigation li a:link,
#navigation li a:visited
{
    display: block;
    padding: 5px;
    background: none;
    text-transform: uppercase;
    color: #999;
    padding: 8px 15px 3px 15px;
    letter-spacing: 0.02em;
}

#navigation li a:hover
{
    text-decoration: none;
    background: none;
    color: #ccc;
}

#navigation li a.selected
{
    color: white;
}

/******
News
******/
#news-snippet
{
    height: 160px;
}


#news-snippet img
{
    border: 1px solid #293b7d;
    padding: 5px;
    background: #111d57;
    float: left;
    margin: 0px 20px 20px 0px;
}

/****
 Body
*****/

#page
{
    border: none;
    margin: 0px 0px 50px 255px;
    padding: 0px 0px;
}

#page-content
{
    margin-left: 265px;
}

/****
Slideshow
*****/

#slideshow
{
    margin-bottom: 30px;
}

.transparent-block
{
    background: url(/images/layout/transparent-black.png) repeat;
    padding: 7px;
    margin-bottom: 30px;
}

.image-holder
{
    border: 1px solid #23316d;
    height: 350px;
    width: 960px;
    padding: 0px;
    color: white;
}

a:link.hover-text,
a:visited.hover-text
{
    position: absolute;
    display: block;
    height: 350px;
    width: 240px;
    top: 8px;
    color: black;
    text-decoration: none;
    z-index: 10;
}

a:link.hover-text div,
a:visited.hover-text div
{
    display: none;
}

a:hover.hover-text div
{
    display: block;
    margin: 20px 5px 5px 10px;
    color: #eee;
}

a:hover.hover-text
{
    display: block;
    background: black;
    filter: alpha(opacity=77);-moz-opacity:.77;opacity:.77;
    height: 349px;
    padding-top: 1px;
}

.image-holder img
{
    display: block;
    position: absolute;
    z-index: 1;
}

/****
Category
*****/
.cat-table
{
    width: 100%;
}

.cat-table tr
{
}

.item-table
{
    margin-top: 15px;
}

.cat-table td,
.item-table td
{
    background: url(/images/layout/listing-bgd.png) repeat-x;
    padding: 10px;
    display: block;
    height: 200px;
    line-height: 1.7em;
}

.cat-table img,
.item-table img
{
    float: left;
    margin-right: 15px;
}

.sold-label
{
    display: block;
    position: absolute;
    z-index: 10;
}

.sold-property
{
    display: block;
    position: absolute;
    z-index: 1;
}

.sold-text
{
    margin-left: 245px;
}

/******
 Footer
*******/

#footer-admin
{
    text-align: center;
    font-size: 11px;
    color: #23316d;
    margin-bottom: 20px;
}


#footer-wrap
{
    margin: 30px 0px 20px 0px;
    padding: 0px;
    background: url(/images/layout/footer-wrap-background.jpg) repeat-x;
    border-top: 1px solid #23316d;
    border-bottom: 1px solid #23316d;
    clear: both;
}

#footer
{
    width: 960px;
    margin: 0px auto 0px auto;
    text-align: left;
}

#footer table
{
    margin-top: 25px;
}

#footer table img
{
    border: 1px solid #252f39;
}

#footer table td
{
    width: 240px;
    padding-bottom: 30px;
    color: #999;
    line-height: 16px;
    font: 11px;
    padding-right: 10px;
}

#footer h2
{
    color: #999;
    font: 18px 'Trajan Pro', 'Time New Roman', 'serif';
    text-variant: small-caps;
    margin: 0px 0px 10px 0px;
}

#footer table td.right-column,
#footer table td.right-column h2
{
    color: white;
    text-align: right;
    padding-right: 0px;
}

#footer p
{
    font-size: 11px;
}

#footer a
{
    color: #999;
}

/****************
Contacts Database
*****************/
#fd-table-1
{
    width: 710px;
}

#fd-table-1 td
{
    padding: 5px;
}

#fd-table-1 td div input
{
    text-align: right;
}

#fd-table-1 tr
{
    background: url(/images/layout/listing-bgd.png) repeat-x 100% 50%;
}

#fd-table-1 th
{
    color: white;
    padding: 5px;
}

#fd-table-1 a
{
    background: none;
}


/***************
 Common Classes
****************/
.block
{
    display: block;
}

.inline
{
    display: inline;
}

.print-only
{
    display: none;
}

.images
{
	margin-bottom: 5px;	
}

.images img
{
	display: block;	
}

#thumbnails
{
	margin-bottom: 10px;	
}

/**************
 CSS Rollovers
***************/
.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}


/************************
 Element Defaults
 (Keep minimal, prefer
 classes and IDs instead)
*************************/

:focus
{
    outline: 0;
}

a:link, a:visited
{
    color: #293b7d;
    text-decoration: none;
}

a:hover
{
    color: #3f5baf;
    text-decoration: underline;
}

li
{
    line-height: 1.6em;
}

body
{
    background: #020a27 url(/images/layout/main-background.png) repeat-x;
    color: #eee;
    font: normal 14px 'Helvetica', 'sans-serif';
    letter-spacing: 0.01em;
    margin: 0px;
}

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

h1
{
    color: #eee;
    font: 24px 'Trajan Pro', 'Time New Roman', 'serif';
    text-variant: small-caps;
    margin: 0px 0px 10px 0px;
}

h2
{
    color: #293b7d;
    font: 18px 'Trajan Pro', 'Time New Roman', 'serif';
    text-variant: small-caps;
    margin: 0px 0px 10px 0px;
}

h2 a:link,
h2 a:visited
{
    color: white;
}



img
{
    border: none;
    display: inline;
}

p
{
    line-height: 1.6em;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

td
{
    vertical-align: top;
}

hr
{
    background: #293b7d;
    border-top: none;
    border-right: none;
    border-left: none;
    padding: 1px;
    margin-top: 20px;
}

#email-friend
{
	float: left;	
	margin-top: -3px;
	margin-right: 5px;
}

