html
{
	background:#464d54 url(../images/html-bg.gif);
	height:100%;
}

body
{
	padding:0;
	margin:0;
	font-size:80%;
	font-family:Tahoma, Arial;
	height:100%;
}

img
{
	border:0;
}

h1, .h1
{
    color:#000000;
    font-size:18px;
    font-weight:normal;
}


h2, .h2
{
    font-size: 120%;
    font-weight: bold;
    color:#02609e;
}

a
{
	color:#02609e;
}

.clear
{
	clear:both;
}

ul.devider
{
	
	margin:5px 0;
	padding:0;
	height:1px;
}

#container
{
	background:url(../images/container-bg.gif) repeat-y;
	width:900px;
	margin:0 auto;
	padding:0px 4px;
	min-height:100%;
}

* html #container
{
	height : 100%;
}

#header
{
	height:96px;
}

#bottom-menu
{
	line-height:28px;
	background:url(../images/menu-bg.gif) repeat-x;
}

#bottom-menu ul
{
	list-style:none;
	padding:0 0 0 20px;
	margin:0;
}

#bottom-menu ul li
{
	display:inline;
}

#bottom-menu ul li.last a
{
	background:none;
}

#bottom-menu ul li a 
{
	display:block;
	float:left;
	line-height:28px;
	padding-right:18px;
	padding-left:12px;
	background:url(../images/menu-devider.gif) no-repeat right 10px;
	color:#605a5a;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}

#bottom-menu ul li a:hover
{
	color:#fd0101;
}

#banner
{
	padding:0;
	text-align:center;
	background:url(../images/banner-bg.gif) repeat-x bottom;
	height:137px;
	width:901px;
}

#content
{
	background: #ffffff;
	padding:10px;
}

#right-column
{
	float:right;
	width:220px;
}

#right-menu
{
	margin-left:50px;
	clear:both;
}

#right-menu ul
{
	list-style:none;
	padding:0;
	margin:0;
	width:154px;
}

#right-menu ul li a
{
	display:block;
	width:129px;
	height:26px;
	line-height:23px;
	background:url(../images/right-menu-bg.gif);
	margin:4px 0;
	padding-left:25px;
	color:White;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
}

#right-menu ul li a:hover
{
	color:#fd0101;
}

#right-menu ul.static
{
	background:url(../images/right-menu-devider.gif) no-repeat bottom;
	padding-bottom:1px;
}

#facebook-like-button
{
	clear: both;
	width: 100%;
	padding: 30px 0 0 20px;
}

#middle-column
{
	float:left;
	width:630px;
	padding:10px;
}

#property-search
{
	background:url(../images/property-search-bg.jpg) no-repeat 8px 23px;
	margin-top:20px;	
}

#property-search h1
{
	margin:0;
	padding:5px 0;
}

#property-search p
{
	font-size:11px;
	margin:0;
}

#property-search #textbox
{
	width:182px;
	border:1px solid #b2b2b2;
	margin-left:30px;
}

#property-search #submit
{
	margin:10px 0 0 156px;
}

#search
{
	margin:0;
	padding-top:16px;
}

#footer-company
{
	margin:10px;
	font-size:10px;
	color:#909090;
}

/* Events Calendar ---------------------------------------------- */

.calendar
{
	width: 200px;
	margin: 0 auto 20px auto;
}

.calendar .header
{
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
}

.calendar .previous
{
	float: left;
}

.calendar .next
{
	float: right;
}

.calendar table.body
{
	font-size: 12px;
	border-collapse: collapse;
	width: 100%;
}

.calendar table.body tr.week
{
}

.calendar table.body tr.week-first
{
}

.calendar table.body tr.week-last
{
}

.calendar table.body td
{
	vertical-align: middle !important;
}

.calendar table.body td.day
{
	text-align: center;
	border: 1px solid #cccccc;
	height: 24px;
	color: Gray;
	padding: 0;
	margin: 0;
}

.calendar table.body td.day-first
{
}

.calendar table.body td.day-last
{
	border-right: 1px solid #cccccc;
}

.calendar table.body td.day a
{
	display: block;
	background: #ffffff;
	padding: 5px 0;
}

.hint
{
    color: Gray;
    font-size: 85%;
    font-weight: normal;
}

/* Applied to containers with 
.validator
{
    color: Red;
}

/* Applied to containers with asterix inside */
.validator-req
{
}

/* 
    Applied to validator summary div, that contains ul
    By default it has style color: red; so you need to overwrite it somewhere in ul
 */
.validator-summary
{
    background: #fffed6;
    padding: 2px 8px;
    margin-bottom: 10px;
}

.validator-summary ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.validator-summary li
{
    font-weight: bold;
    padding: 3px 0;
    font-size: 90%;
    color: #cc0000;
}


fieldset
{
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
}


legend
{
    display: none;
}

fieldset legend
{
}

.field-row .field-control
{

    padding-left: 7px;
    margin-bottom: 10px;
}

.required .field-control
{
    padding-left: 4px;
    border-left: 3px solid #98cae2;
}

.field-row .field-label
{
    padding-left: 8px;
    font-weight: bold;
}

label
{
    font-size: 90%;
    font-family: Verdana;
    color: #555;
}

.field-row .field-control
{
}
/* Forms --------------------------------------------------- */
/* Simultaneously added to div.field-row */
.submit
{
}

.input-name
{
    width: 400px;
}

.input-address
{
    width: 400px;
}

.input-city
{
    width: 150px;
}

.input-state
{
    width: 10ex;
}


.input-phone
{
    width: 150px;
}

.input-reference
{
    width: 150px;
}

.button-link
{
    text-decoration: underline !important;
}

/* Gallery ----------------------------------------------------*/

ul#thumbnails
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#thumbnails li
{
    display: inline;
    height: 120px;
    width: 120px;
    float: left;
}

/* Search ----------------------------------------------------- */

.paginator
{
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #999;
    font-weight: bold;
}

.paginator ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.paginator ul li
{
    display: inline;
    padding-right: 10px;
}

.paginator ul li
{
}

.paginator ul li span
{
}

.paginator ul li span a
{
    text-decoration: underline;
    padding: 0 10px;
    color: #026A9D;
}

.paginator ul li.active
{
}

.paginator ul li.active span
{
    padding: 0 10px;
}


#search-results
{
    
}

#search-results ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#search-results ul li
{
    padding-bottom: 10px;
    font-weight: bold;
}

#search-results ul li a
{
    text-decoration: underline;
}


.poll ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.poll ul li
{
	color:Black;
	padding:2px;
}

.poll .submit
{
	margin-top:5px;
}

.poll .bar
{
    background: url(../Images/poll-bar.gif) repeat-x;
    margin-top: 10px;
    font-size: 8px;
}

/* =Tree 
------------------------------------------------------------------------*/
.tree
{
	
}

.tree ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.tree ul ul
{
	padding-left: 20px;
}

.tree ul li
{
	
}

.tree ul li span
{
	padding: 2px 0 2px 0px;
	display: block;
}

.tree ul li span.active a.name
{
    color: #000000;
}

.tree ul li span.active a.name:hover,
.tree ul li span.active a.name:visited:hover
{
    color: #000000;
}

.tree ul li span a.name
{
	font-weight: normal;
	padding: 0 1px;
	color: #484860;
}

.tree ul li span em
{
	color: Gray;
	font-size: 85%;
	padding-left: 3px;
}

.tree ul li img.icon
{
	cursor: pointer;
}

.tree ul ul ul li span a.name
{
	font-weight: normal;
}

.tree ul ul ul  li span a.name
{
	font-size: 90%;
}


#COMPUTE

{

	color: #444444;

	font-family: 'verdana' , 'arial' , 'helvetica';

	font-size: 10pt;

	font-weight: bold;

	text-decoration: none;

	background-color: #dfded9 !important;

	background-image: url(../Images/new_compute.gif) !important;

	background-repeat: no-repeat;

	width: 100px;

	height: 25px;

	display: block;

	margin: 0;

	padding: 0;

	border: 0;

}
