p a {
	color : #272792;
}
p a:hover {
	color : #000000;
}

p {
	color : #000000;
	font-size : 12px;
	font-family : Verdana,Arial;
}
a img{
    border:none;
}
.aRight{
    text-align:right;
}
.aLeft{
    text-align:left;
}
.aCenter{
    text-align:center;
}
.right{
    float:right;
}
.left{
    float:left;
}
.clear{
    clear:both;
}
.pad10Top{
    padding-top:10px;
}
.red {
    color:#FF0000;
}
h3 { 
font-size: 120%; 
color: #013F6C;
padding-top:5px; 
padding-bottom:0px;
border-bottom: 1px solid #013F6C;

}
.clear{
    clear:both;
}
td {
	vertical-align:top;
	color : #000000;
	font-size : 12px;
	font-family : Verdana,Arial;
}

td a {
	color : #003333;
}
td a:hover {
	color : #000000;
}

p.plain a {
	color : #000000;
	text-decoration: none;
}
p.plain a:hover {
	color : #000000;
	text-decoration: none;
}


td.thin_line {
	background-color: 000000;
	height: 2px;

}

td.content {
	background-color: #ffffff;
	height: 20em;
	margin-left: 5px;
	padding-left: 15px;
	margin-right: 5px;
	padding-right: 15px;
	vertical-align: top;
}

td.home_content {
	background-color: #000000
}

td.footer {
	background-color: #013F6C;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

td.footer a, td.footer a:hover {
	color : #FFFFFF;
	font-family : Verdana,Arial;
}

input.small_box {
height:18px;
font-size:10px;
margin-top:4px;
background-color:#729DB8;
}
input.small_button {
height:18px;
font-size:9px;
margin-top:4px;
background-color:#729DB8;
}
p.errorMessage{

    width:600px;
    background:#FFCCCC;
    border: 1px solid #FF0000;
    padding:10px;
    color:#000000;
}
p.flashMessage{

    width:600px;
    background:#98FB98;
    border: 1px solid #008000;
    padding:10px;
    color:#000000;
}
ol li {
    margin: 5px 0;
}
fieldset{
    margin:10px 0;
    border:#ccc 1px solid;
}
legend{
    font-size:14px;
    font-weight:bold;
}

/* --------------------------- Add / Change Forms ------------------------------ */
form.change {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font: 12px arial,sans-serif;
  margin: 0;
  padding: 0;
  line-height: 16px;
}
form.change img{  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	border: 0;
	}
form.change :focus, form.dbsearch :focus {
		outline:1px #0379BF solid;
		}

form.change fieldset {
  border-top:#CCCCCC 1px solid;
  border-bottom:#CCCCCC 1px solid;
  border-left:#CCCCCC 1px solid;
  border-right:#CCCCCC 1px solid;
  padding:10px;        /* padding in fieldset support spotty in IE */
  margin:10px;
}
form.change label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 125px;
	padding: 0;
	margin: 5px 15px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	color:#333333; font-size: 12px;
	line-height:20px;
        font-weight:bold;
}
form.change label.long{
	width:300px;
}
form.change fieldset legend {
	font-size: 12px; word-spacing: 1px; letter-spacing: 1px;
	font-weight: bold;
	color: #666666;
}

form.change br {
	clear:left;
}
form.change small {
	color: #FF0000; font-size: 10px;
	font-weight: normal;
}
form.legend{
    text-align:left;
}
form.change fieldset input, form.change fieldset textarea, form.change fieldset select {
	border:  #999999 1px solid;
	margin-top:5px;
	background: #FFFFFF !important;
	}

form.change textarea{
	width:275px;
	height:75px;
}
form.change span.form_note {
	font-size:.8em;
	font-style:italic;
}
form.change ul {
    float:left;
    margin:0;
    padding:0;

}
form.change li{
    list-style:none;
    margin-left:0;
    
}
/********************************************** MLS Member *****************************/
#images li{
    float:left;
    width:100px;
    margin:10px;
    cursor:move;
}

/******************************** MLS Listing Display ******************************/

 p.listingType{
    padding:10px;
    border: 1px solid #ccc;
    margin:0;
    border-bottom:none;
    background-color: #eee;
}
p.listingType span{
    font-size:16px;
    font-weight:bold;
}

#listing{
    border:1px solid #ccc;
    margin:0;
    padding:0 10px 10px 10px;
}
#listing hr{
    color:#dfdfdf;
    border:none;
    border-top:1px solid #dfdfdf;
}
h3.mlsTitle{
    font-size:24px;
    margin-bottom:5px;
    border:none;
}
p.mlsAddress{
    margin-top:0;
    font-style:italic;
    font-size:14px;
    font-weight:400;
}
table #listingInfo td{
    font-size:18px;
}
#listingInfo td.label{
    color:#666666;
}
#listing h5{
    font-size:18px;
    font-weight:bold;
}
#info{
    width:350px;
}
#sideBar{
    width:150px;
    border: 1px solid #ccc;
    background-color: #eee;
    padding:10px;
    font-size:14px;
    margin-left:10px;
}
#mainInfo{
    width:530px;
   
}
#listing a.btn {
    margin:10px auto;
    display:block;
    width:130px;
    height:34px;
    font-size:14px;
    color:#ffffff;
    text-align:center;
    padding-top:7px;
    text-decoration:none;
    font-weight:100;
    background:url(images/mls_contact_btn.jpg) no-repeat transparent;
     background-position:0px -50px
}
#listing a.btn:hover {
    background-position:0px 0px;
    color:#000066;
}
#shareLinks{
    padding:0;
    margin:0;
}
#shareLinks li{
    list-style:none;
    margin:5px 0;
    padding:0;
}
#shareLinks li a{
    color:#015285;
}
#imageBlock{
    width:350px;
    margin:0 auto;
    
}
#map{
    width:350px;
    height:350px;
    border:1px;
}
/************************************ slide show css ******************/
div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	/*float:right;*/
	width:350px;
        margin-top:10px;
        
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 400px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}


/************************ Registation Form ************************/
input.p_assoc {
    margin-right:15px;
    margin-top:10px;
}
/**************************** New index page Styles *************************/

div#indexContent{
	color:#fff;
	margin:10px;
	overflow:hidden;
	line-height:125%;
	font-size:12px;
}
div#indexContent a{
	color:#777;
}
div#indexContent p{
	color:#fff;
	font-size:12px;
	
}
div#subHead{
	border-bottom:1px solid #fff;
	overflow:hidden;
	padding-bottom:10px;
}
div#specialOffer{
	width:207px;
	
	height:103px;
	float:right;
	background:url(images/specialOffer_bg.png) no-repeat;
	padding:70px 4px 3px;
}
div#specialOffer a{
	font-weight:bold;
	text-decoration: none;
	display:block;
	min-height: 22px;
	padding-left:26px;
	color:#000;
	padding-top:2px;
	background:url(images/specialOfferItem.jpg) no-repeat;
	
}
div#specialOffer a:hover{
	text-decoration: underline;
}
h3.indexHeading{
	color:#fff;
	font-size:16px;
	border:none;
	margin-top:0;
}
div#indexCol1, div#indexCol2{
	float:left;
	width:350px;
	margin-top:10px;
	padding:10px;
}
div#indexCol1{
	border-right:1px solid #fff;
}
div#indexCol1 img{
	float:left;
	margin-right:10px;
	clear:both;
	margin-bottom:10px;
}
div#indexCol1 p{
	float:right;
	width:260px;
	margin:0;
	margin-bottom:10px;
	height:75px;
	
}
div#indexCol1 b {
	font-size:14px;
	line-height: 16px;
}

div#indexNews{
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	overflow:hidden;
}
div#indexNews a.newsFeed {
	
	font-size:14px;
	color:#fff;
	display:block;
	text-decoration: none;
	background:url(images/newslink_bg.jpg) no-repeat ;
	padding-left:20px;
	width: 320px;

}
div#indexNews a.newsFeed:hover {
	text-decoration: underline;
	color:#fff;
}
div#indexNews img{
	margin: 0 10px 10px 0;
}

div#training{
	padding-top:10px;
}
div#training img.right {
	margin:10px 0 0 10px;
}

div#categoryLinks{
	border-top:1px solid #fff;
	margin-top:10px;
	clear:both;
}
div#categoryLinks div{
	float:left;
	width:16%;
}
div#categoryLinks h4{
	color:#fff;
	font-size:14px;
	margin-left:10px;
	margin-bottom: 10px;
	margin-top:10px;
}
div#categoryLinks ul{
	margin:0;
	padding-left:10px;
	
}
div#categoryLinks li{
	color:#777;
	margin:7px 10px;
	padding:0;
	
}
div#categoryLinks li a{
	text-decoration: none;
}
/*********************** Registation Forms **************************/
form#reg1{
	font-size:14px;
}
form#reg1 input {
	margin:10px 0 0 0;
}

form#reg3{
	font-size:14px;
	margin-bottom:15px;
}
form#reg3 div {
	float:left;
	width:450px;
	margin-bottom:10px;
}
form#reg3 p{
	font-size:12px;
	margin-top:5px;
}
form#reg3 input{
	float:left;
	clear:both;
	margin:1px 15px 0 0;
}
/***************************** Committee page ***************/
table#committeeTable th{
	font-size:14px;
	text-align: left;
	padding-bottom:5px;
}
table#committeeTable td{
	padding:5px;
	font-size:14px;
}
table#committeeTable td.memberPhoto{
	text-align: center;

}
table#committeeTable td.memberPhoto div {
	border:1px solid #ccc;
}