/* GENERAL STYLES */
body {
	margin: 0;
	padding: 0;
	background: #E5E5E5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

blockquote {
	font-style: italic;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: none;
}

.title1 {
	margin: 0;
	padding: 10px 0;
	background: url(/images/img07.gif) repeat-x left bottom;
	font-weight: normal;
	font-size: 129%;
	color: #FFFFFF;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(/images/img09.gif) repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
}
.title4 {
	margin: 0;
	padding: 10px 0;
	background: url(/images/img09.gif) repeat-x left bottom;
	font-size: 125%;
	font-weight: normal;
	color: #135293;
}
h4 {
	margin: 0;
	padding: 10px 0;
	background: url(/images/img09.gif) repeat-x left bottom;
	font-size: 125%;
	font-weight: normal;
	color: #135293;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	background: url(/images/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed {
	padding: 5px 30px 20px 30px;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
}

.orange {
	margin: 20px 30px;
	background: #FF9523 url(/images/img10.gif) repeat-x;
	color: #FFFFFF;
}

.orange a {
	color: #FFFFFF;
}

.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url(/images/img01.gif) repeat-y;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

/* Logo */

#logo {
	height: 220px;
	background: #FFFFFF url(/images/dolphin.jpg) no-repeat center center;
	margin: 0 0 0 0;

}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#logo h1 {
	padding: 0 0 0 0;
	font-size: 36px;
}

#logo h2 {
	font-size: 14px;
}

#logo a {
	color: #9C9C9C;
	text-decoration: none;
}

/* Menu */

#menu {
	padding: 20px;
	background: #85C329 url(/images/img04.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 10px 0;
	background: url(/images/img05.gif) repeat-x;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 129%;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Login */

#login {
	padding: 20px;
	background: url(/images/img06.gif) repeat-x;
}

#login form {
	margin: 0;
	padding: 20px 0 0 0;
}

#login fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#login label {
	color: #FFFFFF;
}

#inputtext1, #inputtext2 {
	width: 194px;
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#inputsubmit1 {
	margin-bottom: .5em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #666666;
}

#login a {
	color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 740px;
}

/* Footer */

#footer {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url(/images/img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: url(/images/img13.gif) repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 720px;
	height: 45px;
	padding: 35px 0 0 20px;
}

#breadCrumb {
	height: 16px; /* This is the height we want on our breadcrumb */
	/*padding: 4px 0 0 8px;
	background: #999;  This is our background color */
	color: #135293; /*This is our color on the text which isn't a link. We want' they to be light grey */
	padding: -10px;
	margin: 0;
    border: 0;
	float:right;
}
#breadCrumb li {
	float: left;
	display: inline;
	margin-right: 2px;
	font-size:85%;
}
#breadCrumb a {
	color: #135293; /* Our breadcrumb links are going to be white */
	font-weight: bold; /* And bold */
	padding-right: 4px; /* We need to add some padding to the right of the link. This space is where the background image is going to be shown. */
	text-decoration: none;
	
}
#breadCrumb a:hover {
	color: #333;
}

/* Grid images */
.gridImageLeft {
	float:left;
	padding: 15px 5px 5px 5px;
}

.gridImageRight {
	float:right;
	padding: 15px 5px 5px 5px;
	width: 160px;
	height: 120px;
}

.imageLeft {
	float:left;
	padding: 5px 5px 5px 5px;
}

.imageRight {
	float:right;
	padding: 5px 5px 5px 5px;
}

.imageRight_caption {
	float:right;
	font-size:70%;
	clear:both;
}

/* Right link box */
.linkBoxRight {
	float:right;
	width: 200px;
	margin: 5px 5px 5px 5px;
	padding: 10px;
}

.linkBoxRight ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.linkBoxRight li {
	padding: 10px 0;
}

.linkBoxRight li.first {
	background: none;
}

.linkBoxRight a {
	text-decoration: none;
	font-size: 129%;
	color: #FFFFFF;
}

.linkBoxRight a:hover {
	text-decoration: underline;
}


.linkBoxRight ul.propertylist {
	list-style: circle;
	font-size:80%;
}

.linkBoxRight ul.propertylist li {
	padding: 0;
	margin-left: 20px;
}

.linkBoxRight ul.propertylist li.larger {
	font-size:120%;
}

.linkBoxRight h3.title5 {
	margin: 0;
	padding: 10px 0;
	background: url(/images/img11.gif) repeat-x left bottom;
	font-size: 80%;
	font-weight: normal;
	color: #FFFFFF;
}

/* Move this style section to your css file, this is placed here for easy distribution */

.mediagallery {
 width:408px;
 list-style:none;
}

.mediagallery li {
  float:left;
  padding:1px;
}

.mediagallery li a {
  display:block;
  width:100px;
  height:75px;
  overflow:hidden;
  background:#fff;
}

.mediagallery li a img {
border:0;
}

img {
border:0;
}

/* imagezoom */

#lightbox {
 background-color:#eee;
 padding: 10px;
 border-bottom: 2px solid #666;
 border-right: 2px solid #666;
}

#lightboxCaption{
 font-size: 0.8em;
 padding-top: 0.4em;
}

#lightbox img{ border: none; } 

#overlay img{ border: none; }

#overlay{ background-image: url("/images/overlay.png"); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url("/images/blank.gif");
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
}



/* EDITOR PROPERTIES */
