* {
   margin: 0;
   padding: 0;
   font-family: "Lucida Grande", Verdana, sans-serif;  
   font-size: 12px;
   font-weight: normal;
   color: #333;
   line-height: 20px;
}
img {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
}
strong {
	font-weight: bold;
}
a {
    font-weight: bold;
    font-size: 12px;
    color: #f67500;  
	border-bottom: 1px dotted;
    text-decoration: none;
}
a:hover {
	background: #f67500;
	color: #fff;
}
h1 {
    font-size: 20px;
	color: #fff;
}
h2 {
	font-weight: bold;
    font-size: 16px;
	border-bottom: 1px dotted #333;
	color: #333
}

h3 {
	line-height: 25px;
	font-weight: normal;
    font-size: 25px;
	font-family: "georgia";
	border-bottom: 1px dotted #333;
	color: #333
}
body {
    background: #105ea3 url(images/bkg1.gif);
}

#realtors {
	clear: both;
	width: 490px;
	padding: 25px;
	background-color: #dce8ed;
}

#realtors ul {
	list-style: none;
}

#realtors img {
	margin-right: 10px;
}
#flash {
	height: 200px;
}
#header {
	background: url(images/top-header.jpg);
    height: 50px;
	margin-bottom: 9px;
}
#header ul { 	
	list-style: none;
	padding-top: 19px;
	padding-left: 25px;
}

#header li {
	float: left;
	background: url(tab-right.gif) no-repeat top right;
	margin-right: 1px;
}

#header a {
	font-family: "Lucida-Grande", arial, helvetica;
	font-size: 12px;
	font-weight: normal;
	display: block;
	padding: 0 1em;
	line-height: 2.5em;
	background: url(tab-left.gif) no-repeat top left;
	text-decoration: none;
	color: #c7e6f5;
	float: left;
	border-bottom: 1px solid #1474a1;
}

#header li:hover, #header li:hover a {
	background-position:100% -150px;
	color:#c7e6f5;
}
#header li:hover a {
	background-position:0% -150px;
}
  
#header #current {
	background-position:100% -300px;
}
  
#header #current a {
	background-position:0% -300px;
	color:#37a8dd;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
#container {
    width: 800px;
	background: #fff;
    position : relative;
    margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	
}
#intro {
	position:relative;
    background: url(images/intro-header.gif) no-repeat;
    padding-left: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-right: 25px;
    margin-bottom: 9px;  
}
#missionstatement li {
	font-family: "Georgia", arial, times;
	font-size: 16px;
	margin-left: 20px;
	line-height: 35px;
}
#emails li {
	background: url(images/email.gif) no-repeat left;
	padding-left: 20px;
 	list-style: none;
	line-height: 25px;
 	font-weight: normal;
}
/**EMAIL FORM**/
#contents {
    float : left;
    width : 70%;
}
#content-inner {
    margin : 0 50px 0 0;
}
#content .note {
font-size : 90%;
line-height : 1.6em;
color : #777;
padding : 6px 0 0;
}
#content .note strong {
color : #333;
}
#content .note code {
color : #444;
}
#content .alert {
padding-left : 20px;
background : url(images/error.gif) no-repeat 0 0px;
}
#contactform dl, #rfp-form dl {
	margin : 0;
	padding : 0;
	font-size : 90%;
}
#contactform dt, #rfp-form dt {
	color : #333;
	font-weight : normal !important;
}
#contactform dt em, #contactform .note em, #rfp-form dt em, #rfp-form .note em {
	color : #c00;
	font-size : 130%;
	font-weight : bold;
	font-style : normal;
}
#contactform #realname, #contactform #email, #contactform #url, #city, #propertyname, #status, #type, #bedrooms, #bathrooms, #upload, #date  {
	width : 250px;
	border : 1px solid #ccc;
	padding : 2px;
	font-size : 130%;
	color : #444;
}
#contactform textarea {
	width : 400px;
	height : 180px;
	font-family : inherit;
	font-size : 130%;
	color : #444;
	border : 1px solid #ccc;
}


#listform dl, #rfp-form dl {
	margin : 0;
	padding : 0;
	font-size : 90%;
}
#listform dt, #rfp-form dt {
	color : #333;
	font-weight : normal !important;
}
#listform dt em, #listform .note em, #rfp-form dt em, #rfp-form .note em {
	color : #c00;
	font-size : 130%;
	font-weight : bold;
	font-style : normal;
}
#listform #realname, #listform #address,  #listform #email, #listform #url, #city, #propertyname, #status, #type, #bedrooms, #bathrooms, #upload, #date  {
	width : 250px;
	border : 1px solid #ccc;
	padding : 2px;
	font-size : 130%;
	color : #444;
}
#listform textarea {
	width : 400px;
	height : 180px;
	font-family : inherit;
	font-size : 130%;
	color : #444;
	border : 1px solid #ccc;
}

#listform #city ,#listform #zip ,#listform #phone{
	width : 105px;
	border : 1px solid #ccc;
	padding : 2px;
	font-size : 130%;
	color : #444;
}
#listform #state {
	width : 30px;
	border : 1px solid #ccc;
	padding : 2px;
	font-size : 130%;
	color : #444;
}
/**END**/
#content {
    width: 490px;
	float: left;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
	padding-bottom: 25px;
	background: #f4fafc;
}
#content img {
    border-top: 5px solid #dff1f7;
	border-bottom: 5px solid #dff1f7;
	border-right: 5px solid #dff1f7;
	border-left: 5px solid #dff1f7;
	margin-right: 10px;
	margin-bottom: 10px;
}
#content h2 {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px dotted #37a8dd;
	color: #37a8dd;
}

#content ol {
	padding-left: 20px;
}
#content ul {
	padding-left: 20px;
	
}
#pages {
	text-align: left;
	background: #fff;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	color: #37a8dd;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 15px;
}
.pagenavigation {
	text-align: right;
	color: #ccc;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 12;
	
}	
#portfolio-content li{
	border-bottom: 1px dotted #ccc;
	list-style: none;
	padding-left: 10px;
	background: #fff;
	line-height: 27px;
}
#portfolio-content-new li{
	border-bottom: 1px dotted #ccc;
	list-style: none;
	padding-left: 10px;
	background: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
}
#nextline {
	clear: both;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	background: url(images/home.gif) no-repeat left;
	padding-left: 20px;
	color: #f67500;
	margin-bottom: 15px;
}
#nextline i {
	font-size: 10px;
	color: #333;
}
#sidebar {
    width: 200px;
	background: #fffadd url(images/yellow-bottom.gif) bottom no-repeat;
	float: right;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
	padding-bottom: 25px;
    margin-bottom: 9px;
}

#sidebar p {
	background: #fff;
	padding: 5px;
	font-size: 10px;
	margin-bottom: 15px;
}
#sidebar h2 {
	margin-bottom: 15px;
}
#footer {
    clear:both;
	height:60px;
	background: url(images/footer.gif) top;
	padding-top: 20px;
	padding-left: 25px;
}
#footer li {
  list-style: none;
  float: left;
  color: #fff;
  font-size: 12px;
  margin-right: 3px;
}

#footer a {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}

#footer a:hover {
  color: fff;
}
.blog_class{
	position:absolute;
	width:200px;
	right:20px;
	top:20px;
	text-align:center;
}
.blog_class h2{
	display:inline;
	font-size:18px;
	border: none;
}
.blog_class h2 a{
	font-weight: bold;
    font-size: 12px;
    color: #000;  
	border-bottom: none;
	text-decoration:underline;
}
.blog_class h2 a:hover{
	color: #000;
	border-bottom: none;
	text-decoration:none;
	background: none;
}