@charset "utf-8";

body  {
	color: #99ccff;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #14285f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height: 120%;
	font-size: 90%;
}

a {
	color:#cc3300;
}

td {
	vertical-align:top;	
}

textarea {
	width:500px;
	height:250px;
}
hr {
	background-color:transparent;
	border-top: 1px solid #445da0;
	border-left-width:0;
	border-bottom-width:0;
	border-right-width:0;
	border-bottom-width:0;
}

#container { 
	width: 100%;  /* this will create a container 100% of the browser width */
	background-color: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	height:129px;
	background: url(../images/austin-real-estate-consultants-logo.png) no-repeat #000000; 
	border-bottom: 1px solid #cc3300;
	cursor:pointer;
}
a img {
	border:0px;
}
ol.fade {
	color:white;	
}
h1,h2,h3,h4,h5,h6 {
	text-align: center;
}
#mainContent h1, #header h2, #header h6 {
	color:#cc3300;
}
#mainContent h1 {
	font-size:120%;
	text-transform:uppercase;
	font-weight:normal;
	padding: 1em 0 1em 0;
}
#mainContent h1 span{
	border-bottom:1px solid #cc3300;
}
h4 {text-align:left}
#header h2 {
	font-size:120%;
	letter-spacing: 0.2em;
	margin: 0;
	padding-top:2.5em;
}
#header h6 {
	margin:1em 0 0 0;
}
#sidebar1 {
	margin-top:1em;
	float: left; 
	width: 11.5em;
	border-right:1px solid #445da0;
	line-height: 3em;
}
#sidebar1 a {
	color:	#99ccff;
	text-decoration: none;
	padding-left: 0.5em;
	font-size: 90%;
	font-weight: bold;
}
#sidebar1 a:hover {
	color:	#ffffff;
}
#news, #updates {
	padding: 0.5em 1em 0 1em;
	font-size: 90%;
	margin-top:1em;
	float: right; 
    clear:right;
	width: 15em;
	border-left:1px solid #445da0;
}
div#news p, div#updates p{
	padding-left : 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #445da0;
}

#mainContent {
	border-bottom: 1px solid #445da0;
	margin: 0 17em 0 14em;
}
#footer {
	font-size: 90%;
	color: #445da0;
	background-color: transparent;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 5px 0 5px 0;
}
.announce {
  margin:8px;
  padding: 15px;
  border: 1px solid #748dd0;
  background-color: #2a3758;
  opacity:0.8;
}
#widgets {
  float:right;
  padding: 0 80px 0 0
}


