HTML {
	height: 100%;
}
BODY { 
	background-color: #d6d2b9;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
    font-weight: normal;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
TABLE{
	border-collapse: collapse;
}
TABLE.main{
	margin-top: 25px;
}
TABLE.body{
	width: 800px;
	background: #ffffff;
}
TD{
    text-align: left;
    vertical-align: top;
	padding: 0px;
	margin: 0px;
}
TD.main0 {
    background-image:url(/templates/eyecreate_mw/images/bkg0.gif);
	background-repeat:repeat-x
}
TD.main1 {
    background-color: #ffffff;
	padding: 20px;
}
TD.main2 {
    background-color: #62a1c4;
}
TD.navLeft {
	width: 166px;
}
TD.body {
	width: 430px;
}
TD.bodyWide {
	width: 634px;
}
TD.sidebar {
    background-color: #ffffff;
	border-left: 1px solid #b0c1cb;
	height: 400px;
	padding-left: 12px;
}



/* --- General linking --- */
A {
	color: #4f6268;
	font-family: verdana, sans-serif;
	font-size: inherit;
	text-decoration: none;
}
A:HOVER {
	color: #d66003;
	text-decoration: underline;
}

/* -- back button -- */
DIV.back_button{
	color: #478daf;
    background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	margin: 10px 16px;
}
DIV.back_button A {
	color: #478daf;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
DIV.back_button A:HOVER {
	color: #d56003;
	text-decoration: underline;
}
/* -- top button -- */
DIV.top_button{
	color: #478daf;
    background-color: #ffffff;
	font-size: 11px;
	text-align: right;
	margin: 10px 16px;
}
DIV.top_button A {
	color: #478daf;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
DIV.top_button A:HOVER {
	color: #d56003;
	text-decoration: underline;
}

/* -- download pdf -- */
DIV.dlPDF{
	color: #478daf;
    background-color: #ffffff;
	font-size: 12px;
	text-align: left;
	margin: 5px 16px;
}
DIV.dlPDF A {
	color: #478daf;
	font-size: inherit;
	text-decoration: none;
}
DIV.dlPDF A:HOVER {
	color: #d56003;
	text-decoration: underline;
}

/* -- go to top -- */
P.top{
	font-family: arial, sans-serif;
	color: #000000;
    background-color: #ffffff;
	font-size: 11px;
	text-align: right;
	margin: 2px 20px 20px;
}
A.top {
	font-family: arial, sans-serif;
	color: #000000;
	background-color: #ffffff;
	font-size: 10px;
	text-decoration: underline;
}
A.top:HOVER {
	color: #7e7e7e;
	text-decoration: none;
}

/* -- slide show -- */
DIV.slideshow{
	margin-left: 16px;
}
DIV.slideshow p {
	color: #000000;
	font-size: 12px;
	margin: 0;
}



/* --- Top Nav --- */
TD.navTop {
	padding: 5px 0px 16px;
}
#navTop {
	margin: 0;
	padding: 0 0 0 0;
}
#navTop ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	background-color: #a0c4d4;
}
#navTop ul li {
	font: verdana, sans-serif;
	float: left;
	background-color: #a0c4d4;
}

#navTop ul li a {
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-family: verdana, sans-serif;
	text-decoration: none;
	background: url(/templates/eyecreate_mw/images/navTop.png) no-repeat top left;
	float: left;
	margin: 0px;
	padding: 16px 0px;
	width: 133px;
	height: 12px;
	text-align: center;
}

#navTop li a:hover {
	color: #fdee96;
}

/* --- Sidebar Nav --- */
TABLE.navSidebar {
	margin-top: 23px;
}
TD.navSidebar {
	height: 41px; 
	background-image: url(/images/btnSidebar.png);
	background-repeat: no-repeat;
}
P.navSidebar {
	color: #4f6268;
	background-color: transparent;
	font-size: 12px;
	text-align: center;
	margin: 5px;
}
A.navSidebar {
	color: 4f6268;
	font-size: 12px;
	font-family: verdana, sans-serif;
	text-decoration: none;
}
A.navSidebar:hover {
	color: #d66003;
	text-decoration: underline;
}
HR.sidebar {
	color: #4f6268;
	margin: 12px 10px 0px 2px;
	height: 2px;
}

/* --- Property Listing Nav --- */
TABLE.navPropSearch {
	margin-bottom: 20px;
}
TD.navPropSearch {
	height: 37px; 
	background-image: url(/templates/eyecreate_mw/images/btnPropertySearch.gif);
	background-repeat: no-repeat;
}
P.navPropSearch {
	color: #4f6268;
	background-color: transparent;
	font-size: 12px;
	text-align: center;
	margin: 5px;
}
A.navPropSearch {
	color: 4f6268;
	font-size: 12px;
	font-family: verdana, sans-serif;
	text-decoration: none;
}
A.navPropSearch:hover {
	color: #d66003;
	text-decoration: underline;
}
HR.sidebar {
	color: #4f6268;
	margin: 12px 10px 0px 2px;
	height: 2px;
}


/* --- Bottom Nav --- */
TD.navBot {
	padding: 20px 0px;
	text-align: center;
}
A.navBot {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #7e7e7e;
    background-color: #ffffff;
	text-decoration: underline;
}
A.navBot:HOVER {
	text-decoration: none;
}
P.navBot{
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #7e7e7e;
    background-color: #ffffff;
	text-align: center;
    margin: 5px 0px 10px 0px;
}
/* --- Footer --- */
TD.ftr0 {
	font-size: 10px;
	padding: 10px 0px;
	text-align: left;
}
TD.ftr1 {
	font-size: 10px;
	padding: 10px 0px;
	text-align: right;
}
A.ftr {
	color: #000000;
	text-decoration: underline;
}
A.ftr:HOVER {
	text-decoration: none;
}

/* === Featured Listings === */
P.listingFeatures{
	color: #506369;
    font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
    padding: 5px 0px 0px;
	
}
TABLE.listingFeatures{
	margin: 0px;
	padding: 0px;
}
TD.listingFeatures{
	padding: 0px 16px;
}
LI.listingFeatures{
	color: #506369;
    font-family: verdana, sans-serif;
	font-size: 13px;
	margin: 4px 0px;
}
LI.listingFeatures {
	color: #506369;
}


/* ================================================= */

/* === CONTENT PANE OPEN ==== 
table.contentpaneopen {
	width: 100%;
	margin: 0px;
}

table.contentpane {
	width: 100%;
	margin: 0px;
}


 === CONTENT PANE ==== 
table.contentpane td.componentheading {
	padding-left: 4px;
}
table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eeeeee;
}

*/
DIV.componentheading, TD.componentheading {
	color: #ffffff;
	font-size: 6px;
}
/*
.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;

	color: #c64934;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

*/

/* === module table leftnav === */
table.moduletableleftnav{
	margin-top: 15px;
}

/* === SECTION TABLE === */
TABLE.sectiontable{
	margin: 5px 22px;
}
TD.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 10px;
}

TD.sectiontablefooter {
	color: 506369;
	font-size: 11px;
}

TR.sectiontableentry1 {
	background-color : #ffffff;
}

TR.sectiontableentry2 {
	background-color : #ffffff;
}
TD.sectiontableentry {
	padding: 6px 0px;
}


.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
/* ============================ */
TABLE.mainlevel {
	margin-bottom: 16px;
}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background-image: url(/templates/eyecreate_mw/images/navBkg.png);
	border-bottom: 2px solid #fefbe9;
	border-top: 2px solid #fefbe9;
	vertical-align: middle;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	padding: 8px 0px 0px 8px;
	margin: 0px;
	height: 20px !important;
	width: 158px;
	text-decoration: none;
}

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

a.mainlevel #active_menu {
	color: #ffffff;
}

a.mainlevel #active_menu:hover {
	color: #62a3c4;
}

a.sublevel:link, a.sublevel:visited {
	display: block;
	vertical-align: middle;
	font-size: 11px;
	color: #4f6268;
	background-color: #fefbe9;
	border-bottom: 1px solid #ffffff;
	padding: 3px 0px 3px 8px;
	text-align: left;
}

DIV.sublevel-1{
	padding-left: 0px;
}
DIV.sublevel-2{
	padding-left: 4px;
}
DIV.sublevel-3{
	padding-left: 8px;
}
DIV.sublevel-4{
	padding-left: 12px;
}
DIV.sublevel-5{
	padding-left: 16px;
}
DIV.sublevel-6{
	padding-left: 20px;
}

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

a.sublevel#active_menu {
	color: #333;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
}